2002-11-12 David Carlton <carlton@math.stanford.edu>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
0960f083
DC
12002-11-12 David Carlton <carlton@math.stanford.edu>
2
3 * linespec.c (locate_first_half): New function.
4 (decode_line_1): Move code into locate_first_half.
5
d741b867
AC
62002-11-15 Andrew Cagney <ac131313@redhat.com>
7
8 * complaints.h: Add comment explaining how to eliminate a
9 deprecated_complain call.
24382c5c 10 * complaints.h: Fix spelling errors.
d741b867 11
82d03c99
DC
122002-11-15 David Carlton <carlton@math.stanford.edu>
13
14 * printcmd.c: Remove #include "disasm.h".
15
c97eb5d9
AC
162002-11-14 Andrew Cagney <ac131313@redhat.com>
17
18 * frame.h: Move the most relevant interface functions to the start
19 of the file.
20
524d7c18
AC
212002-11-14 Andrew Cagney <ac131313@redhat.com>
22
23 * regcache.h (deprecated_registers): Rename registers.
24 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
25 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
26 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
27 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
28 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
29 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
30 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
31 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
32 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
33 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
34 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
35 * v850ice.c: Update.
36
6411e720
AC
37Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
38
39 * utils.c (gdb_realpath): Add comment mentioning realpath with a
40 NULL buffer.
41
73937e03
AC
422002-11-13 Andrew Cagney <cagney@redhat.com>
43
44 * regcache.h (deprecated_read_register_bytes): Rename
45 read_register_bytes.
46 (deprecated_write_register_bytes): Rename write_register_bytes.
47 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
48 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
49 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
50 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
51 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
52 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
53 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
54 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
55 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
56 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
57 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
58 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
59 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
60 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
61
fb0cd46e
JB
622002-11-13 Jim Blandy <jimb@redhat.com>
63
64 * findvar.c (read_var_value): Doc fix.
65
2d28509a
AC
662002-11-13 Andrew Cagney <cagney@redhat.com>
67
68 * regcache.c (struct regcache): Replace passthough_p with
69 readonly_p.
70 (regcache_xmalloc): Initialize readonly_p.
71 (build_regcache): Initialize readonly_p.
72 (regcache_save): New function.
73 (regcache_restore): New function.
74 (regcache_cpy): Re-implement using regcache_save and
75 regcache_restore.
76 (regcache_raw_read): Update.
77 (regcache_cooked_read): When a read-only cache, checked for cached
78 pseudo register values.
79 (regcache_raw_write): Assert that the cache is not read-only.
80 Remove code handling a non-passthrough cache.
81 * regcache.h (regcache_save): Declare.
82 (regcache_restore): Declare.
83
067df2e5
AC
842002-11-13 Andrew Cagney <cagney@redhat.com>
85
86 * regcache.c (struct regcache_descr): Add fields
87 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
88 (init_legacy_regcache_descr): Compute the size of a cooked
89 register cache and then assign that to sizeof_raw_registers. Set
90 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
91 (init_legacy_regcache_descr): Ditto.
92
51b1fe4e
AC
932002-11-13 Andrew Cagney <cagney@redhat.com>
94
95 * regcache.c (register_buffer): Move to near start of file, update
96 description.
97 (regcache_raw_read): Use.
98 (regcache_raw_write): Use.
99 (struct regcache): Rename raw_registers to registers and
100 raw_register_valid_p to register_valid_p.
101 (regcache_xmalloc): Update.
102 (regcache_xfree): Update.
103 (register_buffer): Update.
104 (regcache_cpy): Update.
105 (regcache_cpy_no_passthrough): Update.
106 (regcache_valid_p): Update.
107 (deprecated_grub_regcache_for_registers): Update.
108 (deprecated_grub_regcache_for_register_valid): Update.
109 (set_register_cached): Update.
110 (regcache_raw_write): Update.
111
80b4c677
PM
1122002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
113
114 * p-exp.y (name_not_typename): Use copy_name to
115 set current_type variable for fields of THIS.
116
0f3fafde
DJ
1172002-11-12 Daniel Jacobowitz <drow@mvista.com>
118
119 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
120 * monitor.c (init_base_monitor_ops): Likewise.
121 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
122 * remote-array.c (init_array_ops): Likewise.
123 * remote-e7000.c (init_e7000_ops): Likewise.
124 * remote-es.c (init_es1800_ops): Likewise.
125 (init_es1800_child_ops): Likewise.
126 * remote-rdp.c (init_remote_rdp_ops): Likewise.
127 * remote-sim.c (init_gdbsim_ops): Likewise.
128 * remote-st.c (init_st2000_ops): Likewise.
129 * sol-thread.c (init_sol_core_ops): Likewise.
130 (init_sol_thread_ops): Likewise.
131 * v850ice.c (init_850ice_ops): Likewise.
132 * win32-nat.c (init_child_ops): Likewise.
133 * wince.c (init_child_ops): Likewise.
134
82c0260e
AC
1352002-11-12 Andrew Cagney <ac131313@redhat.com>
136
137 * utils.c (gdb_realpath): Make rp a constant pointer.
138
70d35819
AC
1392002-11-12 Andrew Cagney <ac131313@redhat.com>
140
141 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
142 a constant buffer; cannonicalize_file_name(); realpath() with a
143 pathconf() defined buffer, xstrdup().
144
9835a8b0
AC
1452002-11-12 Andrew Cagney <ac131313@redhat.com>
146
147 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
148 to hang2.C; hang3.c to hang3.C.
149
3f47be5c
EZ
1502002-11-11 Elena Zannoni <ezannoni@redhat.com>
151
152 * findvar.c (read_var_value): Reenable TLS code.
153
1542002-11-11 Elena Zannoni <ezannoni@redhat.com>
155 Jim Blandy <jimb@redhat.com>
156
157 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
158 * target.c (update_current_target): Add
159 to_get_thread_local_address.
160 * target.h (to_get_thread_local_address): Export.
161 (target_get_thread_local_address): Define.
162 (target_get_thread_local_address_p): Define.
163 * thread-db.c: Include solib-svr4.h.
164 (td_thr_tls_get_addr_p): Define.
165 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
166 (thread_db_get_thread_local_address): New function.
167 (init_thread_db_ops): Initialize to_get_thread_local_address.
168 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
169 * configure: Regenerate.
170 * config.in: Regenerate.
171
636b1a6d
DC
1722002-11-11 David Carlton <carlton@math.stanford.edu>
173
174 * linespec.c (set_flags): New function.
175 (decode_line_1): Move code into set_flags.
176
44fe14ab
DC
1772002-11-11 David Carlton <carlton@math.stanford.edu>
178
179 * linespec.c (decode_line_1): Move chunks of code to separate
180 functions.
181 (initialize_defaults): New function.
182 (decode_indirect): New function.
183
e6f181f5
AC
1842002-11-11 Andrew Cagney <ac131313@redhat.com>
185
8971b011
AC
186 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
187 instead of void_code_ptr.
188 (sigtramp_saved_pc): Ditto.
189
e6f181f5
AC
190 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
191 i386_fp_regnum_p.
192
01ad7f36
DJ
1932002-11-10 Daniel Jacobowitz <drow@mvista.com>
194
195 * gdbtypes.h (struct main_type): Move artificial flag out of
196 loc. New member of ``struct field'' named static_kind. Reduce
197 overloaded meaning of bitsize.
198 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
199 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
200 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
201
202 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
203 new fields.
204 (template_to_fixed_record_type, template_to_static_fixed_type)
205 (to_record_with_fixed_variant_part): Likewise.
206 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
207 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
208 * dwarfread.c (struct_type, enum_type): Likewise.
209 * hpread.c (hpread_read_enum_type)
210 (hpread_read_function_type, hpread_read_doc_function_type)
211 (hpread_read_struct_type): Likewise.
212 * mdebugread.c (parse_symbol): Likewise.
213
bf1e52be
AC
2142002-11-10 Andrew Cagney <ac131313@redhat.com>
215
216 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
217 * stack.c (print_frame_info_base): Update.
218 (print_frame_info_base, frame_info): Update.
219 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
220 (sparc_frame_saved_pc): Update.
221 * ada-lang.c (find_printable_frame): Update.
222 * breakpoint.c (deprecated_frame_in_dummy): Update.
223
ce556f85
MK
2242002-11-09 Mark Kettenis <kettenis@gnu.org>
225
226 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
227 defined.
228 (regmap): Extend to cover all registers.
229 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
230 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
231 definitions.
232 (fetch_register, sore_register): Simplify.
233 (old_fetch_inferior_registers, old_store_inferior_registers):
234 Remove functions.
235 (cannot_fetch_register, cannot_store_register): Change
236 implementation to use regmap array to decide which registers
237 cannot be fetched/stored. This removes $orig_eax from the
238 registers that cannot be fetched/stored.
239 (fetch_inferior_registers): Call fetch_register directly instead
240 of calling old_fetch_inferior_registers.
241 (store_inferior_registers): Call store_register directly instead
242 of calling old_store_inferior_registers.
243 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
244 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
245 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
246
932bb524
KD
2472002-11-09 Klee Dienes <kdienes@apple.com>
248
249 * i387-tdep.c (i387_supply_register): When called with NULL as a
250 buffer, mark the register as not provided (to mirror the behavior
251 of supply_register).
252 (i387_supply_fxsave): Ditto.
253 (i387_supply_fsave): Ditto (inherits the behavior from
254 i387_supply_register).
255
ebe68b27
KD
2562002-11-09 Klee Dienes <kdienes@apple.com>
257
258 * blockframe.c (sigtramp_saved_pc): Use
259 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
260 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
261 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
262
15220c65
AC
2632002-11-09 Andrew Cagney <ac131313@redhat.com>
264
265 * frame.c (get_prev_frame): Test prev_p to identify a previously
266 unwound frame. Initialize prev_p.
267 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
268 comment.
269
95adb866
AC
2702002-11-09 Andrew Cagney <ac131313@redhat.com>
271
272 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
273 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
274 more comments. Zap dead code.
275
e71ecd70
MK
2762002-11-09 Mark Kettenis <kettenis@gnu.org>
277
278 * infcmd.c (print_vector_info, print_float_info): Move code that
279 checks whether the target has any registers and whether there is a
280 selected frame up, such that it is also used if a target provides
281 multi-arch definitions of these functions.
282
c525330d
AC
2832002-11-08 Andrew Cagney <ac131313@redhat.com>
284
72bdd927
AC
285 * Makefile.in (DESTDIR): Define.
286 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
287 prefix.
288
c525330d
AC
289 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
290 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
291
38c968cf
AC
2922002-11-08 Andrew Cagney <ac131313@redhat.com>
293
294 * i386-linux-tdep.c: Include "reggroups.h".
295 (i386_linux_register_reggroup_p): New function.
296 (i386_linux_init_abi): Set register_reggroup_p to
297 i386_linux_register_reggroup_p.
298 * i386-tdep.h (i386_register_reggroup_p): Declare.
299 * i386-tdep.c: Include "reggroups.h".
300 (i386_init_reggroups): New function.
301 (i386_add_reggroups): New function.
302 (i386_register_reggroup_p): New function.
303 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
304 (_initialize_i386_tdep): Call i386_init_reggroups.
305 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
306 specific reggroups.
307
19e33363
MK
3082002-11-09 Mark Kettenis <kettenis@gnu.org>
309
371a6e84
MK
310 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
311 request that's available in *BSD.
312
94ba925a
MK
313 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
314
19e33363
MK
315 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
316 FDOFF_REGNUM.
317
8779790c
AC
3182002-11-08 Andrew Cagney <ac131313@redhat.com>
319
320 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
321 * dummy-frame.c (find_dummy_frame): Rename
322 generic_find_dummy_frame, make static. Return the dummy frame
323 instead of the regcache.
324 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
325 (cached_find_dummy_frame): New function. Use find_dummy_frame.
326 (dummy_frame_register_unwind): Rename
327 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
328 * dummy-frame.h (dummy_frame_register_unwind): Rename
329 generic_call_dummy_register_unwind.
330
8674b74f
MK
3312002-11-08 Mark Kettenis <kettenis@gnu.org>
332
333 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
334 except the inclusion of "i386/tm-i386.h", to...
335 * config/i386/nm-i386v42mp.h: ...here.
336 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
337
4c1e7e9d
AC
3382002-11-08 Andrew Cagney <ac131313@redhat.com>
339
340 * Makefile.in (frame.o): Update dependencies.
341 * blockframe.c (current_frame, frame_obstack_alloc)
342 (frame_saved_regs_zalloc, get_current_frame)
343 (set_current_frame, create_new_frame)
344 (set_unwind_by_pc, get_next_frame)
345 (flush_cached_frames, reinit_frame_cache)
346 (frame_saved_regs_register_unwind)
347 (deprecated_generic_get_saved_register)
348 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
349 (_initialize_blockframe): Move frame code from here...
350 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
351 "annotate.h" and "dummy-frame.h".
352 (_initialize_frame): New function.
353
921e78cf
JB
3542002-11-08 Jim Blandy <jimb@redhat.com>
355
356 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
357 when we finish a function a context.
358 * buildsym.h (outermost_context_p): New macro.
359 (Bug analyzed by David Edelsohn.)
360
9c1412c1
AC
3612002-11-08 Andrew Cagney <ac131313@redhat.com>
362
363 * blockframe.c: Include "dummy-frame.h".
364 (struct dummy_frame, dummy_frame_stack)
365 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
366 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
367 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
368 (generic_save_call_dummy_addr, generic_pop_current_frame)
369 (generic_pop_dummy_frame, generic_fix_call_dummy)
370 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
371 dummy frame code from here...
372 * dummy-frame.c: ...to here. New file.
373 * dummy-frame.h: New file.
374 (generic_call_dummy_register_unwind): Declare.
375 (generic_find_dummy_frame): Declare.
376 * Makefile.in (SFILES): Add dummy-frame.c.
377 (dummy-frame.o): Specify dependencies.
378 (dummy_frame_h): Define.
379 (COMMON_OBS): Add dummy-frame.o.
380 (blockframe.o): Update dependencies.
381
208d8187
JB
3822002-11-08 Jim Blandy <jimb@redhat.com>
383
384 * dwarf2read.c (read_func_scope): Restore local_symbols and
385 param_symbols after we finish the function context. (Based on a
386 patch from David Edelsohn.)
387
413dad4d
DC
3882002-11-08 David Carlton <carlton@math.stanford.edu>
389
390 * linespec.c (symbol_found): New function.
391 (minsym_found): New function.
392 (decode_line_1): Separate out some code into separate functions.
393
5512c44a
JB
3942002-11-08 Joel Brobecker <brobecker@gnat.com>
395
396 * i386-tdep.c (i386_frameless_signal_p): Make non static for
397 the benefit of the interix target.
398 * i386-tdep.h (i386_frameless_signal_p): Declare.
399
1b33ef47
AC
4002002-11-08 Andrew Cagney <ac131313@redhat.com>
401
402 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
403 declaration that snuck in from change below.
404
23a34459
AC
4052002-11-06 Andrew Cagney <cagney@redhat.com>
406
407 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
408 all callers.
409 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
410 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
411 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
412 (i386_mxcsr_regnum_p): new function. Use instead of
413 MXCSR_REGNUM_P.
414 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
415 (i386_sse_regnum_p): Declare.
416 (i386_mxcsr_regnum_p): Declare.
417 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
418 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
419 (IS_FP_REGNUM): Update definition.
420 (IS_FPU_CTRL_REGNUM): Update definition..
421 (IS_SSE_REGNUM): Update definition..
422 * i386v-nat.c (register_u_addr): Update.
423 * go32-nat.c (fetch_register): Update.
424 (store_register): Update.
425
d709c020
JB
4262002-11-07 Joel Brobecker <brobecker@gnat.com>
427
428 Preparation work to convert the hppa targets to multiarch partial.
429
430 * hppa-tdep.c: Add new functions replacing macro bodies from
431 config/pa/tm-hppa.h. These function will be used to initialize
432 the gdbarch structure. Import some comments from tm-hppa.h,
433 and place them where appropriate, to avoid loosing them when
434 we cleanup this file.
435 (hppa_reg_struct_has_addr): New function.
436 (hppa_inner_than): New function.
437 (hppa_stack_align): New function.
438 (hppa_pc_requires_run_before_use): New function.
439 (hppa_instruction_nullified): New function.
440 (hppa_register_byte): New function.
441 (hppa_register_virtual_type): New function.
442 (hppa_store_struct_return): New function.
443 (hppa_cannot_store_register): New function.
444 (hppa_frame_args_address): New function.
445 (hppa_frame_locals_address): New function.
446 (hppa_smash_text_address): New function.
447 (hppa_coerce_float_to_double): New function. Requires the inclusion
448 of "language.h".
449
450 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
451
452 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
453 gdbarch-eligible macro to a call to the new associated function
454 created in hppa-tdep.c.
455 (INNER_THAN): Likewise.
456 (STACK_ALIGN): Likewise.
457 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
458 (INSTRUCTION_NULLIFIED): Likewise.
459 (REGISTER_BYTE): Likewise.
460 (REGISTER_VIRTUAL_TYPE): Likewise.
461 (STORE_STRUCT_RETURN): Likewise.
462 (CANNOT_STORE_REGISTER): Likewise.
463 (FRAME_ARGS_ADDRESS): Likewise.
464 (FRAME_LOCALS_ADDRESS): Likewise.
465 (SMASH_TEXT_ADDRESS): Likewise.
466 (COERCE_FLOAT_TO_DOUBLE): Likewise.
467 (ABOUT_TO_RETURN): Delete, as no longer used.
468
83c31e7d
FN
4692002-11-07 Fernando Nasser <fnasser@redhat.com>
470
471 * printcmd.c (disassemble_command): Remove obsolete function.
472 (_initialize_printcmd): Do not create disassemble command here.
473 * cli/cli-cmds.c (disassemble_command): New function. Implements
474 disassemble command.
475 (init_cli_cmds): Create disassemble command here instead.
476
0ec30a36
AC
4772002-11-07 Andrew Cagney <ac131313@redhat.com>
478
479 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
480
e600bd34
AC
4812002-11-07 Andrew Cagney <ac131313@redhat.com>
482
483 * regcache.h (regcache_cooked_read_using_offset_hack)
484 (regcache_cooked_write_using_offset_hack): Delete declarations.
485 (register_changed): Delete declaration.
486 * regcache.c (regcache_cooked_read_using_offset_hack)
487 (regcache_cooked_write_using_offset_hack): Delete functions.
488 (cooked_xfer_using_offset_hack): Delete function.
489 (register_changed): Delete function.
490
568f8739
JB
4912002-11-07 Jim Blandy <jimb@redhat.com>
492
493 * macroscope.c: #include "complaints.h".
494 (sal_macro_scope): Cope with filenames that appear in the symtabs,
495 but not in the macro table.
496 * Makefile.in (macroscope.o): Record dependency.
497
b0718b7b
JB
4982002-11-07 Joel Brobecker <brobecker@gnat.com>
499
500 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
501
2b9e5f3f
AC
5022002-11-07 Andrew Cagney <ac131313@redhat.com>
503
504 * regcache.c (deprecated_registers_fetched): Update.
505 * regcache.h (deprecated_registers_fetched): Rename
506 registers_fetched.
507 * remote-vxsparc.c (vx_read_register): Update.
508 * remote-vxmips.c (vx_read_register): Update.
509 * remote-vx68.c (vx_read_register): Update.
510 * irix5-nat.c (fetch_core_registers): Update.
511 * mipsm3-nat.c (fetch_inferior_registers): Update.
512 * sun3-nat.c (fetch_inferior_registers): Update.
513 * symm-nat.c (fetch_inferior_registers): Update.
514 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
515 (fetch_core_registers): Update.
516 (fetch_kcore_registers): Update.
517 * mips-nat.c (fetch_inferior_registers): Update.
518 * corelow.c (get_core_registers): Update.
519 * a68v-nat.c (fetch_inferior_registers): Update.
520
e6e68f1f
JB
5212002-11-06 Joel Brobecker <brobecker@gnat.com>
522
523 Put in place the framework necessary for multiarching the hppa targets.
524 * hppa-tdep.c (hppa_gdbarch_init): New function.
525 (hppa_dump_tdep): New function.
526 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
527 tdep structure dumper.
528 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
529 until the multi-arching conversion has partially been completed.
530
492254e9
AC
5312002-11-06 Andrew Cagney <ac131313@redhat.com>
532
533 * valops.c (value_assign): Merge lval_register case into
534 lval_reg_frame_relative. Use frame_register and
535 regcache_cooked_write instead of get_saved_register and
536 write_register_bytes. After flushing the register cache, try to
537 re-select the selected frame.
538
8262ee23
AC
5392002-11-06 Andrew Cagney <ac131313@redhat.com>
540
541 * regcache.h (deprecated_register_valid): Rename register_valid.
542 * regcache.c: Update.
543 * ia64-aix-nat.c: Update.
544 * i386gnu-nat.c: Update.
545 * alpha-nat.c: Update.
546 * sparc-nat.c: Update.
547 * lynx-nat.c: Update.
548 * remote-mips.c: Update.
549
4facf7e8
JB
5502002-11-06 Joel Brobecker <brobecker@gnat.com>
551
552 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
553 to end of file, to be more consistent with the pratice followed
554 by other targets.
555
f9418c0f
AC
5562002-11-06 Andrew Cagney <ac131313@redhat.com>
557
558 * infcmd.c: Include "reggroups.h" and <ctype.h>.
559 (print_float_info): Print registers in float_reggroup.
560 (print_vector_info): Print registers in vector_reggroup.
561 (default_print_registers_info): When all, print registers in
562 all_reggroup. Otherwize, print registers in general_reggroup.
563 (registers_info): Rewrite. Add support for register groups.
564 Eliminate a goto.
565
3fe235a7
EZ
5662002-11-06 Elena Zannoni <ezannoni@redhat.com>
567
568 * symtab.c (methods_info): Delete. It has been ifdeffed out for
569 ages.
570 (symtab_symbol_info): Remove eons old ifdeffed out code.
571 (_initialize_symtab): Remove prehistoric disabled 'info methods'
572 command.
573
ef944135
TR
5742002-11-06 Theodore A. Roth <troth@openavr.org>
575
576 * c-exp.y: Add missing semi-colons.
577 * f-exp.y: Add missing semi-colons.
578 * m2-exp.y: Add missing semi-colons.
579 * p-exp.y: Add missing semi-colons.
580 Add empty action to start rule to avoid a type clash error when
581 building with bison >= 1.50.
582
f8302a57
JB
5832002-11-06 Jim Blandy <jimb@redhat.com>
584
585 * macrotab.h (struct macro_source_file): Doc fix.
586
6e382aa3
JJ
5872002-11-05 Jeff Johnston <jjohnstn@redhat.com>
588
589 * varobj.c (child_exists, cplus_number_of_children): Change
590 STREQ macro references to strcmp.
591 (cplus_name_of_child): Change code to handle the fact that
592 fields are not necessarily contiguous with regards to their
593 access control. This is a fix for PR gdb/792.
594
a216a322
AC
5952002-11-05 Andrew Cagney <ac131313@redhat.com>
596
597 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
598 * gdbarch.h, gdbarch.c: Regnerate.
599 * frame.h (frame_register): Declare.
600 * frame.c (frame_register): New function.
601 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
602 GET_SAVED_REGISTER, otherwize call
603 generic_unwind_get_saved_register.
604 (frame_register_read): Use frame_register instead of
605 get_saved_register.
606
7d5b6fdd
EZ
6072002-11-05 Elena Zannoni <ezannoni@redhat.com>
608
609 From Jim Ingham <jingham@apple.com>:
610 * event-top.c (gdb_disable_readline): New function.
611 (_initialize_event_loop): Move comment.
612
b7c64260
EZ
6132002-11-05 Elena Zannoni <ezannoni@redhat.com>
614
615 * event-loop.c (start_event_loop): Add comment.
616 Update copyright.
617
c2e1b8f2
AC
6182002-11-05 Andrew Cagney <ac131313@redhat.com>
619
620 * infcmd.c (default_print_registers_info): Do not call
621 PRINT_REGISTER_HOOK.
622
87647bb0
AC
6232002-11-05 Andrew Cagney <ac131313@redhat.com>
624
625 * sparc-tdep.c (sparc_print_register_hook): Make static.
626 (sparc_print_registers_info): New function.
627 (sparc_do_registers_info): New function.
628 (sparclet_print_registers_info): New function.
629 (sparclet_do_registers_info): New function.
630 (do_sparc_print_registers_info): New function.
631 (sparc_print_registers): New static function, clone of infcmd.c's
632 default_print_registers_info.
633 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
634 (sparclet_do_registers_info): Declare.
635 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
636 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
637 Re-define.
638 (sparc_do_registers_info): Declare.
639 (PRINT_REGISTER_HOOK): Delete macro.
640 (sparc_print_register_hook): Delete declaration.
641
8155455b
DC
6422002-11-05 David Carlton <carlton@math.stanford.edu>
643
644 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
645 functions.
646 (lookup_symbol_aux_local): New function.
647 (lookup_symbol_aux_symtabs): New function.
648 (lookup_symbol_aux_psymtabs): New function.
649
29924310
DC
6502002-11-05 David Carlton <carlton@math.stanford.edu>
651
652 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
653 previous values of 'objfile' and 'block'.
654
cc303028
PM
6552002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
656
657 * values.c (value_change_enclosing_type): Set
658 enclosing_type field correctly also for the case where
659 more memory needs to be allocated.
660
1d70089a
MK
6612002-11-03 Mark Kettenis <kettenis@gnu.org>
662
f16a25ae
MK
663 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
664 of puts_filtered.
665
1d70089a
MK
666 * i387-tdep.c (i387_print_float_info): Replace calls to
667 register_read and deprecated_read_register_gen with calls to
668 frame_register_read, and make the necessary adjustments to the
669 surrounding code.
670
7e20f3fb
AC
6712002-11-02 Andrew Cagney <ac131313@redhat.com>
672
673 * gdbarch.sh (register_reggroup_p): Allow default value.
674 * gdbarch.h, gdbarch.c: Regenerate.
675
192dbe33
AC
6762002-11-02 Andrew Cagney <ac131313@redhat.com>
677
678 * regcache.h: Add coment indicating replacements for deprecated
679 functions.
680
b59ff9d5
AC
6812002-11-02 Andrew Cagney <cagney@redhat.com>
682
683 * reggroups.h, reggroups.c: New files.
684 * regcache.c: Include "reggroups.h".
685 (enum regcache_dump_what): Add `regcache_dump_groups'.
686 (regcache_dump): Contract size of the "Type" column. When
687 specified, dump the register's groups.
688 (maintenance_print_register_groups): New function.
689 (_initialize_regcache): Add command `maint print register-groups'.
690 * Makefile.in (COMMON_OBS): Add reggroups.o
691 (SFILES): Add reggroups.c.
692 (reggroups_h): Define.
693 (regcache.o, gdbarch.o): Update dependencies.
694 (reggroups.o): Specify dependencies.
695 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
696 Add opaque declaration for `struct reggroup' in generated .h file.
697 Include "reggroups.h" in generated .c file.
698 gdbarch.h, gdbarch.c: Re-generate.
699
4caf0990
AC
7002002-11-02 Andrew Cagney <cagney@redhat.com>
701
702 * regcache.h (deprecated_read_register_gen): Rename
703 read_register_gen.
704 (deprecated_write_register_gen): Rename write_register_gen.
705 * i387-tdep.c: Update.
706 * x86-64-linux-nat.c: Update
707 * wince.c: Update.
708 * thread-db.c: Update.
709 * win32-nat.c: Update.
710 * mips-tdep.c: Update.
711 * d10v-tdep.c: Update.
712 * cris-tdep.c: Update.
713 * remote-sim.c: Update.
714 * remote-rdi.c: Update.
715 * remote-rdp.c: Update.
716 * frame.c: Update.
717 * target.c: Update.
718 * blockframe.c: Update.
719 * x86-64-tdep.c: Update.
720 * xstormy16-tdep.c: Update.
721 * sh-tdep.c: Update.
722 * s390-tdep.c: Update.
723 * rs6000-tdep.c: Update.
724 * sparc-tdep.c: Update.
725 * i386-tdep.c: Update.
726 * dwarf2cfi.c: Update.
727 * regcache.c: Update.
728
7a7adcdf
JB
7292002-11-01 Joel Brobecker <brobecker@gnat.com>
730
731 New interix-specific files:
732 * config/i386/nm-interix.h: New file.
733 * config/i386/interix.mh: New file.
734 * config/i386/interix.mt: New file.
735 * i386-interix-nat.c: New file.
736 * i386-interix-tdep.c: New file.
737
bdcdd535
AC
7382002-11-01 Andrew Cagney <cagney@redhat.com>
739
740 * frame.h (deprecated_generic_get_saved_register): Rename
741 generic_get_saved_register.
742 * blockframe.c (deprecated_generic_get_saved_register): Update.
743 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
744 (xstormy16_frame_saved_register): Update.
745 * sh-tdep.c (sh_gdbarch_init): Update.
746 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
747 * ia64-tdep.c (ia64_get_saved_register): Update.
748 * cris-tdep.c (cris_gdbarch_init): Update.
749 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
750 * arm-tdep.c (arm_gdbarch_init): Update.
751
2a4b7c45
DJ
7522002-10-31 Daniel Jacobowitz <drow@mvista.com>
753
754 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
755
ef17e74b
DJ
7562002-10-31 Daniel Jacobowitz <drow@mvista.com>
757
758 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
759 trampolines in sigaction.
760
4904ba5b
AC
7612002-10-31 Andrew Cagney <cagney@redhat.com>
762
763 * h8300-tdep.c: Include "gdb_assert.h".
764 (h8300_print_register): Add gdbarch, file and frame parameters.
765 Use frame_read_unsigned_register to read the register's value.
766 Use fprintf_filtered to display output.
767 (h8300_print_registers_info): Replace h8300_do_registers_info.
768 (h8300_gdbarch_init): Set print_registers_info.
769
f908a0eb
AC
7702002-10-31 Andrew Cagney <cagney@redhat.com>
771
772 * frame.c (frame_read_unsigned_register): New function.
773 (frame_read_signed_register): New function.
774 * frame.h (frame_read_unsigned_register): Declare.
775 (frame_read_signed_register): Declare.
776
c5646e11
AC
7772002-10-31 Andrew Cagney <cagney@redhat.com>
778
779 * h8500-tdep.c (h8500_print_registers_info): New static function,
780 clone of infcmd.c's default_print_registers_info.
781 (h8500_do_registers_info): New funtion.
782 (h8500_print_register_hook): Rename print_register_hook, make
783 static.
784
785 * config/h8500/tm-h8500.h: Update copyright.
786 (DEPRECATED_DO_REGISTERS_INFO): Define.
787 (h8500_do_registers_info: Declare.
788 (PRINT_REGISTER_HOOK): Delete macro.
789 (print_register_hook): Delete function.
790
0bdd672b
AC
7912002-10-31 Andrew Cagney <cagney@redhat.com>
792
793 * z8k-tdep.c (z8k_print_register_hook): Make static.
794 (z8k_print_registers_info): New static function, clone of
795 infcmd.c's default_print_registers_info.
796 (z8k_do_registers_info): New function. Wrap
797 z8k_print_registers_info.
798 * config/z8k/tm-z8k.h: Update copyright.
799 (PRINT_REGISTER_HOOK): Delete macro.
800 (z8k_print_register_hook): Delete declaration.
801 (DEPRECATED_DO_REGISTERS_INFO): Define.
802 (z8k_do_registers_info): Declare.
803
bf9c25dc
JB
8042002-10-30 Joel Brobecker <brobecker@gnat.com>
805
806 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
807 as this is already provided by value.h, and was actually causing
808 a compilation error because of a conflict in parameter type
809 declaration due to a missing const keyword.
810 (low_text_segment_addres): Fix a compilation warning.
811
2c665b51
DJ
8122002-10-29 Daniel Jacobowitz <drow@mvista.com>
813
814 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
815 registers without a name.
816 (mips_linux_cannot_store_register): Don't store registers without
817 a name.
818
e70ea697
DC
8192002-10-28 David Carlton <carlton@math.stanford.edu>
820
821 * symtab.c (find_addr_symbol): Delete. (It was already commented
822 out.)
823 * symtab.h: Delete prototype for find_addr_symbol.
824
903ad3a6
AC
8252002-10-26 Andrew Cagney <cagney@redhat.com>
826
827 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
828 DO_REGISTERS_INFO.
829 gdbarch.h, gdbarch.c: Re-generate.
830 * infcmd.c (default_print_registers_info): Update reference.
831 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
832 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
833 * sh-tdep.c (sh_gdbarch_init): Ditto.
834 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
835 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
836
ab91194c
MK
8372002-10-26 Mark Kettenis <kettenis@gnu.org>
838
e3033f15
MK
839 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
840 cfi_init_extra_frame_info.
841 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
842 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
843
b83b026c
MK
844 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
845 target where necessary. Add more comments and remove the ones
846 that don't provide any useful information.
847
267bf4bb
MK
848 * i386-tdep.c (i386_frame_saved_pc): Replace call to
849 deprecated_read_register_dummy with
850 frame_unwind_unsigned_register.
851
751f1375
MK
852 * i386-tdep.c (i386_extract_struct_value_address): Use
853 regcache_raw_read_unsigned instead of
854 regcache_cooked_read_unsigned since we know that the register
855 we're reading isn't a pseudo register. Rename variable 'val' into
856 the more descriptive 'addr'.
857
26abbdc4
MK
858 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
859 (x86_64_push_return_address): Add comment.
860 (x86_64_pop_frame): Make static.
861 (examine_argument): Clarify comment.
862 (x86_64_skip_prologue): Make prolog_expact variable static.
863
9f1549cc
MK
864 * dwarf2cfi.c: Fix some formatting problems.
865 (context_cpy, read_encoded_pointer): Clarify comments.
866
ab91194c
MK
867 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
868 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
869 i386 target back into x86_64_gdbarch_init. Add some comments and
870 remove meaningless ones.
871
72367fb4
AC
8722002-10-25 Andrew Cagney <cagney@redhat.com>
873
874 * complaints.h (struct deprecated_complaint): Rename `struct
875 complaint'.
876 * complaints.c (complain): Update.
877 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
878 incorrect comment indicating that "symfile.h" was being included
879 for the `struct complaint' definition.
880 * remote-vx.c: Update.
881 * objc-lang.c: Update.
882 * xcoffread.c: Update.
883 * hpread.c: Update.
884 * mdebugread.c: Update.
885 * stabsread.c: Update.
886 * dwarf2read.c: Update.
887 * dwarfread.c: Update.
888 * elfread.c: Update.
889 * coffread.c: Update.
890 * stabsread.h: Update.
891 * dbxread.c: Update.
892 * buildsym.c: Update.
893 * gdbtypes.c: Update.
894 * macrotab.c: Update.
895
1f2baacc
MK
8962002-10-25 Mark Kettenis <kettenis@gnu.org>
897
0c1a73d6
MK
898 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
899 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
900 (x86_64_init_abi): ...new function.
901
6aee4d54 902 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
903 * i386v-nat.c: Include "i386-tdep.h".
904
8f9cbe01
AC
9052002-10-25 Andrew Cagney <cagney@redhat.com>
906
5f11f355
AC
907 * gdbtypes.c (address_space_name_to_int): Update.
908 (address_space_int_to_name): Update.
909 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
910 multi-arch predicate.
911 (address_class_name_to_type_flags): Ditto.
912 * gdbarch.h, gdbarch.c: Re-generate.
913
8f9cbe01
AC
914 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
915
e8d96a5d
MH
9162002-10-24 Martin M. Hunt <hunt@redhat.com>
917
918 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
919
fe39c653
EZ
9202002-10-24 Elena Zannoni <ezannoni@redhat.com>
921
922 * symtab.h (INIT_SAL): Delete macro.
923 (init_sal): Export.
924 * symtab.c (init_sal): New function.
925
926 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
927 to init_sal function call.
928 (find_sal_from_funcs_and_line): Ditto.
929 (all_sals_for_line): Ditto.
930 * breakpoint.c (create_internal_breakpoint): Ditto.
931 (create_fork_vfork_event_catchpoint): Ditto.
932 (create_exec_event_catchpoint): Ditto.
933 (parse_breakpoint_sals): Ditto.
934 (watch_command_1): Ditto.
935 (handle_gnu_4_16_catch_command): Ditto.
936 (clear_command): Ditto.
937 * hppa-tdep.c (child_enable_exception_callback): Ditto.
938 * infcmd.c (run_stack_dummy): Ditto.
939 * infrun.c (process_event_stop_test): Ditto.
940 (check_sigtramp2): Ditto.
941 (step_over_function): Ditto.
942 * linespec.c (decode_line_2): Ditto.
943 (decode_line_1): Ditto.
944 * source.c (line_info): Ditto.
945 * symtab.c (find_pc_sect_line): Ditto.
946
baed091b
ML
9472002-10-24 Michal Ludvig <mludvig@suse.cz>
948
949 * dwarf2cfi.c (struct context)
950 (struct context_reg): Moved to dwarf2cfi.h
951 (context_alloc, frame_state_alloc, context_cpy):
952 Made extern instead of static, removed prototypes.
953 * dwarf2cfi.h (struct context)
954 (struct context_reg): New, moved from dwarf2cfi.c
955 (context_alloc, frame_state_alloc, context_cpy):
956 New prototypes.
957 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
958 Changed from static to extern.
959 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
960 (LINUX_SIGCONTEXT_FP_OFFSET)
961 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
962 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
963 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
964 * x86-64-tdep.c (x86_64_gdbarch_init): Several
965 set_gdbarch_*() calls now use x86-64 specific functions
966 instead of DWARF2 CFI ones.
967 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
968 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
969 (x86_64_init_extra_frame_info): New prototypes.
970
c38da1af
DC
9712002-10-23 David Carlton <carlton@math.stanford.edu>
972
973 * linespec.c: #include "parser-defs.h".
974 Delete prototype for find_template_name_end.
975 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
976
fb9b6b35
JJ
9772002-10-23 Jeff Johnston <jjohnstn@redhat.com>
978
979 * NEWS: add recent mi fixes.
980 * varobj.c (struct varobj): Add new "updated" flag.
981 (new_variable): Default "updated" flag to 0.
982 (varobj_set_value): Set "updated" flag to 1 if value
983 changes.
984 (varobj_update): Check varobj "updated" flag before
985 comparing old and refreshed values. Fix for
986 PR gdb/702.
987
8da065d5
DC
9882002-10-23 David Carlton <carlton@math.stanford.edu>
989
990 * parse.c (parse_exp_1): Use BLOCK_START.
991 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
992 SYMBOL_BLOCK_VALUE.
993 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
994
87f2f08c
DC
9952002-10-23 David Carlton <carlton@math.stanford.edu>
996
997 * symtab.c: Delete cplusplus_hint.
998 Delete prototype for find_template_name_end.
999
88cda038
EZ
10002002-10-23 Elena Zannoni <ezannoni@redhat.com>
1001
1002 * symtab.h: Update comment.
1003
2625d86c
MS
10042002-10-23 Michael Snyder <msnyder@redhat.com>
1005
1006 * printcmd.c (address_info): Restore quotes in output.
1007 * valops.c (value_of_local): Restore quotes in error message.
1008
9cc0d196
EZ
10092002-10-23 Elena Zannoni <ezannoni@redhat.com>
1010
1011 * symtab.c (symbol_demangled_name): New function.
1012 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1013 turning most of it into a function.
1014 (symbol_demangled_name): Export.
1015
19de93d0
MS
10162002-10-23 Michael Snyder <msnyder@redhat.com>
1017
1018 * valops.c (value_of_local): Restore quotes in error message.
1019
89aad1f9
EZ
10202002-10-23 Elena Zannoni <ezannoni@redhat.com>
1021
1022 * symtab.c (symbol_init_language_specific): New function.
1023 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1024 turning most of it into a function.
1025 (symbol_init_language_specific): Export.
1026
d9fa45fe
DC
10272002-10-23 David Carlton <carlton@math.stanford.edu>
1028
1029 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1030 (dwarf_attr_name): Ditto.
1031 (dwarf_type_encoding_name): Ditto.
1032 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1033 (process_die): Handle DW_TAG_namespace,
1034 DW_TAG_imported_declaration, DW_TAG_imported_module.
1035 (read_namespace): New function.
1036
1045b512
JB
10372002-10-22 Joel Brobecker <brobecker@gnat.com>
1038
1039 * configure.in: Define NEW_PROC_API on Interix too.
1040 * configure: Regenerate.
1041
10422002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1043
1044 * configure: Regenerate using the proper version of autoconf.
1045
3987b9d4
EZ
10462002-10-21 Elena Zannoni <ezannoni@redhat.com>
1047
1048 * findvar.c (read_var_value): Temporarily disable TLS code, until
1049 complete TLS support is added.
1050
9d774e44
EZ
10512002-10-21 Jim Blandy <jimb@redhat.com>
1052 Elena Zannoni <ezannoni@redhat.com>
1053
1054 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1055 for thread local storage locations.
1056 (struct symbol): Add objfile field.
1057 (SYMBOL_OBJFILE): Define.
1058 * dwarf2read.c (is_thread_local): New static variable.
1059 (new_symbol): If variable is in thread local fill in address class
1060 and objfile appropriately.
1061 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1062 stack operation.
1063 * printcmd.c (address_info): Print the information for thread
1064 local storage variable.
1065 * findvar.c (read_var_value): In case of thread local variable,
1066 defer to the target vector code to compute address.
1067
bc4a16ae
EZ
10682002-10-21 Elena Zannoni <ezannoni@redhat.com>
1069
1070 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1071 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1072
407caf07
EZ
10732002-10-21 Elena Zannoni <ezannoni@redhat.com>
1074
1075 * symtab.h (address_class): Rename
1076 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1077 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1078 * printcmd.c (address_info): Ditto.
1079 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1080
005328e3
MK
10812002-10-20 Mark Kettenis <kettenis@gnu.org>
1082
afdb036a
MK
1083 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1084 DBREG_DRX macro to acces debug registers.
1085
ca02e098
MK
1086 * Makefile.in (i386obsd-tdep.o): New target.
1087
03cc47f7
MK
1088 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1089 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1090
005328e3
MK
1091 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1092 * config/i386/obsd.mt: New file.
1093 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1094 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1095 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1096 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1097 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1098 * i386obsd-tdep.c: New file.
1099
9c96f9f2
AF
11002002-10-19 Adam Fedor <fedor@gnu.org>
1101
1102 * objc-exp.y (name_not_typename): Fix invalid comment.
1103
ce1ed485
MK
11042002-10-20 Mark Kettenis <kettenis@gnu.org>
1105
1106 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1107 to allocate partial syms and macro byte caches.
1108
1efc7aaa
DC
11092002-10-18 David Carlton <carlton@math.stanford.edu>
1110
1111 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1112
7e1d63ec
AF
11132002-10-18 Adam Fedor <fedor@gnu.org>
1114
1115 * stabsread.c (find_name_end): New function.
1116 (define_symbol): Use it.
1117
6e8d29a9
DJ
11182002-10-18 Daniel Jacobowitz <drow@mvista.com>
1119
1120 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1121 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1122 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1123 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1124
1efc7aaa 11252002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1126
1127 * symfile.h: Add opaque declaration for struct obstack.
1128 Declare obsavestring to take a const char *.
1129 * symfile.c (obsavestring): Make first argument a const char *.
1130
1aeae86e
AF
11312002-10-16 Adam Fedor <fedor@gnu.org>
1132
1133 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1134 names when matching breakpoints in current file.
1135
8b2dbe47
KB
11362002-10-16 Kevin Buettner <kevinb@redhat.com>
1137
1138 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1139 (read_tag_pointer_type): Add address class support.
1140 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1141 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1142 New methods.
1143 * gdbarch.h, gdbarch.c: Regenerate.
1144 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1145 (make_type_with_address_space, recursive_type_dump): Add address
1146 class support.
1147 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1148 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1149 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1150
74451869
KD
11512002-10-16 Klee Dienes <kdienes@apple.com>
1152
1153 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1154 to get the last character of a char[] buffer, not
1155 name[sizeof(vptr_name)-1].
1156
ff4cb3e8
AF
11572002-10-14 Adam Fedor <fedor@gnu.org>
1158
1159 * symtab.h: New objc_specific struct.
1160 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1161 (SYMBOL_DEMANGLED_NAME): Likewise.
1162
da2cf7e0
AF
11632002-10-14 Adam Fedor <fedor@gnu.org>
1164
1165 * symfile.c (init_filename_language_table): Add ObjC file extension.
1166
4a351cef
AF
11672002-10-14 Adam Fedor <fedor@gnu.org>
1168
1169 * utils.c (puts_filtered_tabular): New function.
1170 (fprintf_symbol_filtered): Get ObjC demangled name.
1171 * defs.h (puts_filtered_tabular): Declared.
1172
9750e763
KB
11732002-10-14 Kevin Buettner <kevinb@redhat.com>
1174
1175 * c-lang.h (c_type_print_varspec_prefix): Delete.
1176 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1177 ``need_post_space'' parameter. Adjust all callers.
1178
eee771c1
DJ
11792002-10-14 Daniel Jacobowitz <drow@mvista.com>
1180
1181 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1182 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1183 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1184 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1185
46c82446
AF
11862002-10-13 Adam Fedor <fedor@gnu.org>
1187
1188 * source.c (print_source_lines): Update comments.
1189
d069f99d
AF
11902002-10-13 Adam Fedor <fedor@gnu.org>
1191
1192 * valops.c (value_of_local): New function.
1193 (value_of_this): Use it.
1194 * value.h (value_of_local): Declared.
1195
53c551b7
AF
11962002-10-13 Adam Fedor <fedor@gnu.org>
1197
1198 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1199 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1200
eb392fbf
AF
12012002-10-12 Adam Fedor <fedor@gnu.org>
1202
1203 * language.c (binop_result_type): Add language_objc to case.
1204 (integral_type): Likewise.
1205 (character_type): Likewise.
1206 (string_type): Likewise.
1207 (boolean_type): Likewise.
1208 (structured_type): Likewise.
1209 (binop_type_check): Likewise.
1210
e2b23ee9
AF
12112002-10-11 Adam Fedor <fedor@gnu.org>
1212
1213 * printcmd.c (address_info): Print 'self' for ObjC.
1214
b01ab485
AF
12152002-10-11 Adam Fedor <fedor@gnu.org>
1216
1217 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1218 OP_SELF.
1219
806e6073
AF
12202002-10-11 Adam Fedor <fedor@gnu.org>
1221
1222 * language.h (CAST_IS_CONVERSION): Add language_objc.
1223
50f85cdf
AF
12242002-10-11 Adam Fedor <fedor@gnu.org>
1225
1226 * defs.h (enum language): Add language_objc.
1227
0d540cdf
KD
12282002-10-11 Klee Dienes <kdienes@apple.com>
1229
69266111 1230 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1231 * gdbcore.h (read_memory_typed_address): Add prototype.
1232 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1233 to read a value destined for a CORE_ADDR, not read_memory_integer.
1234 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1235 (f77_get_dynamic_lowerbound): Ditto.
1236
d5dc7960
MH
12372002-10-11 Martin M. Hunt <hunt@redhat.com>
1238
1239 * utils.c (string_to_core_addr): After turning string into
1240 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1241 which will do necessary sign-extension, etc.
1242
8343f86c
DJ
12432002-10-11 Daniel Jacobowitz <drow@mvista.com>
1244
1245 * c-exp.y (THIS): Delete token and grammar rule.
1246 (yylex): Don't return THIS.
1247 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1248 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1249 * demangle.c (cplus_markers): Update comment. Put '$'
1250 first. Remove CPLUS_MARKER.
1251 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1252 * jv-exp.y (THIS): Delete token and grammar rule.
1253 (yylex): Don't return THIS.
1254 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1255 * objc-exp.y (THIS): Delete token and grammar rule.
1256 (yylex): Don't return THIS.
1257 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1258 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1259 (read_member_functions): Likewise for opname.
1260 (read_tilde_fields): Use is_cplus_marker.
1261
1262 * defs.h (CPLUS_MARKER): Don't define.
1263 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1264 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1265 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1266 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1267 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1268
1269 * config/i386/tm-i386v4.h: Delete file.
1270 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1271 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1272 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1273 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1274 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1275 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1276 * config/i386/i386v4.mt (TM_FILE): Likewise.
1277 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1278
967c0d83
MM
12792002-10-10 Marko Mlinar <markom@opencores.org>
1280
1281 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1282 accidentially not commited 2002-10-09
1283 * gdbarch.h, gdbarch.c: Re-generate.
1284
f74fa174
MM
12852002-10-09 Marko Mlinar <markom@opencores.org>
1286
1287 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1288 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1289 * gdbarch.h, gdbarch.c: Re-generate.
1290
57349743
JB
12912002-10-08 Petr Sorfa <petrs@caldera.com>
1292
1293 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1294
1295 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1296 so we can work on more than one compilation unit at a time. This
1297 helps prepare GDB to handle inter-CU die references.
1298 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1299 the code to be defined before struct comp_unit_head.
1300 (comp_unit_head): Added new members - offset, cu_head,
1301 begin_die, next and dwarf2_abbrevs.
1302 (dwarf2_abbrevs): Removed single static var; now member of
1303 struct comp_unit_head.
1304 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1305 members.
1306 (psymtab_to_symtab_1): Changed to work with the new
1307 struct comp_unit_head.
1308 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1309 constructs the dwarf2_abbrevs[] inside the cu_header.
1310 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1311 dwarf2_abbrev table to clean up.
1312 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1313 handling of dwarf2_abbrevs inside the cu_header.
1314 (read_partial_die): Now supports the call to the new
1315 dwarf2_lookup_abbrev.
1316 (read_full_die): Now supports the call to the new
1317 dwarf2_lookup_abbrev.
1318
4092aadb
CF
13192002-10-06 Christopher Faylor <cgf@redhat.com>
1320
1321 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1322 insure that shell variables, such as "transformed_name" are propagated
1323 to later shell statements in rule.
1324
af0b2512
MK
13252002-10-06 Mark Kettenis <kettenis@gnu.org>
1326
1327 * config/i386/nm-i386sco.h: Add protection against
1328 multiple-inclusion. Include "i386/nm-i386v.h".
1329 (REGISTER_U_ADDR): Remove define.
1330 (i386_register_u_addr): Remove prototype.
1331
d6020d45
MS
13322002-10-04 Michael Snyder <msnyder@redhat.com>
1333
1334 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1335 before treating it as a single-step event.
1336
7248f48e
AF
13372002-10-03 Adam Fedor <fedor@gnu.org>
1338
1339 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1340 (objc_demangle): Remove assignment in if statements, Replace
1341 free with xfree.
1342 (add_msglist): Likewise.
1343 (end_msglist): Likewise.
1344 (complare_selectors): Likewise.
1345 (selectors_info): Likewise.
1346 (compare_classes): Likewise.
1347 (classes_info): Likewise.
1348 (print_object_command): Likewise.
1349 (find_objc_msgcall_submethod): Replace PTR with void *.
1350 * objc-lang.h: Remove check for __STDC__.
1351
52c6a6ac
JJ
13522002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1353
1354 * ui-out.h (ui_out_field_fmt_int): New prototype.
1355 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1356 of field width and alignment.
1357 * stack.c (print_frame_info_base): When printing frame level, use
1358 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1359 PR gdb/192
1360
7e3cec17
JJ
13612002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1362
1363 * MAINTAINERS: Add self to Write After Approval list.
1364
a58dd373
EZ
13652002-10-02 Elena Zannoni <ezannoni@redhat.com>
1366
1367 * infcmd.c (interrupt_target_command_wrapper): Delete.
1368 (interrupt_target_command): Make non static.
1369 (nofp_registers_info): Make static.
1370 * stack.c (return_command_wrapper): Delete.
1371 (return_command): Make non static.
1372
cee6ddeb
EZ
13732002-10-02 Elena Zannoni <ezannoni@redhat.com>
1374
1375 * event-top.c (gdb_setup_readline): New function. Code moved from
1376 _initialize_event_loop().
1377 (_initialize_event_loop): Call gdb_setup_readline().
1378
c4ed33b9
AC
13792002-10-02 Andrew Cagney <ac131313@redhat.com>
1380
1381 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1382 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1383 * gdbarch.h, gdbarch.c: Re-generate.
1384
cef4f5dd
DJ
13852002-10-02 Daniel Jacobowitz <drow@mvista.com>
1386
1387 Fix PR gdb/778
1388 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1389 before recursing.
1390 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1391 of fill_in_vptr_fieldno.
1392
36dc181b 13932002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1394
36dc181b
EZ
1395 * inferior.h (registers_info, stepi_command, nexti_command,
1396 continue_command, interrupt_target_command): Export from infcmd.c.
1397 * frame.h (args_info, selected_frame_level_changed_hook,
1398 return_command): Export from stack.c.
1399 * v850ice.c (stepi_command, nexti_command, continue_command): use
1400 prototypes from inferior.h.
1401 * tracepoint.c (registers_info, args_info, locals_info): Use
1402 prototypes from frame.h and inferior.h.
1403 * Makefile.in (mi-main.o): Add dependency on frame.h.
1404
6f99cb26
AC
14052002-10-02 Andrew Cagney <ac131313@redhat.com>
1406
da3eff49
AC
1407 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1408 value in register 3 adjusted by ppc_gp0_regnum.
1409
6f99cb26
AC
1410 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1411
da615bee
MM
14122002-10-02 Marko Mlinar <markom@opencores.org>
1413
1414 * MAINTAINERS: Add myself to the Write After Approval list.
1415
d154bee2
AO
14162002-10-01 Alexandre Oliva <aoliva@redhat.com>
1417
62a49b2c
AO
1418 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1419 of the section for the N64 ABI, fixed.
1420
d154bee2
AO
1421 * config/mips/tm-irix6.h: Include solib.h.
1422
ed348acc
EZ
14232002-10-01 Elena Zannoni <ezannoni@redhat.com>
1424
1425 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1426 GNU operators.
1427
da0f9dcd
AC
14282002-10-01 Andrew Cagney <ac131313@redhat.com>
1429
1430 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1431 and that "mi0" syntax has been removed.
1432
bdf64bac
DC
14332002-09-30 David Carlton <carlton@math.stanford.edu>
1434
1435 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1436 * ppc-sysv-tdep.c: #include "gdb_string.h".
1437 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1438 pacify GCC.
1439
54c2a1e6
AC
14402002-10-01 Andrew Cagney <ac131313@redhat.com>
1441
1442 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1443 "vrsave"'s register number.
1444
cedea778
AC
14452002-09-30 Andrew Cagney <ac131313@redhat.com>
1446
1447 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1448 use frame_unwind_signed_register to obtain the PC.
1449 (mips_frame_chain): Handle a generic dummy frame.
1450 (mips_init_extra_frame_info): When a generic dummy frame, don't
1451 re-compute the frame base.
1452 (mips_pop_frame): Handle generic dummy frames.
1453 (mips_gdbarch_init): When generic dummy frames, set
1454 use_generic_dummy_frames, push_dummy_frame to
1455 generic_push_dummy_frame, pc_in_call_dummy to
1456 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1457 generic_save_dummy_frame_tos.
1458
68315eb8
AC
14592002-09-30 Andrew Cagney <ac131313@redhat.com>
1460
1461 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1462 against TOP when TOP was explictly set.
1463 (generic_push_dummy_frame): Set TOP to zero.
1464
3b8630c3
EZ
14652002-09-30 Elena Zannoni <ezannoni@redhat.com>
1466
1467 * event-loop.c (start_event_loop): Rename variable 'result' to
1468 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1469
28ee05e9
KS
14702002-09-30 Keith Seitz <keiths@redhat.com>
1471
1472 * gdb-events.sh (selected_thread_changed): New event.
1473 * gdb-events.c: Regenerated.
1474 * gdb-events.h: Regenerated.
1475
6eecb1c8
HPN
14762002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1477
1478 * MAINTAINERS: Add self to Write After Approval list.
1479
92df71f0
FN
14802002-09-30 Fernando Nasser <fnasser@redhat.com>
1481
3b8630c3
EZ
1482 * disasm.c: New file.
1483 * disasm.h: New file.
92df71f0
FN
1484 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1485 (compare_lines): Ditto.
1486 (dump_insns): Ditto.
3b8630c3
EZ
1487 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1488 argument.
92df71f0 1489 (do_assembly_only): Ditto.
3b8630c3
EZ
1490 (do_disassembly): Renamed to gdb_disassembly and moved to
1491 disasm.c. Sdded uiout argument.
1492 * Makefile.in: Add new files. Reorder SFILES list. Update
1493 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1494
0c22854d
AC
14952002-09-29 Andrew Cagney <ac131313@redhat.com>
1496
1497 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1498 bfd/elf64-alpha-fbsd.c.
1499
e67f2023
AC
15002002-09-29 Andrew Cagney <ac131313@redhat.com>
1501
1502 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1503 i386gnu-tdep.c.
1504
89396210
AC
15052002-09-29 Andrew Cagney <ac131313@redhat.com>
1506
1507 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1508 __FUNCTION__.
1509 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1510 function name.
1511 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1512 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1513 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1514 (S_msg_sig_post_reply): Ditto.
1515
7079c36c
CV
15162002-09-28 Corinna Vinschen <vinschen@redhat.com>
1517
89396210
AC
1518 * sh-tdep.c (sh_use_struct_convention): Use definition according
1519 to ABI.
7079c36c
CV
1520 (sh_push_arguments): Store in register with correct endianess.
1521 (sh_default_store_return_value): Ditto.
1522 (sh_gdbarch_init): Set sizeof long double to 8.
1523
975ac915
MK
15242002-09-27 Mark Kettenis <kettenis@gnu.org>
1525
1526 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1527 Fix some whitespace problems.
1528
9bbe19fb
DC
15292002-09-27 David Carlton <carlton@math.stanford.edu>
1530
1531 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1532 (mcore-tdep.o): Ditto.
1533 (ns32k-tdep.o): Ditto.
1534 (ns32knbsd-tdep.o): Ditto.
1535 (sh3-rom.o): Ditto.
1536 (vax-tdep.o): Ditto.
1537 * cris-tdep.c: #include "gdb_string.h"
1538 * mcore-tdep.c: Ditto.
1539 * ns32k-tdep.c: Ditto.
1540 * ns32knbsd-tdep.c: Ditto.
1541 * sh3-rom.c: Ditto.
1542 * vax-tdep.c: Ditto.
1543
43b2fdc7
DC
15442002-09-27 David Carlton <carlton@math.stanford.edu>
1545
1546 * config/djgpp/fnchange.lst: Add entries for
1547 gdb/testsuite/gdb.c++/m-static files.
1548
e8cfbbd9
JW
15492002-09-27 Jim Wilson <wilson@redhat.com>
1550
1551 * MAINTAINERS: Add myself to the Write After Approval list.
1552
43b2fdc7 15532002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1554
1555 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1556
1557
9f3b7f07
AC
15582002-09-26 Andrew Cagney <ac131313@redhat.com>
1559
1560 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1561 frame.
1562
11269d7e
AC
15632002-09-26 Andrew Cagney <ac131313@redhat.com>
1564
1565 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1566 (rs6000_struct_return_address): Delete variable.
1567 (rs6000_store_struct_return): Update.
1568 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1569 deprecated_extract_struct_value_address.
1570 (rs6000_frame_align): New function.
1571 (rs6000_gdbarch_init): Set frame_align.
1572
f15ab4a7
AC
15732002-09-26 Andrew Cagney <ac131313@redhat.com>
1574
1575 From Grace Sainsbury <graces@redhat.com>:
1576 * Makefile.in (gdbtk-main.o): New target.
1577 (gdb.o): New target.
1578 (main_h): Define.
1579 (main.o): Update dependencies.
1580 (gdb$(EXEEXT)): Add gdb.o.
1581 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1582 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1583 (SUBDIR_GDBTK_CLEAN): Set.
1584 (install-gdbtk): Install the insight binary.
1585 (uninstall-gdbtk): New target.
1586 (all-gdbtk, clean-gdbtk): New rule.
1587 * top.c (use_windows): Default to zero.
1588 * main.c: Include "main.h".
1589 (main): Delete.
1590 (struct captured_main_args): Delete.
1591 (gdb_main): New function.
1592 * main.h: New file.
1593 * gdb.c: New File.
1594
e36180d7
AC
15952002-09-25 Andrew Cagney <cagney@redhat.com>
1596
1597 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1598 (frame_map_regnum_to_name): New function.
1599 (frame_map_name_to_regnum): New function.
1600 * frame.h (frame_map_name_to_regnum): Declare.
1601 (frame_map_regnum_to_name): Declare.
1602 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1603 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1604 * parse.c: Do not include "builtin-regs.h".
1605 (target_map_name_to_register): Delete function.
1606 (write_dollar_variable): Use frame_map_name_to_regnum.
1607 * parser-defs.h (target_map_name_to_register): Delete declaration.
1608 * expprint.c: Include "frame.h".
1609 (print_subexp): Use frame_map_regnum_to_name.
1610 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1611 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1612
8b69000d
AC
16132002-09-25 Andrew Cagney <ac131313@redhat.com>
1614
1615 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1616 wasn't saved, and the next innermost frame is a dummy, return the
1617 dummy frame's link register.
1618
046ca86a
JB
16192002-09-24 Jim Blandy <jimb@redhat.com>
1620
1621 Fix from Paul Breed:
1622 * main.c (captured_main): Add a `break' after the case for 'b'.
1623
94b66fa7
KS
16242002-09-24 Keith Seitz <keiths@redhat.com>
1625
1626 * varobj.c (c_type_of_child): Use get_target_type instead
1627 of TYPE_TARGET_TYPE.
1628
c214a6fd
FN
16292002-09-22 Fernando Nasser <fnasser@redhat.com>
1630
53cb0458
FN
1631 * source.c (get_current_or_default_source_symtab_and_line): Remove
1632 function.
1633 (set_default_source_symtab_and_line): New function. Attempts to
1634 determine a source file to list lines from if one is not currently
1635 defined.
1636 (get_current_source_symtab_and_line): Initialize sal.pc and
1637 sal.end fields.
1638 (set_current_source_symtab_and_line): Mark argument as const.
1639 * source.h: Update declarations and comments.
1640 * linespec.c (decode_line_1): Replace call to removed routine above.
1641 * stack.c (print_frame_info_base): Ditto.
1642 * cli/cli-cmds.c (edit_command): Ditto.
1643 (list_command): Ditto.
1644
16452002-09-22 Fernando Nasser <fnasser@redhat.com>
1646
d6020d45 1647 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1648 sal.pc and sal.end fields.
c214a6fd
FN
1649 (get_current_or_default_source_symtab_and_line): Ditto.
1650 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1651 so we do not cause a new source symtab to be searched for (reverting an
1652 unintentional change from the 2002-09-20 patch).
1653 * scm-lang.c (scm_unpac): Ditto.
1654
cc3b68a5
AC
16552002-09-21 Andrew Cagney <cagney@redhat.com>
1656
1657 * complaints.c (symfile_explanations): Remove new-line from
1658 ``isolated_message''.
1659 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1660 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1661
5835abe7
NC
16622002-09-20 Nick Clifton <nickc@redhat.com>
1663
1664 * NEWS: Announce that V850EA ISA is no longer supported.
1665 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1666
a15ef5f5
DC
16672002-09-20 David Carlton <carlton@math.stanford.edu>
1668
06ba1b39
DC
1669 * Makefile.in (c-lang.o): Correct dependencies.
1670 (utils.o): Gather dependencies.
1671 (charset.o): Move.
a15ef5f5
DC
1672 * c-lang.c: #include "gdb_string.h"
1673
87885426
FN
16742002-09-20 Fernando Nasser <fnasser@redhat.com>
1675
1676 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1677 * cli/cli-cmds.c (list_command): New function. Implements the new
1678 cli edit command.
1679 (_init_cli_cmds): Add new command definition.
1680 * gdb.1: Document edit command.
1681 * doc/gdb.texinfo: Document edit command.
1682
16832002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1684
1685 * source.c: Make global variables current_source_symtab and
1686 current_source_line static.
1687 (list_command): Moved to cli/cli-cmds.c.
1688 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1689 (get_first_line_listed): New accessor function.
1690 (get_lines_to_list): New accessor function.
1691 (get_current_source_symtab_and_line): New function. Retrieves the
1692 position in the source code that we consider current.
1693 (get_current_or_default_source_symtab_and_line): New function.
1694 Like the above but attempts to determine a default position if one
1695 is not currently defined.
1696 (set_current_source_symtab_and_line): New function. Sets the source
1697 code position considered current and returns the previously set one.
1698 (clear_current_source_symtab_and_line): Reset stored information about
1699 a current source line.
1700 (_initialize_source): Remove registration for the "list" command and
1701 its alias.
1702 * source.h: Add declarations for the new functions above.
1703 * symtab.h: Remove declarations for the global variables mentioned
1704 above.
1705 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1706 obtain current source line.
1707 * linespec.c (decode_line_1): Ditto.
1708 * macroscope.c (default_macro_scope): Ditto.
1709 * scm-lang.c (scm_unpac): Ditto.
1710 * stack.c (print_frame_info_base): Ditto.
1711 * symfile.c (clear_symtab_users): Ditto.
1712 * symtab.c (decode_line_spec): Ditto.
1713 * cli/cli-cmds.c (list_command): Moved here from source.c.
1714 (ambiguous_line_spec): Moved here from source.c.
1715 (_init_cli_cmds): Add definition for "list" and its alias.
1716 * Makefile.in: Update dependencies.
1717
ddd216ea
CV
17182002-09-20 Corinna Vinschen <vinschen@redhat.com>
1719
1720 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1721 with what gcc thinks is correct.
1722
6d305052
CV
17232002-09-20 Corinna Vinschen <vinschen@redhat.com>
1724
1725 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1726 multiple register push instruction.
1727
234b45d4
KB
17282002-09-19 Jim Blandy <jimb@redhat.com>
1729
1730 Add support for distinct host and target character sets.
1731 * charset.c, charset.h: New files.
1732 * c-exp.y: #include "charset.h".
1733 (yylex): Convert character and string literals to the target
1734 character set, before returning them as the semantic value of the
1735 token.
1736 * c-lang.c: #include "charset.h".
1737 (c_emit_char): Use charset-specific methods to recognize
1738 characters with backslash escape forms, to decide which characters
1739 to print literally and which to print using numeric escape
1740 sequences, and to convert target characters to host characters
1741 before printing.
1742 * utils.c: #include "charset.h".
1743 (no_control_char_error): New function.
1744 (parse_escape): Use charset-specific methods to recognize
1745 backslash escapes, parse `control character' notation, and convert
1746 characters from the host character set to the target character set.
1747 * configure.in: Set the default host character set.
1748 Check where to find iconv, and what its argument types might be.
1749 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1750 * Makefile.in (SFILES): List charset.c.
1751 (COMMON_OBS): List charset.o.
1752 (charset.o): New rule.
1753 (charset_h): New header dependency variable.
1754 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1755 (LIBICONV): New variable, set by configure.
1756 (CLIBS): Include $(LIBICONV) here.
1757 * aclocal.m4, config.in, configure: Regenerated.
1758
525d6a61
JB
17592002-09-19 Joel Brobecker <brobecker@gnat.com>
1760
1761 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1762 bison 1.35 warning.
1763
3ed93867
RE
17642002-09-19 Richard Earnshaw <rearnsha@arm.com>
1765
1766 * gdb_mbuild.sh: New file.
1767
437666f8
AC
17682002-09-19 Andrew Cagney <ac131313@redhat.com>
1769
1770 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1771
389e51db
AC
17722002-09-18 Andrew Cagney <ac131313@redhat.com>
1773
1774 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1775 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1776 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1777 valops.c, value.h: Revert previous change.
1778
3b4efeaa
MS
17792002-09-18 Michael Snyder <msnyder@redhat.com>
1780
1781 Preliminary support for Objective-C:
1782 * defs.h (language_objc): New enum value.
1783 (puts_filtered_tabular): Declaration only, exported from utils.c.
1784 (skip_quoted): Delete, declared in completer.h.
1785 * c-exp.y: Include completer.h.
1786 * p-exp.y: Ditto.
1787 * jv-exp.y: Ditto.
1788 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1789 New operator enum values.
1790 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1791 * language.c (binop_result_type): Handle language_objc case.
1792 (integral_type, character_type, string_type, boolean_type,
1793 structured_type, binop_type_check): Ditto.
1794 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1795 (struct objc_specific): Add to general_symbol_info.
1796 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1797 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1798 * parser-defs.h (struct objc_class_str): New struct type.
1799 (start_msglist, end_msglist, add_msglist): Declaration only,
1800 exported from objc-lang.c.
1801 * value.h (value_of_local, value_nsstring,
1802 call_function_by_hand_expecting_type): Exported from valops.c.
1803 * valops.c (find_function_addr): Export.
1804 (call_function_by_hand_expecting_type): New function.
1805 (value_of_local): New function.
1806 * symfile.c (init_filename_language_table): Add ".m" extension
1807 for Objective-C.
1808 * utils.c (puts_filtered_tabular): New function.
1809 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1810 (set/show demangle): Extend help-string to refer to ObjC.
1811 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1812 * stabsread.c (symbol_reference_defined): Objective-C symbols
1813 may contain colons: make allowances when scanning stabs strings
1814 for colons.
1815 (objc_find_colon): New function.
1816 * printcmd.c (address_info): If language == objc then print
1817 "self" instead of "this".
1818 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1819 OP_NSSTRING, and OP_SELF.
1820 (prefixify_subexp): Ditto.
1821 * source.c (print_source_lines): Mention objc in comment.
1822 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1823 method names.
1824
b9caf505
AC
18252002-09-18 Andrew Cagney <ac131313@redhat.com>
1826
1827 * complaints.h: Update copyright.
1828 (struct complaints): Declare.
1829 (struct complaint): Make `message' constant.
1830 (internal_complaint): Declare.
1831 (complaint): Declare.
1832 (complaint_root): Delete declaration.
1833 (symfile_complaints): Delete declaration.
1834 (struct complaints): Add opaque declaration.
1835 (clear_complaints): Add a complaints parameter.
1836 * complaints.c: Update copyright.
1837 (enum complaint_series): Define.
1838 (complaint_root): Delete.
1839 (struct complaints): Define.
1840 (complaint_sentinel, symfile_complaint_book): New variables.
1841 (symfile_explanations, symfile_complaints): New variables.
1842 New variables.
1843 (get_complaints): New function.
1844 (vcomplaint): New function.
1845 (complaint): New function.
1846 (internal_complaint): New function.
1847 (complain): Call vcomplain with symfile_complaint.
1848 (clear_complaints): Rewrite.
1849 (_initialize_complaints): Use add_setshow_command.
1850 * Makefile.in (complaints.o): Update dependencies.
1851 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1852 to call to clear_complaints.
1853 (new_symfile_objfile, reread_symbols): Ditto.
1854 (oldsyms_complaint): Delete.
1855 (empty_symtab_complaint, unknown_option_complaint): Delete.
1856 (free_named_symtabs): Use complaint instead of complain.
1857
d2e6263c
MS
18582002-09-18 Michael Snyder <msnyder@redhat.com>
1859
5fb2031a
AC
1860 Contributed by Apple Computer, Inc. Merged with current sources
1861 by Adam Fedor <fedor@doc.com> [cagney].
1862
d2e6263c
MS
1863 * objc-lang.c: First clean-up round: comments, indentation.
1864 * objc-lang.h: Ditto.
1865 * objc-lang.y: Ditto.
1866
dec43320
AC
18672002-09-18 Andrew Cagney <ac131313@redhat.com>
1868
1869 * maint.c (maintenance_internal_error): Print the parameter as the
1870 error message.
1871 (maintenance_internal_warning): New function.
1872 (_initialize_maint_cmds): Add command `maint internal-warning'.
1873
1874 * defs.h (internal_warning, internal_vwarning): Declare.
1875 * utils.c (struct internal_problem): Define.
1876 (internal_vproblem): New function.
1877 (internal_warning): New function.
1878 (internal_vwarning): New function.
1879 (internal_warning_problem, internal_error_problem): New variables.
1880 (internal_verror): Just call internal_vproblem.
1881
b81654f1
MS
18822002-09-18 Michael Snyder <msnyder@redhat.com>
1883
1884 * objc-lang.c: New file, support for Objective-C.
1885 Preliminary check-in, not yet integrated into gdb.
1886 * objc-lang.h: New file.
1887 * objc-exp.y: New file.
1888
0542c381
AC
18892002-09-18 Andrew Cagney <ac131313@redhat.com>
1890
7bda5e4a
AC
1891 * infrun.c (signal_stop_update): Convert definition to ISO C.
1892 (signal_print_update): Ditto.
1893 (signal_pass_update): Ditto.
1894 * inflow.c (terminal_save_ours): Ditto.
1895
5247b418
AC
1896 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1897 comments.
1898
fc60962c
AC
1899 * config/djgpp/fnchange.lst: Handle name clashes between
1900 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1901 bfd/coff-tic80.c.
1902
0542c381
AC
1903 * i386-linux-tdep.h: Fix tipo.
1904
5b924b9b
AF
19052002-09-18 Adam Fedor <fedor@gnu.org>
1906
1907 * MAINTAINERS: Add myself to the Write After Approval list.
1908
5afc051b
JB
19092002-09-18 Jim Blandy <jimb@redhat.com>
1910
1911 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1912 texthigh and textlow to reader-specific structs caused
1913 objfile_relocate to miss them. This is fixable, but the work that
1914 the change was supposed to prepare GDB for never got done anyway.
1915
eb944380
DC
19162002-09-18 David Carlton <carlton@math.stanford.edu>
1917
1918 * MAINTAINERS: Alphabetize Write After Approval list.
1919
948e66d9
DJ
19202002-09-18 Daniel Jacobowitz <drow@mvista.com>
1921
1922 Fix PR gdb/709
1923 * values.c (value_static_field): Call read_var_value.
1924
dc604539
AC
19252002-09-18 Andrew Cagney <ac131313@redhat.com>
1926
1927 * valops.c (hand_function_call): Align the initial stack pointer
1928 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1929 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1930 return value.
1931 * mips-tdep.c (mips_frame_align): New function.
1932 (mips_gdbarch_init): Set frame_align.
1933 * gdbarch.sh (FRAME_ALIGN): New method.
1934 * gdbarch.h, gdbarch.c: Re-generate.
1935
cb7e422f
ML
19362002-09-18 Michal Ludvig <mludvig@suse.cz>
1937
1938 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1939 registers.
1940
a094c6fb
AC
19412002-09-17 Andrew Cagney <ac131313@redhat.com>
1942
1943 * NEWS: Mention that MIPS $fp behavior changed.
1944 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1945 reference to FP_REGNUM.
1946 (mipsnbsd_cannot_store_register): Ditto.
1947 * mips-linux-nat.c: Update copyright.
1948 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1949 (mips_linux_cannot_store_register): Ditto.
1950 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1951 * config/mips/tm-mips.h: Update copyright.
1952 (FP_REGNUM): Delete macro.
1953 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1954 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1955 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1956 (mips_r3041_reg_names, mips_r3051_reg_names)
1957 (mips_r3081_reg_names): Replace "fp" with "".
1958 Fix PR gdb/480.
1959
45cf40d1
TR
19602002-09-17 Theodore A. Roth <troth@verinet.com>
1961
1962 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1963 generic_read_register_dummy() (PR gdb/703).
1964 (avr_push_return_address): #if 0 out unused vars.
1965 (avr_gdbarch_init): Enable use of avr_push_return_address().
1966
c7e701b5
MS
19672002-09-17 Michael Snyder <msnyder@redhat.com>
1968
d76ba2a5 1969 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1970 RTE will take care of it.
1971
20bcf01c
AC
19722002-09-17 Andrew Cagney <ac131313@redhat.com>
1973
1974 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1975 invalid, return SP_REGNUM.
1976
009a9971 19772002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1978
1979 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1980 point registers without sign extension.
1981
135c175f
AC
19822002-09-17 Andrew Cagney <cagney@redhat.com>
1983
1984 * blockframe.c (deprecated_read_register_dummy): Rename
1985 generic_read_register_dummy.
1986 * frame.c (frame_unwind_signed_register): New function.
1987 (frame_unwind_unsigned_register): New function.
1988 * frame.h (frame_unwind_signed_register): Declare.
1989 (frame_unwind_unsigned_register): Declare.
1990 (deprecated_read_register_dummy): Rename
1991 generic_read_register_dummy.
1992
1993 * h8300-tdep.c (h8300_frame_chain): Update.
1994 (h8300_frame_saved_pc): Update.
1995 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1996 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1997 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1998 (s390_frame_chain): Update.
1999 * v850-tdep.c (v850_find_callers_reg): Update.
2000 (v850_frame_saved_pc): Update.
2001 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
2002 (m32r_find_callers_reg): Update.
2003 (m32r_frame_saved_pc): Update.
2004 * sh-tdep.c (sh_find_callers_reg): Update.
2005 (sh64_get_saved_pr): Update.
2006 (sh_init_extra_frame_info): Update.
2007 (sh_init_extra_frame_info): Update.
2008 (sh64_init_extra_frame_info): Update.
2009 (sh64_init_extra_frame_info): Update.
2010 * mcore-tdep.c (mcore_find_callers_reg): Update.
2011 (mcore_frame_saved_pc): Update.
2012 (mcore_init_extra_frame_info): Update.
2013 * i386-tdep.c (i386_frame_saved_pc): Update.
2014 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2015 (ia64_init_extra_frame_info): Update.
2016 (ia64_init_extra_frame_info): Update.
2017 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2018 * cris-tdep.c (cris_init_extra_frame_info): Update.
2019 * avr-tdep.c (avr_frame_chain): Update.
2020 (avr_init_extra_frame_info): Update.
2021 (avr_frame_saved_pc): Update.
2022 * arm-tdep.c (arm_find_callers_reg): Update.
2023 (arm_init_extra_frame_info): Update.
2024 (arm_frame_saved_pc): Update.
2025
a741e514
TT
20262002-09-17 Tom Tromey <tromey@redhat.com>
2027
2028 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2029 is "'".
2030
d1a8e808
CV
20312002-09-17 Corinna Vinschen <vinschen@redhat.com>
2032
2033 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2034 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2035 NEXT_PROLOGUE_INSN.
2036 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2037 NEXT_PROLOGUE_INSN.
2038
d9025a18
JB
20392002-09-16 Joel Brobecker <brobecker@gnat.com>
2040
2041 * osfsolib.c: Remove file, replaced by solib-osf.c.
2042 * Makefile.in: Remove compilation rules for osfsolib.c.
2043
1b2ef1b6
DC
20442002-09-16 David Carlton <carlton@math.stanford.edu>
2045
2046 * cp-valprint.c (cp_print_class_method): Correct args to
2047 check_stub_method_group.
2048
928e48af
CV
20492002-09-16 Corinna Vinschen <vinschen@redhat.com>
2050
2051 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2052 `set architecture'. Unify naming convention of functions.
2053 (h8300_skip_prologue): Improve prologue analysis.
2054 (h8300_push_arguments): Rewritten to more closely match GCC's
2055 bizarre argument-passing behavior, along with the comment describing
2056 said behavior.
2057 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2058 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2059 sim, remote-e7000.c, remote-hms.c and remote.c
2060
5e3397bb
MK
20612002-09-15 Mark Kettenis <kettenis@gnu.org>
2062
2063 * i386-tdep.c (gdb_print_insn_i386): Removed.
2064 (i386_print_insn): New function.
2065 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2066 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2067 tm_print_insn_info.
2068
f710f4fc
MK
20692002-09-14 Mark Kettenis <kettenis@gnu.org>
2070
2071 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2072 zero.
2073
db54fef4
CV
20742002-09-14 Corinna Vinschen <vinschen@redhat.com>
2075
2076 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2077 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2078 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2079
2becadee
CF
20802002-09-13 Christopher Faylor <cgf@redhat.com>
2081
2082 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2083
de17c821
DJ
20842002-09-13 Daniel Jacobowitz <drow@mvista.com>
2085
2086 * gdbtypes.c (check_stub_method): Make static.
2087 (check_stub_method_group): New function.
2088 * gdbtypes.h: Update prototypes.
2089 * cp-support.c: New file.
2090 * cp-support.h: New file.
2091
2092 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2093 (update_method_name_from_physname): New function.
2094 (read_member_functions): Correct method names for operators
2095 and v3 constructors/destructors. Separate v2 constructors and
2096 destructors.
2097 * Makefile.in (stabsread.o): Update dependencies.
2098 (SFILES): Add cp-support.c.
2099 (COMMON_OBS): Add cp-support.o.
2100 (cp_support_h, cp-support.o): Add.
2101
2102 * cp-valprint.c (cp_print_class_method): Call
2103 check_stub_method_group instead of check_stub_method. Remove
2104 extraneous QUITs.
2105 * p-valprint.c (pascal_object_print_class_method): Likewise.
2106 * valops.c (search_struct_method): Likewise.
2107 (find_method_list, value_struct_elt_for_reference): Likewise.
2108
e76cff22
AC
21092002-09-13 Andrew Cagney <cagney@redhat.com>
2110
2111 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2112 * gdbarch.h, gdbarch.c: Regenerate.
2113
905abb3f
AC
21142002-09-13 Andrew Cagney <ac131313@redhat.com>
2115
2116 * frame.c (find_saved_register): Delete function.
2117 * frame.h (find_saved_register): Delete declaration.
2118 Fix PR gdb/631.
2119
64159455
AC
2120Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2121
2122 * mips-tdep.c (read_next_frame_reg): Re-hack using
2123 frame_register_unwind.
2124
795e1e11
AC
2125Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2126
2127 * mips-tdep.c (mips_get_saved_register): Re-hack using
2128 frame_register_unwind.
2129
5720643c
JB
21302002-09-12 Joel Brobecker <brobecker@gnat.com>
2131
2132 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2133 vector. Will be useful for Interix.
2134 * gdbarch.h, gdbarch.c: Regenerate.
2135
2136 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2137 name of the malloc function by NAME_OF_MALLOC.
2138
3bada2a2
JB
21392002-09-12 Joel Brobecker <brobecker@gnat.com>
2140
2141 * value.h (find_function_in_inferior): Add const keyword to
2142 one of the parameters. Allows us to invoke this function with
2143 a const char *.
2144 * valops.c (find_function_in_inferior): Likewise.
2145
3db26b01
JB
21462002-09-12 Joel Brobecker <brobecker@gnat.com>
2147
2148 * exec.c (xfer_memory): Fix compilation warning with old versions
2149 of GCC.
2150 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2151
17c5ed2c
DC
21522002-09-12 David Carlton <carlton@math.stanford.edu>
2153
2154 * symtab.h: Run through gdb_indent.h.
2155 Add 2002 to Copyright year list.
2156
ecd1107e
AM
21572002-09-12 Alan Modra <amodra@bigpond.net.au>
2158
2159 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2160 mach constants.
2161 * MAINTAINERS: Add myself to write after approval list.
2162
e64f66d1
JB
21632002-09-11 J. Brobecker <brobecker@gnat.com>
2164
2165 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2166
f9395794
JB
21672002-09-11 J. Brobecker <brobecker@gnat.com>
2168
2169 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2170 Interix.
2171
1a303dec
MS
21722002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2173
2174 * procfs.c (do_detach): Clear current signal, not just fault.
2175 Corrects problem with breakpoint trap signal leaking to detached
2176 process on Tru64.
2177
c0219d42
MS
21782002-09-10 Michael Snyder <msnyder@redhat.com>
2179
2180 * buildsym.c (finish_block): Protect against null pointer.
2181
9d84ac84
AC
21822002-09-10 Andrew Cagney <cagney@redhat.com>
2183
2184 * infcmd.c (default_print_registers_info): Send all output to
2185 ``file'' instead of ``gdb_stdout''.
2186
77d8f2b4
MS
21872002-09-10 Michael Snyder <msnyder@redhat.com>
2188
2189 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2190 LONGEST, and use signed register read (addresses are sign-
2191 extended for mips).
2192
99656a61
SC
21932002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2194
2195 * event-loop.c (gdb_do_one_event): Make public.
2196 * event-loop.h (gdb_do_one_event): Declare.
2197
da12f4d8
JL
21982002-09-10 Jeff Law <law@redhat.com>
2199
2200 * infttrace.c (child_resume): Simplify and rework to avoid
2201 TT_PROC_CONTINUE.
2202
d0aee0c4
FF
22032002-09-09 Fred Fish <fnf@intrinsity.com>
2204
2205 * printcmd.c (print_scalar_formatted): "len" is the number of
2206 target bytes, NOT the number of target bits.
2207
7cb3ec5e
EZ
22082002-09-09 Elena Zannoni <ezannoni@redhat.com>
2209
2210 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2211 * top.c (init_main): Set rl_terminal_name.
2212
4dc81987
AS
22132002-09-08 Aidan Skinner <aidan@velvet.net>
2214
2215 * ada-lang.c (ada_array_bound, ada_type_match,
2216 _initialize_ada_language): Fix K&R definitions.
2217 * ada-tasks.c (get_current_task): Fix K&R definitions.
2218 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2219
842330b4
CF
22202002-09-07 Christopher Faylor <cgf@redhat.com>
2221
2222 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2223 Add XP.
2224
43156d82
MK
22252002-09-06 Mark Kettenis <kettenis@gnu.org>
2226
66da5fd8
MK
2227 * i386-tdep.c (i386_register_virtual_type,
2228 i386_register_convertible, i386_register_convert_to_virtual,
2229 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2230 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2231 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2232 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2233 Don't set push_arguments twice.
2234
4b218c18
MK
2235 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2236 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2237 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2238 sigtramp_end to NULL.
2239 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2240 defines.
2241 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2242
4cc314d5
MK
2243 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2244 whitespace.
2245
43156d82
MK
2246 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2247 * gdbarch.h, gdbarch.c: Re-generate.
2248 * blockframe.c (find_pc_sect_partial_function): Convert to use
2249 SIGTRAMP_START_P predicate.
2250
6672060b
MS
22512002-09-05 Michael Snyder <msnyder@redhat.com>
2252
a90c3637
MS
2253 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2254 generic_dummy_frame method and old method. Also distinguish
2255 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2256 (arm_extract_return_value): Use new regcache method.
a90c3637 2257
6672060b
MS
2258 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2259 adjustment that doesn't conform to the ABI.
2260 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2261 saved regcache, not from current regcache.
2262
299ffc64
AC
22632002-09-05 Andrew Cagney <ac131313@redhat.com>
2264
2265 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2266 * README: Update.
2267
a3a2ee65
JT
22682002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2269
2270 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2271 if arm_apcs_32 is false.
2272
2bc7eea9
AC
22732002-09-04 Andrew Cagney <ac131313@redhat.com>
2274
2275 GDB 5.3 branch created.
2276
8a55a7c5
TR
22772002-09-03 Theodore A. Roth <troth@verinet.com>
2278
2279 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2280 generic_unwind_get_saved_register.
2281
e26fb1d7
DC
22822002-09-03 David Carlton <carlton@math.stanford.edu>
2283
2284 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2285 argument (PR gdb/653). Update call to smash_to_method_type.
2286 (read_structure_scope): Update call to dwarf2_add_member_fn.
2287
30d52491
ML
22882002-09-03 Michal Ludvig <mludvig@suse.cz>
2289
2290 * x86-64-linux-tdep.c: Include gdb_string.h
2291 * x86-64-linux-nat.c: Ditto.
2292
06891d83
JT
22932002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2294
2295 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2296 when YYDEBUG is set to 1.
2297 * c-exp.y: Likewise.
2298 * f-exp.y: Likewise.
2299 * jv-exp.y: Likewise.
2300 * m2-exp.y: Likewise.
2301 * p-exp.y: Likewise.
2302
7d400e77
JT
23032002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2304
2305 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2306 dependency list.
2307 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2308 solib_svr4_fetch_link_map_offsets to
2309 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2310 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2311 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2312 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2313 solib-svr4.o, and solib-legacy.o.
2314 * config/i386/tm-nbsd.h: Include solib.h.
2315
704a27c4
JT
23162002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2317
2318 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2319 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2320 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2321 comment noting that this needs its own target configuration.
2322 * config/i386/nbsd.mt: New file.
2323 * config/i386/nbsdaout.mt: Remove.
2324 * config/i386/nbsdelf.mt: Ditto.
2325 * config/i386/tm-nbsdaout.h: Ditto.
2326
d66198e1
JT
23272002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2328
2329 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2330 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2331 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2332 tdep->sigtramp_end.
2333 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2334 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2335 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2336
3cac699e
JT
23372002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2338
2339 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2340 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2341 * i386-tdep.h (i386bsd_init_abi): New prototype.
2342 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2343 function declaration.
2344 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2345 for NetBSD-a.out or NetBSD-ELF.
2346 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2347 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2348 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2349 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2350 and nbsd-tdep.h.
2351 (i386nbsd_pc_in_sigtramp): New function.
2352 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2353 i386nbsd_pc_in_sigtramp.
2354 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2355 and i386nbsdelf_init_abi OS ABI handlers.
2356 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2357 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2358
7010ca0a
MK
23592002-09-02 Mark Kettenis <kettenis@gnu.org>
2360
2361 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2362 registers if the target really has them.
2363
6dd93b72
JT
23642002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2365
2366 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2367 than nbsd-tdep.h.
2368
2ca8ae21
JT
23692002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2370
2371 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2372 list.
2373 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2374 (alphanbsd_skip_sigtramp_frame): New functions.
2375 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2376 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2377 to alphanbsd_sigcontext_addr.
2378
3d9b49b0
JT
23792002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2380
2381 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2382 list.
2383 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2384 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2385 nbsd_pc_in_sigtramp.
2386 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2387 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2388 * nbsd-tdep.c: Include gdb_string.h.
2389 (nbsd_pc_in_sigtramp): New function.
2390 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2391 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2392 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2393 ppcnbsd_pc_in_sigtramp.
2394 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2395 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2396 shnbsd_pc_in_sigtramp.
2397 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2398 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2399 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2400
c860120c
PM
24012002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2402
2403 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2404 watchpoints to NULL.
2405 (insert_breakpoints): set val field of watchpoints if NULL.
2406
2407
c7612d53
JB
24082002-08-29 Jim Blandy <jimb@redhat.com>
2409
2410 * symtab.c (lookup_symbol_aux): In the cases where we find a
2411 minimal symbol of an appropriate name and use its address to
2412 select a symtab to read and search, use `name' (as passed to us)
2413 as the demangled name when searching the symtab's global and
2414 static blocks, not the minsym's name.
2415
66609862
KS
24162002-08-29 Keith Seitz <keiths@redhat.com>
2417
2418 * stack.c (print_frame_info_base): Always set current_source_symtab
2419 and current_source_line.
2420
151fefe2
JB
24212002-08-29 Donn Terry <donnte@microsoft.com>
2422
2423 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2424
bfb3754e
KS
24252002-08-28 Keith Seitz <keiths@redhat.com>
2426
2427 * stack.c (select_frame): Add FIXME concerning selected-frame
2428 events.
2429 (select_frame_command): Send selected-frame-level-changed
2430 event notification, but only if the level actually changed.
2431 (up_silently_base): Add selected-frame-level-changed event
2432 notification.
2433 (down_silently_base): Likewise.
2434
e822a2a0
AC
24352002-08-28 Andrew Cagney <ac131313@redhat.com>
2436
2437 * Makefile.in: Update dependencies for all gdb/*.c files.
2438
309367d4
TT
24392002-08-27 Tom Tromey <tromey@redhat.com>
2440
2441 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2442 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2443 Update dependencies.
2444 * i387-tdep.c: Include gdb_string.h.
2445 * osabi.c: Likewise.
2446 * i386-linux-nat.c: Likewise.
2447 * lin-lwp.c: Likewise.
2448 * ax-gdb.c: Likewise.
2449 * signals/signals.c: Likewise.
2450 * jv-valprint.c: Likewise.
2451 * p-lang.c: Likewise.
2452 * c-valprint.c: Likewise.
2453 * cp-abi.c: Likewise.
2454
e1507482
EZ
24552002-08-27 Elena Zannoni <ezannoni@redhat.com>
2456
2457 * cli/cli-script.h (copy_command_lines): Export.
2458 * breakpoint.c: Include cli/cli-script.h.
2459 * Makefile.in (breakpoint.o): Update dependencies.
2460
c6510018
MS
24612002-08-26 Michael Snyder <msnyder@redhat.com>
2462
2463 * breakpoint.c (insert_breakpoints): Protect all references
2464 to 'process_warning'. Shorten long lines.
2465
c2b8ed2c
MS
24662002-08-26 Joel Brobecker <brobecker@gnat.com>
2467
2468 * cli/cli-script.c (copy_command_lines): New function.
2469 * defs.h (copy_command_lines): Export.
2470 * testsuite/gdb.base/commands.exp: New tests for commands
2471 attached to a temporary breakpoint, and for commands that
2472 delete the breakpoint they are attached to.
2473
24742002-08-26 Michael Snyder <msnyder@redhat.com>
2475
2476 * breakpoint.c (bpstat_stop_status): Instead of copying the
2477 pointer to the breakpoint commands struct, make a new copy
2478 of the struct and point to that.
2479 (bpstat_clear): Free the commands struct.
2480 (bpstat_clear_actions): Free the commands struct.
2481 (bpstat_do_actions): Free the command actions. Also execute
2482 the local cleanups, instead of deleting them.
2483 (delete_breakpoint): Leave the commands field of the bpstat
2484 chain alone -- it will be freed later.
2485
64b84175
KB
24862002-08-26 Kevin Buettner <kevinb@redhat.com>
2487
2488 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2489 deleted in 2002-08-20 commit. This function is still used by
2490 ppc-linux-nat.c.
2491
55970da6
KS
24922002-08-26 Keith Seitz <keiths@redhat.com>
2493
2494 * gdb-events.sh: Add selected-frame-level-changed event.
2495 * gdb-events.c: Regenerated.
2496 * gdb-events.h: Regenerated.
2497
a790ad35
SC
24982002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2499
2500 Fix PR gdb/393:
2501 * inflow.c (terminal_save_ours): New function to save terminal
2502 settings.
2503 * inferior.h (terminal_save_ours): Declare.
2504 * target.c (debug_to_terminal_save_ours): New function.
2505 (cleanup_target): Defaults to_terminal_save_ours.
2506 (update_current_target): Inherit to_terminal_save_ours.
2507 (setup_target_debug): Set to_terminal_save_ours.
2508 * target.h (target_terminal_save_ours): New to save terminal settings.
2509 (target_ops): New member to_terminal_save_ours.
2510 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2511 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2512 * inftarg.c (init_child_ops): Likewise.
2513 * m3-nat.c (init_m3_ops): Likewise.
2514 * procfs.c (init_procfs_ops): Likewise.
2515 * wince.c (init_child_ops): Likewise.
2516 * win32-nat.c (init_child_ops): Likewise.
2517 * sol-thread.c (init_sol_thread_ops): Likewise.
2518
c00dcbe9
MK
25192002-08-26 Mark Kettenis <kettenis@gnu.org>
2520
3d7f4f49
MK
2521 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2522 use regcache_* functions.
2523 (i386_gdbarch_init): Set store_return_value instead of
2524 deprecated_store_return_value.
2525
c00dcbe9
MK
2526 * regcache.c (regcache_raw_write_signed,
2527 regcache_raw_write_unsigned): New functions.
2528 * regcache.h (regcache_raw_write_signed,
2529 regcache_raw_write_unsigned): New prototypes.
2530
0e0d15ca
AC
25312002-08-25 Andrew Cagney <ac131313@redhat.com>
2532
2533 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2534 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2535 source file dependencies. Cleanup corresponding generator rules.
2536
d3b22ed5
AC
25372002-08-25 Andrew Cagney <ac131313@redhat.com>
2538
2539 * regcache.h (register_offset_hack): Declare.
2540 (regcache_cooked_read_using_offset_hack): Declare.
2541 (regcache_cooked_write_using_offset_hack): Declare.
2542
2543 * regcache.c (register_offset_hack): New function.
2544 (regcache_cooked_read_using_offset_hack): New function.
2545 (regcache_cooked_write_using_offset_hack): New function.
2546 (regcache_dump): Check that the registers, according to their
2547 offset, are packed hard against each other.
2548 (cooked_xfer_using_offset_hack): New function.
2549
bb425013
AC
25502002-08-25 Andrew Cagney <ac131313@redhat.com>
2551
2552 * regcache.c (struct regcache_descr): Add field register_type.
2553 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2554 in as a parameter
2555 (init_regcache_descr): Initialize register_type. Pass the descr
2556 to init_legacy_regcache_descr. Use register_type instead of
2557 REGISTER_VIRTUAL_TYPE.
2558 (register_type): New function.
2559 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2560 * regcache.h (register_type): Declare.
2561
d0403e00
AC
25622002-08-25 Andrew Cagney <ac131313@redhat.com>
2563
2564 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2565 instead of deprecated_store_return_value. Fix fallout from
2566 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2567
0ed04cce
AC
25682002-08-25 Andrew Cagney <ac131313@redhat.com>
2569
2570 * regcache.c (max_register_size): New function.
2571 (init_legacy_regcache_descr): Ensure that max_register_size is
2572 large enough for REGISTER_VIRTUAL_SIZE.
2573 * regcache.h (max_register_size): Declare.
2574
46d79c04
AC
25752002-08-24 Andrew Cagney <ac131313@redhat.com>
2576
2577 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2578 store_return_value.
2579 (e500_extract_return_value): Change type of valbuf pointer to
2580 void.
2581
853c7bd0
MK
25822002-08-24 Mark Kettenis <kettenis@gnu.org>
2583
cd87e769
MK
2584 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2585 workaround.
2586
853c7bd0
MK
2587 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2588 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2589 long long) to prevent compiler warning on 64-bit systems.
2590
ebba8386
AC
25912002-08-23 Andrew Cagney <cagney@redhat.com>
2592
2593 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2594 (DEPRECATED_STORE_RETURN_VALUE): New method.
2595 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2596 * gdbarch.h, gdbarch.c: Re-generate.
2597
2598 * values.c (set_return_value): Pass current_regcache to
2599 STORE_RETURN_VALUE.
2600 * arch-utils.h (legacy_store_return_value): Declare.
2601 * arch-utils.c (legacy_store_return_value): New function.
2602 (legacy_extract_return_value): Update parameters.
2603
2604 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2605 STORE_RETURN_VALUE.
2606 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2607 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2608 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2609 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2610 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2611 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2612 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2613 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2614 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2615 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2616
2617 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2618 * i386-tdep.c (i386_extract_return_value): Update.
2619 * arch-utils.c (legacy_extract_return_value): Update.
2620 * frv-tdep.c (frv_gdbarch_init): Update.
2621 * cris-tdep.c (cris_gdbarch_init): Update.
2622 * d10v-tdep.c (d10v_gdbarch_init): Update.
2623 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2624 * m68k-tdep.c (m68k_gdbarch_init): Update.
2625 * mcore-tdep.c (mcore_gdbarch_init): Update.
2626 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2627 * s390-tdep.c (s390_gdbarch_init): Update.
2628 * sparc-tdep.c (sparc_gdbarch_init): Update.
2629 * sh-tdep.c (sh_gdbarch_init): Update.
2630 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2631 * v850-tdep.c (v850_gdbarch_init): Update.
2632 * avr-tdep.c (avr_gdbarch_init): Update.
2633 * ia64-tdep.c (ia64_gdbarch_init): Update.
2634 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2635 * vax-tdep.c (vax_gdbarch_init): Update.
2636 * alpha-tdep.c (alpha_gdbarch_init): Update.
2637 * arm-tdep.c (arm_gdbarch_init): Update.
2638 * mips-tdep.c (mips_gdbarch_init): Update.
2639 * i386-tdep.c (i386_gdbarch_init): Update.
2640
5bd8c6d0
AC
26412002-08-23 Andrew Cagney <ac131313@redhat.com>
2642
2643 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2644 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2645
e73e1724
MK
26462002-08-24 Mark Kettenis <kettenis@gnu.org>
2647
2648 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2649 problems.
2650
3e6564e1
JB
26512002-08-23 Joel Brobecker <brobecker@gnat.com>
2652
2653 * infrun.c (handle_inferior_event): Move a comment outside of a
2654 function call, in order to avoid indent reformatting this part
2655 of the code in an unreadable way.
2656
81d0cc19
GS
26572002-08-23 Grace Sainsbury <graces@redhat.com>
2658
2659 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2660 when breakpoints fail. Move general breakpoint error messages to
2661 insert_breakpoints.
2662 * breakpoint.c (insert_breakpoints): Change warnings when
2663 breakpoints are nto inserted to specify the type. Remove call to
2664 memory_error when hardware breakpoints can't be inserted. Remove
2665 multiple calls to warning so all messages are sent to the user at
2666 once.
2667 (delete_breakpoints): Make insert error messsages more explicit.
2668
17574093
DJ
26692002-08-23 Daniel Jacobowitz <drow@mvista.com>
2670
2671 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2672 gdbserver/ChangeLog.
2673
8acc2935
MK
26742002-08-23 Mark Kettenis <kettenis@gnu.org>
2675
dfe01d39
MK
2676 * i386-tdep.c: Include "objfiles.h".
2677 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2678 skip_trampoline_code.
2679 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2680 (CPLUS_MARKER): Define to '.'.
2681
8acc2935
MK
2682 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2683 member.
2684 (linux_corefile_thread_callback): Increase args->num_notes.
2685 (linux_make_note_section): Initialize thread_args.num_notes, and
2686 use it to determine whether notes for any threads were created.
2687
151fefe2 26882002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2689
2690 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2691 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2692 and PCUNKILL.
2693 (write_with_trace): Conditionalize out the switch branch handling
2694 PCSHOLD if the corresponding macro is not defined. Likewise for
2695 PRSABORT and PRSTOP.
2696 This change will be needed by the Interix port.
2697
e1507482
EZ
26982002-08-22 Elena Zannoni <ezannoni@redhat.com>
2699
2700 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2701 write_register wherever possible instead of manipulating the
2702 register bytes directly.
2703 Assign VALUE_CONTENTS to a variable and use that.
2704 The GPR numbers are now dependent on the architecture.
2705
96ff0de4
EZ
27062002-08-22 Elena Zannoni <ezannoni@redhat.com>
2707
2708 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2709 ev_offset fields.
2710 (skip_prologue): Add support for BookE/e500 instructions.
2711 (e500_extract_return_value): New function.
2712 (frame_get_saved_regs): Add support for saving ev registers and
2713 pseudo gpr's.
2714 (e500_store_return_value): New function.
2715 (rs6000_gdbarch_init): Move up default intializations of
2716 deprecated_extract_return_value and store_return_value. Overwrite
2717 init of store_return_value with e500 specific version.
2718 Set extract_return_value for e500.
2719
fbefca5b
EZ
27202002-08-22 Elena Zannoni <ezannoni@redhat.com>
2721
2722 * blockframe.c (generic_call_dummy_register_unwind): Use
2723 regcache_cooked_read to catch cases in which the variable is
2724 stored in a pseudo register.
2725
4d210288
AC
27262002-08-22 Andrew Cagney <cagney@redhat.com>
2727
2728 * NEWS: Mention that the i960 has been made obsolete.
2729 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2730 i960-tdep.c
2731 (remote-nrom.o): Obsolete target.
2732 (remote-nindy.o, i960-tdep.o): Ditto.
2733 * remote-nrom.c: Make file obsolete.
2734 * remote-nindy.c, remote-vx960.c: Ditto.
2735 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2736 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2737 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2738 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2739 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2740 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2741 i960-*-vxworks* obsolete.
2742 * MAINTAINERS: Note that the i960 is obsolete.
2743
6c0c456d
CV
27442002-08-21 Corinna Vinschen <vinschen@redhat.com
2745
2746 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2747 detach to allow reinitialization.
2748
9f9d12b3
AC
27492002-08-22 Andrew Cagney <ac131313@redhat.com>
2750
2751 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2752 attempt).
2753
ebeb39fe
JB
27542002-08-22 Jim Blandy <jimb@redhat.com>
2755
2756 * coffread.c (coff_symfile_read): Don't try to read the line
2757 number table from disk if the image file doesn't have a symbol
2758 table; we'll never actually look at the info anyway, and Windows
2759 ships DLL's with bogus file offsets for the line number data.
2760
5bf1c677
EZ
27612002-08-21 Elena Zannoni <ezannoni@redhat.com>
2762
2763 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2764 an e500 executable.
2765
71b8ef93
MS
27662002-08-21 Michael Snyder <msnyder@redhat.com>
2767
2768 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2769 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2770 (DEFAULT_MIPS_TYPE): Delete unused macro.
2771 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2772 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2773
d174216d
JB
27742002-08-21 Jim Blandy <jimb@redhat.com>
2775
2776 * valops.c (value_cast): Simplify and correct logic for doing a
2777 static cast from a pointer to a base class to a pointer to a
2778 derived class.
2779
0ab7a791
AC
27802002-08-21 Andrew Cagney <ac131313@redhat.com>
2781
2782 * infcmd.c (default_print_registers_info): Replace
2783 do_registers_info.
2784 (registers_info): Use gdbarch_print_registers_info instead of
2785 DO_REGISTERS_INFO.
2786 * inferior.h (default_print_registers_info): Replace
2787 do_registers_info.
2788 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2789 (DO_REGISTERS_INFO): Change to a predicate function.
2790 * gdbarch.h, gdbarch.c: Regenerate.
2791
e23792cc
KS
27922002-08-21 Keith Seitz <keiths@redhat.com>
2793
2794 * gdb-events.sh: Add target-changed event.
2795 * gdb-events.c: Regenerated.
2796 * gdb-events.c: Regenerated.
2797 * valops.c (value_assign): Add target-changed event notification
2798 to inlval_register, lval_memory, and lval_reg_frame_relative.
2799
9fb14e79
JB
28002002-08-21 Joel Brobecker <brobecker@gnat.com>
2801
2802 * NEWS: Add an entry regarding the improvement of the next/step
2803 operation on Alpha Tru64 multi-processor machines.
2804
6d39a69f
AC
28052002-08-21 Andrew Cagney <ac131313@redhat.com>
2806
72acd513
AC
2807 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2808 directores.
342af04b 2809 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2810 * Makefile.in (install-gdbtk): Move to install section.
2811 (rdi-share/libangsd.a): Move to end of file.
2812
fa5f27c7
AC
28132002-08-19 Andrew Cagney <ac131313@redhat.com>
2814
2815 * frame.c (frame_register_unwind): When a register, set addrp to
2816 the register's byte.
2817
5a89d8aa
MS
28182002-08-20 Michael Snyder <msnyder@redhat.com>
2819
2820 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2821 used locally, so move them from the target machine header to here.
2822 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2823 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2824 Make static.
2825 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2826
822e978b
AC
28272002-08-20 Andrew Cagney <cagney@redhat.com>
2828
2829 * NEWS: Mention that the Apollo line was made obsolete.
2830 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2831 m68*-hp-hpux* obsolete.
2832 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2833 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2834 * buildsym.c (make_blockvector): Make static.
2835 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2836 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2837 (ALLDEPFILES): Remove dstread.c.
2838 (dstread.o): Obsolete make rule.
2839 * dstread.c: Makefile obsolete.
2840 * dst.h: Ditto.
2841 * config/m68k/hp300hpux.mt: Ditto.
2842 * config/m68k/hp300hpux.mh: Ditto.
2843 * config/m68k/hp300bsd.mt: Ditto.
2844 * config/m68k/hp300bsd.mh: Ditto.
2845 * config/m68k/apollo68b.mt: Ditto.
2846 * config/m68k/apollo68v.mh: Ditto.
2847 * config/m68k/apollo68b.mh: Ditto.
2848
e41b17f0
MS
28492002-08-20 Michael Snyder <msnyder@redhat.com>
2850
2851 * mips-tdep.c (mips_in_return_stub): Make static.
2852 (mips_gdbarch_init): Set in_solib_return_trampoline.
2853 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2854
d50355b6
MS
28552002-08-20 Michael Snyder <msnyder@redhat.com>
2856
2857 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2858 * gdbarch.c, gdbarch.h: Regenerate.
2859 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2860 Add.
2861 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2862
757a7cc6
MS
28632002-08-20 Michael Snyder <msnyder@redhat.com>
2864
2865 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2866 (mips_gdbarch_init): Set skip_trampoline_code,
2867 in_solib_call_trampoline.
2868 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2869 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2870
c8001721
EZ
28712002-08-20 Elena Zannoni <ezannoni@redhat.com>
2872
2873 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2874
2875 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2876 vector type for ev registers.
2877 (e500_pseudo_register_read): New function.
2878 (e500_pseudo_register_write): New function.
2879 (e500_dwarf2_reg_to_regnum): New function.
2880 (PPC_UISA_NOFP_SPRS): New macro.
2881 (PPC_EV_REGS): New macro.
2882 (PPC_GPRS_PSEUDO_REGS): New macro.
2883 (registers_e500): New register set for e500.
2884 (variants): Add e500 variant.
2885 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2886 before setting architectural dependent variations. Initialize ev
2887 registers numbers. Add case for e500 architecture. Set the
2888 number of pseudo registers.
2889
64366f1c
EZ
28902002-08-20 Elena Zannoni <ezannoni@redhat.com>
2891
2892 * rs6000-tdep.c: Clean up comments.
2893
7e78f0ca
AC
28942002-08-20 Andrew Cagney <cagney@redhat.com>
2895
2896 * h8300-tdep.c: Re-indent file.
2897
697f7479
JB
28982002-08-20 Jim Blandy <jimb@redhat.com>
2899
2900 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2901 default for this.
697f7479 2902
e86ae29f
KS
29032002-08-20 Keith Seitz <keiths@redhat.com>
2904
2905 * breakpoints.c (watch_command_1): Use internal breakpoint
2906 when setting a watchpoint_scope breakpoint.
2907
216b504f
EZ
29082002-08-20 Elena Zannoni <ezannoni@redhat.com>
2909
2910 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2911 (build_builtin_type_vec64i): Ditto.
2912 (build_builtin_type_vec128): Ditto.
2913 (build_builtin_type_vec128i): Ditto.
2914
f7ab6ec6
MS
29152002-08-19 Michael Snyder <msnyder@redhat.com>
2916
2917 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2918 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2919 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2920 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2921 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2922 CALL_DUMMY_ADDRESS): Delete.
2923 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2924 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2925 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2926 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2927 push_return_address.
2928 (mips_register_raw_size, mips_eabi_use_struct_convention,
2929 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2930 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2931 mips_init_extra_frame_info, mips_eabi_push_arguments,
2932 mips_n32n64_push_arguments, mips_push_return_address,
2933 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2934 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2935
b5d1566e
MS
29362002-08-19 Michael Snyder <msnyder@redhat.com>
2937
2938 * mips-tdep.c (mips_frame_num_args): New function.
2939 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2940 frame_saved_pc, frame_args_address, frame_locals_address,
2941 frame_num_args, and frame_args_skip.
2942 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2943 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2944 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2945 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2946
2f1488ce
MS
29472002-08-20 Michael Snyder <msnyder@redhat.com>
2948
2949 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2950 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2951 * mips-tdep.c (mips_store_struct_return): New function.
2952 (mips_extract_struct_value_address): New function.
2953 (mips_gdbarch_init): Set store_struct_return and
2954 extract_struct_value_address.
2955
41ff2da1
DC
29562002-08-20 David Carlton <carlton@math.stanford.edu>
2957
2958 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2959 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2960 (read_file_scope): Check that line_header is nonzero before
2961 decoding macro information.
2962
e5451d58
MK
29632002-08-20 Mark Kettenis <kettenis@gnu.org>
2964
2965 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2966 flag the general-purpose registers as floating-point on targets
2967 that don't support the floating-point registers.
2968
4a6daafa
EZ
29692002-08-20 Elena Zannoni <ezannoni@redhat.com>
2970
2971 * rs6000-tdep.c (altivec_register_p): Delete.
2972 (rs6000_do_altivec_registers): Delete.
2973 (rs6000_altivec_registers_info): Delete.
2974 (rs6000_do_registers_info): Delete.
2975 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2976 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2977
ab4327e0
EZ
29782002-08-20 Elena Zannoni <ezannoni@redhat.com>
2979
2980 * infcmd.c (do_registers_info): Print vector registers in hex
2981 format only.
2982 (print_vector_info): Check that printing registers
2983 makes sense.
2984 (print_float_info): Ditto.
2985
cb1d2653
AC
29862002-08-20 Andrew Cagney <ac131313@redhat.com>
2987
2988 * mips-tdep.c (mips_gdbarch_init): Update.
2989 (mips_o32_extract_return_value): Rewrite.
2990 (mips_o32_store_return_value): Rewrite.
2991 (mips_o32_xfer_return_value): New function.
2992 (mips_xfer_register): Tweak debug print message. Allow for
2993 buf_offset when dumping the value transfered.
2994
dfc3d9b2
AC
29952002-08-20 Andrew Cagney <ac131313@redhat.com>
2996
2997 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2998 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2999 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
3000 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
3001 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
3002
7807aa61
MS
30032002-08-14 Michael Snyder <msnyder@redhat.com>
3004
3005 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3006
489461e2
EZ
30072002-08-19 Elena Zannoni <ezannoni@redhat.com>
3008
3009 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3010 register.
3011 (P): New macro to define a register as a pseudo register.
3012 (R, R4, R8, R16, FR32, R64, R0): Updated.
3013 (struct variant): Add new fields for number of pseudo registers
3014 and number of total registers.
3015 (tot_num_registers): New macro replacing....
3016 (num_registers): ...deleted macro.
3017 (num_registers): New function.
3018 (num_pseudo_registers): New function.
3019 (variants): Update all variants to intialize new fields correctly.
3020 Postpone initialization of number of pseudo regs and real regs.
3021 (init_variants): New function.
3022 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3023 registers offsets.
3024
fcaffe4c
DC
30252002-08-19 David Carlton <carlton@math.stanford.edu>
3026
2c2738a0
DC
3027 * valops.c (search_struct_field): Change error message to treat
3028 return value of 0 from value_static_field as meaning that field is
3029 optimized out.
3030 (value_struct_elt_for_reference): Ditto.
3031 * values.c (value_static_field): Treat an unresolved location the
3032 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3033 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3034 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3035 * MAINTAINERS: Add self to Write After Approval list.
3036
88658117
AC
30372002-08-19 Andrew Cagney <ac131313@redhat.com>
3038
3039 * mips-tdep.c (mips_xfer_register): New function.
3040 (mips_n32n64_extract_return_value): Rewrite.
3041 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3042 instead of deprecated_extract_return_value.
3043
21283beb
EZ
30442002-08-19 Elena Zannoni <ezannoni@redhat.com>
3045
3046 * rs6000-tdep.c (TDEP): Delete macro.
3047 (branch_dest): Replace use of TDEP macro with its body.
3048 (rs6000_pop_frame): Ditto.
3049 (rs6000_push_arguments): Ditto.
3050 (rs6000_skip_trampoline_code): Ditto.
3051 (rs6000_frame_saved_pc): Ditto.
3052 (rs6000_frame_chain): Ditto.
3053 (rs6000_register_name): Ditto.
3054 (rs6000_register_byte): Ditto.
3055 (rs6000_register_raw_size): Ditto.
3056 (rs6000_register_virtual_type): Ditto.
3057 (rs6000_register_convertible): Ditto.
3058 (rs6000_convert_from_func_ptr_addr): Ditto.
3059
bf072999
DJ
30602002-08-19 Daniel Jacobowitz <drow@mvista.com>
3061
3062 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3063 conditionally.
3064 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3065 MIPS_LINUX_JB_ELEMENT_SIZE.
3066 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3067 for MAX_REGISTER_RAW_SIZE arrays.
3068 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3069 MIPS_LINUX_JB_ELEMENT_SIZE.
3070
9b949a49
PM
30712002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3072
3073 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3074
6d3e79c6
AS
30752002-08-19 Aidan Skinner <aidan@velvet.net>
3076
3077 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3078 ada-valprint.c ada-tasks.c.
3079 (YYFILES): Add ada-exp.y.
3080 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3081 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3082 (ada-exp.tab.o): New target.
3083
06c0b04e
AC
30842002-08-18 Andrew Cagney <ac131313@redhat.com>
3085
3086 * regcache.c (regcache_xfer_part): New function.
3087 (regcache_raw_read_part): New function.
3088 (regcache_raw_write_part): New function.
3089 (regcache_cooked_read_part): New function.
3090 (regcache_cooked_write_part): New function.
3091 * regcache.h (regcache_raw_read_part): Declare.
3092 (regcache_raw_write_part): Declare.
3093 (regcache_cooked_read_part): Declare.
3094 (regcache_cooked_write_part): Declare.
3095
92d1e331
DJ
30962002-08-18 Daniel Jacobowitz <drow@mvista.com>
3097
3098 * remote.c (remote_open_1): Add async_p.
3099 (remote_async_open_1): Delete.
3100 (open_remote_target): Delete.
3101 (remote_open, extended_remote_open): Update calls to remote_open_1.
3102 (remote_async_open, extended_remote_async_open): Call
3103 remote_open_1 instead of remote_async_open_1.
3104
247055de
MK
31052002-08-19 Mark Kettenis <kettenis@gnu.org>
3106
3107 * blockframe.c: Fix a few coding standard violations.
3108
641eda39
MK
31092002-08-19 Mark Kettenis <kettenis@gnu.org>
3110
0b717710
MK
3111 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3112 here from ...
3113 * config/i386/tm-i386sco5.h: ... here. File removed.
3114 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3115
26d28e12 3116 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3117 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3118 (TM_FILE): Set to tm-i386.h.
3119 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3120 * config/i386/tm-i386v.h: Remove file.
3121 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3122 instead of "i386/tm-i386v.h".
3123 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3124 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3125 "i386/tm-i386v.h".
3126 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3127 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3128 "i386/tm-i386.h".
3129
d4e0bab4
MK
31302002-08-18 Mark Kettenis <kettenis@gnu.org>
3131
3132 * config/i386/nm-i386v.h: Add protection against
3133 multiple-inclusion.
3134 (i386_register_u_addr): Remove prototype.
3135 (register_u_addr): New prototype.
3136 (REGISTER_U_ADDR): Redefine accordingly.
3137 * i386v-nat.c: Improve several comments.
3138 (i386_register_u_addr): Change signature and rename to
3139 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3140 ubase variable.
3141
46cac009
AC
31422002-08-18 Andrew Cagney <ac131313@redhat.com>
3143
3144 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3145 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3146 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3147 deprecated_extract_return_value.
3148 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3149 rename mips_o32o64_push_arguments.
3150 (mips_gdbarch_init): Update.
3151 (mips_extract_return_value): Delete.
3152 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3153 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3154 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3155 (mips_n32n64_extract_return_value): Clone
3156 mips_extract_return_value.
3157 (mips_store_return_value): Delete.
3158 (mips_o32_store_return_value): Clone mips_store_return_value.
3159 (mips_o64_store_return_value): Clone mips_store_return_value.
3160 (mips_eabi_store_return_value): Clone mips_store_return_value.
3161 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3162
d2e4a39e
AS
31632002-08-18 Aidan Skinner <aidan@velvet.net>
3164
0c30c098
AS
3165 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3166 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3167
31682002-08-18 Aidan Skinner <aidan@velvet.net>
3169
3170 * ada-lang.c: Run through gdb_indent.sh.
3171 * ada-lang.h: Run through gdb_indent.sh.
3172 * ada-tasks.c: Run through gdb_indent.sh.
3173 * ada-typeprint.c: Run through gdb_indent.sh.
3174 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3175
01fc4e33
AC
31762002-08-18 Andrew Cagney <ac131313@redhat.com>
3177
3178 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3179 ABI.
3180
d8ee244c
MK
31812002-08-18 Mark Kettenis <kettenis@gnu.org>
3182
c38d8261
MK
3183 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3184
222db64c
MK
3185 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3186 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3187
c2848c82
MK
3188 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3189 write_register_gen instead of write_register_bytes.
3190
d8ee244c
MK
3191 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3192 i[3456]-*-osf1mk* configurations have been made obsolete.
3193 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3194 i[3456]86-*-osf1mk* hosts obsolete.
3195 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3196 targets obsolete.
3197 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3198 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3199 config/i386/i386m3.mt, config/i386/nm-m3.h,
3200 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3201 config/i386/i386mk.mh, config/i386/i386mk.mt,
3202 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3203 obsolete.
3204 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3205 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3206 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3207
61d8d407
AC
32082002-08-18 Andrew Cagney <ac131313@redhat.com>
3209
3210 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3211 (hppa_value_returned_from_stack): Declare.
3212 (hppa_extract_return_value): Declare.
3213 * config/pa/hppa.mt: New file.
3214 * configure.tgt: Recognize hppa*-*-*.
3215 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3216
0c52bd59
MK
32172002-08-18 Mark Kettenis <kettenis@gnu.org>
3218
3219 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3220 comment.
3221
b5686e99
MK
32222002-08-17 Mark Kettenis <kettenis@gnu.org>
3223
3224 * top.c (gdb_rl_operate_and_get_next): Make sure
3225 operate-and-get-next functions correctly even when the history
3226 list is completely filled.
3227
c1bab85b
AC
32282002-08-18 Andrew Cagney <ac131313@redhat.com>
3229
3230 * MAINTAINERS (Target Instruction Set Architectures): Rename
3231 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3232 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3233 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3234 already listed under Host/Native.
3235
3236 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3237 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3238 mips*-*-*.
3239
32089c7c
AC
32402002-08-17 Andrew Cagney <ac131313@redhat.com>
3241
3242 * config/ia64/ia64.mt: New file.
3243 * config/alpha/alpha.mt: New file.
3244 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3245 ia64-linux-gnu. Mention that ia64-elf is broken.
3246 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3247
b4671f85
MK
32482002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3249
3250 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3251 generic_func_frame_valid instead of func_frame_valid.
3252
c8edd8b4
JB
32532002-08-16 Joel Brobecker <brobecker@gnat.com>
3254
3255 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3256 procfs appears to be broken when debugging on multi-processor
3257 machines. So enable software single stepping in order to avoid
3258 using the procfs interface to do next/step operations, using
3259 internal breakpoints instead.
3260
3261 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3262 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3263 make this pc address equal to the value it would have if the
3264 system stepping capability was used. Also set a new flag used
3265 to ensure that we don't readjust the PC one more time later.
3266
3267 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3268 address by DECR_PC_AFTER_BREAK when software single step is
3269 in use for this architecture, as this has already been taken
3270 care of in handle_inferior_event().
3271
238617f6
JB
32722002-08-16 Joel Brobecker <brobecker@gnat.com>
3273
3274 * infrun.c (handle_inferior_event): Minor reformatting, to make
3275 a rather long condition expression easier to read.
3276
541a7aac
AC
32772002-08-16 Andrew Cagney <ac131313@redhat.com>
3278
3279 * Makefile.in (gdbtk.o): Move to end of file.
3280 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3281 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3282 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3283 (gdbtk-wrapper.o, gdbres.o): Ditto.
3284
f92d4a7b
AC
32852002-08-16 Andrew Cagney <ac131313@redhat.com>
3286
3287 * Makefile.in (copying.o): Separate out compile rule.
3288 (hpux-thread.o, procfs.o, signals.o): Ditto.
3289 (v850ice.o, z8k-tdep.o): Ditto.
3290 (tui-file.o): Move to TUI section.
3291 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3292 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3293
1cce71eb
JB
32942002-08-16 Joel Brobecker <brobecker@gnat.com>
3295
3296 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3297 skip_trampoline_code, for better namespace-proofing.
3298
3299 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3300
0851f23d
JB
33012002-08-16 Joel Brobecker <brobecker@gnat.com>
3302
3303 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3304
f8d40ec8
JB
33052002-08-16 Joel Brobecker <brobecker@gnat.com>
3306
3307 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3308 signal, check whether we hit a breakpoint before checking for a
3309 single step breakpoint. Otherwise, GDB fails to notice that a
3310 breakpoint has been hit when stepping onto a breakpoint.
3311
63d022e0
KS
33122002-08-16 Keith Seitz <keiths@redhat.com>
3313
3314 * gdb-events.sh (clear_gdb_event_hooks): New function.
3315 * gdb-events.c: Regenerate.
3316 * gdb-events.h: Regenerate.
3317
6e31adb3
AC
33182002-08-16 Andrew Cagney <ac131313@redhat.com>
3319
3320 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3321 not_a_sw_breakpoint.
3322 * breakpoint.h (bpstat_stop_status): Add parameter names.
3323
c8189ed1
GS
33242002-08-16 Grace Sainsbury <graces@redhat.com>
3325
3326 * remote.c (remote_insert_hw_breakpoint)
3327 (remote_remove_hw_breakpoint): Fix calculation of length field
3328 for Z-packet.
3329
d05285fa
MS
33302002-08-15 Michael Snyder <msnyder@redhat.com>
3331
466d7106
MS
3332 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3333 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3334 (supply_fpregset): Ditto.
3335
d05285fa
MS
3336 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3337 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3338 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3339 (TARGET_READ_SP): Delete.
bf1f5b4c 3340 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3341 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3342 Delete.
3343 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3344 from macros to functions.
bf1f5b4c 3345
d05285fa
MS
3346 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3347 (mips_register_convertible, mips_register_convert_to_virtual,
3348 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3349 (mips_read_sp): New function.
3350 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3351 (mips_do_registers_info): Make static.
3352 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3353 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3354 (mips_register_convert_from_type, mips_register_convert_to_type):
3355 New functions.
3356 (mips_gdbarch_init): Set up function_start_offset,
3357 register_virtual_size, pc_in_sigtramp.
d05285fa 3358
e76f1f2e
AC
33592002-08-15 Andrew Cagney <ac131313@redhat.com>
3360
3361 * infcmd.c (vector_info): New function.
3362 (_initialize_infcmd): Add command "info vector".
3363 (print_vector_info): New function.
3364
3365 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3366 * gdbarch.h, gdbarch.c: Regenerate.
3367
4782dc19
AC
33682002-08-15 Andrew Cagney <ac131313@redhat.com>
3369
3370 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3371 ``print_all''. Only print vector registers when ``print_all''.
3372
23e3a7ac
AC
33732002-08-15 Andrew Cagney <ac131313@redhat.com>
3374
8e186fd6
AC
3375 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3376 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3377
23e3a7ac
AC
3378 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3379 Add `args' parameter.
3380 * gdbarch.h, gdbarch.c: Regenerate.
3381
3382 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3383
3384 * infcmd.c (float_info): Call print_float_info.
3385 (print_float_info): New function. By default, print the
3386 floating-point registers.
3387
3388 * arch-utils.h (default_print_float_info): Delete declaration.
3389 * arch-utils.c (default_print_float_info): Delete function.
3390
e0ca2bb9
MK
33912002-08-16 Mark Kettenis <kettenis@gnu.org>
3392
3f733acc
MK
3393 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3394 out define.
3395
7d8d2918
MK
3396 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3397 FRAME.
3398
1c7cc583
MK
3399 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3400 * configure.host: Make i[3456]86-*-aix host obsolete.
3401 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3402 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3403 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3404 config/i386/xm-i386aix.h: Make files obsolete.
3405 * i386aix-nat.c: Make file obsolete.
3406 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3407 (i386aix-nat.o): Make target obsolete.
3408
e0ca2bb9
MK
3409 * config/i386/nm-gnu.h: Removed.
3410 * config/i386/nm-i386gnu.h: New file.
3411 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3412 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3413 Moved here from ...
3414 * config/i386/tm-i386gnu.h: ... here. Removed.
3415 * config/i386/xm-i386gnu.h: Removed.
3416 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3417 (NAT_FILE): Set to nm-i386gnu.h.
3418 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3419 * i386-tdep.c: New file.
3420 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3421 (i386gnu-tdep.o): Specify dependencies.
3422
16057ec7 34232002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3424
6b99ee2e
MK
3425 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3426 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3427 Adjust a few comments to reflect reality a bit closer.
3428 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3429 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3430 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3431 target_insert_watchpoint, target_remove_watchpoint):
3432 Move defines to ...
3433 * config/i386/nm-i386sco5.h: ... here.
3434 (kernel_u_size): Add prototype. Improve a few comments and add
3435 protection against multiple inclusion.
3436
d9a6f65c
MK
3437 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3438 out define.
3439
047eff6a
MK
3440 * uw-thread.c (SP_ARG0): Define if not already defined.
3441 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3442
dcdb1290
MK
3443 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3444
5d2d0b2a
MK
3445 * config/i386/tm-i386.h: Don't include "regcache.h".
3446
61113f8b
MK
3447 * i387-tdep.h (i387_print_float_info): New prototype.
3448 * i387-tdep.c (print_i387_value, print_i387_ext,
3449 print_i387_status_word, print_i387_control_word): Add `struct
3450 ui_file *' argument and use it for output.
3451 (i387_print_float_info): Renamed from i387_float_info. Add
3452 `struct gdbarch *' and `struct ui_file *' arguments and use the
3453 latter for output.
3454 * i386-tdep.c: Include "i387-tdep.h".
3455 (i386_gdbarch_init): Set print_float_info.
3456 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3457 (FLOAT_INFO): Remove define.
3458
46e0f506
MS
34592002-08-13 Michael Snyder <msnyder@redhat.com>
3460
3461 * mips-tdep.c (mips_push_arguments): Rename to
3462 mips_eabi_push_arguments, and tune for EABI.
3463 (MIPS_REGS_HAVE_HOME_P): Delete.
3464 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3465 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3466 Delete references to mips_regs_have_home_p.
3467
409268de
KS
34682002-08-14 Keith Seitz <keiths@redhat.com>
3469
3470 * Makefile.in (install-gdbtk): Create insight plugin directory.
3471 Install plugins.tcl file.
3472
ffc6a242
KS
34732002-08-14 Keith Seitz <keiths@redhat.com>
3474
3475 * configure.in: Move SUBDIRS to near top of the file so that
3476 --enable options may add things to it.
3477 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3478 * configure: Regenerate.
3479
ebafbe83
MS
34802002-08-13 Michael Snyder <msnyder@redhat.com>
3481
3482 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3483 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3484 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3485
32f6f25d
AC
34862002-08-13 Andrew Cagney <ac131313@redhat.com>
3487
3488 * vax-tdep.c (vax_get_saved_register): Delete function.
3489 (vax_gdbarch_init): Update.
3490 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3491 (ns32k_gdbarch_init): Update.
3492 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3493 (alpha_gdbarch_init): Update.
3494
53826de9
AC
34952002-08-13 Andrew Cagney <cagney@redhat.com>
3496
3497 * regcache.c (init_regcache_descr): Overallocate the
3498 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3499 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3500 nr_raw_registers.
3501 (set_register_cached): Add range checking assertions. Use
3502 current_regcache.
3503
16057ec7 35042002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3505
3506 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3507 numbers for MMX registers.
3508
7b4c2dce
AC
35092002-08-13 Andrew Cagney <cagney@redhat.com>
3510
3511 * i386-tdep.c (i386_gdbarch_init): Use
3512 generic_unwind_get_saved_register.
3513
1e03ad20
KB
35142002-08-13 Kevin Buettner <kevinb@redhat.com>
3515
3516 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3517 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3518 target vector.
3519 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3520 Delete. Add comment regarding this now-deleted target method.
3521
548bcbec
SC
35222002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3523
3524 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3525 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3526 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3527 real PC and the page number (if it's within the memory bank window).
3528 (m68hc11_pseudo_register_write): Likewise when saving.
3529 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3530 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3531 (m68hc11_register_raw_size): And use 32-bit for it.
3532 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3533 16K memory bank is used by the prog; also use the virtual pc.
3534
7df11f59
SC
35352002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3536
3537 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3538 (m68hc11_gdbarch_init): Install it in gdbarch.
3539 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3540 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3541 (MSYMBOL_SIZE): New for documentation.
3542 (insn_return_kind): Enum to specify how a function returns.
3543 (frame_extra_info): Cleanup and record the return mode.
3544 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3545 register in address computation.
3546 (m68hc11_get_return_insn): New to obtain the return instruction used
3547 by the function.
3548 (m68hc11_frame_init_saved_regs): Take into account the return
3549 instruction used by the function for far and interrupt functions.
3550 (m68hc11_init_extra_frame_info): Take into account page register.
3551 (m68hc11_frame_args_address): Adjust according to the return mode.
3552 (show_regs): Print page register only when it's used.
3553
5706502a
SC
35542002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3555
3556 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3557 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3558 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3559 registers.
3560 (m68hc11_register_raw_size): Likewise.
3561
28fc6740
AC
35622002-08-13 Andrew Cagney <cagney@redhat.com>
3563
3564 * i386-tdep.c (i386_register_name): Handle mmx registers.
3565 (mmx_regnum_p): New function.
3566 (i386_mmx_names): New array.
3567 (mmx_num_regs): New variable.
3568 (i386_pseudo_register_read): New function.
3569 (i386_pseudo_register_write): New function.
3570 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3571
3572 * regcache.c (regcache_raw_read_unsigned): New function.
3573 (regcache_raw_read_signed): New function.
3574 * regcache.h (regcache_raw_read_unsigned): Declare.
3575 (regcache_raw_read_signed): Declare.
3576
a378f419
AC
35772002-08-13 Andrew Cagney <cagney@redhat.com>
3578
3579 * regcache.c (regcache_raw_read_as_address): Delete function.
3580 (regcache_cooked_read_signed): New function.
3581 (regcache_cooked_read_unsigned): New function.
3582 * regcache.h (regcache_cooked_read_signed): Declare.
3583 (regcache_cooked_read_unsigned): Declare.
3584 (regcache_raw_read_as_address): Delete declaration.
3585
3586 * blockframe.c (generic_read_register_dummy): Use
3587 regcache_cooked_read_unsigned.
3588 * i386-tdep.c (i386_extract_struct_value_address): Use
3589 regcache_cooked_read_unsigned.
3590
81967506
SC
35912002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3592
3593 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3594 double sizes according to ELF ABI flags.
3595 (gdbarch_tdep): Record elf_flags.
3596
ffe1f3ee
SC
35972002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3598
3599 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3600 (m6812_prolog): They can appear in 68HC12 function prologue.
3601 (m68hc11_frame_chain): Cleanup.
3602
98216c5d
AC
36032002-08-12 Andrew Cagney <cagney@redhat.com>
3604
3605 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3606 declarations.
3607 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3608 (i386_linux_register_raw_size): Delete function.
3609 (i386_linux_init_abi): Update.
3610 * i386-tdep.c (i386_register_raw_size): Delete function.
3611 (i386_register_byte): Delete function.
3612 (i386_gdbarch_init): Update.
3613 (i386_register_size): Delete array.
3614 (i386_register_offset): Delete array.
3615
3616 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3617 (REGISTER_RAW_SIZE): Delete macro.
3618 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3619 (REGISTER_BYTE): Delete macro.
3620
3b19021e
AS
36212002-08-11 Aidan Skinner <aidan@velvet.net>
3622
3623 * ada-lang.c (ada_lookup_partial_symbol)
3624 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3625 prototype names so that grep ^func works properly.
3626
3627 * ada-lang.c (ada_array_element_type)
3628 (ada_lookup_partial_symbol): Fix typos in parameter list.
3629
3630 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3631 Fix prototype names so that grep ^func works properly.
3632
b063e7a2
AC
36332002-08-10 Andrew Cagney <cagney@redhat.com>
3634 Elena Zannoni <ezannoni@redhat.com>
3635 Martin M. Hunt <hunt@redhat.com>
3636
3637 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3638 (build_builtin_type_vec128i): Set the vector bit.
3639 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3640 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3641 (build_builtin_type_vec64): New function.
3642 (build_builtin_type_vec64i): New function.
3643 (build_gdbtypes): Initialize builtin_type_vec64 and
3644 builtin_type_vec64i.
3645
a7e3c2ad
AC
36462002-08-09 Andrew Cagney <cagney@redhat.com>
3647
3648 * regcache.c (regcache_dump): Compare the register offset
3649 with REGISTER_BYTE.
3650 * arch-utils.c (generic_register_byte): New function.
3651 * arch-utils.h (generic_register_byte): Declare.
3652 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3653 * gdbarch.h, gdbarch.c: Regenerate.
3654
af030b9a
AC
36552002-08-09 Andrew Cagney <cagney@redhat.com>
3656
3657 * regcache.c: Include "gdbcmd.h"
3658 (_initialize_regcache): Add commands "maintenance print
3659 registers", "maintenance print raw-registers" and "maintenance
3660 print cooked-registers".
3661 (enum regcache_dump_what): Define.
3662 (dump_endian_bytes): New function.
3663 (regcache_dump): New function.
3664 (regcache_print): New function.
3665 (maintenance_print_registers): New function.
3666 (maintenance_print_raw_registers): New function.
3667 (maintenance_print_cooked_registers): New function.
3668 * Makefile.in (regcache.o): Update dependencies.
3669
cb3d25d1
MS
36702002-08-09 Michael Snyder <msnyder@redhat.com>
3671
3672 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3673 (mips_push_arguments): Correct some comments. Use paddr_nz
3674 for printing addresses in debug output. Replace static
3675 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3676 (mips_n32n64_push_arguments): New function, cloned from
3677 mips_push_arguments and tuned for the n32/n64 ABI.
3678 (mips_push_register): Buffer needs dynamic allocation.
3679 (mips_print_register): Ditto.
3680 (do_gp_register_row): Ditto.
3681 (mips_store_return_value): Ditto.
3682 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3683
2163ab9d
DH
36842002-08-09 Don Howard <dhoward@redhat.com>
3685
3686 * memattr.c (mem_info_command): Print special case of upper bound
3687 as max CORE_ADDR + 1.
3688
b78bcb18
MS
36892002-08-08 Michael Snyder <msnyder@redhat.com>
3690
3691 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3692 returns structs by ref if they're too big to fit in two registers.
3693
ffabd70d
KB
36942002-08-09 Kevin Buettner <kevinb@redhat.com>
3695
3696 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3697 saved regs value.
3698 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3699 mips_find_saved_regs().
3700 (mips_pop_frame): Likewise.
3701
fbcdb4a3
KB
37022002-08-09 Kevin Buettner <kevinb@redhat.com>
3703
3704 * blockframe.c (frame_saved_regs_register_unwind): Revise
3705 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3706 frames are in use.
3707
3c3bea1c
GS
37082002-08-09 Grace Sainsbury <graces@redhat.com>
3709
3710 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3711 T-packets; the 'a' is not taken as a register number.
3712 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3713 (remote_stopped_data_address): New functions; add to target
3714 vector.
3715 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3716 prototypes to match other implementations of this
3717 function. replace integer argument with pointer -- the length
3718 field in the Z-packet is the length of what is pointed to or 1 if
3719 pointer is null. Add to target vector.
3720 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3721 target vector.
3722
3723 From Mark Salter:
3724 * remote.c (remote_wait): Add support to extract optional
3725 watchpoint information from T-packet. Ignore unrecognized
3726 optional info in T-packet.
3727 (remote_async_wait): Ditto.
3728
5d1d95de
CV
37292002-08-09 Corinna Vinschen <vinschen@redhat.com>
3730
3731 * cli/cli-dump.c: Change fopen modes to use binary open modes
3732 as defined in include/fopen-bin.h throughout.
3733
c86b5b38
MS
37342002-08-08 Michael Snyder <msnyder@redhat.com>
3735
3736 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3737
b30590dc
KB
37382002-08-08 Kevin Buettner <kevinb@redhat.com>
3739
3740 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3741 assertion failure by returning early after a warning.
3742
498868ed
KB
37432002-08-08 Kevin Buettner <kevinb@redhat.com>
3744
3745 * mips-tdep.c (mips_find_saved_regs): Make static.
3746 (mips_frame_init_saved_regs): New function.
3747 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3748 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3749 (mips_find_saved_regs): Delete declaration.
3750
b2dd6311
GS
37512002-08-08 Grace Sainsbury <graces@redhat.com>
3752
3c3bea1c
GS
3753 * remote.c (remote_wait, remote_async_wait): Change
3754 thread_num from int to ULONGEST.
3755 (unpack_varlen_hex): Change result parameter from
3756 int * to ULONGEST *.
b2dd6311 3757
ea47855f
AC
37582002-08-08 Andrew Cagney <ac131313@redhat.com>
3759
3760 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3761 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3762 powerpc*-*-*.
3763 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3764
69db8bae
AC
37652002-08-08 Andrew Cagney <cagney@redhat.com>
3766
3767 * gcore.c (override_derive_stack_segment): Delete variable.
3768 (preempt_derive_stack_segment): Delete function.
3769 (derive_stack_segment): Delete function.
3770 (default_derive_stack_segment): Renamed to derive_stack_segment.
3771 (override_derive_heap_segment): Delete variable.
3772 (preempt_derive_heap_segment): Delete function.
3773 (derive_heap_segment): Delete function.
3774 (default_derive_heap_segment): Rename to derive_heap_segment.
3775
cb811fe7
MS
37762002-08-06 Michael Snyder <msnyder@redhat.com>
3777
3778 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3779 * mips-tdep.c (mips_EABI_use_struct_convention,
3780 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3781 New functions. (mips_use_struct_convention): Delete.
3782 (mips_gdbarch_init): set use_gdbarch_convention.
3783
8b389c40
MS
37842002-08-06 Michael Snyder <msnyder@redhat.com>
3785
3786 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3787 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3788 mips_o32_reg_struct_has_addr): New functions.
3789 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3790
5c27f28a
AC
37912002-08-07 Andrew Cagney <ac131313@redhat.com>
3792
3793 * regcache.c (pseudo_register): Delete function.
3794 (fetch_register): Delete function.
3795 (store_register): Delete function.
3796 (regcache_raw_read, legacy_read_register_gen): Use
3797 target_fetch_registers instead of fetch_register.
3798 (legacy_write_register_gen, regcache_raw_write): Use
3799 target_store_register instead of store_register.
3800 (write_register_bytes): Ditto.
3801
3802 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3803 (STORE_PSEUDO_REGISTER): Delete.
3804 * gdbarch.h, gdbarch.c: Regenerate.
3805
5b331675
CV
38062002-08-06 Corinna Vinschen <vinschen@redhat.com>
3807
3808 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3809 write dump file binary.
3810
6acdf5c7
MS
38112002-08-05 Michael Snyder <msnyder@redhat.com>
3812
3813 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3814 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3815 (mips_gdbarch_init): Set N32 target to be mips64.
3816
b2f01c35
KB
38172002-08-06 Kevin Buettner <kevinb@redhat.com>
3818
3819 * frame.c (find_saved_register): Break out of loop once saved
3820 register address is found. Don't mention sparc in loop comment
3821 anymore.
3822
63db5580
KB
38232002-08-06 Kevin Buettner <kevinb@redhat.com>
3824
3825 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3826 mips_default_saved_regsize to 8.
3827
5e34e75e
AC
38282002-08-06 Andrew Cagney <ac131313@redhat.com>
3829
3830 * gcore.c: Do not include <sys/procfs.h>.
3831 * Makefile.in (gcore.o): Update dependencies.
3832
eb4c54a2
AC
38332002-08-06 Andrew Cagney <cagney@redhat.com>
3834
3835 * configure.tgt: Make arc-*-* obsolete.
3836 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3837 * MAINTAINERS: Make arc-elf obsolete.
3838 * arc-tdep.c: Make file obsolete.
3839 * config/arc/arc.mt: Ditto.
3840 * config/arc/tm-arc.h: Ditto.
3841
ced15480
TR
38422002-08-05 Theodore A. Roth <troth@verinet.com>
3843
c1bab85b 3844 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3845
b4743822
AC
38462002-08-05 Andrew Cagney <ac131313@redhat.com>
3847
3848 * mcore-tdep.c (mcore_gdbarch_init): Use
3849 generic_unwind_get_saved_register instead of
3850 generic_get_saved_register.
3851 * v850-tdep.c (v850_gdbarch_init): Ditto.
3852 * frv-tdep.c (frv_gdbarch_init): Ditto.
3853 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3854 * s390-tdep.c (s390_gdbarch_init): Ditto.
3855 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3856 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3857 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3858
3956d554
JB
38592002-08-05 Joel Brobecker <brobecker@gnat.com>
3860
3861 * objfiles.h: Add missing #include "symfile.h"
3862
3863 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3864
8249c0d6
AC
38652002-08-04 Andrew Cagney <ac131313@redhat.com>
3866
3867 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3868 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3869 of FIELD_BITSIZE.
3870
b9d14705
DJ
38712002-08-04 Daniel Jacobowitz <drow@mvista.com>
3872
3873 * NEWS: Cleanup and nitpick.
3874
dd73b9bb
AC
38752002-08-03 Andrew Cagney <ac131313@redhat.com>
3876
3877 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3878
043a27f8
AC
38792002-08-03 Andrew Cagney <ac131313@redhat.com>
3880
3881 * Makefile.in (gdbtk-bp.o): Update dependencies.
3882 (gdbtk-register.o): Ditto.
3883 (gdbtk-varobj.o): Ditto.
3884
46ce284d
AC
38852002-08-03 Andrew Cagney <cagney@redhat.com>
3886
3887 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3888 m68hc11_fetch_pseudo_register.
3889 (m68hc11_pseudo_register_write): Replace
3890 m68hc11_store_pseudo_register.
3891 (m68hc11_gdbarch_init): Update.
3892
b66d6d2e
AC
3893Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3894
3895 * gdbarch.sh: Include "gdb_string.h".
3896 * gdbarch.c: Regenerate.
3897
3898 * regcache.c: Include "gdb_string.h".
3899 * ax-general.c: Ditto.
3900 * varobj.c: Ditto.
3901 * std-regs.c: Ditto.
3902 * fbsd-proc.c: Ditto.
3903 * thread.c: Ditto.
3904
3905 * Makefile.in (regcache.o): Update dependencies.
3906 (thread.o, gdbarch.o): Ditto.
3907 (ax-general.o, gdbarch.o): Ditto.
3908 (varobj.o, std-regs.o): Ditto.
3909 (fbsd-proc.o): Specify dependencies.
3910
29e1842b
AC
39112002-08-02 Andrew Cagney <cagney@redhat.com>
3912
3913 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3914 regnum.
3915 (regcache_cooked_write): Ditto.
3916
68365089
AC
39172002-08-02 Andrew Cagney <ac131313@redhat.com>
3918
3919 * regcache.c (regcache_cooked_read): New function.
3920 (regcache_cooked_write): New function.
3921 (read_register_gen): Rewrite using regcache_cooked_read.
3922 (write_register_gen): Rewrite using regcache_cooked_write.
3923
3924 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3925 Declare.
3926
d8124050
AC
39272002-08-02 Andrew Cagney <cagney@redhat.com>
3928
3929 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3930 Replace the architecture methods register_read and register_write.
3931 * gdbarch.h, gdbarch.c: Regenerate.
3932 * regcache.c (init_regcache_descr): Update.
3933 (read_register_gen): Update.
3934 (write_register_gen): Update.
3935 (supply_register): Update comment.
3936
3937 * sh-tdep.c (sh_gdbarch_init): Update.
3938 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3939 `regcache' and `gdbarch' parameters. Make `buffer' a void
3940 pointer. Update code.
3941 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3942 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3943 void pointer. Update code.
3944 (sh64_register_write): Delete.
3945 (sh4_register_read): Delete.
3946 (sh64_register_read): Delete.
3947 (sh4_register_write): Delete.
3948 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3949 void pointer, `to' parameter a void pointer.
3950 (sh_sh64_register_convert_to_raw): Ditto.
3951
a6425924
KB
39522002-08-01 Kevin Buettner <kevinb@redhat.com>
3953
3954 * mips-tdep.c (mips_register_virtual_type): Use architecture
3955 invariant return values.
3956
ff5922b5
AC
39572002-08-01 Andrew Cagney <cagney@redhat.com>
3958
3959 * linux-proc.c: Include "gdb_string.h".
3960 * Makefile.in (linux-proc.o): Update dependency list.
3961
32a6503c
KB
39622002-08-01 Kevin Buettner <kevinb@redhat.com>
3963
3964 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3965 comment.
3966
ccaa32c7
GS
39672002-08-01 Grace Sainsbury <graces@redhat.com>
3968
3969 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3970 to_insert_watchpoint, to_remove_watchpoint,
3971 to_stopped_by_watchpoint, to_stopped_data_address,
3972 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3973 target vecctor. Define their corresponding macros so they call
3974 them.
3975
3976 * target.c: Add default and debug versions of for
3977 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3978 to_insert_watchpoint, to_remove_watchpoint,
3979 to_stopped_by_watchpoint, to_stopped_data_address,
3980 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3981
78fde5f8
KB
39822002-08-01 Kevin Buettner <kevinb@redhat.com>
3983
3984 * mips-tdep.c (mips_register_virtual_type): New function.
3985 (mips_gdbarch_init): Register mips_register_virtual_type()
3986 with gdbarch machinery.
3987 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3988 this file instead of tm-bigmips.h.
3989 (MIPS_REGSIZE): Delete this macro.
3990 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3991 multiarch version in mips-tdep.c will be found.
3992
db034ac5
AC
39932002-08-01 Andrew Cagney <cagney@redhat.com>
3994
3995 * NEWS: Menion that CHILL has been made obsolete.
3996
3997 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3998 * stabsread.c (read_range_type): Ditto.
3999 * gdbtypes.h: Ditto.
4000 * language.c (binop_type_check): Ditto.
4001 (binop_result_type): Ditto.
4002 (integral_type): Ditto.
4003 (character_type): Ditto.
4004 (string_type): Ditto.
4005 (boolean_type): Ditto.
4006 (structured_type): Ditto.
4007 (lang_bool_type): Ditto.
4008 (binop_type_check): Ditto.
4009 * language.h (_LANG_chill): Ditto.
4010 * dwarfread.c (set_cu_language): Ditto.
4011 * dwarfread.c (CHILL_PRODUCER): Ditto.
4012 * dwarfread.c (handle_producer): Ditto.
4013 * expression.h (enum exp_opcode): Ditto.
4014 * eval.c: Ditto for comments.
4015 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4016 * expprint.c (print_subexp): Ditto.
4017 (print_subexp): Ditto.
4018 * valops.c (value_cast): Ditto.
4019 (search_struct_field): Ditto.
4020 * value.h (COERCE_VARYING_ARRAY): Ditto.
4021 * symfile.c (init_filename_language_table): Ditto.
4022 (add_psymbol_with_dem_name_to_list): Ditto.
4023 * valarith.c (value_binop): Ditto.
4024 (value_neg): Ditto.
4025 * valops.c (value_slice): Ditto.
4026 * symtab.h (union language_specific): Ditto.
4027 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4028 (SYMBOL_DEMANGLED_NAME): Ditto.
4029 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4030 * defs.h (enum language): Ditto.
4031 * symtab.c (got_symtab): Ditto.
4032 * utils.c (fprintf_symbol_filtered): Ditto.
4033
4034 * ch-typeprint.c: Make file obsolete.
4035 * ch-valprint.c: Make file obsolete.
4036 * ch-lang.h: Make file obsolete.
4037 * ch-exp.c: Make file obsolete.
4038 * ch-lang.c: Make file obsolete.
4039
4040 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4041 CHILL_LIB.
4042 (TARGET_FLAGS_TO_PASS): Ditto.
4043 (CHILLFLAGS): Obsolete.
4044 (CHILL): Obsolete.
4045 (CHILL_FOR_TARGET): Obsolete.
4046 (CHILL_LIB): Obsolete.
4047 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4048 ch-valprint.c.
4049 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4050 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4051 ch-lang.o.
4052 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4053 targets.
4054
8aaf0b47
JB
40552002-07-31 Joel Brobecker <brobecker@gnat.com>
4056
4057 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4058 This does not change anything at the moment, but will be helpful
4059 later when full Ada support is integrated.
4060
f3a7b3a5
KB
40612002-07-31 Kevin Buettner <kevinb@redhat.com>
4062
4063 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4064 help message.
4065
fb850278
KB
40662002-07-31 Kevin Buettner <kevinb@redhat.com>
4067
4068 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4069 and save it in a local variable. Use variable in later test.
4070
e3bddbfa
KB
40712002-07-31 Kevin Buettner <kevinb@redhat.com>
4072
4073 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4074 test. (Thanks to Daniel Jacobowitz.)
4075
28d169de
KB
40762002-07-31 Kevin Buettner <kevinb@redhat.com>
4077
4078 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4079 (mips_abi_strings): Add "n64".
4080 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4081
7fe7e44e
KB
40822002-07-31 Kevin Buettner <kevinb@redhat.com>
4083
4084 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4085 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4086
c6caf090
KB
40872002-07-31 Kevin Buettner <kevinb@redhat.com>
4088
4089 * utils.c (host_pointer_to_address, address_to_host_pointer):
4090 Use gdb_assert() instead of explicit call to internal_error().
4091
c41669e0
KB
40922002-07-30 Kevin Buettner <kevinb@redhat.com>
4093
4094 * Makefile.in (rs6000-nat.o): Update dependencies.
4095
4096 From Nicholas Duffek:
4097 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4098 (aix-thread.o): New rule.
4099 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4100 * config/powerpc/aix432.mh: New file.
4101
2fda4977
DJ
41022002-07-30 Daniel Jacobowitz <drow@mvista.com>
4103
4104 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4105 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4106 (fetch_core_registers, ppc_linux_supply_gregset)
4107 (ppc_linux_supply_fpregset): New functions.
4108 (ppc_linux_regset_core_fns): New.
4109 (_initialize_ppc_linux_tdep): Call add_core_fns.
4110 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4111 and ppc_linux_supply_gregset.
4112 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4113 (supply_fpregset): Call ppc_linux_supply_fpregset.
4114 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4115 corelow.o.
4116 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4117
729051e6
DJ
41182002-07-30 Daniel Jacobowitz <drow@mvista.com>
4119
4120 * symtab.c (lookup_symbol): Demangle before lowercasing.
4121
5f8a3188
AC
41222002-07-30 Andrew Cagney <ac131313@redhat.com>
4123
4124 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4125 declaration.
4126 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4127 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4128 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4129 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4130 "gdb_string.h".
4131 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4132 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4133 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4134 (avr-tdep.o, mon960-rom.o): Ditto.
4135 (aout_stabs_gnu_h): Define.
4136 (symtab_h): Remove $(gdb_obstack_h).
4137
67f07146
JB
41382002-07-30 Jim Blandy <jimb@redhat.com>
4139
4140 Patch from David Carlton <carlton@math.stanford.edu>:
4141 * gdbinit.in: Move the `dir' commands that add GDB's own source
4142 directory to the search path to the end, so that the `gdb' source
4143 directory will be searched first.
4144
04ea0df1
AC
41452002-07-29 Andrew Cagney <ac131313@redhat.com>
4146
4147 * gdb_obstack.h: New file.
4148 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4149 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4150 * objfiles.h: Include "gdb_obstack.h".
4151 * Makefile.in (gdb_obstack_h): Define.
4152 (symtab_h): Add $(gdb_obstack_h).
4153 (objfiles_h): Add $(gdb_obstack_h).
4154
4155 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4156 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4157 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4158 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4159 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4160 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4161 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4162 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4163
4164 * Makefile.in (bcache.o): Update dependencies.
4165 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4166 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4167 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4168 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4169 (stabsread.o, symfile.o, symmisc.o): Ditto.
4170 (symtab.o, typeprint.o, macroexp.o): Ditto.
4171 (macrotab.o, mdebugread.o): Ditto.
4172 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4173 (coff_ecoff_h, aout_aout64_h): Define.
4174 (aout_stabs_gnu_h, libaout_h): Define.
4175
d138e37a
AC
41762002-07-29 Andrew Cagney <cagney@redhat.com>
4177
4178 * regcache.c (struct regcache_descr): Rename nr_registers to
4179 nr_cooked_registers. Revise comments describing the structure
4180 member fields.
4181 (init_regcache_descr): Update.
4182 (init_legacy_regcache_descr): Update.
4183 (read_register_gen, write_register_gen): When a cooked register in
4184 the raw register range, directly access the value from the raw
4185 register cache.
4186
460e6ec3
AC
41872002-07-29 Andrew Cagney <ac131313@redhat.com>
4188
4189 * z8k-tdep.c: Do not include "obstack.h".
4190 * h8300-tdep.c, h8500-tdep.c: Ditto.
4191 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4192 * valprint.c, v850-tdep.c: Ditto.
4193 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4194 * mn10200-tdep.c: Ditto.
4195
4196 * Makefile.in (z8k-tdep.o): Update dependencies.
4197 (m68hc11-tdep.o, valprint.o): Ditto.
4198 (v850-tdep.o, d10v-tdep.o): Ditto.
4199 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4200 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4201 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4202 (sh_opc_h, gdb_sim_sh_h): Define.
4203 (elf_sh_h, elf_bfd_h): Define.
4204 (opcode_m68hc11_h): Define.
4205 (OPCODES_SRC, OPCODES_DIR): define.
4206 (OPCODES): Use $(OPCODES_DIR).
4207 (gdb_sim_d10v_h): Rename sim_d10v_h.
4208 (gdb_sim_arm_h): Rename sim_arm_h.
4209
790c9cf0
KB
42102002-07-26 Kevin Buettner <kevinb@redhat.com>
4211
4212 * utils.c (host_pointer_to_address, address_to_host_pointer):
4213 Change internal_error() message to indicate function responsible
4214 for the error.
4215
9647fa49
KB
42162002-07-26 Kevin Buettner <kevinb@redhat.com>
4217
4218 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4219 calls to local_hex_string_custom().
4220
dabbe2c0
KB
42212002-07-26 Kevin Buettner <kevinb@redhat.com>
4222
4223 * irix5-nat.c: Move IRIX shared library support from here...
4224 * solib-irix.c: ...to here. Revised substantially to work with
4225 generic solib framework.
4226
b96d0a4e
KB
4227 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4228 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4229 * mips-irix-tdep.c: New file.
4230
313fb2f6
KB
4231 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4232 (mips-irix-tdep.o, solib-irix.o): New rules.
4233 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4234 solib-irix.o.
4235 * config/mips/irix6.mt (TDEPFILES): Likewise.
4236 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4237
ab2eaf26
KB
42382002-07-26 Kevin Buettner <kevinb@redhat.com>
4239
177e4768 4240 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4241 disabled (via ``#if 0'') includes.
4242
7244546a
KB
42432002-07-26 Kevin Buettner <kevinb@redhat.com>
4244
4245 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4246 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4247 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4248 Add support for the fpscr register.
4249 * rs6000-nat.c (regmap, fetch_inferior_registers)
4250 (store_inferior_registers, fetch_core_registers): Likewise.
4251
dd7be90a
KB
42522002-07-26 Kevin Buettner <kevinb@redhat.com>
4253
4254 * rs6000-nat.c (language.h): Include.
4255 (special_regs): Delete this array.
4256 (regmap): New function.
4257 (fetch_register, store_register): Use regmap() to map gdb
4258 register numbers to ptrace register numbers. Also, use
4259 outputs from regmap() to make decisions regarding type of
4260 ptrace() call to make. In particular, don't compare against
4261 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4262 (fetch_inferior_registers, store_inferior_registers): Where
4263 possible, obtain register numbers from tdep struct. Don't
4264 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4265 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4266 (LAST_UISA_SP_REGNUM): Delete.
4267
11bf77db
KB
42682002-07-25 Kevin Buettner <kevinb@redhat.com>
4269
4270 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4271 (fetch_registers, store_register, fetch_core_registers): Don't
4272 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4273 regcache_collect() as appropriate.
4274 (find_toc_address): Format hex address with local_hex_string().
4275
06afebeb
AC
42762002-07-25 Andrew Cagney <ac131313@redhat.com>
4277
4278 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4279 bfd/elf32-frv.c.
4280
8c554d79
TT
42812002-07-24 Tom Tromey <tromey@redhat.com>
4282
4283 * jv-exp.y: Marked all strings with _().
4284 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4285 internal_error.
4286 (MethodInvocation, CastExpression, parse_number, yyerror,
4287 java_type_from_name, push_expression_name, yylex): Typo fixes.
4288
e4c242d9
DJ
42892002-07-24 Daniel Jacobowitz <drow@mvista.com>
4290
4291 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4292 (tee_file_flush, tee_file_write, tee_file_fputs)
4293 (tee_file_isatty): New.
4294 * ui-file.h (tee_file_new): Add prototype.
4295
ebf56fd3
AS
42962002-07-24 Aidan Skinner <aidan@velvet.net>
4297
4298 * ada-lang.c: Change k&r style function definitions to prototyped
4299 form.
4300 * ada-typeprint.c: Change k&r style function definitions to prototyped
4301 form.
4302 * ada-valprint.c: Change k&r style function definitions to prototyped
4303 form.
4304
7fb623f7
AC
43052002-07-24 Andrew Cagney <cagney@redhat.com>
4306
4307 * README: Remove reference to remote-bug.
4308 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4309 remote-bug.c.
4310 (m88k-nat.o): Delete rule.
4311 (m88k-tdep.o): Delete rule.
4312 (remote-bug.o): Delete rule.
4313 * MAINTAINERS: Mark as obsolete.
4314 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4315 * m88k-tdep.c: Make file obsolete.
4316 * config/m88k/m88k.mh: Ditto.
4317 * config/m88k/delta88v4.mh: Ditto.
4318 * config/m88k/delta88v4.mt: Ditto.
4319 * config/m88k/delta88.mt: Ditto.
4320 * config/m88k/delta88.mh: Ditto.
4321 * remote-bug.c: Ditto.
4322 * config/m88k/tm-delta88.h: Ditto.
4323 * config/m88k/nm-delta88v4.h: Ditto.
4324 * config/m88k/xm-delta88.h: Ditto.
4325 * config/m88k/xm-dgux.h: Ditto.
4326 * config/m88k/tm-m88k.h: Ditto.
4327 * config/m88k/nm-m88k.h: Ditto.
4328 * config/m88k/tm-delta88v4.h: Ditto.
4329 * m88k-nat.c: Ditto.
4330 * cxux-nat.c: Ditto.
4331 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4332 and m88*-*-* obsolete.
4333 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4334 m88*-*-* obsolete.
4335
37611a2b
AC
43362002-07-24 Andrew Cagney <cagney@redhat.com>
4337
4338 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4339 constant. Same for local pointer variables.
4340 (extract_signed_integer): Ditto.
4341 * defs.h (extract_unsigned_integer): Update.
4342 (extract_signed_integer): Update.
4343
1aaa5f99
AC
43442002-07-24 Andrew Cagney <cagney@redhat.com>
4345
4346 * regcache.c (regcache_raw_write): Change buf parameter to a
4347 constant void pointer.
4348 (regcache_raw_read): Change buf parameter to a void pointer.
4349 (legacy_write_register_gen): Change myaddr parameter a constant
4350 void pointer.
4351 (supply_register): Change val parameter to a const void pointer.
4352 * regcache.h (regcache_raw_write): Update declaration.
4353 (regcache_raw_read): Update declaration.
4354 (supply_register): Update declaration.
4355
b4f5539f
TT
43562002-07-24 Tom Tromey <tromey@redhat.com>
4357
4358 * defs.h (gdb_readline_wrapper): Declare.
4359 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4360 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4361 * top.c (gdb_readline_wrapper): New function.
4362 (command_line_input): Use it.
4363
0818c12a
AC
43642002-07-24 Andrew Cagney <cagney@redhat.com>
4365
4366 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4367 regcache_read and regcache_write.
4368 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4369 * regcache.c: Update.
4370 * sh-tdep.c (sh64_push_arguments): Update comment.
4371 (sh_pseudo_register_read): Update.
4372 (sh_pseudo_register_write): Update.
4373 (sh4_register_read): Update.
4374 (sh4_register_write): Update.
4375 (sh64_pseudo_register_read): Update.
4376 (sh64_pseudo_register_write): Update.
4377 (sh64_register_read): Update.
4378 (sh64_register_write): Update.
4379 * i386-tdep.c (i386_extract_return_value): Update.
4380 (i386_extract_struct_value_address): Update.
4381 (i386_extract_return_value): Update.
4382 * blockframe.c (generic_read_register_dummy): Update.
4383 (generic_call_dummy_register_unwind): Update
4384 * infrun.c (write_inferior_status_register): Update.
4385
f7321c06
JB
43862002-07-23 Jim Blandy <jimb@redhat.com>
4387
4388 * parser-defs.h (expression_context_pc): Make this extern.
4389 (Thanks to Michael Snyder.)
4390
2037aebb
AC
43912002-07-23 Andrew Cagney <ac131313@redhat.com>
4392
4393 GDB 5.2.1 released from 5.2 branch.
4394 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4395 * README: Update to mention 5.2.1.
4396
66504d44
MS
43972002-07-23 Mark Salter <msalter@redhat.com>
4398
4399 * remote.c (remote_read_bytes): Fix check for error.
4400
27bae383
KB
44012002-07-22 Kevin Buettner <kevinb@redhat.com>
4402
4403 * aix-thread.c (language.h): Include.
4404 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4405 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4406 Print newlines at end of debug messages.
4407 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4408 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4409
44102002-07-22 Kevin Buettner <kevinb@redhat.com>
4411
4412 * aix-thread.c (ppc-tdep.h): Include.
4413 (special_register_p): New function.
4414 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4415 (store_regs_user_thread): Use register number information from
4416 gdbarch_tdep struct instead of hardcoded offsets relative to
4417 FIRST_UISA_SP_REGNUM.
4418 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4419 special_register_p() instead of using FPLAST_REGNUM and
4420 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4421 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4422 will be MQ's register number.
4423
44242002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4425
4426 * aix-thread.c (ops): Rename to aix_thread_ops.
4427 (base_ops): Rename to base_target.
4428 (ops_attach): Rename to aix_thread_attach.
4429 (ops_detach): Rename to aix_thread_detach.
4430 (ops_resume): Rename to aix_thread_detach.
4431 (ops_wait): Rename to aix_thread_wait.
4432 (ops_kill): Rename to aix_thread_kill.
4433 (init_ops): Rename to init_aix_thread_ops.
4434 (ops_fetch_register): Rename to aix_thread_fetch_register.
4435 (ops_store_register): Rename to aix_thread_store_register.
4436 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4437 (ops_thread_alive): Rename to aix_thread_thread_alive.
4438 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4439 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4440 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4441 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4442 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4443 (store_regs_lib): Rename to store_regs_user_thread.
4444 (store_regs_kern): Rename to store_regs_kernel_thread.
4445
27bae383 44462002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4447
4448 * aix-thread.c (ops_prepare_to_store): Eliminate.
4449 (init_ops): Don't initialize ops.prepare_to_store.
4450 (store_regs_kern): Pre-fetch register buffers from child,
4451 because some registers may not be in the cache. Copy
4452 regs from register cache only if they are cached.
4453 (store_regs_lib): Copy regs from register cache only
4454 if they are cached.
4455 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4456 fill_gprs64): Ditto.
4457
61c5da0b
KB
44582002-07-22 Kevin Buettner <kevinb@redhat.com>
4459
4460 * aix-thread.c (gdb_assert.h): Include.
4461 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4462 register sizes (from register cache) match size of buffer holding
4463 register data.
4464 (fill_sprs32): Change parameter types to match those in the ptrace()
4465 buffer.
4466 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4467 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4468
44692002-07-22 Michael Snyder <msnyder@redhat.com>
4470
4471 * aix-thread.c (supply_sprs64): Cosmetic change.
4472 (supply_sprs32): Cosmetic change.
4473 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4474 (fill_sprs64): Use regcache_collect instead of read_register.
4475 (store_regs_lib): Use regcache_collect instead of
4476 read_register. Use fill_sprs32 instead of fill_sprs64,
4477 if debugging a 32-bit architecture.
4478 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4479 out of the register cache, instead of passing a pointer into
4480 the register cache directly to ptrace. Use regcache_collect
4481 insteaad of read_register.
4482 (ops_prepare_to_store): Use target_read_registers instead
4483 of read_register_bytes.
4484
36479eb1
AS
44852002-07-20 Aidan Skinner <aidan@velvet.net>
4486
4487 * MAINTAINERS: Add self under write after approval.
4488
80ae6ee2
AS
44892002-07-20 Aidan Skinner <aidan@velvet.net>
4490
4491 * ada-tasks.c: Change k&r style function definitions to prototyped
4492 form.
4493
8a8ab2b9
AC
44942002-07-19 Andrew Cagney <ac131313@redhat.com>
4495
4496 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4497 * x86-64-tdep.c: Include "objfiles.h".
4498 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4499 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4500
fb16b900
ML
45012002-07-17 Michal Ludvig <michal@suse.cz>
4502
4503 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4504 (update_context): Initialise cfa variable.
4505
0fe7bf7b
MS
45062002-07-17 Michael Snyder <msnyder@redhat.com>
4507
4508 * aix-thread.c: Shorten some long lines.
4509 Bring comments into line with code spec.
4510
488f131b
JB
45112002-07-18 Joel Brobecker <brobecker@gnat.com>
4512
4513 * infrun.c: Re-indent using gdb_indent.sh.
4514
46c415d2
JB
45152002-07-18 Joel Brobecker <brobecker@gnat.com>
4516
4517 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4518 Leave the indentation temporarily untouched, to minimize the diffs.
4519
cdecafbe
EZ
45202002-07-18 Elena Zannoni <ezannoni@redhat.com>
4521
4522 * stabsread.c: Make os9k sections of the code obsolete,
4523 for real this time.
4524 * stabsread.h: Make os9k sections of the code obsolete.
4525
7b6aa020
ML
45262002-07-18 Michal Ludvig <mludvig@suse.cz>
4527
09ec9b38
ML
4528 * linux-low.c (regsets_store_inferior_registers): Add free()
4529 at the end of a loop to prevent memory leak.
4530 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4531 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4532 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4533 line a comment.
4894ac5d 4534 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4535
233282cd
JB
45362002-07-17 Jim Blandy <jimb@redhat.com>
4537
4538 * macrocmd.c (info_macro_command): Remove newline from error
4539 message.
4540
7b6aa020 45412002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4542
4543 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4544 (sh_gdbarch_init): Use it for sh-dsp.
4545
f7ef9339
KB
45462002-07-16 Kevin Buettner <kevinb@redhat.com>
4547
4548 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4549 64-bit DWARF2 format.
4550
8dd72958
JB
45512002-07-16 Joel Brobecker <brobecker@gnat.com>
4552
4553 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4554 <sys/proc.h> when not available.
4555
a99a9e1b
AC
45562002-07-16 Andrew Cagney <ac131313@redhat.com>
4557
4558 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4559 * stabsread.c: Make os9k sections of the code obsolete.
4560 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4561 * config/i386/i386os9k.mt: Make file obsolete.
4562 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4563 (COMMON_OBS): Remove os9kread.o
4564 (SFILES): Remove os9kread.c.
4565 (os9kread.o, remote-os9k.o): Make target obsolete.
4566 * remote-os9k.c: Make file obsolete.
4567 * os9kread.c: Make file obsolete.
4568 * Makefile.in
4569
7a3085c1
AC
45702002-07-16 Andrew Cagney <ac131313@redhat.com>
4571
4572 * NEWS: Mention that the FR30 has been made obsolete.
4573 * fr30-tdep.c: Make file obsolete.
4574 * config/fr30/tm-fr30.h: Ditto.
4575 * config/fr30/fr30.mt: Ditto.
4576 * configure.tgt: Make fr30-*-elf obsolete.
4577 * MAINTAINERS: Make fr30-elf obsolete.
4578
28a93f5a
PM
45792002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4580
4581 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4582 found is not inside a section.
4583
be006b8b
KB
45842002-07-15 Kevin Buettner <kevinb@redhat.com>
4585
4586 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4587 strerror().
4588 (pdc_realloc): Use xrealloc() instead of realloc().
4589
14fa3751
KB
45902002-07-15 Kevin Buettner <kevinb@redhat.com>
4591
4592 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4593 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4594 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4595 macros.
4596
42cc437f
KB
45972002-07-15 Kevin Buettner <kevinb@redhat.com>
4598
4599 * aix-thread.c (ptrace_check): Eliminate goto.
4600 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4601 problem.
4602
8e2c28d4
KB
46032002-07-15 Kevin Buettner <kevinb@redhat.com>
4604
4605 * aix-thread.c (gdbcmd.h): Include.
4606 (DEBUG, DBG, DBG2, dbg): Eliminate.
4607 (debug_aix_thread): New static global.
4608 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4609 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4610 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4611 invocations to DBG and DBG2 macros to test against
4612 ``debug_aix_thread'' and call fprintf_unfiltered().
4613 (_initialize_aix_thread): Add new command "set debug aix-thread".
4614
30413464
AC
46152002-07-15 Andrew Cagney <ac131313@redhat.com>
4616
4617 From Gerhard Tonn <TON@de.ibm.com>:
4618 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4619 instead of supply_register.
4620
7c43edc1
AC
46212002-07-15 Andrew Cagney <ac131313@redhat.com>
4622
4623 * dwarf2cfi.c: Include "gdb_assert.h".
4624 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4625 non-NULL.
4626 (update_context): Do not use __func__. Add missing ``break''.
4627 (update_context): Do not use __func__.
4628
9364a0ef
EZ
46292002-07-15 Elena Zannoni <ezannoni@redhat.com>
4630
4631 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4632 and its setting. Set gdbarch instruction printing functions
4633 directly. For non-rs6000 case use new function
4634 gdb_print_insn_powerpc.
4635 (gdb_print_insn_powerpc): New function.
4636
3fbeef0b
AC
46372002-07-13 Andrew Cagney <ac131313@redhat.com>
4638
92eb23c5 4639 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4640 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4641 * configure.tgt: Mark d30v-*-* as obsolete.
4642 * d30v-tdep.c: Mark file as obsolete.
4643 * config/d30v/d30v.mt: Ditto.
4644 * config/d30v/tm-d30v.h: Ditto.
4645
aacb1f0a
AS
46462002-07-13 Aidan Skinner <aidan@velvet.net>
4647
4648 * ada-tasks.c (add_task_entry): replace calls to
4649 malloc() with xmalloc
4650 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4651
4652 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4653 ada_finish_decode_line_1, all_sals_for_line
4654 ada_breakpoint_rewrite): replace calls to free() with xfree()
4655
c11d79f2
KB
46562002-07-12 Kevin Buettner <kevinb@redhat.com>
4657
4658 From Nicholas Duffek (with minor changes by Martin Hunt,
4659 Louis Hamilton, and Kevin Buettner):
4660 * aix-thread.c: New file.
4661
8e19ed76
PS
46622002-07-12 Petr Sorfa <petrs@caldera.com>
4663
4664 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4665 complaint for invalid attribute class or form.
4666 (read_func_scope): DW_AT_frame_base
4667 better handling of DW_AT_block*.
4668 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4669 better handling of DW_AT_block*.
4670 (read_common_block): DW_AT_location
4671 better handling of DW_AT_block*.
4672 (read_partial_die): DW_AT_location better handling
4673 of DW_AT_block*.
4674 (new_symbol): DW_AT_external better handling of
4675 DW_AT_block*. Proper initialization of variable
4676 "addr".
4677 (attr_form_is_block): New function that returns true
4678 if the attribute's form is of DW_FORM_block*.
4679
295401f7
DJ
46802002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4681
4682 * valops.c (find_method_list): Remove comment about
4683 removed STATIC_MEMFUNCP argument.
4684 (value_find_oload_method_list): Likewise.
4685
e42dc924
KB
46862002-07-12 Kevin Buettner <kevinb@redhat.com>
4687
4688 From Nicholas Duffek:
4689 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4690 target_new_objfile_hook.
4691
6904b546
KB
46922002-07-12 Kevin Buettner <kevinb@redhat.com>
4693
4694 From Nicholas Duffek:
4695 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4696 csect.
4697
53fe9346
AC
46982002-07-12 Andrew Cagney <cagney@redhat.com>
4699
4700 * MAINTAINERS: Mention --enable-sim-build-warnings.
4701 (m68hc11-elf): Disable sim build warnings.
4702 (m32r-elf): Mark as broken obsolete candidate.
4703 (x86_64-linux-gnu): Mark as buildable with -Werror.
4704 (arm-elf): Change -w to ``,'' which enables warnings but not
4705 -Werror.
4706
af5f3db6
AC
47072002-07-12 Andrew Cagney <ac131313@redhat.com>
4708
4709 * bcache.h: Update copyright.
4710 (struct bstring, struct bcache): Move definition to "bcache.c".
4711 Replaced by opaque declaration.
4712 (bcache_xfree): Replace free_bcache.
4713 (bcache_xmalloc, bcache_memory_used): Declare.
4714
4715 * bcache.c: Update copyright.
4716 (struct bstring, struct bcache): Moved to here from "bcache.h".
4717 Update comments.
4718 (bcache_xmalloc, bcache_memory_used): New functions.
4719 (bcache_xfree): Replace function free_bcache.
4720
4721 * Makefile.in (objfiles.o): Add $(bcache_h).
4722 (objfiles_h): Remove $(bcache_h).
4723 (symfile.o): Add $(bcache_h).
4724
4725 * symmisc.c: Update copyright.
4726 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4727 (print_objfile_statistics): Use bcache_memory_used.
4728
4729 * symfile.c: Include "bcache.h".
4730 (reread_symbols): Use bcache_xfree.
4731 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4732 (add_psymbol_to_list): Pass psymbol_cache by value.
4733 (add_psymbol_with_dem_name_to_list): Ditto.
4734
4735 * objfiles.h: Update copyright.
4736 (struct bcache): Declare opaque. Do not include "bcache.h".
4737 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4738 bcache'' pointers.
4739 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4740
4741 * objfiles.c: Include "bcache.h". Update copyright.
4742 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4743 macro_cache.
4744 (free_objfile): Use bcache_xfree.
4745
444199e7
GS
47462002-07-11 Grace Sainsbury <graces@redhat.com>
4747
4748 * monitor.c (monitor_fetch_register): Make name a constant.
4749 (monitor_store_register): Same.
4750
261397f8
DJ
47512002-07-11 Daniel Jacobowitz <drow@mvista.com>
4752
4753 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4754 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4755 (finish_block) For non-function blocks, hash the symbol table. For
4756 function blocks, mark the symbol table as unhashed.
4757 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4758 (msymbol_hash_iw): Likewise.
4759 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4760 value.
4761 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4762 (lookup_minimal_symbol): Likewise for both.
4763 * symtab.h (struct block): Add `hashtable' flag. Comment the
4764 hashtable.
4765 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4766 (ALL_BLOCK_SYMBOLS): Update.
4767 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4768 (struct symbol): Add `hash_next' pointer.
4769 * symtab.c (lookup_block_symbol): Search using the hash table when
4770 possible.
4771 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4772 (search_symbols, find_addr_symbol): Likewise.
4773
4774 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4775 (read_dst_symtab): Likewise.
4776 * jv-lang.c (get_java_class_symtab): Likewise.
4777 * mdebugread.c: Include "gdb_assert.h".
4778 (shrink_block): Assert that the block being modified is not hashed.
4779 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4780 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4781 symbols.
4782 (dump_symtab): Recognize hashed blocks.
4783 * printcmd.c (print_frame_args): Assert that function blocks do not
4784 have hashed symbol tables.
4785 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4786 (fill_in_ada_prototype, debug_print_block): Likewise.
4787 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4788
6f0eaa01
CV
47892002-07-11 Corinna Vinschen <vinschen@redhat.com>
4790
4791 * stack.c (print_frame): Use result of frame_address_in_block()
4792 instead of fi->pc when evaluating symbols.
4793 (backtrace_command_1): Ditto.
4794
a208b0cb
AC
47952002-07-11 Andrew Cagney <cagney@redhat.com>
4796
4797 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4798 Make static.
4799
4800 * arm-tdep.c (arm_register_name): Make return type constant.
4801
a6b6b089
AC
48022002-07-10 Andrew Cagney <ac131313@redhat.com>
4803
5ae5f592
AC
4804 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4805 prototype.
4806 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4807 * s390-tdep.c (s390_fp_regnum): Ditto.
4808 (s390_read_fp): Ditto.
4809 (s390_pop_frame): Ditto.
4810 (_initialize_s390_tdep): Ditto.
4811 * remote.c (get_remote_state): Ditto.
4812 * procfs.c (mappingflags): Ditto.
4813 * memattr.c (_initialize_mem): Ditto.
4814 * mcore-tdep.c (mcore_pop_frame): Ditto.
4815 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4816 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4817 * language.c (set_case_str): Ditto.
4818 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4819 * frv-tdep.c (new_variant): Ditto.
4820 (frv_stopped_data_address): Ditto.
4821 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4822 (context_alloc): Ditto.
4823 (frame_state_alloc): Ditto.
4824 (unwind_tmp_obstack_init): Ditto.
4825 (unwind_tmp_obstack_free): Ditto.
4826 (cfi_read_fp): Ditto.
4827 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4828 (cris_pop_frame): Ditto.
4829 * c-lang.c (scanning_macro_expansion): Ditto.
4830 (finished_macro_expansion): Ditto.
4831 (c_preprocess_and_parse): Ditto.
4832 * gdbarch.sh: Ditto.
4833 * gdbarch.h, gdbarch.c: Regenerate.
4834 * config/mn10200/tm-mn10200.h: Adjust indentation.
4835 * target.c: Adjust indentation.
4836 * symtab.h: Adjust indentation.
4837 * stabsread.h: Adjust indentation.
4838 * remote-es.c: Adjust indentation.
4839 * os9kread.c: Adjust indentation.
4840
48412002-07-10 Andrew Cagney <ac131313@redhat.com>
4842
a6b6b089
AC
4843 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4844 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4845
a1789893
GS
48462002-07-10 Grace Sainsbury <graces@redhat.com>
4847
4848 * NEWS: Mention m68k, mcore multi-arching.
4849 * MAINTAINERS: Change status of m68k, mcore to reflect
4850 multi-arching.
4851
02f0d45d
DJ
48522002-07-10 Daniel Jacobowitz <drow@mvista.com>
4853
4854 * valops.c (find_overload_match): Free oload_syms.
4855
f15f768e
JB
48562002-07-09 Joel Brobecker <brobecker@gnat.com>
4857
4858 Define HAVE_SYS_PROC_H if sys/proc.h exists
4859 * configure.in: Add check for sys/proc.h
4860 * config.in: Regenerate.
4861 * configure: Regenerate.
4862
902a7139
GS
48632002-07-09 Grace Sainsbury <graces@redhat.com>
4864
4865 * config/m68k/tm-m68k.h: Remove macros wrapped in
4866 #if !GDB_MULTI_ARCH.
4867
a534e424
AC
48682002-07-08 Andrew Cagney <ac131313@redhat.com>
4869
4870 * config.in, configure: Regenerate.
4871
9b94f7bf
MK
48722002-07-08 Mark Kettenis <kettenis@gnu.org>
4873
4874 * dwarf2cfi.c: Include "gcore.h".
4875 (execute_stack_op): Fix implementation of the
4876 DW_OP_deref and DW_OP_deref_size operators by letting do their
4877 lookup in the target.
4878
1d34db41
MK
48792002-07-07 Mark Kettenis <kettenis@gnu.org>
4880
4881 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4882 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4883 tdep->sc_sp_offset.
4884
79d5b63a
DJ
48852002-07-05 Daniel Jacobowitz <drow@mvista.com>
4886
4887 Fix PR gdb/595, gdb/602
4888 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4889 Don't call value_cast, just read the vtable pointer; update comments
4890 to match.
4891
3bb912e8
GS
48922002-07-05 Grace Sainsbury <graces@redhat.com>
4893
4894 * config/mcore/tm-mcore.h: Remove file.
4895 * config/mcore/mcore.mt: Remove definition of TM_FILE
4896 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4897
ca39387d
MK
48982002-07-05 Mark Kettenis <kettenis@gnu.org>
4899
4900 * i386bsd-tdep.c: Include "gdb_string.h".
4901
efdc1108
GS
49022002-07-04 Grace Sainsbury <graces@redhat.com>
4903
4904 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4905 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4906 mcore-tdep.
4907 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4908 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4909 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4910 (RETVAL_REGNUM): Move macros from tm-mcore.h
4911 (mcore_reg_struct_has_addr): New function.
4912 (mcore_gdbarch_init): Added initializations for the macros removed
4913 from tm-mcore.h.
4914
bb21884d
MK
49152002-07-04 Mark Kettenis <kettenis@gnu.org>
4916
4917 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4918 traditonal string branding within the ELF header.
4919
228c6d41
DJ
49202002-07-04 Daniel Jacobowitz <drow@mvista.com>
4921
4922 * symtab.c (remove_params): New function.
4923 (make_symbol_overload_list): Use it instead of cplus_demangle.
4924 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4925
2404952e
MK
49262002-07-04 Mark Kettenis <kettenis@gnu.org>
4927
e5e4acad
MK
4928 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4929
baadce09
MK
4930 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4931 New variables.
4932 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4933 and tdep->sigtramp_end.
4934 * i386obsd-nat.c: New file.
4935 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4936
2404952e
MK
4937 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4938 Don't call get_current_frame().
4939
9b4f1ba7
PM
49402002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4941
4942 * i386-nat.c (child_post_startup_inferior): New function
4943 calling i386_cleanup_dregs if
4944 I386_USE_GENERIC_WATCHPOINTS is defined.
4945 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4946 conditional to acknowledge that i386-nat.c has its
4947 own child_post_startup_inferior function.
4948
c0d1d883
MK
49492002-07-04 Mark Kettenis <kettenis@gnu.org>
4950
00f8375e
MK
4951 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4952 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4953 instead of MAX_REGISTER_RAW_SIZE.
4954 (i386_extract_return_value, i386_extract_struct_value_address):
4955 Convert to use regcache.
4956 (i386_gdbarch_init): Set max_register_raw_size and
4957 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4958 Set extract_return_value and extract_struct_value_address instead
4959 of their deprecated variants.
4960
c0d1d883
MK
4961 Convert i386 target to generic dummy frames.
4962 * i386-tdep.c: Include "symfile.h".
4963 (i386_frameless_signal_p): Consider a function to be frameless if
4964 the pc points at the first instruction of the function.
4965 (i386_frame_chain): Handle (generic) call dummies.
4966 (i386_frame_saved_pc): Likewise.
4967 (i386_frame_init_saved_regs): Remove code dealing with call
4968 dummies on the stack.
4969 (i386_push_dummy_frame): Removed.
4970 (i386_call_dummy_words): Removed.
4971 (i386_fix_call_dummy): Removed.
4972 (i386_push_return_address): New function.
4973 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4974 parameter, and don't call get_current_frame.
4975 (i386_pop_frame): New function.
4976 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4977 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4978 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4979 call_dummy_length to 0, set call_dummy_words to NULL, set
4980 sizeof_call_dummy_words to 0, set fix_call_dummy to
4981 generic_fix_call_dummy, set pc_in_call_dummy to
4982 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4983 generic_push_dummy_frame, set push_return_address to
4984 i386_push_return_address and set frame_chain_valid to
4985 generic_file_frame_chain_valid.
4986
049ee0e4
AC
49872002-07-03 Andrew Cagney <ac131313@redhat.com>
4988
4989 * gdbarch.sh (struct regcache): Add opaque declaration.
4990 (EXTRACT_RETURN_VALUE): New architecture method.
4991 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4992 * gdbarch.h, gdbarch.c: Regenerate.
4993 * arch-utils.c (legacy_extract_return_value): New function.
4994 * arch-utils.h (legacy_extract_return_value): Declare.
4995 * values.c (value_being_returned): Re-enable code handling
4996 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4997 deprecated_grub_regcache_for_registers call to block handling
4998 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4999 (EXTRACT_RETURN_VALUE): Do not define.
5000
4e0d9804
GS
50012002-07-03 Grace Sainsbury <graces@redhat.com>
5002
5003 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
5004 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
5005 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5006 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5007 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5008 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5009 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5010 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5011 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5012 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5013 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5014 argument so the function fits the prototype in the architecture
5015 vector.
5016 (mcore_pop_frame): Remove argument so the function fits the
5017 prototype. Use get_current_frame instead of the argument.
5018 (mcore_push_arguments): Change type of struct_return so the
5019 function can be used in the architecture vector.
5020 (mcore_store_struct_return): Add.
5021 (mcore_frame_init_saved_regs): Add.
5022 (mcore_gdbarch_init): Add function calls to replace the macros
5023 removed from tm-mcore.h
5024
36160dc4
AC
50252002-07-03 Andrew Cagney <ac131313@redhat.com>
5026
5027 * infcmd.c (print_return_value): Remove compatibility code calling
5028 deprecated_grub_regcache_for_registers.
5029
5030 * values.c: Include "regcache.h".
5031 (value_being_returned): Update. Use
5032 deprecated_grub_regcache_for_registers to extract the register
5033 buffer address.
5034 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5035 ``struct regcache''.
5036 * Makefile.in (values.o): Add dependency on $(regcache_h).
5037
5038 * inferior.h (run_stack_dummy): Change type of second parameter to
5039 a ``struct regcache''.
5040 * valops.c (hand_function_call): Change type of retbuf to ``struct
5041 regcache''. Allocate using regcache_xmalloc, clean using
5042 make_cleanup_regcache_xfree.
5043 * infcmd.c (run_stack_dummy): Update. Use
5044 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5045
5046 * regcache.c (do_regcache_xfree): New function.
5047 (make_cleanup_regcache_xfree): New function.
5048 * regcache.h (make_cleanup_regcache_xfree): Declare.
5049
e64d9b3d
MH
50502002-07-03 Martin M. Hunt <hunt@redhat.com>
5051
4dd79c29
MH
5052 * event-top.c (command_line_handler): Don't read past
5053 beginning of buffer.
e64d9b3d 5054
4dd79c29
MH
50552002-07-03 Martin M. Hunt <hunt@redhat.com>
5056
e64d9b3d
MH
5057 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5058 struct frame_id.
5059 (varobj_create): Store frame_id for root.
5060 (varobj_gen_name): Use xasprintf.
5061 (varobj_update): Save and restore frame using get_frame_id() and
5062 frame_find_by_id().
5063 (create_child): Use xasprintf.
5064 (new_root_variable): Initialize frame_id.
5065 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5066 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5067 to prevent memory leak.
5068
26e6c56a
AC
50692002-07-03 Andrew Cagney <ac131313@redhat.com>
5070
5071 * valops.c (hand_function_call): Move declaration of retbuf to
5072 start of function, allocate using malloc, add a cleanup but before
5073 the inf_status cleanup, cleanup the buffer. Rename local variable
5074 old_chain to inf_status_cleanup.
5075
f436dd25
MH
50762002-07-03 Martin M. Hunt <hunt@redhat.com>
5077
5078 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5079
5080 * cli/cli-decode.c (cmd_func_p): New function.
5081 (cmd_func): New function.
5082
5083 * command.h: Add cmd_func() and cmd_func_p().
5084
4cfe2084
GS
50852002-07-03 Grace Sainsbury <graces@redhat.com>
5086
5087 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5088 (REGISTER_SIZE): Remove.
5089 (MAX_REGISTER_RAW_SIZE): Remove.
5090 (REGISTER_VIRTUAL_TYPE): Remove.
5091 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5092 (REGISTER_NAME): Remove.
5093 (USE_GENERIC_DUMMY_FRAMES): Remove.
5094 (CALL_DUMMY): Remove.
5095 (CALL_DUMMY_START_OFFSET): Remove.
5096 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5097 (CALL_DUMMY_LOCATION): Remove.
5098 (FIX_CALL_DUMMY): Remove.
5099 (CALL_DUMMY_ADDRESS): Remove.
5100 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5101 (SAVE_DUMMY_FRAME_TOS): Remove.
5102 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5103 (mcore_register_virtual_type): New function.
5104 (mcore_register_byte): New function.
5105 (mcore_register_size): New function.
5106 (mcore_register_name): New function.
5107 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5108 macros removed from tm-mcore.h.
5109 (mcore_dump_tdep): Add.
5110 (_initialize_mcore_tdep): Add gdbarch_register call.
5111
4fd667e9
MK
51122002-07-03 Mark Kettenis <kettenis@gnu.org>
5113
5114 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5115 frameless_look_for_prologue, such that we actually call this
5116 function.
5117
42f99ac2
JB
51182002-07-02 Joel Brobecker <brobecker@gnat.com>
5119
5120 * frame.h (frame_address_in_block): New function.
5121
5122 * blockframe.c (frame_address_in_block): New function extracted
5123 from get_frame_block().
5124 (get_frame_block): Use frame_address_in_block().
5125 (block_innermost_frame): Use frame_address_in_block() to match
5126 the frame pc address against the block boundaries rather than
5127 the frame pc directly. This prevents a failure when a frame pc
5128 is actually a return-address pointing immediately after the end
5129 of the given block.
5130
103a1597 51312002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5132
5133 * MAINTAINERS: Add self under write after approval.
5134
51352002-07-02 Grace Sainsbury <graces@redhat.com>
5136
103a1597
GS
5137 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5138 used in architecture vector. The default is
5139 m68k_local_breakpoint_from_pc.
5140 (m68k_local_breakpoint_from_pc): Add.
5141 (enum): Add register numbers from tm-m68k.h.
5142 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5143 vector.
5144 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5145 GDB_MULTI_ARCH_PARTIAL.
5146 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5147 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5148 m68k-tdep.c.
5149 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5150 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5151 to enum in m68k-tdep.c
5152
7a5a0534
JB
51532002-07-02 Joel Brobecker <brobecker@gnat.com>
5154
5155 * solib-osf.c (open_map): Compute the list of shared libraries
5156 loaded by the inferior, rather than the list of libraries loaded
5157 by GDB itself. Otherwise, GDB ends up reading the symbols from
5158 the wrong shared libraries...
5159
6f558d74
MK
51602002-07-02 Mark Kettenis <kettenis@gnu.org>
5161
b7d15bf7
MK
5162 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5163 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5164 macros.
5165 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5166 Remove functions.
5167 (FRAMELESS_SIGNAL): Remove function.
5168 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5169 i386_linux_saved_pc_after_call): Removed.
5170 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5171 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5172 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5173
6bff26de
MK
5174 * i386-tdep.c (i386_frameless_signal_p): New function.
5175 (i386_frame_chain): Deal with frameless signals.
5176 (i386_sigtramp_saved_sp): New function.
5177 (i386_frame_saved_pc): Deal with frameless signals.
5178 (i386_saved_pc_after_call): Make sure the correct value is
5179 returned just after entry into a sigtramp.
5180 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5181 i386fbsd4_sc_sp_offset): New variables.
5182 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5183 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5184 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5185 similiar to what we already did for sc_pc_offset.
5186 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5187 tdep->sc_sp_offset.
5188
6f558d74
MK
5189 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5190
145564b7
ML
51912002-07-02 Michal Ludvig <mludvig@suse.cz>
5192
5193 * config/i386/tm-x86-64linux.h: New.
5194 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5195 definitions.
5196 * config/i386/nm-x86-64.h: Rename to ...
5197 * config/i386/nm-x86-64linux.h: ... this one.
5198 * config/i386/x86-64linux.mh: Reflect the above change.
5199
3a1e71e3
MK
52002002-07-01 Mark Kettenis <kettenis@gnu.org>
5201
21d0e8a4
MK
5202 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5203 with sigcontext_addr. Add sc_sp_offset.
5204 (i386bsd_sigtramp_saved_pc): Remove prototype.
5205 (i386bsd_sicontext_addr): Add prototype.
5206 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5207 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5208 (i386_svr4_sigtramp_saved_pc): Removed.
5209 (i386_svr4_sigcontext_addr): New function.
5210 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5211 Initialize tdep->sigcontext_addr instead. Initialize
5212 tdep->sc_pc_offset and tdep->sc_sp_offset.
5213 (i386_gdbarch_init): Likewise.
5214 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5215 any more.
5216 (i386bsd_sigtramp_saved_pc): Remove function.
5217 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5218 Initialize tdep->sigcontext_addr instead. Initialize
5219 tdep->sc_pc_offset.
5220 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5221 of tdep->sigtramp_saved_pc.
5222 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5223 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5224 instead.
5225
3a1e71e3
MK
5226 * i386-tdep.c (i386_frameless_function_invocation,
5227 i386_frame_num_args, i386_frame_init_saved_regs,
5228 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5229 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5230 i386_extract_return_value, i386_store_return_value,
5231 i386_extract_struct_value_address, i386_register_virtual_type,
5232 i386_register_convertible, i386_register_convert_to_virtual,
5233 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5234 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5235 static.
5236
52e9098c
MK
52372002-07-01 Mark Kettenis <kettenis@gnu.org>
5238
77b13a25
MK
5239 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5240
52e9098c
MK
5241 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5242 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5243 this macro. Include "value.h".
5244
1b372fff
AS
52452002-06-30 Aidan Skinner <aidan@velvet.net>
5246
5247 * ada-exp.tab.c: remove as it's a generated file
5248 * ada-lex.c: remove as it's a generated file
5249
9c5045b5
MK
52502002-06-30 Mark Kettenis <kettenis@gnu.org>
5251
4a93c5bb
MK
5252 * config/i386/tm-i386.h (struct frame_info, struct
5253 frame_saved_regs, struct value, struct type): Remove forward
5254 declarations.
5255
322d4fe0
MK
5256 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5257 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5258 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5259 (FILL_FPXREGSET): Define.
5260
fdd8263d
MK
5261 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5262
482e577b
MK
5263 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5264 i[3456]86-*-netbsd* case.
5265 * config/i386/tm-obsd.h: Removed.
5266 * config/i386/obsd.mt: Removed.
5267 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5268 core-aout.o.
5269 (MH_CFLAGS): Add -DYYDEBUG=0.
5270
6916549a
MK
5271 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5272 i386nbsd_sc_pc_offset on OpenBSD too.
5273
9c5045b5
MK
5274 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5275 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5276 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5277 define.
5278 * i386bsd-tdep.c: Include "arch-utils.h".
5279 (i386bsd_aout_in_solib_call_trampoline): New function.
5280 (i386bsd_init_abi): Set in_solib_call_trampoline to
5281 i386bsd_aout_in_solib_call_trampoline.
5282 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5283 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5284
aa84d1bb
AC
52852002-06-28 Andrew Cagney <ac131313@redhat.com>
5286
5287 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5288 (struct obstack, struct bcache): Add opaque declarations.
5289 * Makefile.in (macrotab_h): Update
5290
b4d83933
AC
52912002-06-28 Andrew Cagney <ac131313@redhat.com>
5292
5293 * blockframe.c (generic_find_dummy_frame): Change return type to
5294 ``struct regcache''.
5295 (struct dummy_frame): Replace field ``registers'' with regcache, a
5296 struct regcache object.
5297 (generic_find_dummy_frame): Update.
5298 (generic_push_dummy_frame): Update. Use regcache_xfree,
5299 regcache_xmalloc and regcache_cpy.
5300 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5301 regcache_xfree.
5302 (deprecated_generic_find_dummy_frame): Update.
5303 (generic_read_register_dummy): Update. Use
5304 regcache_read_as_address.
5305 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5306 (generic_get_saved_register): Update. Use regcache_read.
5307
08c0b5bc
AC
53082002-06-28 Andrew Cagney <ac131313@redhat.com>
5309
5310 * Makefile.in (objfiles_h): Add $(bcache_h).
5311 * objfiles.h: Include "bcache.h".
5312
5313 * Makefile.in (symtab_h): Remove $(bcache_h).
5314 * symtab.h: Do not include "bcache.h".
5315
1f89801a
AC
53162002-06-28 Andrew Cagney <ac131313@redhat.com>
5317
5318 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5319 generic_func_frame_chain_valid.
5320
b9644b58
DB
53212002-06-28 David O'Brien <obrien@FreeBSD.org>
5322
5323 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5324 * config/i386/tm-fbsd.h: Likewise.
5325
dd486634
AC
53262002-06-28 Andrew Cagney <ac131313@redhat.com>
5327
5328 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5329 generic_unwind_get_saved_register.
5330
0b434a00
AC
53312002-06-27 Andrew Cagney <ac131313@redhat.com>
5332
5333 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5334 * regcache.c (supply_register): Add missing argument to
5335 register_buffer call.
5336
f30e5a77
AC
53372002-06-27 Andrew Cagney <ac131313@redhat.com>
5338
5339 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5340 Solaris /bin/grep does not not like it. From Peter Schauer.
5341
9f064c95
TT
53422002-06-26 Tom Tromey <tromey@redhat.com>
5343
5344 * command.h (add_setshow_cmd): Declare.
5345 (add_setshow_cmd_full): Declare.
5346 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5347 returns void. Use add_setshow_cmd_full.
5348 (add_setshow_cmd_full): New function.
5349 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5350 (add_setshow_boolean_cmd): Likewise.
5351
099c7589
JT
53522002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5353
5354 * config/vax/tm-vax.h: Protect from multiple inclusion.
5355 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5356 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5357 * config/vax/tm-vaxbsd.h: ...here. New file.
5358 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5359
1d049c5e
JT
53602002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5361
5362 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5363 (BELIEVE_PCC_PROMOTION): Remove.
5364 (AP_REGNUM): Move to...
5365 * config/vax/nm-vax.h: ...here.
5366 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5367 (vax_breakpoint_from_pc): New function.
5368 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5369 and gdbarch_believe_pcc_promotion.
5370
4791e091
JT
53712002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5372
5373 * Makefile.in (vax_tdep_h): Define.
5374 (vax-tdep.o): Use $(vax_tdep_h).
5375 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5376 (vax_dump_tdep): New function.
5377 (_initialize_vax_tdep): Register vax_dump_tdep.
5378 * vax-tdep.h: Include osabi.h.
5379 (struct gdbarch_tdep): New.
5380
da130f98
AC
53812002-06-26 Andrew Cagney <cagney@redhat.com>
5382
5383 * frame.h (deprecated_generic_find_dummy_frame): Rename
5384 generic_find_dummy_frame.
5385 * blockframe.c (generic_find_dummy_frame): Make static.
5386 (deprecated_generic_find_dummy_frame): New function.
5387 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5388 generic_find_dummy_frame with deprecated_find_dummy_frame.
5389 (sh64_nofp_frame_init_saved_regs): Ditto.
5390 (sh_fp_frame_init_saved_regs): Ditto.
5391 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5392 (s390_frame_chain): Ditto.
5393 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5394
6300c360
GS
53952002-06-26 Grace Sainsbury <graces@redhat.com>
5396
5397 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5398 gdbarch vector are at the top.
5399 (NUM_REGS): Remove.
5400 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5401 (FRAME_ARGS_ADDRESS): Remove.
5402 (FRAME_LOCALS_ADDRESS): Remove.
5403 (FRAME_NUM_ARGS): Remove.
5404 (FRAME_ARGS_SKIP): Remove.
5405 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5406 (m68k_gdbarch_init): Add gdbarch initializations for macros
5407 undefined in tm-m68k.h
5408
1c617db8
GS
54092002-06-26 Grace Sainsbury <graces@redhat.com>
5410
5411 * monitor.h: Add the function regname to monitor_ops
5412 structure. This way NUM_REGS does not have to be a constant.
5413 * monitor.c (monitor_fetch_register): Added support for regname
5414 function. The function is called if the array regnames is NULL.
5415 (monitor_store_register): Same.
da130f98
AC
5416 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5417 regnames array.
1c617db8
GS
5418 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5419 cpu32bug_cmds.regname to point to new function.
5420 * abug-rom.c (abug_regname): Same as above.
5421 (init_abug_cmds): Same.
5422 * dbug-rom.c (dbug_regname): Same as above.
5423 (init_dbug_cmds): Same.
5424 * remote-est.c (est_regname): Same.
5425 (init_est_cmds): Same.
5426 * rom68k-rom.c (rom68k_regname): Same.
5427 (init_rom68k_cmds): Same.
5428
ea9365bb
TT
54292002-06-25 Tom Tromey <tromey@redhat.com>
5430
5431 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5432
72cec141
AC
54332002-06-25 Andrew Cagney <cagney@redhat.com>
5434
5435 * infrun.c (stop_registers): Change variable's type to ``struct
5436 regcache'''.
5437 (xmalloc_inferior_status): Delete function.
5438 (free_inferior_status): Delete function.
5439 (normal_stop): Use regcache_cpy.
5440 (struct inferior_status): Change type of fields ``stop_registers''
5441 and ``registers'' to ``struct regcache''.
5442 (write_inferior_status_register): Use regcache_write.
5443 (save_inferior_status): Instead of calling
5444 xmalloc_inferior_status, allocate the inf_status buffer directly.
5445 Use regcache_dup_no_passthrough and regcache_dup to save the
5446 buffers.
5447 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5448 Replace the stop_registers regcache instead of overriding it. Use
5449 regcache_xfree. Instead of calling free_inferior_status, xfree
5450 the buffer directly.
5451 (discard_inferior_status): Use regcache_xfree. Instead of calling
5452 free_inferior_status, xfree the buffer directly.
5453 (build_infrun): Use regcache_xmalloc.
5454 (_initialize_infrun): Delete redundant call to build_infrun.
5455
5456 * Makefile.in (infcmd.o): Add $(regcache_h).
5457
5458 * infcmd.c: Include "regcache.h".
5459 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5460 obtain the address of `stop_registers' register buffer.
5461 (print_return_value): Ditto.
5462
5463 * inferior.h (struct regcache): Add opaque declaration.
5464 (stop_registers): Change variable's declared type to ``struct
5465 regcache''.
5466
defc6f8c
TT
54672002-06-24 Tom Tromey <tromey@redhat.com>
5468
c0e624e7
TT
5469 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5470 * target.c (initialize_targets): Fixed typo in
5471 trust-readonly-sections `show' documentation.
5472
defc6f8c
TT
5473 * main.c: Marked all strings with _().
5474
2b236d82
DH
54752002-06-24 Don Howard <dhoward@redhat.com>
5476
5477 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5478 that means max CORE_ADDR+1.
5479 (lookup_mem_region): Ditto.
5480 (mem_info_command): Ditto.
5481
942dc0e9
GS
54822002-06-24 Grace Sainsbury <graces@redhat.com>
5483
5484 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5485 (REGISTER_BYTES_OK): Remove.
5486 (REGISTER_BYTES): Remove.
5487 (STORE_STRUCT_RETURN): Remove.
5488 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5489 (STORE_RETURN_VALUE): Remove.
5490 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5491 (FRAME_CHAIN): Remove.
5492 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5493 (FRAME_SAVED_PC): Remove.
5494 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5495 (m68k_store_struct_return): Add.
5496 (m68k_deprecated_extract_return_value): Add.
5497 (m68k_deprecated_extract_struct_value_address): Add.
5498 (m68k_store_return_value): Add.
5499 (m68k_frame_chain): Add.
5500 (m68k_frameless_function_invocation): Add.
5501 (m68k_frame_saved_pc): Add.
5502 (m68k_gdbarch_init): added set_gdbarch calls for new
5503 functions and deleted macros.
5504
03c30d4d
TT
55052002-06-23 Tom Tromey <tromey@redhat.com>
5506
5507 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5508 (ALLDEPFILES): Likewise.
5509 (udiheaders): Removed.
5510 (udip2soc.o): Likewise.
5511 (udi2go32.o): Likewise.
5512 (udr.o): Likewise.
5513 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5514
37e71372
AC
55152002-06-22 Andrew Cagney <ac131313@redhat.com>
5516
06a6ac57
AC
5517 * infrun.c (_initialize_infrun): Delete unnecessary call to
5518 build_infrun.
5519
37e71372
AC
5520 * regcache.h: Update comments describing the regcache_cpy family
5521 of functions.
5522 (regcache_save, regcache_restore): Delete declaration.
5523 (regcache_save_no_passthrough): Delete declaration.
5524 (regcache_restore_no_passthrough): Delete declaration.
5525 * regcache.c (regcache_save): Delete function.
5526 (regcache_save_no_passthrough): Delete function.
5527 (regcache_restore): Delete function.
5528 (regcache_restore_no_passthrough): Delete function.
5529
78f6d055
AC
55302002-06-21 Andrew Cagney <ac131313@redhat.com>
5531
5532 * config/m68k/tm-m68k.h: Fix typo.
5533 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5534 (m68k_frame_init_saved_regs): Declare.
5535
78b119cb
JB
55362002-06-21 Jim Blandy <jimb@redhat.com>
5537
5538 Remove some vestiges of Harris 88k support.
5539 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5540 register numbering quirk.
5541 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5542 odd symbols occurring in Harris 88k ELF targets.
5543
0fbb3da7
TT
55442002-06-21 Tom Tromey <tromey@redhat.com>
5545
5546 * gdb_locale.h: New file.
5547 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5548 (defs_h): Added gdb_locale.h.
5549 * configure, config.in: Rebuilt.
5550 * configure.in (PACKAGE): Define.
5551 * defs.h: Include gdb_locale.h.
5552 * main.c (captured_main): Call setlocale, bindtextdomain,
5553 textdomain.
5554
456f8b9d
DB
55552002-06-21 Dave Brolley <brolley@redhat.com>
5556
5557 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5558 * config/frv/frv.mt: New file.
5559 * config/frv/tm-frv.h: New file.
5560 * configure.tgt: Support frv-*-*.
5561 * Makefile.in (frv-tdep.o): New target.
5562 * frv-tdep.c: New file.
5563 * NEWS: Mention frv.
5564
cdd463f9
DB
55652002-06-21 Dave Brolley <brolley@redhat.com>
5566
5567 * MAINTAINERS: Add self to "Write After Approval" list.
5568
5d3ed2e3
GS
55692002-06-21 Grace Sainsbury <graces@redhat.com>
5570
5571 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5572 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5573 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5574 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5575 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5576
5577 * m68k-tdep.c: Include arch-utils.h
5578 (m68k_register_raw_size): Add.
5579 (m68k_register_virtual_size): Add.
5580 (m68k_register_virtual_type): Add.
5581 (m68k_register_name): Add.
5582 (m68k_stack_align): Add.
5583 (m68k_register_byte): Add.
5584 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5585 tm-m68k.h.
5586
7f8e7424
GS
55872002-06-21 Grace Sainsbury <graces@redhat.com>
5588
a2c6a6d5 5589 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5590 m68k_find_saved_regs.
5591 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5592 references to it with frame->saved_regs.
7f8e7424
GS
5593 (m68k_gdbarch_init): Added function calls to initialize the
5594 gdbarch structure.
a2c6a6d5
GS
5595 (m68k_fix_call_dummy): Add.
5596 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5597 (CALL_DUMMY): Remove.
5598 (CALL_DUMMY_LENGTH): Remove.
5599 (CALL_DUMMY_START_OFFSET): Remove.
5600 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5601 (FIX_CALL_DUMMY): Remove.
5602 (PUSH_DUMMY_FRAME): Remove.
5603 (POP_FRAME): Remove.
7f8e7424 5604
f461f5cf
PM
56052002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5606
5607 * parse.c (parse_fprintf): New function used to avoid calls to
5608 fprintf in bison parser generated debug code.
5609 * parser-defs.h: Declaration of new parse_fprintf function.
5610 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5611 Set YYDEBUG to 1 by default.
5612 Set YYFPRINTF as parse_fprintf.
5613
7f0c12ed
ML
56142002-06-21 Michal Ludvig <mludvig@suse.cz>
5615
5616 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5617 encoding anymore.
5618 (pointer_encoding, enum ptr_encoding): New.
5619 (execute_cfa_program): Take care about pointer encoding.
5620 (dwarf2_build_frame_info): Only call parse_frame_info for
5621 .debug_frame and .eh_frame.
5622 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5623 fixed augmentation handling, added relative addressing,
5624 ignore duplicate FDEs. Added comments.
19d833a2 5625 * dwarf2cfi.c: Reindented.
7f0c12ed 5626
87c4a039
EZ
56272002-06-20 Elena Zannoni <ezannoni@redhat.com>
5628
5629 * event-top.c (command_handler): Don't use space_at_cmd_start
5630 unless there is sbrk() on the host. Assign time and space data
5631 to union fields of the appropriate length.
5632
1cf877ad
ML
56332002-06-20 Michal Ludvig <mludvig@suse.cz>
5634
5635 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5636 x86_64_register_name. Return type changed to 'const char *'.
5637 (x86_64_register_name2nr): Rename to x86_64_register_number.
5638 (x86_64_gdbarch_init): Update to reflect the change.
5639 * x86-64-tdep.h: Ditto.
5640 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5641 (supply_fpregset): Ditto.
5642
3fadccb3
AC
56432002-06-19 Andrew Cagney <cagney@redhat.com>
5644
5645 * regcache.h: Update copyright.
5646 (struct regcache, struct gdbarch): Add opaque declarations.
5647 (current_regcache): Declare global variable.
5648 (regcache_read, regcache_write): Add gdbarch parameter.
5649 (regcache_save, regcache_save_no_passthrough)
5650 (regcache_restore, regcache_restore_no_passthrough)
5651 (regcache_dup, regcache_dup_no_passthrough)
5652 (regcache_cpy, regcache_cpy_no_passthrough)
5653 (deprecated_grub_regcache_for_registers)
5654 (deprecated_grub_regcache_for_register_valid)
5655 (regcache_valid_p): Add function declarations.
5656
5657 * regcache.c: Update copyright.
5658 (regcache_descr_handle): New global variable.
5659 (struct regcache_descr): Define.
5660 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5661 (regcache_descr, xfree_regcache_descr): New functions.
5662 (struct regcache): Define.
5663 (regcache_xmalloc, regcache_xfree): New functions.
5664 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5665 (regcache_dup, regcache_dup_no_passthrough): New functions.
5666 (regcache_valid_p, regcache_read_as_address): New functions.
5667 (deprecated_grub_regcache_for_registers): New function.
5668 (deprecated_grub_regcache_for_register_valid): New function.
5669 (current_regcache): New global variable.
5670 (register_buffer): Add regcache parameter. Update calls.
5671 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5672 (read_register_gen, write_register_gen): Update register_buffer
5673 call. Test for legacy_p instead of gdbarch_register_read_p or
5674 gdbarch_register_write_p.
5675 (regcache_collect): Update register_buffer call.
5676 (build_regcache): Rewrite. Use deprecated grub functions.
5677 (regcache_save, regcache_save_no_passthrough): New functions.
5678 (regcache_restore, regcache_restore_no_passthrough): New
5679 functions.
5680 (_initialize_regcache): Create the regcache_data_handle. Swap
5681 current_regcache global variable.
5682
5683 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5684 parameter to regcache_read and regcache_write calls.
5685 (sh4_register_read): Ditto.
5686 (sh64_pseudo_register_read): Ditto.
5687 (sh64_register_read): Ditto.
5688 (sh_pseudo_register_write): Ditto.
5689 (sh4_register_write): Ditto.
5690 (sh64_pseudo_register_write): Ditto.
5691 (sh64_register_write): Ditto.
5692
5693 * defs.h (XCALLOC): Define.
5694
152d9db6
GS
56952002-06-19 Grace Sainsbury <graces@redhat.com>
5696
5697 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5698 * m68k-tdep.c (m68k_gdbarch_init): Added.
5699 (m68k_dump_tdep): Added.
5700
170911c7
DJ
57012002-06-19 Daniel Jacobowitz <drow@mvista.com>
5702
5703 * ada-lang.c (fill_in_ada_prototype): Update comment.
5704
2e4ebe70
DJ
57052002-06-19 Daniel Jacobowitz <drow@mvista.com>
5706
5707 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5708 MIPS_ABI_LAST.
5709 (mips_abi_string, mips_abi_strings): New.
5710 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5711 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5712 tdep->mips_abi_string. Honor mips_abi_string. Default to
5713 O32 if no ABI is found.
5714 (mips_dump_tdep): Use mips_abi_strings.
5715 (mips_abi_update): New function.
5716 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5717 ``set mips abi'' and ``show mips abi''. Check the size of
5718 mips_abi_strings.
5719
16775908
AC
57202002-06-19 Andrew Cagney <cagney@redhat.com>
5721
5722 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5723 constant.
5724
5051bfa4 57252002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5726
5051bfa4
JB
5727 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5728 current frame using only the first stack size adjustment. All
5729 subsequent size adjustments are not considered to be part of
5730 the "static" part of the current frame.
5731 Compute the address of the saved registers relative to the
5732 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5733 in use in this frame.
5734
56468235
DH
57352002-06-18 Don Howard <dhoward@redhat.com>
5736
5737 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5738 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5739 suggesting this solution.
5740
0b624158
AC
57412002-06-18 Andrew Cagney <ac131313@redhat.com>
5742
5743 * config/romp/xm-rtbsd.h: Delete file.
5744 * config/romp/rtbsd.mh: Delete file.
5745
221ea385
KS
57462002-06-18 Keith Seitz <keiths@redhat.com>
5747
5748 * breakpoint.c (condition_command): Post breakpoint_modify
5749 when a condition is added to an existing breakpoint.
5750 (commands_command): Likewise for commands.
5751 (set_ignore_count): Likewise for ignore counts.
5752 If no tty, do not simply return, still need to send event
5753 notification.
5754 (ignore_command): Only print a newline if the command came
5755 from a tty.
5756 Don't call breakpoints_changed, since this is now properly
5757 handled by set_ignore_count.
5758
5402eed1
AC
57592002-06-18 Andrew Cagney <cagney@redhat.com>
5760
5761 * MAINTAINERS: Note that cris-elf target can be compiled with
5762 -Werror.
5763 * cris-tdep.c (cris_register_name): Make return type constant.
5764 (cris_breakpoint_from_pc): Ditto.
5765
cc22880b
ML
57662002-06-18 Michal Ludvig <mludvig@suse.cz>
5767
5768 * frame.h (struct frame_info): Change type of context to
5769 'struct context'.
5770
fa88f677
AC
57712002-06-17 Andrew Cagney <cagney@redhat.com>
5772
5773 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5774 pointer.
5775 * gdbarch.h, gdbarch.c: Regenerate.
5776 * config/mips/tm-mips.h (mips_register_name): Update.
5777 * i386-tdep.h (i386_register_name): Update.
5778 * mips-tdep.c (mips_register_name): Update
5779 * alpha-tdep.c (alpha_register_name): Update.
5780 * arch-utils.c (legacy_register_name): Update.
5781 * arch-utils.h (legacy_register_name): Update.
5782 * avr-tdep.c (avr_register_name): Update.
5783 * ia64-tdep.c (ia64_register_name): Update.
5784 * i386-tdep.c (i386_register_name): Update.
5785 * sparc-tdep.c (sparc32_register_name): Update.
5786 (sparc64_register_name): Update.
5787 (sparclite_register_name): Update.
5788 (sparclet_register_name): Update.
5789 * sh-tdep.c (sh_generic_register_name): Update.
5790 (sh_sh_register_name): Update.
5791 (sh_sh3_register_name): Update.
5792 (sh_sh3e_register_name): Update.
5793 (sh_sh_dsp_register_name): Update.
5794 (sh_sh3_dsp_register_name): Update.
5795 (sh_sh4_register_name): Update.
5796 (sh_sh64_register_name): Update.
5797 * s390-tdep.c (s390_register_name): Update.
5798 * rs6000-tdep.c (rs6000_register_name): Update.
5799 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5800 (ns32k_register_name_32382): Update.
5801 * d10v-tdep.c (d10v_ts2_register_name): Update.
5802 (d10v_ts3_register_name): Update.
5803 * xstormy16-tdep.c (xstormy16_register_name): Update.
5804 * vax-tdep.c (vax_register_name): Update.
5805 * v850-tdep.c (v850_register_name): Update.
5806 * m68hc11-tdep.c (m68hc11_register_name): Update.
5807 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5808 (am33_register_name): Update.
5809
ea1e7ef6
GS
58102002-06-17 Grace Sainsbury <graces@redhat.com>
5811
5812 * m68k-tdep.c: Reindented.
5813
9b02dd1b
AC
58142002-06-17 Andrew Cagney <ac131313@redhat.com>
5815
5816 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5817 list of predefined types.
5818
8758dec1
MK
58192002-06-16 Mark Kettenis <kettenis@gnu.org>
5820
b6197528
MK
5821 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5822 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5823 REGISTER_CONVERT_TO_RAW): Remove defines.
5824 (i386_register_virtual_type, i386_register_convertible,
5825 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5826 Remove prototypes.
5827 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5828 macros mentioned above.
5829
82b47e62
MK
5830 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5831 (i386lynx_saved_pc_after_call): Remove prototype.
5832 * i386ly-tdep.c: Include "i386-tdep.h".
5833 (i386lynx_saved_pc_after_call): Make static. Use
5834 read_memory_nobpt instead of read_memory. Use
5835 read_memory_unsigned_integer instead of read_memory_integer.
5836 (i386lynx_init_abi): New function.
5837 (i386lynx_coff_osabi_sniffer): New function.
5838 (_initialize_i386bsd_tdep): New function.
5839
8758dec1
MK
5840 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5841 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5842 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5843 (i386_fix_call_dummy): Remove prototype.
5844 * i386-tdep.c (i386_call_dummy_words): New variable.
5845 (i386_gdbarch_init): Adjust for removal of the
5846 macros mentioned above.
5847
e9e68a56
AC
58482002-06-15 Andrew Cagney <ac131313@redhat.com>
5849
5850 * command.h (add_setshow_auto_boolean_cmd): Replace
5851 add_set_auto_boolean_cmd.
5852 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5853 add_set_auto_boolean_cmd.
5854 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5855 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5856 mask-address'' command.
5857 (show_mask_address): Add cmd parameter.
5858 * remote.c (add_packet_config_cmd): Update. Change type of
5859 set_func and show_func to cmd_sfunc_ftype.
5860 (_initialize_remote): Update `set remote Z-packet'
5861 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5862 (show_remote_protocol_e_packet_cmd): Ditto.
5863 (show_remote_protocol_E_packet_cmd): Ditto.
5864 (show_remote_protocol_P_packet_cmd): Ditto.
5865 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5866 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5867 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5868 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5869 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5870 (show_remote_protocol_Z_packet_cmd): Ditto.
5871 (show_remote_protocol_binary_download_cmd): Ditto.
5872 (show_remote_cmd): Pass NULL to all of above.
5873
fc08ec52
MK
58742002-06-15 Mark Kettenis <kettenis@gnu.org>
5875
5876 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5877 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5878 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5879 POP_FRAME): Remove defines.
5880 (i386_push_arguments, i386_store_struct_return,
5881 i386_extract_return_value, i386_store_return_value,
5882 i386_extract_struct_value_address, i386_push_dummy_frame,
5883 i386_pop_frame): Renove prototypes.
5884 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5885 macros mentioned above.
5886
e707bbc2
AC
58872002-06-15 Andrew Cagney <ac131313@redhat.com>
5888
5889 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5890 add_set_boolean_cmd.
5891 (add_setshow_cmd): New function.
5892 * command.h (add_setshow_boolean_cmd): Replace
5893 add_set_boolean_cmd.
5894 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5895 and ``set rdiromatzero''.
5896 * maint.c (_initialize_maint_cmds): Update commented out code.
5897 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5898 * target.c (initialize_targets): Update `set
5899 trust-readonly-sections'.
5900 * remote.c (_initialize_remote): Update `set remotebreak'.
5901
42fdc8df
MK
59022002-06-15 Mark Kettenis <kettenis@gnu.org>
5903
93924b6b
MK
5904 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5905 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5906 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5907 fit into multi-arch framework.
5908 (i386_breakpoint_from_pc): New function.
5909 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5910 above.
5911
42fdc8df
MK
5912 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5913 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5914 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5915 (i386_frameless_function_invocation, i386_frame_num_args,
5916 i386_frame_init_saved_regs): Remove prototypes.
5917 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5918 macros mentioned above.
5919
9773a94b
AC
59202002-06-15 Andrew Cagney <ac131313@redhat.com>
5921
5922 * cli/cli-decode.c (set_cmd_cfunc): Update.
5923 (set_cmd_sfunc): Update.
5924 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5925 (set_cmd_sfunc, set_cmd_cfunc): Update.
5926 * cli/cli-decode.h: Update.
5927
6e157172
MK
59282002-06-15 Mark Kettenis <kettenis@gnu.org>
5929
5930 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5931 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5932
7f19b9a2
AC
59332002-06-15 Andrew Cagney <ac131313@redhat.com>
5934
5935 * defs.h (auto_boolean): Declare enum.
5936 * command.h (cmd_auto_boolean): Delete enum.
5937 * mips-tdep.c (mask_address_var): Update.
5938 (mips_mask_address_p): Update.
5939 (show_mask_address): Update.
5940 * remote.c (struct packet_config): Update.
5941 (update_packet_config): Update.
5942 (show_packet_config_cmd): Update.
5943 (packet_ok): Update.
5944 (add_packet_config_cmd): Update.
5945 (_initialize_remote):
5946 * command.h: Update.
5947 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5948 (do_setshow_command): Update.
5949 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5950 * cli/cli-decode.h: Update.
5951
1cf88de5
MK
59522002-06-15 Mark Kettenis <kettenis@gnu.org>
5953
22ba8cf2
MK
5954 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5955 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5956 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5957 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5958 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5959 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5960
762c5349
MK
5961 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5962 list of DJGPP COFF targets.
5963
091198bb
MK
5964 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5965 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5966 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5967 (FP0_REGNUM): Remove define.
5968 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5969 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5970 (i386_register_virtual_size): Remove protoype.
5971 * i386-tdep.c (i386_register_virtual_size): Removed.
5972 (i386_extract_return_value, i386_store_return_value): Use
5973 FP0_REGNUM instead of NUM_FREGS to determine whether the
5974 floating-point registers are available.
5975 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5976 Adjust for removal of macros mentioned above.
5977
59782002-06-15 Mark Kettenis <kettenis@gnu.org>
5979
fcc9bf01
MK
5980 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5981 comments.
5982 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5983 Remove prototypes.
5984 (supply_gregset, fill_gregset): Remove use of register keyword and
5985 remove declaration for regmap. Use I386_NUM_GREGS instead of
5986 NUM_REGS and NUM_FREGS.
5987 (FPREGSET_FSAVE_OFFSET): Remove.
5988 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5989 NUM_FREGS to determine whether the floating-point registers are
5990 available.
5991
65e78234
MK
5992 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5993 gnu_store_registers): Replace usage of NUM_GREGS with
5994 I386_NUM_GREGS.
5995
98df6387
MK
5996 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5997 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5998 usage of NUM_GREGS with I386_NUM_GREGS.
5999
099a9414
MK
6000 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
6001
57976e88
MK
6002 * i386bsd-nat.c: Include "i386-tdep.h".
6003 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
6004 I386_NUM_GREGS.
6005
b335f4a6
MK
6006 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6007 and associated comment. They no longer make any sense, since we
6008 don't use this file anymore on Linux.
6009
1cf88de5
MK
6010 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6011 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6012 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6013 elements in these arrays.
6014 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6015 MAX_NUM_REGS.
6016
daa66587
MK
60172002-06-15 Mark Kettenis <kettenis@gnu.org>
6018
6019 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6020 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6021
26e9b323
AC
60222002-06-14 Andrew Cagney <cagney@redhat.com>
6023
6024 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6025 EXTRACT_RETURN_VALUE.
6026 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6027 EXTRACT_STRUCT_VALUE_ADDRESS.
6028 * gdbarch.h, gdbarch.c: Regenerate.
6029
6030 * values.c (value_being_returned): Handle
6031 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6032 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6033
6034 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6035 * arm-tdep.c (arm_gdbarch_init): Update.
6036 * avr-tdep.c (avr_gdbarch_init): Update.
6037 * cris-tdep.c (cris_gdbarch_init): Update.
6038 * d10v-tdep.c (d10v_gdbarch_init): Update.
6039 * ia64-tdep.c (ia64_gdbarch_init): Update.
6040 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6041 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6042 * s390-tdep.c (s390_gdbarch_init): Update.
6043 * sh-tdep.c (sh_gdbarch_init): Update.
6044 * s390-tdep.c (s390_gdbarch_init): Update.
6045 * sparc-tdep.c (sparc_gdbarch_init): Update.
6046 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6047 * v850-tdep.c (v850_gdbarch_init): Update.
6048 * vax-tdep.c (vax_gdbarch_init): Update.
6049 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6050 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6051
6052 * config/arc/tm-arc.h: Update.
6053 * config/d30v/tm-d30v.h: Update.
6054 * config/fr30/tm-fr30.h: Update.
6055 * config/h8300/tm-h8300.h: Update.
6056 * config/h8500/tm-h8500.h: Update.
6057 * config/i386/tm-i386.h: Update.
6058 * config/i386/tm-ptx.h: Update.
6059 * config/i386/tm-symmetry.h: Update.
6060 * config/i960/tm-i960.h: Update.
6061 * config/m32r/tm-m32r.h: Update.
6062 * config/m68k/tm-delta68.h: Update.
6063 * config/m68k/tm-linux.h: Update.
6064 * config/m68k/tm-m68k.h: Update.
6065 * config/m88k/tm-m88k.h: Update.
6066 * config/mcore/tm-mcore.h: Update.
6067 * config/mips/tm-mips.h: Update.
6068 * config/mn10200/tm-mn10200.h: Update.
6069 * config/pa/tm-hppa.h: Update.
6070 * config/pa/tm-hppa64.h: Update.
6071 * config/sparc/tm-sp64.h: Update.
6072 * config/sparc/tm-sparc.h: Update.
6073 * config/sparc/tm-sparclet.h: Update.
6074 * config/z8k/tm-z8k.h: Update.
6075
5179e78f
AC
60762002-06-14 Andrew Cagney <cagney@redhat.com>
6077
6078 * Makefile.in (i386_linux_tdep_h): Define.
6079 (i386_tdep_h, i387_tdep_h): Define.
6080 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6081 $(i386_tdep_h) and $(i387_tdep_h).
6082 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6083
8201327c
MK
60842002-06-14 Mark Kettenis <kettenis@gnu.org>
6085
edf393ac
MK
6086 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6087 Already covered by the default.
6088
896fb97d
MK
6089 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6090 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6091 (i386_gdbarch_init): Initialize long_double_format and long_double
6092 bit.
6093
8201327c
MK
6094 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6095 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6096 Move these to ...
6097 * config/i386/i386sol2.mh: ... here.
6098 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6099 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6100 (SIGCONTEXT_PC_OFFSET): Remove define.
6101 (IN_SIGTRAMP): Remove define.
6102 * i386-sol2-tdep.c: New file.
6103
6104 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6105 * config/i386/tm-i386nw.h: Removed.
6106
6107 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6108 USE_STRUCT_CONVENTION): Remove defines.
6109 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6110 (get_longjmp_target): Remove prototype.
6111 (IN_SIGTRAMP): Remove define.
6112 (i386bsd_in_sigtramp): Remove prototype.
6113 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6114 function. Update comment accordingly
6115 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6116 (FRAME_SAVED_PC): Remove define.
6117 (i386bsd_frame_saved_pc): Remove prototype.
6118 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6119 GET_LONGJMP_TARGET): Remove defines.
6120 (get_longjmp_target): Remove prototype.
6121 (IN_SIGTRAMP): Remove define.
6122 (i386bsd_in_sigtramp): Remove prototype.
6123 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6124 function. Update comment accordingly
6125 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6126 (FRAME_SAVED_PC): Remove define.
6127 (i386bsd_frame_saved_pc): Remove prototype.
6128 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6129 Remove prototype.
6130 (USE_STRUCT_CONVENTION): Remove prototype.
6131 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6132 declaration.
6133 (_initialize_i386bsd_nat): Revise logic to determine some
6134 constants at compile time when compiling a native GDB. Warn if
6135 things don't match up with what we expect.
6136 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6137 Remove variables.
6138 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6139 to use date stored in `struct gdbarch_tdep'.
6140 (i386bsd_sigcontext_offset): Remove varaible.
6141 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6142 stored in `struct gdbarch_tdep'.
6143 (i386bsd_frame_saved_pc): Make static.
6144 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6145 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6146 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6147 i386fbsd4_sc_pc_offset): New variables.
6148 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6149 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6150 functions.
6151 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6152 functions.
6153 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6154 Modify the value of i386fbsd_sigtramp_start and
6155 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6156 i386fbsd_sigtramp_end.
6157 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6158 function.
6159
6160 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6161 define to i386-linux-tdep.h.
6162 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6163 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6164 defines.
6165 (i386_linux_register_name, i386_linux_register_byte,
6166 i386_linux_register_raw_size): Remove prototypes.
6167 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6168 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6169 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6170 TARGET_WRITE_PC): Remove defines.
6171 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6172 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6173 i386_linux_write_pc): Remove prototypes.
6174 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6175 (get_longjmp_target): Remove prototype.
6176 * i386-linux-tdep.h: New file.
6177 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6178 * i386-linux-tdep.c: Include "i386-tdep.h" and
6179 "i386-linux-tdep.h".
6180 (i386_linux_register_name, i386_linux_register_byte,
6181 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6182 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6183 Make static.
6184 (i386_linux_init_abi): New function.
6185 (_initialize_i386_linux_tdep): New function.
6186
6187 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6188 (i386_saved_pc_after_call): Remove prototype.
6189 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6190 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6191 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6192 (i386_register_name, i386_stab_reg_to_regnum,
6193 i386_dwarf_reg_to_regnum): Remove prototypes.
6194 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6195 SIZEOF_SSE_REGS): Remove defines.
6196 (REGISTER_BYTES): Remove define.
6197 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6198 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6199 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6200 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6201 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6202 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6203 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6204 (get_longjmp_target): Remove prototype.
6205 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6206 (sigtramp_saved_pc): Remove define.
6207 (i386v4_sigtramp_saved_pc): Remove prototype.
6208 * config/i386/tm-go32.h (FRAME_CHAIN,
6209 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6210 (i386go32_frame_saved_pc): Remove prototype.
6211 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6212 (get_longjmp_target): Remove prototype.
6213 * i386-tdep.h: Include "osabi.h".
6214 (enum i386_abi): Removed.
6215 (enum struct_return): New enum.
6216 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6217 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6218 sc_pc_offset members.
6219 (i386_gdbarch_register_os_abi): Remove prototype.
6220 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6221 I386_SSE_NUM_REGS): New defines.
6222 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6223 I386_SSE_SIZEOF_REGS): New defines.
6224 (i386_register_name, i386_register_byte, i386_register_raw_size):
6225 New prototypes.
6226 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6227 (i386bsd_sigtramp_saved_pc): New prototype.
6228 * i386-tdep.c: Don't include "elf-bfd.h".
6229 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6230 i386_frame_chain, i386_saved_pc_after_call): Make static.
6231 (i386_frame_saved_pc): Rewrite to call architecture dependent
6232 function to deal with signal handlers. Make static.
6233 (i386go32_frame_saved_pc): Removed.
6234 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6235 Removed.
6236 (i386_get_longjmp_target): New function.
6237 (default_struct_convention, pcc_struct_convention,
6238 reg_struct_convention, valid_conventions, struct_convention): New
6239 variables.
6240 (i386_use_struct_convention): New function.
6241 (i386v4_sigtramp_saved_pc): Renamed to
6242 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6243 (i386_pc_in_sigtramp): New function.
6244 (i386_abi_names): Removed.
6245 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6246 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6247 Removed.
6248 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6249 i386_gdbarch_register_os_abi): Removed.
6250 (struct i386_abi_handler): Removed.
6251 (i386_abi_handler_list): Removed.
6252 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6253 functions.
6254 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6255 i386_nw_init_abi): New functions.
6256 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6257 Use set_gdbarch_xxx() calls instead of relying on macros for a
6258 number of calls.
6259 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6260 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6261 Register the various architecture variants defined in this file.
6262
ad2f7632
DJ
62632002-06-14 Daniel Jacobowitz <drow@mvista.com>
6264
6265 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6266 (struct main_type): Remove arg_types member. Update comments for
6267 struct field.
6268 (TYPE_ARG_TYPES): Remove.
6269 (TYPE_FN_FIELD_ARGS): Update.
6270 (smash_to_method_type): Update prototype.
6271
6272 * c-typeprint.c (cp_type_print_method_args): Take method type
6273 instead of argument list. Use new argument layout. Simplify.
6274 (c_type_print_args): Use new argument layout. Simplify.
6275 (c_type_print_base): Update call to cp_type_print_method_args.
6276 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6277 argument; use die->type instead. Update call to
6278 smash_to_method_type.
6279 (read_structure_scope): Update call to dwarf2_add_member_fn.
6280 * gdbtypes.c (allocate_stub_method): Update comment.
6281 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6282 Use new argument layout.
6283 (check_stub_method): Use new argument layout. Don't count
6284 void as an argument.
6285 (print_arg_types): Update comments. Use new argument layout.
6286 (recursive_dump_type): Don't print arg_types member.
6287 * hpread.c (hpread_read_struct_type): Use new argument layout.
6288 (fixup_class_method_type): Likewise.
6289 (hpread_type_lookup): Likewise.
6290 * stabsread.c (read_type): Update calls to read_args and
6291 smash_to_method_type.
6292 (read_args): Use new argument layout. Simplify.
6293 * valops.c (typecmp): Use new argument layout. Update parameters
6294 and comments. Simplify.
6295 (hand_function_call): Use new argument layout.
6296 (search_struct_method): Update call to typecmp.
6297 (find_overload_match): Use new argument layout.
6298
6da02953
DJ
62992002-06-13 Daniel Jacobowitz <drow@mvista.com>
6300
6301 * NEWS: Mention multithreaded debug support for gdbserver.
6302
519b2366
DJ
63032002-06-13 Daniel Jacobowitz <drow@mvista.com>
6304
6305 * MAINTAINERS: Mention NEWS.
6306
6c0d6680
DJ
63072002-06-13 Daniel Jacobowitz <drow@mvista.com>
6308
6309 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6310 (struct mips_objfile_private, compare_pdr_entries): New.
6311 (non_heuristic_proc_desc): Read the ".pdr" section if it
6312 is present.
6313
6529d2dd
AC
63142002-06-12 Andrew Cagney <ac131313@redhat.com>
6315
6316 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6317 (arm_debug): New static variable.
6318 (_initialize_arm_tdep): Add ``set debug arm'' command.
6319
26216b98
AC
63202002-06-12 Andrew Cagney <ac131313@redhat.com>
6321
6322 * Makefile.in (sim_arm_h): Define.
6323 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6324 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6325 (arm_register_sim_regno): New function, map an internal REGNUM
6326 onto a simulator register number.
6327 (arm_gdbarch_init): Set register_sim_regno.
6328
814b3ba0
AH
63292002-06-09 Aldy Hernandez <aldyh@redhat.com>
6330
6331 * MAINTAINERS: Add self.
6332
475b0867
JB
63332002-06-11 Jim Blandy <jimb@redhat.com>
6334
919d772c
JB
6335 * source.c (source_info): Mention whether the symtab has
6336 information about preprocessor macros.
6337
475b0867
JB
6338 Call the command `info macro', not `show macro'.
6339 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6340 Fix error message.
6341 (_initialize_macrocmd): Register `info_macro_command' in
6342 `infolist', not `showlist'.
6343
9e364162
DJ
63442002-06-11 Daniel Jacobowitz <drow@mvista.com>
6345
6346 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6347 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6348 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6349 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6350 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6351 unconditionally.
6352 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6353 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6354 (_initialize_mips_tdep): Remove dead code.
6355 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6356 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6357 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6358 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6359 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6360 MIPS_LAST_FP_ARG_REGNUM): Remove.
6361
23aa4c72
ML
63622002-06-11 Michal Ludvig <mludvig@suse.cz>
6363
6364 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6365 (unwind_tmp_obstack_free, parse_frame_info)
6366 (update_context, cfi_read_fp, cfi_write_fp)
6367 (cfi_frame_chain, cfi_init_extra_frame_info)
6368 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6369 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6370
70eb15a4
CV
63712002-06-11 Corinna Vinschen <vinschen@redhat.com>
6372
6373 * v850-tdep.c (v850_type_is_scalar): New function.
6374 (v850_use_struct_convention): Match current gcc implementation
6375 as close as possible.
6376 (v850_push_arguments): Fix stack_offset handling. Don't write
6377 struct_addr into register. This is done by v850_store_struct_return.
6378 (v850_extract_return_value): Care for structs.
6379 (v850_store_return_value): Ditto.
6380 (v850_store_struct_return): Actually write address.
6381
482a4d06
ML
63822002-06-11 Michal Ludvig <mludvig@suse.cz>
6383
6384 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6385 without debug information too.
6386
d855c300
AC
63872002-06-10 Andrew Cagney <ac131313@redhat.com>
6388
6389 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6390 Make multi-arch pure.
6391 * gdbarch.h, gdbarch.c: Re-generate.
6392 * arm-tdep.c (arm_print_float_info): Update.
6393 * arch-utils.h (default_print_float_info): Update.
6394 * arch-utils.c (default_print_float_info): Update.
6395 * infcmd.c (float_info): Update call.
6396
dd12a101
AC
63972002-06-10 Andrew Cagney <ac131313@redhat.com>
6398
6399 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6400 the front of the initialize list.
6401
101dcfbe
AC
64022002-06-10 Andrew Cagney <ac131313@redhat.com>
6403
6404 * infrun.c (struct inferior_status): Replace fields
6405 selected_frame_address and selected_level with field
6406 selected_frame_id.
6407 (save_inferior_status): Update. Use get_frame_id.
6408 (struct restore_selected_frame_args): Delete.
6409 (restore_selected_frame): Update. Use frame_find_by_id.
6410 (restore_inferior_status): Update.
6411
6412 * breakpoint.h (struct breakpoint): Change type of
6413 watchpoint_frame to frame_id.
6414 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6415 call to get_current_frame.
6416 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6417 get_current_frame.
6418 (watchpoint_check): Use frame_find_by_id.
6419
6420 * frame.h (record_selected_frame): Delete declaration.
6421 * stack.c (record_selected_frame): Delete function.
6422
6423 * frame.h (struct frame_id): Define.
6424 (get_frame_id): Declare.
6425 (frame_find_by_id): Declare.
6426 * frame.c (frame_find_by_id): New function.
6427 (get_frame_id): New function.
6428
304270b6
AV
64292002-06-10 Andrey Volkov <avolkov@transas.com>
6430
6431 * ser-e7kpc.c: Fix duplicated define and call of
6432 _initialize_ser_e7000pc
6433
2f2cf184
DJ
64342002-06-09 Daniel Jacobowitz <drow@mvista.com>
6435
6436 * signals/signals.c (target_signal_from_host): Fix #ifdef
6437 SIGRTMIN case.
6438 (do_target_signal_to_host): Likewise.
6439
caaa3122
DJ
64402002-06-09 Daniel Jacobowitz <drow@mvista.com>
6441
6442 * mips-tdep.c (mips_find_abi_section): New function.
6443 (mips_gdbarch_init): Call it.
6444
6ac5df3a
MK
64452002-06-09 Mark Kettenis <kettenis@gnu.org>
6446
6447 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6448 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6449 after Andrew's 2002-06-08 gdbarch change.
6450
82ea117a
MK
64512002-06-09 Mark Kettenis <kettenis@gnu.org>
6452
6453 * i386-linux-nat.c (suppy_gregset): Don't supply
6454 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6455 register cache.
6456 (fill_gregset): Don't fetch it under the same circumstances.
6457
3c25f8c7
AC
64582002-06-09 Andrew Cagney <cagney@redhat.com>
6459
6460 * Makefile.in (callback_h): Define.
6461 (remote_sim_h): Update path to remote-sim.h.
6462 (remote-rdp.o): Add $(callback_h).
6463 (remote-sim.o): Use $(callback_h).
6464 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6465 * remote-rdp.c: Include "gdb/callback.h".
6466
1029b7fa
MK
64672002-06-09 Mark Kettenis <kettenis@gnu.org>
6468
6469 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6470 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6471
616675d3
AC
64722002-06-08 Andrew Cagney <ac131313@redhat.com>
6473
a3efda28
AC
6474 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6475 * rdi-share/serpardr.c: Ditto.
6476 * rdi-share/unixcomm.c: Ditto.
6477 * rdi-share/serdrv.c: Ditto.
6478 * rdi-share/hostchan.h: Ditto.
6479 * rdi-share/hostchan.c: Ditto.
6480 * rdi-share/host.h: Ditto.
6481 * rdi-share/devsw.c: Ditto.
6482
c5f10366
AC
6483 * objfiles.h: Change type of obj_private to void pointer.
6484 * pa64solib.c: Update copyright. Don't include "assert.h", use
6485 strcmp instead of STREQ, use LONGEST, do not use PTR
6486 * somsolib.c: Ditto.
6487
616675d3
AC
6488 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6489 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6490 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6491
e4b415d9
AC
64922002-06-08 Andrew Cagney <ac131313@redhat.com>
6493
6494 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6495 (default_get_saved_register): Delete function.
6496 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6497 generic_unwind_get_saved_register.
6498 * gdbarch.h, gdbarch.c: Re-generate.
6499
ca0d0b52
AC
65002002-06-08 Andrew Cagney <ac131313@redhat.com>
6501
6502 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6503 generic_func_frame_chain_valid.
6504 * gdbarch.h, gdbarch.c: Re-generate.
6505 * blockframe.c (generic_func_frame_chain_valid): Only check
6506 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6507 passing FP to PC_IN_CALL_DUMMY.
6508 Fix PR gdb/360.
6509
76860b5f
AC
65102002-06-08 Andrew Cagney <ac131313@redhat.com>
6511
6512 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6513 (register_gdbarch_data): Initialize init_p.
6514 (gdbarch_data): Initialize data pointer using the init function.
6515 (init_gdbarch_data): Delete function.
6516 (gdbarch_update_p): Update.
6517 (initialize_non_multiarch): Update.
6518 (struct gdbarch): Add field initialized_p.
6519 * gdbarch.h, gdbarch.c: Re-generate.
6520
8dda9770
ML
65212002-06-07 Michal Ludvig <mludvig@suse.cz>
6522
6523 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6524 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6525 better do the things actually here.
6526 * x86-64-tdep.c (x86_64_register_name2nr): New.
6527 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6528 (x86_64_gdbarch_init): Respect the above change.
6529 * x86-64-tdep.h (x86_64_register_name2nr)
6530 (x86_64_register_nr2name): Add prototypes.
6531 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6532
3d79a47c
MS
65332002-06-06 Michael Snyder <msnyder@redhat.com>
6534
7bd91a28
MS
6535 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6536 Delete extra braces and re-indent.
6537 (d10v_store_return_value): Char return values
3d79a47c
MS
6538 must be shifted over by one byte in R0.
6539 (d10v_extract_return_value): Delete extra braces, re-indent.
6540
095a4c96
EZ
65412002-06-06 Elena Zannoni <ezannoni@redhat.com>
6542
6543 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6544 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6545 (d10v_integer_to_address): Rewrite.
6546 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6547 the d10v specific functions which take care of converting to the
6548 correct space.
6549
e8a77ca4
EZ
65502002-06-06 Elena Zannoni <ezannoni@redhat.com>
6551
6552 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6553 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6554
4f2e4a4f
AC
65552002-06-02 Andrew Cagney <ac131313@redhat.com>
6556
6557 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6558 includes.
6559 * config/tm-linux.h: Ditto.
6560 * config/alpha/tm-alphalinux.h: Ditto.
6561 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6562 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6563 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6564 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6565 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6566 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6567 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6568 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6569 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6570 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6571 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6572 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6573 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6574 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6575 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6576 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6577 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6578 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6579 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6580 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6581 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6582 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6583 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6584 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6585 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6586 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6587 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6588 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6589 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6590 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6591 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6592 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6593 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6594 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6595 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6596 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6597 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6598
ae2ab2ce
AS
65992002-05-04 Aidan Skinner <aidan@velvet.net>
6600
6601 * ada-exp.tab.c: New file
6602 * ada-exp.y: New file
6603 * ada-lang.c: New file
6604 * ada-lang.h: New file
6605 * ada-lex.c: New file
6606 * ada-lex.l: New file
6607 * ada-tasks.c: New file
6608 * ada-typeprint.c: New file
6609 * ada-valprint.c: New file
6610
0ddd0135
JT
66112002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6612
6613 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6614 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6615
750fbacc
JT
66162002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6617
6618 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6619 insetead of ppc-linux-tdep.o.
6620 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6621 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6622
df94e18a
AC
66232002-06-02 Andrew Cagney <ac131313@redhat.com>
6624
6625 2002-05-07 Christian Groessler <chris@groessler.org>
6626 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6627 bit register contents for little endian hosts.
6628
1a38ab75
AC
66292002-06-01 Andrew Cagney <ac131313@redhat.com>
6630
6631 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6632 any maintainer.
6633
8b1632ac
AC
66342002-06-01 Andrew Cagney <ac131313@redhat.com>
6635
6636 * gdbarch.h: Regenerate.
6637
627054c8
AC
66382002-06-01 Andrew Cagney <ac131313@redhat.com>
6639
6640 * MAINTAINERS: Add everyone to write-after-approval list.
6641
4f460812
AC
66422002-06-01 Andrew Cagney <ac131313@redhat.com>
6643
6644 * stack.c (frame_info): Use frame_register_unwind instead of
6645 saved_regs. Mention when the SP is on the stack or in a register.
6646
6647 * frame.h (frame_register_unwind_ftype): Define. Document.
6648 (struct frame_info): Add field register_unwind and
6649 register_unwind_cache.
6650 (frame_register_unwind): Declare.
6651 (generic_unwind_get_saved_register): Declare.
6652
6653 * frame.c (frame_register_unwind): New function.
6654 (generic_unwind_get_saved_register): New function.
6655
6656 * blockframe.c (generic_call_dummy_register_unwind): New function.
6657 (frame_saved_regs_register_unwind): New function.
6658 (set_unwind_by_pc): New function.
6659 (create_new_frame): New function.
6660 (get_prev_frame): New function.
6661
de888f76
AC
66622002-05-30 Andrew Cagney <ac131313@redhat.com>
6663
6664 * a29k-share/: Delete directory.
6665 * remote-vx29k.c: Delete file.
6666
2f2c3626
JT
66672002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6668
6669 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6670 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6671
9ce5c36a
JT
66722002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6673
6674 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6675 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6676 (sparc64nbsd-nat.o)
6677 (sparcnbsd-nat.o)
6678 (sparcnbsd-tdep.o): New dependency lists.
6679 * NEWS: Note new UltraSPARC NetBSD native configuration.
6680 * configure.host (sparc64-*-netbsd*): New host.
6681 * configure.tgt (sparc-*-netbsdelf*)
6682 (sparc-*-netbsd*): Set gdb_target to nbsd.
6683 (sparc64-*-netbsd*): New target.
6684 * sparc64nbsd-nat.c: New file.
6685 * sparcnbsd-nat.c: New file.
6686 * sparcnbsd-tdep.c: New file.
6687 * sparcnbsd-tdep.h: New file.
6688 * config/sparc/nbsd.mt: New file.
6689 * config/sparc/nbsd64.mh: New file.
6690 * config/sparc/nbsd64.mt: New file.
6691 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6692 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6693 (HOST_IPC): Remove.
6694 * config/sparc/nbsdaout.mt: Remove.
6695 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6696 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6697 (HOST_IPC): Remove.
6698 * config/sparc/nbsdelf.mt: Remove.
6699 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6700 sparc-nat.c compatiblity defines.
6701 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6702 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6703 * config/sparc/tm-nbsd64.h: New file.
6704 * config/sparc/tm-nbsdaout.h: Remove.
6705 * config/sparc/xm-nbsd.h: Remove.
6706
ef3cf062
JT
67072002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6708
6709 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6710 * sparc-tdep.c: Include osabi.h.
6711 (gdbarch_tdep): Add osabi member.
6712 (_initialize_sparc_tdep): Use gdbarch_register.
6713 (sparc_gdbarch_init): Use generic OS ABI framework.
6714 (sparc_dump_tdep): New function.
6715
ee8ff470
KB
67162002-05-30 Kevin Buettner <kevinb@redhat.com>
6717
6718 * corefile.c (do_captured_read_memory_integer): Return non-zero
6719 result.
6720 (safe_read_memory_integer): Copy result of memory read when
6721 status is non-zero. Also, add comments.
6722
7b112f9c
JT
67232002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6724
6725 * Makefile.in (ppc_tdep_h): Define.
6726 (ppc-linux-nat.o)
6727 (ppc-linux-tdep.o)
6728 (rs6000-tdep.o): Use $(ppc_tdep_h).
6729 (ppc-sysv-tdep.o)
6730 (ppcnbsd-nat.o)
6731 (ppcnbsd-tdep.o): New dependency lists.
6732 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6733 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6734 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6735 (ppc_sysv_abi_broken_use_struct_convention)
6736 (ppc_sysv_abi_use_struct_convention)
6737 (ppc_sysv_abi_push_arguments): Move to...
6738 * ppc-sysv-tdep.c: ...here.
6739 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6740 * rs6000-tdep.c (process_note_abi_tag_sections)
6741 (get_elfosabi): Remove.
6742 (rs6000_gdbarch_init): Use generic OS ABI framework.
6743 (rs6000_dump_tdep): New function.
6744 (_initialize_rs6000_tdep): Use gdbarch_register.
6745 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6746 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6747 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6748 of ppc-linux-tdep.o.
6749 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6750 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6751 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6752 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6753 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6754 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6755
480dd42a
JB
67562002-05-29 Jim Blandy <jimb@redhat.com>
6757
6758 * macroscope.c (default_macro_scope): Put `void' in empty argument
6759 list.
6760
4182591f
AC
67612002-05-29 Andrew Cagney <ac131313@redhat.com>
6762
6763 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6764 * arch-utils.c: Include "sim-regno.h".
6765 * gdbarch.sh: Don't include "sim-regno.h".
6766 * gdbarch.h, gdbarch.c: Regenerate.
6767 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6768 here.
6769 * arch-utils.h (legacy_register_sim_regno): To here.
6770 * remote-sim.c (legacy_register_sim_regno): Move function from
6771 here.
6772 * arch-utils.c (legacy_register_sim_regno): To here.
6773
8238d0bf
AC
67742002-05-28 Andrew Cagney <ac131313@redhat.com>
6775
6776 * sim-regno.h: New file.
6777 * Makefile.in (sim_regno_h): Define.
6778 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6779 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6780 (legacy_register_sim_regno): New function.
6781 (one2one_register_sim_regno): New function.
6782 (gdbsim_fetch_register): Rewrite.
6783 (gdbsim_store_register): Only store a register when
6784 REGISTER_SIM_REGNO is valid.
6785 * d10v-tdep.c: Include "sim-regno.h".
6786 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6787 (d10v_ts3_register_sim_regno): Ditto.
6788 * gdbarch.sh: Include "sim-regno.h".
6789 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6790 * gdbarch.h, gdbarch.c: Regenerate.
6791 * arch-utils.h (default_register_sim_regno): Delete declaration.
6792 * arch-utils.c (default_register_sim_regno): Delete function.
6793
485721b1
JT
67942002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6795
6796 * ppcnbsd-nat.c: Rewrite.
6797 * ppcnbsd-tdep.c: New file.
6798 * ppcnbsd-tdep.h: New file.
6799 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6800 solib.o, and solib-svr4.o.
6801 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6802 nbsd-tdep.o, and corelow.o.
6803
697f244d
AC
68042002-05-28 Andrew Cagney <ac131313@redhat.com>
6805
6806 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6807 `tr' and `sed'. Mention that `broken' targets are not expected to
6808 build.
6809
f08caad1 68102002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6811
6812 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6813 Let PC point right after the prologue before looking up symbols.
6814
3139facc
MH
68152002-05-27 Martin M. Hunt <hunt@redhat.com>
6816
6817 * i386-tdep.c (i386_register_virtual_type): Return
6818 builtin_type_vec128i for SSE registers.
6819
6820 * gdbtypes.h (builtin_type_vec128i): Declare.
6821
6822 * gdbtypes.c (build_builtin_type_vec128i): New function.
6823 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6824 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6825 (build_gdbtypes): Initialize new builtin vector types.
6826 (_initialize_gdbtypes): Register new vector types with gdbarch.
6827
6e3ba3b8
JT
68282002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6829
6830 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6831 since it has been multi-arch'd.
6832 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6833 Move Alpha and VAX multi-arch news entries to same section
6834 as other multi-arch news.
6835
93d5585d
JT
68362002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6837
6838 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6839 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6840 static. Rename some register numbers to put them in ns32k-tdep
6841 private namespace.
6842 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6843 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6844 functions.
6845 (_initialize_ns32k_tdep): Use gdbarch_register.
6846 * ns32k-tdep.h: New file.
6847 * ns32knbsd-tdep.c: New file.
6848 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6849 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6850 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6851 REGISTER_BYTES, REGISTER_BYTE): Remove.
6852 * config/ns32k/tm-ns32k.h: New file.
6853 * config/ns32k/tm-umax.h: Remove.
6854
efb2c70e
JT
68552002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6856
6857 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6858 ns32k_store_struct_return, ns32k_extract_return_value,
6859 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6860 functions.
6861 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6862 ns32k_saved_pc_after_call.
6863 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6864 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6865 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6866 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6867 ns32k_extract_struct_value_address.
6868
7bcc927b
JT
68692002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6870
6871 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6872 ns32k_fix_call_dummy): New.
6873 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6874 ns32k_call_dummy_words.
6875 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6876 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6877 CALL_DUMMY_NARGS): Remove.
6878 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6879
78f9d765
JT
68802002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6881
6882 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6883 ns32k_frame_saved_pc, ns32k_frame_args_address,
6884 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6885 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6886 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6887 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6888 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6889 (BREAKPOINT): Remove..
6890 (FRAME_CHAIN): Define as ns32k_frame_chain.
6891 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6892 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6893 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6894 (FRAME_FIND_SAVED_REGS): Remove.
6895 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6896 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6897 (POP_FRAME): Define as ns32k_pop_frame.
6898
f2c762e0
JT
68992002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6900
6901 * ns32k-tdep.c (ns32k_register_byte_32082,
6902 ns32k_register_byte_32382, ns32k_register_raw_size,
6903 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6904 functions.
6905 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6906 ns32k_register_byte_32382.
6907 * config/ns32k/tm-umax.h: Update copyright years.
6908 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6909 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6910 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6911 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6912 (ns32k_get_enter_addr): Fix prototype.
6913
af137673
JT
69142002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6915
6916 * ns32k-tdep.c: Update copyright years.
6917 (ns32k_register_name_32082): New function.
6918 (ns32k_register_name_32382): Ditto.
6919 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6920 (REGISTER_NAME): Define as ns32k_register_name_32382.
6921 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6922 (REGISTER_NAME): Define as ns32k_register_name_32082.
6923
a8bc7b56
JB
69242002-05-24 Jim Blandy <jimb@redhat.com>
6925
6926 * dwarf2read.c (free_line_header): Use xfree, not free.
6927
83a45910
JT
69282002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6929
6930 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6931 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6932
0db71247
AC
69332002-05-23 Andrew Cagney <ac131313@redhat.com>
6934
6935 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6936
b9e5e4dd
AC
69372002-05-23 Andrew Cagney <ac131313@redhat.com>
6938
6939 From Ross Alexander at NEC Europe:
6940 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6941
de530e84
MS
69422002-05-23 Michael Snyder <msnyder@redhat.com>
6943
6944 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6945 for input, rather than parse_and_eval_address.
6946
b91b96f4
AC
69472002-05-23 Andrew Cagney <ac131313@redhat.com>
6948
6949 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6950 * Makefile.in (sim_d10v_h): Update definition.
6951
8b279e7a
AC
69522002-05-24 Andrew Cagney <cagney@redhat.com>
6953
6954 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6955 change `2002-05-22 Michael Snyder' below.
6956 (d10v_push_arguments): Ditto.
6957 (d10v_extract_return_value): Ditto.
6958
0a3d0425
JB
69592002-05-23 Jim Blandy <jimb@redhat.com>
6960
6961 * macrotab.c (check_for_redefinition): Don't complain if the new
6962 definition is the same as the previous one. Take more arguments
6963 to allow the comparison.
6964 (macro_define_object, macro_define_function): Pass more arguments
6965 to check_for_redefinition.
6966
78eac43e
MS
69672002-05-22 Michael Snyder <msnyder@redhat.com>
6968
6969 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6970 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6971 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6972 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6973 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6974 Add a temp variable to save a call (and a memory read).
6975 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6976 if possible (so that PC_IN_CALL_DUMMY will work).
6977
9bc1edb8
CV
69782002-05-22 Corinna Vinschen <vinschen@redhat.com>
6979
6980 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6981
005ef3d2
ML
69822002-05-22 Michal Ludvig <mludvig@suse.cz>
6983
6984 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6985 fde->cie_ptr.
6986 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6987 (dwarf2_build_frame_info): Add offset to fde->initial_location
6988 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6989 (execute_stack_op): Change type of 'result' from ULONGEST to
6990 CORE_ADDR.
005ef3d2 6991
fcf4f891
JT
69922002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6993
6994 * config/alpha/tm-nbsd.h: Include solib.h.
6995
cfef91e4
JT
69962002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6997
6998 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6999 assumptions about the host's byte order.
7000
9964235a
JT
70012002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7002
7003 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
7004 to dependency list.
7005 * alphanbsd-tdep.c: Include solib-svr4.h.
7006 * shnbsd-tdep.c: Ditto.
7007
9eeef8ef
JT
70082002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7009
7010 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7011 nbsd-tdep.h to dependency list.
7012 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7013 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7014 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7015 nbsdaout.mh and nbsdelf.mh consistently.
7016 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7017 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7018 nbsdaout.mt and nbsdelf.mh consistently.
7019 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7020 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7021 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7022 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7023 a.out shared library stuff from here...
7024 * config/nm-nbsdaout.h: ...to here.
7025 * config/tm-nbsd.h: Remove.
7026 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7027 * config/arm/nbsd.mh: Remove.
7028 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7029 nbsd-tdep.o.
7030 * config/arm/nbsdaout.mh: New file.
7031 * config/arm/nbsdelf.mh: New file.
7032 * config/arm/nm-nbsdaout.h: New file.
7033 * config/i386/nbsd.mh: Remove.
7034 * config/i386/nbsd.mt: Remove.
7035 * config/i386/nbsdaout.mh: New file.
7036 * config/i386/nbsdaout.mt: New file.
7037 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7038 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7039 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7040 i386_register_u_addr): Remove.
7041 * config/i386/nm-nbsdaout.h: New file.
7042 * config/i386/nm-nbsdelf.h: Remove.
7043 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7044 (USE_STRUCT_CONVENTION): Remove.
7045 * config/i386/tm-nbsdaout.h: New file.
7046 * config/i386/tm-nbsdelf.h: Remove.
7047 * config/m68k/nbsd.mh: Remove.
7048 * config/m68k/nbsd.mt: Remove.
7049 * config/m68k/nbsdaout.mh: New file.
7050 * config/m68k/nbsdaout.mt: New file.
7051 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7052 * config/m68k/nm-nbsdaout.h: New file.
7053 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7054 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7055 * config/ns32k/nbsd.mh: Remove.
7056 * config/ns32k/nbsd.mt: Remove.
7057 * config/ns32k/nbsdaout.mh: New file.
7058 * config/ns32k/nbsdaout.mt: New file.
7059 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7060 * config/ns32k/nm-nbsdaout.h: New file.
7061 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7062 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7063 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7064 (SVR4_SHARED_LIBS): Remove.
7065 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7066 * config/sparc/nbsd.mh: Remove.
7067 * config/sparc/nbsd.mt: Remove.
7068 * config/sparc/nbsdaout.mh: New file.
7069 * config/sparc/nbsdaout.mt: New file.
7070 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7071 * config/sparc/nbsdelf.mt: New file.
7072 * config/sparc/nm-nbsdaout.h: New file.
7073 * config/sparc/nm-nbsdelf.h: Remove.
7074 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7075 * config/sparc/tm-nbsdaout.h: New file.
7076
257ce470
JT
70772002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7078
7079 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7080 mipsnbsd-tdep.c
7081 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7082
76a6d5fe
JT
70832002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7084
7085 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7086 shnbsd-nat.c.
7087 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7088
45888261
JT
70892002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7090
7091 * NEWS: Note new MIPS NetBSD native configuration.
7092 * configure.host (mips*-*-netbsd*): New host.
7093 * configure.tgt (mips*-*-netbsd*): New target.
7094 * mipsnbsd-nat.c: New file.
7095 * mipsnbsd-tdep.c: New file.
7096 * mipsnbsd-tdep.h: New file.
7097 * config/mips/nbsd.mh: New file.
7098 * config/mips/nbsd.mt: New file.
7099 * config/mips/nm-nbsd.h: New file.
7100 * config/mips/tm-nbsd.h: New file.
7101
70f80edf
JT
71022002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7103
7104 * Makefile.in (SFILES): Add osabi.c.
7105 (COMMON_OBS): Add osabi.o.
7106 (osabi.o): New dependency list.
7107 * osabi.c: New file.
7108 * osabi.h: New file.
7109 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7110
7111 * Makefile.in (alpha_tdep_h): Define and use instead of
7112 alpha-tdep.h.
7113 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7114 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7115 Remove.
7116 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7117 * alpha-tdep.h: Include osabi.h.
7118 (alpha_abi): Remove.
7119 (gdbarch_tdep): Use generic OS ABI framework.
7120 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7121 gdbarch_register_osabi.
7122 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7123 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7124 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7125
7126 * Makefile.in (sh_tdep_h): Add osabi.h.
7127 * sh-tdep.h (sh_osabi): Remove.
7128 (gdbarch_tdep): Use generic OS ABI framework.
7129 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7130 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7131 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7132 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7133
7134 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7135 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7136 gdbarch_register_osabi.
7137 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7138 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7139 (get_elfosabi): Rename to...
7140 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7141 ABI framework support routines.
7142 (arm_gdbarch_init): Use generic OS ABI framework.
7143 (arm_dump_tdep): Likewise.
7144 (_initialize_arm_tdep): Likewise.
7145 * arm-tdep.h: Include osabi.h.
7146 (arm_abi): Remove.
7147 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7148 osabi member.
7149 (arm_gdbarch_register_os_abi): Remove prototype.
7150 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7151 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7152
7153 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7154 * mips-tdep.c: Include osabi.h.
7155 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7156 OS ABI framework.
7157
d194345b
KH
71582002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7159
7160 * h8300-tdep.c: Fix formatting.
7161
70c6b0d1
EZ
71622002-05-20 Elena Zannoni <ezannoni@redhat.com>
7163
7164 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7165 printing vector registers.
7166
165b8e33
AC
71672002-05-19 Andrew Cagney <ac131313@redhat.com>
7168
7169 From Fernando Nasser:
7170 * remote.c (remote_async_open_1): Re-throw the exception when the
7171 connection fails.
7172 (remote_cisco_open): Ditto.
7173 (remote_open_1): Ditto.
7174
36918e70
AC
71752002-05-19 Andrew Cagney <ac131313@redhat.com>
7176
7177 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7178 (remote_start_remote): Add uiout parameter. Pass through to
7179 remote_start_remote_dummy.
7180 (remote_open_1): Use catch_exception instead of catch_errors.
7181 (remote_async_open_1): Ditto.
7182 (remote_cisco_open): Ditto.
7183
ae44c0c4
AC
71842002-05-19 Andrew Cagney <ac131313@redhat.com>
7185
7186 * remote.c (remote_start_remote): Replace PTR with void pointer.
7187 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7188 static.
7189
8efe637d
AC
71902002-05-18 Andrew Cagney <ac131313@redhat.com>
7191
7192 * gdb_indent.sh: Allow the script to be run in the sim directory.
7193
2f1b5984
MK
71942002-05-18 Mark Kettenis <kettenis@gnu.org>
7195
f0f625e2
MK
7196 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7197 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7198
2f1b5984
MK
7199 * corelow.c (core_open): Only call set_gdbarch_from_file if
7200 exec_bfd is NULL.
7201
fc974602
AV
72022002-05-17 Andrey Volkov <avolkov@transas.com>
7203
7204 * h8300-tdep.c: Add support of EXR register
7205 * config/h8300/tm-h8300.h: Ditto.
7206
906709f4
AV
72072002-05-17 Andrey Volkov <avolkov@transas.com>
7208
7209 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7210
6e591d68
AV
72112002-05-17 Andrey Volkov <avolkov@transas.com>
7212
7213 * h8300-tdep.c: Change literal regnums to REGNO.
7214
84f0252a
JB
72152002-05-17 Jim Blandy <jimb@redhat.com>
7216
e0e9281e
JB
7217 * NEWS: Note addition of macro support.
7218
84f0252a
JB
7219 Expand preprocessor macros in C expressions.
7220 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7221 (scan_macro_expansion, scanning_macro_expansion,
7222 finished_macro_expansion): New function declarations.
7223 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7224 variable declarations.
7225 * parser-defs.h (expression_context_pc): New declaration.
7226 * parse.c (expression_context_pc): New variable.
7227 (parse_exp_1): Set expression_context_pc, as well as
7228 expression_context_block.
7229 * c-exp.y (yylex): If we're not already reading the result of a
7230 macro expansion, try to macro-expand the next token. When we're
7231 done scanning a macro expansion, switch back to the mainline text.
7232 Commas and `if's in a macro's expansion don't terminate the input.
7233 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7234 (macro_original_text, macro_expanded_text,
7235 expression_macro_lookup_func, expression_macro_lookup_baton): New
7236 variables.
7237 (scan_macro_expansion, scanning_macro_expansion,
7238 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7239 c_preprocess_and_parse): New functions.
7240 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7241 c_preprocess_and_parse, instead of c_parse.
7242 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7243 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7244
1c509ca8
JR
7245Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7246
7247 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7248 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7249 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7250
2250ee0c
CV
72512002-05-17 Corinna Vinschen <vinschen@redhat.com>
7252
7253 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7254
ab3b8126
JT
72552002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7256
7257 * Makefile.in (sh_tdep_h): Define and use.
7258 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7259 register enum): Move to...
7260 * * sh-tdep.h: ...here.
7261 * sh-tdep.c: Include sh-tdep.h.
7262 * sh3-rom.c: Likewise.
7263 * shnbsd-tdep.c: Likewise.
7264
ed9d4749
MS
72652002-05-16 Michael Snyder <msnyder@redhat.com>
7266
7267 * arm-tdep.c: Spelling fix in comment.
7268
2e276125
JB
72692002-05-16 Jim Blandy <jimb@redhat.com>
7270
6821892e
JB
7271 Add commands for manually expanding macros and showing their
7272 definitions.
7273 * macrocmd.c, macroscope.c, macroscope.h: New files.
7274 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7275 (macroscope_h): New variable.
7276 (HFILES_NO_SRCDIR): Add macroscope.h.
7277 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7278 (macroscope.o, macrocmd.o): New rules.
7279
2e276125
JB
7280 Teach the Dwarf 2 reader to read macro information.
7281 * dwarf2read.c: #include "macrotab.h".
7282 (dwarf_macinfo_buffer): New variable.
7283 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7284 dwarf_macinfo_size.
7285 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7286 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7287 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7288 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7289 dwarf2_macro_spaces_in_definition): New complaints.
7290 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7291 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7292 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7293 the partial symbol table.
7294 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7295 from what's recorded in the partial symbol table.
7296 (read_file_scope): If the compilation unit has a
7297 `DW_AT_macro_info' attribute, read its macro information.
7298 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7299
2f53fe6c
DJ
73002002-05-16 Daniel Jacobowitz <drow@mvista.com>
7301
7302 Fix PR gdb/546
7303 * ser-tcp.c: Don't include <netinet/udp.h>.
7304
2be99286
SC
73052002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7306
7307 * MAINTAINERS: Update my email address.
7308
c9af212b 73092002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7310
7311 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7312 include file of the same name.
7313
bf5f1a52
CV
73142002-05-16 Corinna Vinschen <vinschen@redhat.com>
7315
7316 * configure.tgt: Mark v850 as multi-arched.
7317 * config/v850/tm-v850.h: Remove file.
7318 * config/v850/v850.mt: Eliminate TM_FILE.
7319
435e042a
CV
73202002-05-16 Corinna Vinschen <vinschen@redhat.com>
7321
7322 * v850-tdep.c: Full multi-arch.
7323 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7324 Define GDB_MULTI_ARCH to 2.
7325
9819c6c8
PM
73262002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7327
7328 * p-exp.y (current_type): New static variable.
7329 Carries the type of the expression at the position that is parsed.
7330 (push_current_type, pop_current_type): Two new functions. Used
7331 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7332 (search_field): New static variable. Set to one after parsing a point
7333 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7334 (FIELDNAME): New token. After a point only a token belonging to
7335 current_type type definition is allowed.
7336 (all over token rules): reset and change current_type according
7337 to rules.
7338 (exp '[' rule): insert implicit array index field if
7339 exp is a pascal string type.
7340
3a06899a
CV
73412002-05-16 Corinna Vinschen <vinschen@redhat.com>
7342
7343 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7344 frame info. Use frame_info's saved_regs instead of matching member
7345 in extra_frame_info throughout.
7346 (v850_frame_init_saved_regs): New function.
7347 (v850_init_extra_frame_info): Move most functionality into
7348 v850_frame_init_saved_regs().
7349 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7350 (v850_frame_find_saved_regs): Remove declaration.
7351 (FRAME_FIND_SAVED_REGS): Remove definition.
7352 (v850_frame_init_saved_regs): Add declaration.
7353 (FRAME_INIT_SAVED_REGS): Add definition.
7354
6ed14b0e
CV
73552002-05-16 Corinna Vinschen <vinschen@redhat.com>
7356
7357 * v850-tdep.c: Begin multi-arch'ing v850.
7358 (v850_target_architecture_hook): Remove function.
7359 (v850_gdbarch_init): New function. Add code previously in
7360 v850_target_architecture_hook().
7361 (_initialize_v850_tdep): Don't set target_architecture_hook.
7362 Call register_gdbarch_init() instead.
7363
42725910
DJ
73642002-05-16 Daniel Jacobowitz <drow@mvista.com>
7365
7366 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7367 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7368 (fixup_class_method_type): Likewise.
7369
99d9066e
JB
73702002-05-15 Jim Blandy <jimb@redhat.com>
7371
7372 Add macro structures to GDB's symbol tables. Nobody puts anything
7373 in them yet.
7374 * symtab.h (struct symtab): New member: `macro_table'.
7375 * buildsym.h (pending_macros): New global variable.
7376 * buildsym.c: #include "macrotab.h".
7377 (buildsym_init): Initialize `pending_macros'.
7378 (end_symtab): If we found macro information while reading a CU's
7379 debugging info, do build a symtab structure for it. Make the
7380 symtab point to the macro information, and clear the
7381 `pending_macros' pointer which held it while we were reading the
7382 debug info.
7383 (really_free_pendings): Free any pending macro table.
7384 * objfiles.h (struct objfile): New member: `macro_cache'.
7385 * objfiles.c (allocate_objfile): Set allocate and free functions
7386 for the macro cache's objstack.
7387 (free_objfile): Empty the macro cache's obstack.
7388 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7389 set new allocate and free functions for it.
7390 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7391 free functions for the macro cache's objstack. (Why is this
7392 function building its own objfile?)
7393 * symmisc.c (print_objfile_statistics): Print statistics on the
7394 macro bcache.
7395 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7396
c899585b
RE
73972002-05-15 Richard Earnshaw <rearnsha@arm.com>
7398
7399 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7400 (REGISTER_U_ADDR): Delete definition.
7401 (arm_register_u_addr): Delete declaration.
7402
a6cdd8c5
RE
74032002-05-15 Richard Earnshaw <rearnsha@arm.com>
7404
7405 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7406 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7407
c97dcfc7
AC
74082002-05-14 Andrew Cagney <ac131313@redhat.com>
7409
7410 * regcache.c (register_valid): Revise comments refering to "Not
7411 available" and "unavailable".
7412 * frame.c (frame_register_read): Ditto.
7413 * findvar.c (value_of_register): Ditto.
7414
93021b7d
AC
74152002-05-15 Andrew Cagney <cagney@redhat.com>
7416
7417 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7418 (remote-sim.o): Update dependencies.
7419 (d10v-tdep.o): Specify dependencies.
7420 (sim_d10v_h): Define.
7421
a86bc61c
JB
74222002-05-14 Jim Blandy <jimb@redhat.com>
7423
7424 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7425 * macrotab.c (macro_lookup_inclusion, find_definition,
7426 new_macro_table): Same.
7427
7428 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7429 not `! strcmp ()'. This is a dubious improvement.
7430 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7431
7432 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7433 although it's not necessary, to avoid a warning.
7434
2fdde8f8
DJ
74352002-05-14 Daniel Jacobowitz <drow@mvista.com>
7436
7437 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7438 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7439 TYPE_INSTANCE_FLAGS.
7440 (struct main_type): New.
7441 (struct type): Move most members to struct main_type. Change
7442 cv_type and as_type to new type_chain member. Add instance_flags.
7443 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7444 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7445 (finish_cv_type): Remove prototype.
7446 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7447 Set TYPE_CHAIN.
7448 (alloc_type_instance): New function.
7449 (smash_type): New function.
7450 (make_pointer_type, make_reference_type, make_function_type)
7451 (smash_to_member_type, smash_to_method_type): Call smash_type.
7452 (make_qualified_type): New function.
7453 (make_type_with_address_space): Call make_qualified_type.
7454 (make_cv_type): Likewise.
7455 (finish_cv_type): Remove unnecessary function.
7456 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7457 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7458 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7459 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7460 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7461 * hpread.c (hpread_read_struct_type): Likewise.
7462 * stabsread.c (read_struct_type): Likewise.
7463
843fedf4
EZ
74642002-05-14 Elena Zannoni <ezannoni@redhat.com>
7465
7466 * configure.tgt: Add a catch all sh* target, for cases like
7467 sh[2,3,4]-elf and sh-hms.
7468
05a6c72c
KS
74692002-05-14 Keith Seitz <keiths@redhat.com>
7470
7471 * event-loop.c (create_file_handler): Don't do anything but
7472 update data when we are given a fd which we are already
7473 monitoring.
7474
5d085aaf
ML
74752002-05-14 Michal Ludvig <mludvig@suse.cz>
7476
7477 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7478 (update_context): Use __func__ in warnings.
7479
9db8d71f
DJ
74802002-05-14 Daniel Jacobowitz <drow@mvista.com>
7481
7482 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7483 and tcp_close to net_open and net_close.
7484 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7485 using UDP if requested. Don't try to disable Nagle on UDP
7486 sockets.
7487 * remote.c (remote_serial_open): New function. Warn about UDP.
7488 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7489
5dbc6baa
EZ
74902002-05-13 Elena Zannoni <ezannoni@redhat.com>
7491
7492 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7493
cc3023f7
EZ
74942002-05-13 Elena Zannoni <ezannoni@redhat.com>
7495
7496 * configure.tgt: Remove sh-hms target.
7497 * MAINTAINERS: Don't list sh-hms as a separate target.
7498
ec2bcbe7
JB
74992002-05-13 Jim Blandy <jimb@redhat.com>
7500
7501 Add first preprocessor macro-expansion files.
7502 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7503 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7504 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7505 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7506 (COMMON_OBS): Add macrotab.o, macroexp.o.
7507 (macroexp.o, macrotab.o): New rules.
7508
6d531722
AC
75092002-05-13 Andrew Cagney <ac131313@redhat.com>
7510
7511 * config/m88k/tm-m88k.h: Update copyright.
7512 (m88k_target_write_pc): Declare
7513 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7514 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7515 (SHIFT_INST_REGS): Update definition.
7516 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7517 using old definition of TARGET_WRITE_PC.
7518 * regcache.c (generic_target_write_pc): Delete code handling
7519 NNPC_REGNUM.
7520 * gdbarch.sh (NNPC_REGNUM): Delete.
7521 * gdbarch.h, gdbarch.c: Regenerate.
7522
3e3f2739
RE
75232002-05-13 Richard Earnshaw <rearnsha@arm.com>
7524
7525 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7526 builtin reg number.
7527
0004e5a2
DJ
75282002-05-13 Daniel Jacobowitz <drow@mvista.com>
7529
7530 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7531 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7532 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7533 access macros.
7534 * c-typeprint.c (cp_type_print_method_args): Likewise.
7535 (c_type_print_args): Likewise.
7536 * d10v-tdep.c (d10v_push_arguments): Likewise.
7537 (d10v_extract_return_value): Likewise.
7538 * expprint.c (print_subexp): Likewise.
7539 * gdbtypes.c (lookup_primitive_typename): Likewise.
7540 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7541 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7542 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7543 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7544 (TYPE_VECTOR): Likewise.
7545 * hpread.c (hpread_read_struct_type)
7546 (fix_static_member_physnames, fixup_class_method_type)
7547 (hpread_type_lookup): Likewise.
7548 * mdebugread.c (parse_symbol, parse_type): Likewise.
7549 * p-lang.c (is_pascal_string_type): Likewise.
7550 * valops.c (hand_function_call): Likewise.
7551 * x86-64-tdep.c (classify_argument): Likewise.
7552
7553 * hpread.c (hpread_read_function_type)
7554 (hpread_read_doc_function_type): Call replace_type.
7555 * dstread.c (create_new_type): Delete.
7556 (decode_dst_structure, process_dst_function): Call alloc_type.
7557 Use type access macros.
7558
dff95cc7
MK
75592002-05-12 Mark Kettenis <kettenis@gnu.org>
7560
7561 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7562 the're not supported by the current architecture.
7563 (i387_fill_fxsave): Likewise.
7564
bbcd32ad
FF
75652002-05-12 Fred Fish <fnf@redhat.com>
7566
7567 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7568 sect_index_xxx members to index the first slot in section_offsets
7569 if all of the section_offsets are zero.
7570
89cf4787
MK
75712002-05-12 Mark Kettenis <kettenis@gnu.org>
7572
7573 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7574 checked in with last change.
7575
1f77ffc5
MK
75762002-05-12 Mark Kettenis <kettenis@gnu.org>
7577
7578 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7579 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7580 config.sub.
7581
89b8b4a9
DJ
75822002-05-12 Daniel Jacobowitz <drow@mvista.com>
7583
7584 * Makefile.in: Update dependencies.
7585
14a5e767
AC
75862002-05-11 Andrew Cagney <ac131313@redhat.com>
7587
7588 * language.c (local_hex_string_custom): Simplify. Do not depend
7589 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7590
7591 * memattr.c (mem_info_command): Replace calls to
7592 longest_local_hex_string and longest_local_hex_string_custom.
7593 * buildsym.c (make_blockvector): Ditto.
7594 * solib.c (info_sharedlibrary_command): Ditto.
7595 * tracepoint.c (tracepoints_info): Ditto.
7596 * symtab.c (print_msymbol_info): Ditto.
7597
7598 * language.c (local_hex_string): Delete.
7599 (local_hex_string_custom): Delete.
7600 (longest_local_hex_string): Rename to local_hex_string.
7601 (longest_local_hex_string_custom): Rename to
7602 local_hex_string_custom.
7603 * language.h (local_hex_string): Change parameter type to LONGEST.
7604 (local_hex_string_custom): Ditto.
7605 (longest_local_hex_string): Delete declaration.
7606 (longest_local_hex_string_custom): Ditto.
7607
7608 * solib.c: Update copyright.
7609 * memattr.c: Update copyright.
7610
13d01224
AC
76112002-05-11 Andrew Cagney <ac131313@redhat.com>
7612
7613 * arch-utils.h (legacy_register_to_value): Declare.
7614 (legacy_value_to_register): Declare.
7615 (legacy_convert_register_p): Declare.
7616 * arch-utils.c (legacy_register_to_value): New function.
7617 (legacy_value_to_register): New function.
7618 (legacy_convert_register_p): New function.
7619
7620 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7621 (VALUE_TO_REGISTER): Define.
7622 (CONVERT_REGISTER_P): Define.
7623 * gdbarch.h, gdbarch.c: Regenerate.
7624
7625 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7626 VALUE_TO_REGISTER.
7627 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7628 CONVERT_REGISTER_P.
7629
4a1970e4
DJ
76302005-05-11 Daniel Jacobowitz <drow@mvista.com>
7631 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7632
7633 * Makefile.in: Update dependencies for valops.c.
7634 * valops.c: Include "gdb_assert.h".
7635 (typecmp): Skip THIS parameter to methods.
7636 (find_method_list): Remove static_memfuncp argument,
7637 update callers. Check for stub methods.
7638 (find_value_oload_method_list): Don't set *static_memfuncp.
7639 (find_overload_match): Don't check for stub methods. Assert
7640 that methods are not stubbed. Handle static methods.
7641 (value_find_oload_method_list): Remove static_memfuncp argument.
7642 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7643 to the argument list for static stub methods.
7644 * value.h (value_find_oload_method_list): Update prototype.
7645
b2e75d78
AC
76462002-05-11 Andrew Cagney <ac131313@redhat.com>
7647
7648 * arch-utils.h (generic_register_size): Declare.
7649 (generic_register_raw_size, generic_register_virtual_size): Delete
7650 declarations.
7651 * arch-utils.c (generic_register_raw_size): Delete.
7652 (generic_register_size): New function.
7653 (generic_register_virtual_size): Delete.
7654
7655 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7656 default generic_register_size.
7657 * gdbarch.h, gdbarch.c: Re-generate.
7658
7659 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7660 register_virtual_size.
7661 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7662 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7663
451fbdda
AC
76642002-05-11 Andrew Cagney <ac131313@redhat.com>
7665
7666 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7667 * gdbarch.h, gdbarch.c: Regenerate.
7668 * gnu-v3-abi.c: Update copyright.
7669 (vtable_address_point_offset): Update.
7670 (gnuv3_rtti_type): Update.
7671 (gnuv3_baseclass_offset): Update.
7672 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7673 (init_fetch_link_map_offsets): Update.
7674 * remote.c (get_remote_state): Update.
7675
6d2f5cea
DJ
76762002-05-11 Daniel Jacobowitz <drow@mvista.com>
7677
7678 * TODO: Remove value_headof/value_from_vtable_info comment.
7679 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7680 * values.c (value_headof, value_from_vtable_info): Delete.
7681 * value.h (value_from_vtable_info): Delete prototype.
7682
d2324da4
AC
76832002-05-11 Andrew Cagney <ac131313@redhat.com>
7684
7685 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7686 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7687 $(gdb_regex_h).
7688 (gdb_assert_h): Define.
7689 (gdb_wait_h): Define.
7690 (gdb_regex_h): Define.
7691
5c717440
DJ
76922002-05-11 Daniel Jacobowitz <drow@mvista.com>
7693
7694 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7695 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7696
6c7861b3
JT
76972002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7698
7699 * nbsd-tdep.c: Fix comment.
7700
ea5bc2a6
JT
77012002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7702
7703 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7704 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7705 (nbsd-tdep.o): New dependency list.
7706 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7707 nbsd-tdep.h.
7708 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7709 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7710 * nbsd-tdep.c: New file.
7711 * nbsd-tdep.h: New file.
7712 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7713 nbsd-tdep.h.
7714 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7715 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7716 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7717 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7718
b28da865
JT
77192002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7720
7721 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7722 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7723 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7724 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7725 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7726 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7727
4b8ff1fa
JT
77282002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7729
7730 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7731 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7732 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7733 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7734 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7735 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7736 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7737
dfe6eb1f
JT
77382002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7739
7740 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7741 fetch_elfcore_registers to...
7742 * i386nbsd-tdep.c: ...here.
7743 (i386nbsd_use_struct_convention): Rename to...
7744 (i386nbsd_aout_use_struct_convention): ...this.
7745 (i386nbsd_supply_reg): New function.
7746 (i386nbsd_fill_reg): New function.
7747 (fetch_core_registers): Use i386nbsd_supply_reg.
7748 (fetch_elfcore_registers): Likewise.
7749 (_initialize_i386nbsd_tdep): New function.
7750 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7751 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7752 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7753 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7754 (i386nbsd_aout_use_struct_convention): ...this.
7755
20cb8cda
JT
77562002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7757
7758 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7759 (store_inferior_registers): Use shnbsd_fill_reg.
7760 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7761 sh_nbsd_supply_register): Collapse into...
7762 (shnbsd_supply_reg): ...this.
7763 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7764 (shnbsd_fill_reg): ...this.
7765 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7766 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7767 (fetch_core_registers): Use shnbsd_supply_reg.
7768 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7769 (sh_nbsd_core_fns): Rename to...
7770 (shnbsd_core_fns): ...this.
7771 (sh_nbsd_elfcore_fns): Rename to...
7772 (shnbsd_elfcore_fns): ...this.
7773 (sh_nbsd_init_abi): Rename to...
7774 (shnbsd_init_abi): ...this.
7775 (_initialize_sh_nbsd_tdep): Rename to...
7776 (_initialize_shnbsd_tdep): ...this.
7777 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7778 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7779 sh_nbsd_fill_register): Remove prototypes.
7780 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7781
e750d25e
JT
77822002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7783
7784 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7785 (i387-nat.o): Delete dependency list.
7786 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7787 (x86-64-linux-nat.o): Likewise.
7788 * i387-nat.c: Delete file, moving contents to...
7789 * i387-tdep.c: ...here.
7790 * i387-nat.h: Rename...
7791 * i387-tdep.h: ...to this.
7792 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7793 * i386-linux-nat.c: Likewise.
7794 * i386bsd-nat.c: Likewise.
7795 * i386gnu-nat.c: Likewise.
7796 * i386nbsd-nat.c: Likewise.
7797 * i386v4-nat.c: Likewise.
7798 * x86-64-linux-nat.c: Likewise.
7799 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7800 * config/i386/go32.mh (NATDEPFILES): Likewise.
7801 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7802 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7803 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7804 * config/i386/linux.mh (NATDEPFILES): Likewise.
7805 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7806 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7807 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7808 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7809
1aee598a
JT
78102002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7811
7812 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7813 (alphanbsd-nat.o): Remove dependency list.
7814 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7815 * alphanbsd-nat.c: Delete. Contents moved to...
7816 * alphanbsd-tdep.c: ...here.
7817 (_initialize_alphanbsd_tdep): Register core functions.
7818 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7819
12bcb0fe
JT
78202002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7821
7822 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7823 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7824 (alphanbsd-nat.o): Likewise.
7825 (alphabsd-tdep.o): New dependency list.
7826 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7827 (fill_gregset): Use alphabsd_fill_reg.
7828 (supply_fpregset): Use alphabsd_supply_fpreg.
7829 (fill_fpregset): Use alphabsd_fill_fpreg.
7830 (fetch_inferior_registers): Use struct reg and struct fpreg
7831 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7832 and alphabsd_supply_fpreg.
7833 (store_inferior_registers): Use struct reg and struct fpreg
7834 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7835 and alphabsd_fill_fpreg.
7836 * alphabsd-tdep.c: New file.
7837 * alphabsd-tdep.h: New file.
7838 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7839 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7840 alphabsd_supply_fpreg.
7841 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7842 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7843
361d1df0
EC
78442002-05-11 Eric Christopher <echristo@redhat.com>
7845
7846 * mips-tdep.c (mips_double_register_type): Fix thinko.
7847 (mips_single_register_type): Ditto.
7848 * MAINTAINERS: Add self.
7849
92dd7cee
MK
78502002-05-11 Mark Kettenis <kettenis@gnu.org>
7851
7852 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7853 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7854 right thing on architectures with different endianness and/or
7855 integer sizes.
7856
e27da16d
JT
78572002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7858
7859 From Christian Limpach <chris@Pin.LU>
7860 * configure.in: Change sed expression which comments out
7861 NATDEPFILES to also comment out continuation lines.
7862 * configure: Regenerate.
7863
ddde02bd
EZ
78642002-05-10 Elena Zannoni <ezannoni@redhat.com>
7865
7866 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7867 big patch.
7868
1c922164
EZ
78692002-05-10 Elena Zannoni <ezannoni@redhat.com>
7870
7871 * sh-tdep.c: Include correct file.
7872
283150cd
EZ
78732002-05-10 Elena Zannoni <ezannoni@redhat.com>
7874
7875 New support for sh64-elf (sh5) target.
7876
7877 * configure.tgt: For sh64-elf target, default to sh-elf.
7878
7879 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7880 (struct gdbarch_tdep): Add new fields for new registers and ABI
7881 info.
361d1df0 7882
283150cd
EZ
7883 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7884 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7885 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7886 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7887 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7888 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7889 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7890 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7891 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7892 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7893 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7894 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7895 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7896 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7897 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7898 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7899 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7900 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7901 sign_extend, sh64_nofp_frame_init_saved_regs,
7902 sh64_init_extra_frame_info, sh64_get_saved_register,
7903 sh64_extract_struct_value_address, sh64_pop_frame,
7904 sh64_push_arguments, sh64_extract_return_value,
7905 sh64_store_return_value, sh64_show_media_regs,
7906 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7907 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7908 sh_sh64_register_virtual_type,
7909 sh_sh64_register_convert_to_virtual,
7910 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7911 sh64_register_read, sh64_pseudo_register_write,
7912 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7913 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7914 sh64_do_pseudo_register, sh_compact_do_registers_info,
7915 sh64_do_registers_info, sh_gdbarch_init): New functions.
7916
3117ed25
EZ
79172002-05-10 Elena Zannoni <ezannoni@redhat.com>
7918
7919 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7920
2654e6d4
DJ
79212002-05-10 Daniel Jacobowitz <drow@mvista.com>
7922
7923 * linespec.c (decode_line_1): Check for a double quote after
7924 a filename correctly.
7925
9ab3e532
JB
79262002-05-10 Jim Blandy <jimb@redhat.com>
7927
7928 Properly track the size of the current objfile's .debug_line section.
7929 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7930 (DWARF_LINE_SIZE): New macro.
7931 (dwarf2_build_psymtabs_hard): Record the line section's size in
7932 the partial symbol table.
7933 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7934 symbol table.
7935
126fa72d
PS
79362002-05-10 Petr Sorfa <petrs@caldera.com>
7937
7938 * ia64-tdep.c: Handle breakpoints on L instruction type
7939 in MLX instruction bundle by moving the breakpoint to
7940 the third slot (X instruction type) as L holds only data.
7941
1f077a3e
KB
79422002-05-10 Kevin Buettner <kevinb@redhat.com>
7943
7944 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7945 (process_one_symbol): Complain about discarding local symbols
7946 due to a misplaced N_LBRAC entry.
7947
8120c9d5 79482002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7949
7950 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7951 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7952 decrease the depth we are at, in the case of templates.
361d1df0 7953
67b2c998
DJ
79542002-05-09 Daniel Jacobowitz <drow@mvista.com>
7955
7956 * mips-tdep.c (mips_float_register_type): New function.
7957 (mips_double_register_type): New function.
7958 (mips_print_register): Use them.
7959 (do_fp_register_row): Likewise.
7960
fd326606
DJ
79612002-05-09 Daniel Jacobowitz <drow@mvista.com>
7962
6609d9af 7963 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7964 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7965 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7966
bef35864
MS
79672002-05-09 Michael Snyder <msnyder@redhat.com>
7968
7969 * remote-rdp.c (remote_rdp_can_run): Remove.
7970
c55a3f73
TT
79712002-05-09 Tom Tromey <tromey@redhat.com>
7972
7973 * jv-valprint.c (java_val_print): Handle `char' as a special case
7974 of TYPE_CODE_INT.
7975
b8d5e71d
MS
79762002-05-09 Michael Snyder <msnyder@redhat.com>
7977
7978 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7979 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7980 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7981 str r(0123),[sp,#nn].
361d1df0 7982 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7983 order-independent by placing it in a loop.
7984
e2cd42dd
MS
79852002-05-06 Michael Snyder <msnyder@redhat.com>
7986
7987 * stabsread.c (read_type): Add recognition for new attribute:
7988 "@V;" means that an array type is actually a vector.
7989 This is analogous to the vector flag that's been added to dwarf2.
7990
3ce1502b
MK
79912002-05-09 Mark Kettenis <kettenis@gnu.org>
7992
7993 * i386-tdep.h (i386_abi): New enum.
7994 (struct gdbarch_tdep): Replace os_ident member with abi.
7995 (i386_gdbarch_register_os_abi): New prototype.
7996 * i386-tdep.c (i386_abi_names): New array.
7997 (process_note_abi_tag_sections): Removed.
7998 (process_note_sections): New function.
7999 (i386_elf_abi_from_note, i386_elf_abi): New functions.
8000 (struct i386_abi_handler): New struct.
8001 (i386_abi_handler_list): New variable.
8002 (i386_gdbarch_register_os_abi): New function.
8003 (i386_gdbarch_init): Adapt for the changes given above.
8004
084c156a
DJ
80052002-05-08 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * gregset.h: Say "GNU/Linux".
8008
6599f021
EZ
80092002-05-08 Elena Zannoni <ezannoni@redhat.com>
8010
8011 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8012 (build_gdbtypes): Build builtin_type_v2_float.
8013 (_initialize_gdbtypes): Register new builtin type.
8014
40af4b0c
AC
80152002-05-08 Andrew Cagney <ac131313@redhat.com>
8016
8017 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8018 (clear_gdbarch_swap): New function.
8019 (initialize_non_multiarch): Call.
8020 (gdbarch_update_p): Before calling init(), swap out and clear the
8021 existing architecture.
8022 * gdbarch.c: Regenerate.
8023
4fe84f46
JT
80242002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8025
8026 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8027 alphanbsd-tdep.c.
8028
4015edd1
JT
80292002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8030
8031 * sh-nbsd-nat.c: Rename to...
8032 * shnbsd-nat.c: ...this.
8033 * sh-nbsd-tdep.c: Rename to...
8034 * shnbsd-tdep.c: ...this.
8035 * sh-nbsd-tdep.h: Rename to...
8036 * shnbsd-tdep.h: ...this.
8037 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8038 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8039
0e2bd219
RE
80402002-05-08 Richard Earnshaw <rearnsha@arm.com>
8041
8042 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8043 concatenation for command help messages.
8044
13a38d45
JT
80452002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8046
8047 * NEWS: Note new sh*-*-netbsdelf* configuration.
8048 * configure.host: Set gdb_host_cpu to sh for all sh*.
8049 (sh*-*-netbsdelf*): New host.
8050 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8051 (sh*-*-netbsdelf*): New target.
8052 * sh-nbsd-nat.c: New file.
8053 * sh-nbsd-tdep.c: New file.
8054 * sh-nbsd-tdep.h: New file.
8055 * config/sh/nbsd.mh: New file.
8056 * config/sh/nbsd.mt: New file.
8057 * config/sh/nm-nbsd.h: New file.
8058 * config/sh/tm-nbsd.h: New file.
8059
d658f924
JT
80602002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8061
8062 * sh-tdep.c (sh_osabi_names): Declare.
8063 (process_note_abi_tag_sections): New function.
8064 (get_elfosabi): Ditto.
8065 (sh_gdbarch_register_os_abi): Ditto.
8066 (sh_dump_tdep): Ditto.
8067 _initialize_sh_tdep): Use gdbarch_register to register
8068 sh_gdbarch_init and sh_dump_tdep.
8069 * config/sh/tm-sh.h (sh_osabi): Declare.
8070 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8071
848cfffb
AC
80722002-05-07 Andrew Cagney <ac131313@redhat.com>
8073
8074 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8075 (thumb_scan_prologue): Ditto.
8076 (arm_find_callers_reg): Ditto.
8077 (arm_frame_chain): Ditto.
8078 (arm_init_extra_frame_info): Ditto.
8079 (arm_frame_saved_pc): Ditto.
8080 (arm_pop_frame): Ditto.
8081 (arm_push_return_address): New function.
8082 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8083 call_dummy_location, call_dummy_breakpoint_offset_p,
8084 call_dummy_breakpoint_offset, call_dummy_p,
8085 call_dummy_stack_adjust_p, call_dummy_words,
8086 sizeof_call_dummy_words, call_dummy_start_offset,
8087 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8088 call_dummy_address, push_return_address and push_dummy_frame for
8089 generic dummy frames.
8090
e7d717c0
JT
80912002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8092
8093 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8094 size computation for alloca.
8095 (sh_fp_frame_init_saved_regs): Likewise.
8096
7bbcf283
RE
80972002-05-07 Richard Earnshaw <rearnsha@arm.com>
8098
8099 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8100 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8101 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8102 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8103 * remote-rdp.c (remote_rdp_fetch_register): Use
8104 ARM_MAX_REGISTER_RAW_SIZE.
8105 (remote_rdp_store_register): Likewise.
8106
4657573b
ML
81072002-05-07 Michal Ludvig <mludvig@suse.cz>
8108
361d1df0 8109 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8110 added default labels to switch {} statements.
8111 * x86-64-tdep.c: Ditto.
8112 * x86-64-linux-nat.c: Ditto.
8113
010f3b2f
JT
81142002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8115
8116 * solib.h: Protect against multiple inclusion.
8117
debd256d
JB
81182002-05-06 Jim Blandy <jimb@redhat.com>
8119
9ab3e532
JB
8120 Add first preprocessor macro-expansion files.
8121 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8122 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8123 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8124 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8125 (COMMON_OBS): Add macrotab.o, macroexp.o.
8126 (macroexp.o, macrotab.o): New rules.
8127
debd256d
JB
8128 Separate the job of reading the line number info statement program
8129 header (...expialidocious) out into its own function.
8130 * dwarf2read.c (struct line_head, struct filenames, struct
8131 directories): Replace with...
8132 (struct line_header): New structure, containing the full
8133 contents of the statement program header, including the
8134 include directory and file name tables.
8135 (read_file_scope): If we have line number info, instead of just
8136 calling dwarf_decode_lines to do all the work, call
8137 dwarf_decode_line_header first to get a `struct line_header'
8138 containing the data in the statement program header, and then
8139 pass that to dwarf_decode_lines, which will pick up where that
8140 left off. Be sure to clean up the `struct line_header' object.
8141 (dwarf_decode_line_header, free_line_header, add_include_dir,
8142 add_file_name): New functions.
8143 (dwarf_decode_lines): Move all the code to read the statement
8144 program header into dwarf_decode_line_header. Take the line
8145 header it built as the first argument, instead of the offset to
8146 the compilation unit's line number info. Use the new `struct
8147 line_header' type instead of the old structures. No need to do
8148 cleanups here now, since we don't allocate anything.
8149 (dwarf2_statement_list_fits_in_line_number_section,
8150 dwarf2_line_header_too_long): New complaints.
8151
ac3aafc7
EZ
81522002-05-06 Elena Zannoni <ezannoni@redhat.com>
8153
8154 * gdbtypes.c (init_vector_type): New function.
8155 (build_builtin_type_vec128): Simplify the representation of SIMD
8156 registers.
8157 (build_gdbtypes): Initialize new builtin vector types.
8158 (_initialize_gdbtypes): Register new vector types with gdbarch.
8159 (builtin_type_v4_float, builtin_type_v4_int32,
8160 builtin_type_v8_int16, builtin_type_v16_int8,
8161 builtin_type_v2_int32, builtin_type_v4_int16,
8162 builtin_type_v8_int8): New (renamed) SIMD types.
8163
13e49980
MK
81642002-05-06 Mark Kettenis <kettenis@gnu.org>
8165
8166 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8167 (i387_fill_fxsave): Likewise.
8168
997b20b8
AO
81692002-05-05 Alexandre Oliva <aoliva@redhat.com>
8170
8171 * alpha-tdep.c (alpha_extract_return_value): Don't use
8172 non-constant array size in prototype.
8173
535c96ce
AC
81742002-05-04 Andrew Cagney <ac131313@redhat.com>
8175
8176 From Brian Taylor <briant at model dot com>:
8177 * ui-out.c (ui_out_field_core_addr): Use the function
8178 longest_local_hex_string_custom'to format addresses > 32 bits
8179 wide.
8180
8181 * ui-out.c (ui_out_field_core_addr): Update comment.
8182
bedfa57b
AC
81832002-05-04 Andrew Cagney <ac131313@redhat.com>
8184
8185 * stack.c (select_and_print_frame): Make static. Delete the
8186 parameter `level'.
8187 (func_command): Update call.
8188 (select_frame_command): Delete code computing the frame level.
8189 * frame.h (select_and_print_frame): Delete declaration.
8190
f621c63e
AC
81912002-05-04 Andrew Cagney <ac131313@redhat.com>
8192
8193 * sparc-tdep.c (sparc_get_saved_register): Comment why
8194 get_prev_frame call is safe.
8195
0f7d239c
AC
81962002-05-04 Andrew Cagney <ac131313@redhat.com>
8197
8198 * frame.h (select_frame): Delete level parameter.
8199 * stack.c (select_frame): Update. Use frame_relative_level to
8200 obtain the frame's level.
8201 (select_and_print_frame): Update call.
8202 (select_frame_command): Ditto.
8203 (up_silently_base): Ditto.
8204 (down_silently_base): Ditto.
8205 * ocd.c (ocd_start_remote): Ditto.
8206 * remote-rdp.c (remote_rdp_open): Ditto.
8207 * remote-mips.c (mips_initialize): Ditto.
8208 (common_open): Ditto.
8209 * remote-e7000.c (e7000_start_remote): Ditto.
8210 * m3-nat.c (select_thread): Ditto.
8211 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8212 (child_get_current_exception_event): Ditto.
8213 * varobj.c (varobj_create): Ditto.
8214 (varobj_update): Ditto.
8215 (c_value_of_root): Ditto.
8216 * tracepoint.c (finish_tfind_command): Ditto.
8217 * corelow.c (core_open): Ditto.
8218 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8219 * thread.c (info_threads_command): Ditto.
8220 (switch_to_thread): Ditto.
8221 * infrun.c (normal_stop): Ditto.
8222 (restore_selected_frame): Ditto.
8223 (restore_inferior_status): Ditto.
8224 * breakpoint.c (insert_breakpoints): Ditto.
8225 (watchpoint_check): Ditto.
8226 (bpstat_stop_status): Ditto.
8227 (do_enable_breakpoint): Ditto.
8228 * blockframe.c (flush_cached_frames): Ditto.
8229 (reinit_frame_cache): Ditto.
8230
71d6c7b1
AC
82312002-05-04 Andrew Cagney <ac131313@redhat.com>
8232
8233 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8234 maintainer.
8235
cda6c68a
JB
82362002-05-04 Jim Blandy <jimb@redhat.com>
8237
8238 * gdbtypes.c (replace_type): Doc fix.
8239
5c1c87f0
AC
82402002-05-04 Andrew Cagney <ac131313@redhat.com>
8241
8242 * valprint.c (strcat_longest): Delete commented out function.
8243 Update copyright.
8244
cd9bfe15
AC
82452002-05-04 Andrew Cagney <ac131313@redhat.com>
8246
8247 * MAINTAINERS: Mark a29k as deleted.
8248 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8249 Move new configurations to the top.
8250 * configure.tgt: Remove a29k.
8251 * config/a29k/tm-vx29k.h: Delete.
8252 * config/a29k/vx29k.mt: Delete.
8253 * config/a29k/tm-a29k.h: Delete.
8254 * config/a29k/a29k-udi.mt: Delete.
8255 * config/a29k/a29k.mt: Delete.
8256 * a29k-tdep.c: Delete.
8257 * remote-udi.c: Delete.
8258 * remote-mm.c: Delete.
8259 * remote-eb.c: Delete.
8260 * remote-adapt.c: Delete.
8261 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8262 * config/s390/s390x.mt: Ditto.
8263 * config/s390/s390.mt: Ditto.
8264 * config/sparc/sparclynx.mh: Ditto.
8265 * config/sparc/linux.mh: Ditto.
8266 * config/pa/hppaosf.mh: Ditto.
8267 * config/pa/hppabsd.mh: Ditto.
8268 * config/ns32k/nbsd.mt: Ditto.
8269 * config/mips/vr5000.mt: Ditto.
8270 * config/m68k/sun3os4.mh: Ditto.
8271 * config/m68k/nbsd.mt: Ditto.
8272 * config/m68k/m68klynx.mh: Ditto.
8273 * config/m32r/m32r.mt: Ditto.
8274 * config/i386/x86-64linux.mt: Ditto.
8275 * config/i386/nbsdelf.mt: Ditto.
8276 * config/i386/nbsd.mt: Ditto.
8277 * config/i386/i386lynx.mh: Ditto.
8278
bf0c5130
AC
82792002-05-04 Andrew Cagney <ac131313@redhat.com>
8280
8281 * target.c (debug_print_register): New function. Handle oversize
8282 registers.
8283 (debug_to_fetch_registers): Call.
8284 (debug_to_store_registers): Call.
8285
2ae1c2d2
JB
82862002-05-03 Jim Blandy <jimb@redhat.com>
8287
13a393b0
JB
8288 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8289 (read_type): Doc fix.
8290 * gdbtypes.c (replace_type): Doc fix.
8291
2ae1c2d2
JB
8292 * stabsread.c (multiply_defined_struct): New complaint.
8293 (read_struct_type): If the type we were passed isn't empty, or
8294 incomplete, don't read the new struct type into it; complain,
8295 and return the original type unchanged. Take a new `type_code'
8296 argument, which is the type code for the new type.
8297 (read_type): Rather than storing the type's type code here, pass
8298 it as an argument to read_struct_type, and let that take care of
8299 storing it. That way, we don't overwrite the original type code,
8300 so read_struct_type can use it to decide whether we're overwriting
8301 something we shouldn't.
8302 (complain_about_struct_wipeout): New function.
8303
8de9bdc4
AC
83042002-05-03 Andrew Cagney <ac131313@redhat.com>
8305
8306 * gdbarch.sh: Assert that gdbarch is non-NULL.
8307 * gdbarch.c: Regenerate.
8308
f773fdbb
JM
83092002-05-03 Jason Merrill <jason@redhat.com>
8310
8311 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8312 and return NULL.
8313
0e04a514
ML
83142002-05-03 Michal Ludvig <mludvig@suse.cz>
8315
8316 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8317 (x86_64_dwarf2gdb_regno_map_length),
8318 (x86_64_dwarf2_reg_to_regnum): Added.
8319 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8320 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8321 (_initialize_x86_64_tdep): Synced with the change above.
8322 (x86_64_skip_prologue): Reformulated message.
8323
065432a8
PM
83242002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8325
8326 * f-exp.y: Also use new prev_lexptr variable
8327 to improve error reporting. Based on Michael Snyder
8328 2002-04-24 dated patch to c-exp.y.
8329 * jv-exp.y: Likewise.
8330 * m2-exp.y: Likewise.
8331
a3162708
EZ
83322002-05-02 Elena Zannoni <ezannoni@redhat.com>
8333
8334 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8335 we are dealing with vectors.
8336
03620c38
PM
83372002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8338
8339 * config/m68k/tm-nbsd.h: Obvious fix,
8340 correct machine name.
8341
6604db2e
PM
83422002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8343
8344 * p-typeprint.c (pascal_type_print_base): Add support
8345 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8346
0906b739
PM
83472002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8348
8349 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8350 for fondamental pascal 'char' type.
8351
e2625b33
PM
83522002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8353
8354 * p-lang.h (is_pascal_string_type): Declaration changed,
8355 new sixth argument of type char ** added.
361d1df0 8356 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8357 changed. Args length_pos, length_size, string_pos, char_size
8358 can now be NULL. New argument arrayname set to the field
8359 name of the char array. Return value set to char array
8360 field index plus one.
361d1df0 8361 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8362 is_pascal_string_type function.
8363
cf17c188
AC
83642002-05-02 Andrew Cagney <cagney@redhat.com>
8365
8366 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8367 <cagney@redhat.com> change.
8368 * gdbarch.c: Regenerate.
8369
52bca491
AC
83702002-05-02 Andrew Cagney <cagney@redhat.com>
8371
8372 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8373 before probing for a new one. Detect errorenous gdbarch_init
8374 functions.
8375 * gdbarch.c: Regenerate.
8376
d5e72505
AC
83772002-05-01 Andrew Cagney <cagney@redhat.com>
8378
8379 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8380 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8381 * config/v850/tm-v850.h: Ditto. Update copyright.
8382
af566d9f
AC
83832002-04-30 Andrew Cagney <ac131313@redhat.com>
8384
8385 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8386 current_gdbarch.
8387
880d85fa
MS
83882002-04-30 Michael Snyder <msnyder@redhat.com>
8389
94c30b78
MS
8390 * arm-tdep.c: Whitespace clean-ups.
8391 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8392 should have been removed as part of 4/24 change.
8393
6f5987a6
KB
83942002-04-30 Kevin Buettner <kevinb@redhat.com>
8395
8396 * rs6000-tdep.c: Added comment describing how fpscr register
8397 numbers were chosen.
8398
1a113c93
MS
83992002-04-30 Michael Snyder <msnyder@redhat.com>
8400
8401 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8402
9a6f53fe
EZ
84032002-04-29 Elena Zannoni <ezannoni@redhat.com>
8404
8405 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8406 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8407 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8408
11ed25ac
KB
84092002-04-29 Kevin Buettner <kevinb@redhat.com>
8410
8411 From Louis Hamilton <hamilton@redhat.com>:
8412 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8413 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8414 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8415 not bfd-private xcoff data, to determine wordsize.
8416 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8417
ae232405
AC
84182002-04-29 Andrew Cagney <ac131313@redhat.com>
8419
8420 GDB 5.2 released from 5.2 branch.
8421
91fd20f7
ML
84222002-04-29 Michal Ludvig <mludvig@suse.cz>
8423
8424 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8425 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8426 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8427
2dc5091b
EZ
84282002-04-29 Elena Zannoni <ezannoni@redhat.com>
8429
8430 * rs6000-tdep.c (rs6000_extract_return_value,
8431 rs6000_store_return_value): Handle returning vectors.
8432 (rs6000_gdbarch_init): Use
8433 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8434 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8435 New function.
8436 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8437 vectors.
8438 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8439 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8440
2b9848d8
PM
84412002-04-24 Pierre Muller <ics.u-strasbg.fr>
8442
8443 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8444 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8445 with fprintf_unfiltered (gdb_stderr,...).
8446
f8d17dc5
PM
84472002-04-24 Pierre Muller <ics.u-strasbg.fr>
8448
8449 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8450 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8451 Replace fprintf (stderr,...
8452 with fprintf_unfiltered (gdb_stderr,....
8453 * remote-es.c: Likewise.
8454 * remote-os9k.c: Likewise.
8455 * remote-st.c: Likewise.
8456
2f2f1ad1
AS
84572002-04-28 Andreas Schwab <schwab@suse.de>
8458
8459 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8460 linux-proc.o and gcore.o.
8461
b6779aa2
AC
84622002-04-26 Michal Ludvig <mludvig@suse.cz>
8463
8464 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8465 code without frame pointers.
8466
7e57f5f4
AC
84672002-04-26 Andrew Cagney <ac131313@redhat.com>
8468
8469 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8470 ON_STACK is needed.
8471
2ceb85d0
BE
84722002-04-26 Ben Elliston <bje@redhat.com>
8473
8474 * target.c (do_xfer_memory): Correct reference to the new option
8475 "trust-readonly-sections".
8476
f5f8a009
EZ
84772002-04-26 Elena Zannoni <ezannoni@redhat.com>
8478
8479 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8480 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8481 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8482 vectors.
8483 (read_array_type): Record the fact that this array type is really a
8484 vector (i.e. are passed in by value).
8485
5868c862
JT
84862002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8487
8488 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8489 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8490 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8491 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8492 * alpha-linux-tdep.c: Include frame.h.
8493 (alpha_linux_sigcontext_addr): New function.
8494 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8495 alpha_linux_sigcontext_addr.
8496 * alpha-osf1-tdep.c: Include gdbcore.h.
8497 (alpha_osf1_sigcontext_addr): New function.
8498 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8499 alpha_osf1_sigcontext_addr.
8500 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8501 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8502
bfb01f37
AC
85032002-04-26 Andrew Cagney <ac131313@redhat.com>
8504
361d1df0 8505 * stack.c (selected_frame_level):
bfb01f37
AC
8506 (select_frame): Do not set selected_frame_level.
8507 * frame.h (selected_frame_level): Delete declaration.
8508
15813d3f
AC
85092002-04-26 Andrew Cagney <ac131313@redhat.com>
8510
8511 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8512 convert_from_func_ptr-addr when AIX / PowerOpen.
8513
6096c27a
AC
85142002-04-25 Andrew Cagney <ac131313@redhat.com>
8515
8516 * valops.c (hand_function_call): Call
8517 generic_save_call_dummy_addr.
8518 * frame.h (generic_save_call_dummy_addr): Declare.
8519 * blockframe.c (struct dummy_frame): Add fields call_lo and
8520 call_hi.
8521 (generic_find_dummy_frame): Check for PC in range call_lo to
8522 call_hi instead of entry_point_address.
8523 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8524 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8525 (generic_save_call_dummy_addr): New function.
8526
f510d44e
DM
85272002-04-24 David S. Miller <davem@redhat.com>
8528
8529 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8530 sparc_skip_prologue.
8531 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8532 information to find prologue when possible.
8533 (sparc_prologue_frameless_p): Call examine_prologue directly.
8534 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8535 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8536 second argument.
8537 (SKIP_PROLOGUE): Likewise.
8538
15d72a92
JT
85392002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8540
8541 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8542 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8543 indicate that the condition it was testing is always true.
8544 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8545 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8546 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8547
accc6d1f
JT
85482002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8549
8550 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8551 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8552 tdep->jb_pc and tdep->jb_elt_size.
8553 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8554 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8555 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8556 * alpha-nat.c (get_longjmp_target): Remove.
8557 (JB_ELEMENT_SIZE): Ditto.
8558 (JB_PC): Ditto.
8559 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8560 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8561 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8562 to alpha_get_longjmp_target.
8563 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8564 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8565 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8566
1bfdc549
AC
85672002-04-25 Andrew Cagney <ac131313@redhat.com>
8568
8569 * README: Update to GDB 5.2.
8570
1bd316f0
AC
85712002-04-25 Andrew Cagney <ac131313@redhat.com>
8572
8573 * gdbarch.sh (LC_ALL): Set to `c'.
8574
2e5ff58c
TR
85752002-04-25 Theodore A. Roth <troth@verinet.com>
8576
8577 * avr-tdep.c: Ran through gdb_indent.sh.
8578
e33ce519
TR
85792002-04-25 Theodore A. Roth <troth@verinet.com>
8580
8581 * MAINTAINERS: Add myself as AVR maintainer.
8582 * NEWS: Note new target avr.
8583
8818c391
TR
85842002-04-25 Theodore A. Roth <troth@verinet.com>
8585
8586 * Makefile.in: Add support for AVR target.
8587 * configure.tgt: Add support for AVR target.
8588 * avr-tdep.c: New file
8589 * config/avr/avr.mt: New file.
8590
79509c2d
TR
85912002-04-25 Theodore A. Roth <troth@verinet.com>
8592
8593 * MAINTAINERS: Add myself to write-after-approval.
8594
dac8068e
PM
85952002-04-24 Pierre Muller <ics.u-strasbg.fr>
8596
8597 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8598 with fprintf_unfiltered (gdb_stderr,....
8599
25bf3106
PM
86002002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8601
8602 Fix PR gdb/508.
8603 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8604
24467a86
PM
86052002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8606
8607 * p-exp.y: Also use new prev_lexptr variable
8608 to improve error reporting. Based on Michael Snyder
8609 2002-04-24 dated patch to c-exp.y.
8610
95b80706
JT
86112002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8612
8613 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8614 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8615 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8616 to 0.
8617 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8618 and struct value.
8619 (FUNCTION_START_OFFSET): Remove.
8620 (BREAKPOINT): Ditto.
8621
e90cc612
JT
86222002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8623
8624 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8625 * NEWS: Ditto.
8626
6c72f9f9
JT
86272002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8628
8629 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8630 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8631 alpha_linux_pc_in_sigtramp.
8632 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8633 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8634 alpha_osf1_pc_in_sigtramp.
8635 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8636 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8637 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8638 alphafbsd_pc_in_sigtramp.
8639 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8640 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8641 alphanbsd_pc_in_sigtramp.
8642 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8643 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8644
5e4f3379
JT
86452002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8646
8647 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8648
da8ca43d
JT
86492002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8650
8651 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8652 alphanbsd-tdep.c.
8653 (alphanbsd-nat.o): New dependency list.
8654 (alphanbsd-tdep.o): Ditto.
8655 * NEWS: Note new native NetBSD/alpha configuration.
8656 * alphanbsd-nat.c: New file.
8657 * alphanbsd-tdep.c: Ditto.
8658 * configure.host (alpha*-*-netbsd*): New host.
8659 * configure.tgt (alpha*-*-netbsd*): New target.
8660 * config/alpha/nbsd.mh: New file.
8661 * config/alpha/nbsd.mt: Ditto.
8662 * config/alpha/nm-nbsd.h: Ditto.
8663 * config/alpha/tm-nbsd.h: Ditto.
8664
36a6271d
JT
86652002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8666
8667 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8668 (alpha-osf1-tdep.o): New dependency list.
8669 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8670 and skip_sigtramp_frame members.
8671 * alpha-linux-tdep.c: Include gdbcore.h.
8672 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8673 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8674 * alpha-osf1-tdep.c: New file.
8675 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8676 alpha-osf1-dep.c.
8677 (alpha_frame_past_sigtramp_frame): New function.
8678 (alpha_dynamic_sigtramp_offset): Ditto.
8679 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8680 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8681 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8682 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8683 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8684 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8685 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8686 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8687 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8688 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8689 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8690 to find_solib_trampoline_target.
8691 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8692 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8693 (SKIP_TRAMPOLINE_CODE): Remove.
8694 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8695 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8696 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8697 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8698 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8699 (PROC_SIGTRAMP_MAGIC): Ditto.
8700 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8701 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8702 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8703 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8704 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8705
2f4bc57b
JT
87062002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8707
8708 * NEWS: Note that Alpha targets are now multi-arch.
8709
665132f9
MS
87102002-04-24 Michael Snyder <msnyder@redhat.com>
8711
8712 * parser-defs.h (prev_lexptr): New external variable.
8713 * parse.c (parse_exp_1): Set prev_lexptr to null before
8714 calling the language-specific parser.
8715 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8716 (yyerror): Use prev_lexptr in error reporting.
8717
32872fa7
DJ
87182002-04-24 Daniel Jacobowitz <drow@mvista.com>
8719
8720 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8721 * gregset.h: If FILL_FPXREGSET is defined, provide
8722 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8723 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8724 is defined, call fill_fpxregset.
8725
57e76fac
MS
87262002-04-24 Roland McGrath <roland@frob.com>
8727
8728 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8729 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8730 (supply_gregset, supply_fpregset): New functions.
8731
8732 * gnu-nat.c (gnu_find_memory_regions): New function.
8733 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8734 (gnu_xfer_memory): Add a cast.
8735
f43845b3
MS
87362002-04-24 Michael Snyder <msnyder@redhat.com>
8737
361d1df0 8738 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8739 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8740 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8741 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8742 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8743 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8744
a0abec03
AC
8745Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8746
8747 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8748 NUM_PSEUDO_REGS can be used.
8749
d7bd68ca
AC
87502002-04-24 Andrew Cagney <ac131313@redhat.com>
8751
8752 * arch-utils.h: Update copyright.
8753
8754 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8755 * gdbarch.h, gdbarch.c: Re-generate.
8756
8757 * inferior.h (IN_SIGTRAMP): Delete definition.
8758 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8759 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8760
8761 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8762 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8763 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8764 (find_proc_framesize): Ditto.
8765 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8766 (alpha_init_extra_frame_info): Ditto.
8767 * infrun.c (handle_inferior_event): Ditto.
8768 (handle_inferior_event): Ditto.
8769 (check_sigtramp2): Ditto.
8770 * blockframe.c (create_new_frame): Ditto.
8771 (get_prev_frame): Ditto.
8772 * ppc-linux-tdep.c: Update comments.
8773 * i386-linux-tdep.c: Update comments.
8774 * breakpoint.c (bpstat_what): Update comment.
8775
4867e41e
DM
87762002-04-24 David S. Miller <davem@redhat.com>
8777
21d83aa5
DM
8778 * i960-tdep.c (register_in_window_p): New function.
8779 (i960_find_saved_register): Use it instead of
8780 REGISTER_IN_WINDOW_P.
8781 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8782
4867e41e
DM
8783 * symtab.h (find_stab_function_addr): Kill extern.
8784 * minsyms.c (find_stab_function_addr): Remove from here...
8785 * dbxread.c: ... to here, and mark it static.
8786
69cdf6a2
DM
87872002-04-20 David S. Miller <davem@redhat.com>
8788
8789 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8790 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8791
5a595886
DM
87922002-04-21 David S. Miller <davem@redhat.com>
8793
8794 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8795 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8796 (vx_write_register): Likewise.
8797
1da1a192
JB
87982002-04-23 J. Brobecker <brobecker@gnat.com>
8799
8800 * source.c (is_regular_file): New function.
8801 (openp): Check wether file to open is a regular file
8802 to avoid opening directories.
8803
baa6f10b
JT
88042002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8805
8806 * findvar.c (extract_signed_integer): Cast printf argument
8807 to suppress format warning.
8808 (extract_unsigned_integer): Likewise.
8809 * infcmd.c (registers_info): Likewise.
8810 * top.c (get_prompt_1): Likewise.
8811 * valops.c (value_assign): Likewise.
8812 * valprint.c (print_decimal): Likewise.
8813
b2c4da81
L
88142002-04-22 H.J. Lu (hjl@gnu.org)
8815
8816 * c-exp.y (typebase): Support
361d1df0 8817
b2c4da81
L
8818 [long|long long|short] [signed|unsigned] [int|]
8819
8820 and
8821
8822 signed [long|long long|short] int
8823
f267bd6a
JT
88242002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8825
8826 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8827 and vax-tdep.h.
8828 * vax-tdep.h: New file.
8829 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8830 Make several routines static.
8831 (vax_get_saved_register): New function.
8832 (vax_gdbarch_init): New function.
8833 (_initialize_vax_tdep): Register vax_gdbarch_init.
8834 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8835 Remove macros now under the control of gdbarch.
8836
da3c6d4a
MS
88372002-04-22 Michael Snyder <msnyder@redhat.com>
8838
11d3b27d
MS
8839 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8840 Some whitespace and coding standards tweaks.
da3c6d4a 8841
a33f7558
JT
88422002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8843
8844 * vax-tdep.c: Include regcache.h.
8845 (vax_call_dummy_words): New.
8846 (sizeof_vax_call_dummy_words): New.
8847 (vax_fix_call_dummy): New function.
8848 (vax_saved_pc_after_call): Ditto.
8849 * config/vax/tm-vax.h: Don't include regcache.h.
8850 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8851 (CALL_DUMMY): Remove.
8852 (CALL_DUMMY_WORDS): Define.
8853 (SIZEOF_CALL_DUMMY_WORDS): Define.
8854 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8855
47a73475
MS
88562002-04-18 Michael Snyder <msnyder@redhat.com>
8857
8858 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8859
52efde73
JT
88602002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8861
8862 * vax-tdep.c (vax_frame_chain): New function.
8863 (vax_push_dummy_frame): Ditto.
8864 (vax_pop_frame): Ditto.
8865 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8866 (FRAMELESS_FUNCTION_INVOCATION): Use
8867 generic_frameless_function_invocation_not.
8868 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8869 (POP_FRAME): Use vax_pop_frame.
8870
ea74468c
JT
88712002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8872
8873 * vax-tdep.c (vax_store_struct_return): New function.
8874 (vax_extract_return_value): Ditto.
8875 (vax_store_return_value): Ditto.
8876 (vax_extract_struct_value_address): Ditto.
8877 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8878 vax_store_struct_return.
8879 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8880 (STORE_RETURN_VALUE): Use vax_store_return_value.
8881 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8882
5516aa92
JT
88832002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8884
8885 * vax-tdep.c (vax_frame_saved_pc): New function.
8886 (vax_frame_args_address_correct): Ditto.
8887 (vax_frame_args_address): Ditto.
8888 (vax_frame_locals_address): Ditto.
8889 (vax_frame_num_args): Move code to be in proximity to
8890 other frame-related functions.
8891 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8892 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8893 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8894 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8895 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8896
36af0b35
L
88972002-04-22 H.J. Lu (hjl@gnu.org)
8898
8899 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8900 includedir.
8901
ab62c900
JT
89022002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8903
8904 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8905 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8906 (FRAME_INIT_SAVED_REGS): New macro.
8907
7232b100
JT
89082002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8909
8910 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8911
b70d2aee
JT
89122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8913
8914 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8915 where needed.
8916 (fetch_osf_core_registers): Likewise.
8917 (supply_gregset): Likewise.
8918
a0e8a2d1 89192002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8920
a0e8a2d1
JB
8921 * symfile.h (get_section_index): Define.
8922 * symfile.c (get_section_index): New function.
8923 * mdebugread.c (SC_IS_SBSS): New macro.
8924 (SC_IS_BSS): Return true for the scBss storage class only, as
8925 the scSBss storage class refers to the .sbss section.
8926 (parse_partial_symbols): Discard the symbols which associated
8927 section does not exist.
8928 Make sure to use the .sbss section index for symbols which
8929 storage class is scBss, rather than using the .bss section index.
8930
51eb8b08
JT
89312002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8932
8933 * vax-tdep.c: Update copyright years.
8934 (vax_register_name): New function.
8935 (vax_register_byte): Ditto.
8936 (vax_register_raw_size): Ditto.
8937 (vax_register_virtual_size): Ditto.
8938 (vax_register_virtual_type): Ditto.
8939 * config/vax/tm-vax.h: Update copyright years.
8940 (REGISTER_NAMES): Remove.
8941 (REGISTER_NAME): Define.
8942 (REGISTER_BYTE): Use vax_register_byte.
8943 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8944 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8945 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8946
6cc1c0a8
AC
89472002-04-21 Andrew Cagney <ac131313@redhat.com>
8948
8949 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8950 declaration
8951 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8952
9319a2fe
DM
89532002-04-21 David S. Miller <davem@redhat.com>
8954
8955 * arch-utils.c (generic_prologue_frameless_p): Kill
8956 SKIP_PROLOGUE_FRAMELESS_P code.
8957 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8958 references.
8959 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8960 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8961 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8962 references.
8963 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8964 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8965 (sparc_gdbarch_init): Pass it to
8966 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8967
e9ed6d01
JT
89682002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8969
8970 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8971 (alphabsd-nat.o): New dependency list.
8972
36012033
JT
89732002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8974
8975 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8976 alphafbsd-tdep.c.
8977 (alpha-linux-tdep.o): New dependency list.
8978 (alphafbsd-tdep.o): Likewise.
8979
3379287a
JT
89802002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8981
8982 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8983 to here...
8984 * alpha-tdep.c: ...from here.
8985 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8986
4bcbd6cb
JT
89872002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8988
8989 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8990 prototype from here...
8991 * alpha-tdep.h: ...to here.
8992
b31da25e
AC
89932002-04-21 Andrew Cagney <ac131313@redhat.com>
8994
8995 * frame.h (selected_frame_level): Document as deprecated.
8996 (frame_relative_level): Declare.
8997 * stack.c (frame_relative_level): New function.
8998 (selected_frame_level): Document as deprecated.
8999 (select_frame): Do not set the selected_frame_level.
9000
9001 * stack.c (frame_info, record_selected_frame): Update.
9002 (frame_command, current_frame_command): Update.
9003 (up_silently_base, up_command, down_silently_base): Update.
9004 (down_command): Update.
9005 * inflow.c (kill_command): Update.
9006 * tracepoint.c (finish_tfind_command): Update.
9007 * corelow.c (core_open): Update.
9008 * thread.c (info_threads_command): Update.
9009 (do_captured_thread_select): Update.
9010 * infcmd.c (finish_command): Update.
9011 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9012
9c1d6fe5
JT
90132002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9014
9015 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9016
ab89facf
AC
90172002-04-21 Andrew Cagney <ac131313@redhat.com>
9018
9019 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9020 type const.
9021
82a4efa1
JT
90222002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9023
9024 * alphafbsd-tdep.c: Update copyright years. Include
9025 alpha-tdep.h.
9026 (alphafbsd_use_struct_convention): Make static.
9027 (alphafbsd_init_abi): New function.
9028 (_initialize_alphafbsd_tdep): New function.
9029 * config/alpha/tm-fbsd.h: Update copyright years.
9030 (USE_STRUCT_CONVENTION): Remove.
9031
44dffaac
JT
90322002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9033
9034 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9035 an Alpha ABI variant.
9036 (alpha_abi_handler_list): Declare.
9037 (alpha_gdbarch_register_os_abi): New function.
9038 (alpha_gdbarch_init): Give registered ABI variant handlers a
9039 chance to tweak the gdbarch once we have set up defaults.
9040 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9041
65585be4
JT
90422002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9043
9044 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9045 to standard_coerce_float_to_double.
9046 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9047
d9b023cc
JT
90482002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9049
9050 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9051 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9052 from gdbarch_tdep rather than a constant.
9053 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9054 the default text address for all Alpha Unix ABIs.
9055 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9056 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9057
dc129d82
JT
90582002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9059
9060 * alpha-tdep.h: New file. Includes several Alpha target constants
9061 taken from...
9062 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9063 let gdbarch deal with.
9064 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9065 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9066 to dependency list.
9067 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9068 Alpha target register names.
9069 * alphabsd-nat.c: Likewise.
9070 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9071 Alpha target register names. Make serveral routines static.
9072 (alpha_get_saved_register): New function.
9073 (alpha_abi_names): New.
9074 (process_note_abi_tag_sections): New function.
9075 (get_elfosabi): New function.
9076 (alpha_gdbarch_init): New function.
9077 (alpha_dump_tdep): New function.
9078 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9079
d49d1e0a
AC
90802002-04-21 Andrew Cagney <ac131313@redhat.com>
9081
9082 * frame.c (find_saved_register): Delete #ifdef
9083 HAVE_REGISTER_WINDOWS code.
9084 * config/sparc/tm-sparc.h: Update comments.
9085 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9086
92e8c9ed
AC
90872002-04-21 Andrew Cagney <ac131313@redhat.com>
9088
9089 * i960-tdep.c (i960_find_saved_register): New function.
9090 (i960_get_saved_register): New function.
9091 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9092 (i960_get_saved_register): Declare.
9093 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9094
e1925118
DM
90952002-04-20 David S. Miller <davem@redhat.com>
9096
9097 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9098
29673b29
AC
90992002-04-20 Andrew Cagney <ac131313@redhat.com>
9100
9101 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9102 instead of NUM_PSEUDO_REGS.
9103
6c86dcd5
DM
91042002-04-20 David S. Miller <davem@redhat.com>
9105
9106 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9107 GDB_MULTI_ARCH_PARTIAL
9108 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9109 define, let tm-sp64.h do it.
9110
aa40ec90
JT
91112002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9112
9113 * frame.c (find_saved_register): Avoid a NULL pointer
9114 dereference and actually walk the frame list.
9115
0f79675b
AC
91162002-04-20 Andrew Cagney <ac131313@redhat.com>
9117
9118 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9119 sorted in most most-recent-used order. Document.
9120 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9121
f91305dd 91222002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9123
9124 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9125 instead of ->prev.
9126 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9127 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9128 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9129 instead of ->prev.
9130
73d322b1
EZ
91312002-04-19 Elena Zannoni <ezannoni@redhat.com>
9132
9133 Fix PR gdb/471.
9134 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9135 (build_builtin_type_vec128): Ditto.
9136 (append_composite_type_field): Fix calculation of type length in
9137 union case.
9138
ccd9a834
EZ
91392002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9140
9141 * config/djgpp/README: Update.
9142
9143 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9144 compiler warnings.
9145
a57f9e49
JT
91462002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9147
9148 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9149 (alpha_setup_arbitrary_frame): ...to this.
9150 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9151 for alpha_setup_arbitrary_frame.
9152
f4f9705a
AC
91532002-04-18 Andrew Cagney <cagney@redhat.com>
9154
9155 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9156 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9157
f4f9705a
AC
9158 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9159 * target.h (memory_breakpoint_from_pc): Update declaration.
9160 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9161
9162 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9163 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9164 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9165 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9166 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9167 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9168 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9169 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9170 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9171 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9172 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9173 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9174
9175 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9176 const pointer.
9177 * monitor.c (monitor_insert_breakpoint): Ditto.
9178 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9179
9180 * config/mcore/tm-mcore.h: Update copyright.
9181 * mem-break.c: Ditto.
9182 * xstormy16-tdep.c: Ditto.
9183
29f319b8
PM
91842002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9185
9186 * p-exp.y: Add precedence rule for '^' token.
9187 This removes the shift/reduce conflicts.
9188 Remove the comment concerning these shift/reduce conflicts.
9189
ebeac11a
EZ
91902002-04-18 Elena Zannoni <ezannoni@redhat.com>
9191
9192 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9193 (registers_powerpc_nofp): New register set for processors
9194 without floating point unit.
9195
27c31547
DM
91962002-04-18 David S. Miller <davem@redhat.com>
9197
9198 * MAINTAINERS: Add myself to write-after-approval.
9199
47a73475
MS
92002002-04-17 Michael Snyder <msnyder@redhat.com>
9201
9202 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9203
953836b2
AC
92042002-04-17 Andrew Cagney <ac131313@redhat.com>
9205
9206 * rs6000-tdep.c (frame_initial_stack_address): Use
9207 frame_register_read to read the alloca_reg.
9208
8b0d4340
AC
92092002-04-17 Andrew Cagney <ac131313@redhat.com>
9210
9211 * frame.c (find_saved_register): Find saved registers in the next
9212 not prev frame.
9213 Fix PR gdb/365.
9214
d8864532
AC
92152002-04-17 Andrew Cagney <ac131313@redhat.com>
9216
9217 * gdbarch.sh (LANG): Set to ``c''.
9218
36cc83a3 92192002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9220
36cc83a3 9221 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9222
2f4150cc 92232002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9224
9225 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9226 Update copyright.
9227
628703c6 9228 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9229 Also fix PR gdb/391.
361d1df0 9230
56157b4a
AC
92312002-04-14 Andrew Cagney <ac131313@redhat.com>
9232
9233 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9234 * aclocal.m4, configure: Re-generate.
9235 Fix PR gdb/391.
361d1df0 9236
6d1e3329
EZ
92372002-04-14 Elena Zannoni <ezannoni@redhat.com>
9238
9239 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9240 instead of tm_print_insn.
9241
cb06fa07
EZ
92422002-04-14 Elena Zannoni <ezannoni@redhat.com>
9243
9244 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9245
f208ba17
AC
92462002-04-14 Andrew Cagney <ac131313@redhat.com>
9247
9248 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9249 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9250 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9251
20f01a46
DH
92522002-04-12 Don Howard <dhoward@redhat.com>
9253
9254 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9255 max_user_call_depth.
9256 (init_cmd_lists): Initialize the new value;
9257 * cli/cli-script.c (execute_user_command): Limit the call depth of
9258 user defined commands. This avoids a core-dump when user commands
9259 are infinitly recursive.
9260
a88376a3
KB
92612002-04-12 Kevin Buettner <kevinb@redhat.com>
9262
9263 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9264 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9265 from tdep struct instead of DEFAULT_LR_SAVE.
9266 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9267 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9268 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9269
f2172603
MS
92702002-04-12 Michael Snyder <msnyder@redhat.com>
9271
694f61fb 9272 * Remote.c: Spelling fix.
20fe79c8
MS
9273 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9274 If no symbol found for "sbrk", try "_sbrk".
9275 (make_output_phdrs): Use bfd_section_name.
9276 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9277 * eval.c: Indentation fix-ups.
169a7369
MS
9278 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9279 in case it gets applied to an address that is already
9280 in the instruction space.
de74f71f
MS
9281 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9282 * symfile.c: Fix indentation, long lines.
f2172603
MS
9283 * source.c: White space fix-up.
9284
cda5a58a
AC
92852002-04-12 Andrew Cagney <cagney@redhat.com>
9286
9287 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9288 * frame.c (frame_register_read): New function. Return non-zero on
9289 success.
9290 (read_relative_register_raw_bytes_for_frame): Delete.
9291 (read_relative_register_raw_bytes): Delete.
9292 * frame.h (frame_register_read): Declare.
9293 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9294 * sh-tdep.c: Ditto.
9295 * infcmd.c (do_registers_info): Ditto.
9296 * hppa-tdep.c: Ditto.
9297 * rs6000-tdep.c: Ditto.
9298 * h8500-tdep.c: Ditto.
9299 * mips-tdep.c: Ditto.
9300 * h8300-tdep.c: Ditto.
9301 * z8k-tdep.c: Ditto.
9302
2ea5f656
KB
93032002-04-12 Kevin Buettner <kevinb@redhat.com>
9304
9305 From Jimi X <jimix@watson.ibm.com>:
9306 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9307 64-bit SysV ABI.
9308
27b15785
KB
93092002-04-12 Kevin Buettner <kevinb@redhat.com>
9310
9311 From Jimi X <jimix@watson.ibm.com>:
9312 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
9313 bfd info.
9314
5d57ee30
KB
93152002-04-12 Kevin Buettner <kevinb@redhat.com>
9316
9317 From Jimi X <jimix@watson.ibm.com>:
9318 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9319 register sets for these processor variants.
9320
bc1e36ca
DJ
93212002-04-11 Daniel Jacobowitz <drow@mvista.com>
9322
bc1e36ca
DJ
9323 * regformats/reg-ppc.dat: Support FPSCR.
9324
e3f36dbd
KB
93252002-04-11 Kevin Buettner <kevinb@redhat.com>
9326
9327 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9328 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9329 Add fpscr as an invalid/unfetchable register.
9330 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9331 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9332 (fill_fpregset): Add support for register fpscr.
9333 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9334 (fill_gregset): Account for the fact that register ``mq'' might
9335 not exist.
9336 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9337 (registers_power): Add fpscr to register set at slot 71.
9338 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9339 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9340
943c9c25
MS
93412002-04-11 Michael Snyder <msnyder@redhat.com>
9342
9343 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9344 * configure: Regenerate.
9345 * config.in: Regenerate.
9346 * acconfig.h: Add define for _SYSCALL32.
9347 * core-sol2.c: Remove #define _SYSCALL32.
9348 * solib-legacy.c: Remove #define _SYSCALL32.
9349
d8c0a2e7
AC
93502002-04-10 Andrew Cagney <ac131313@redhat.com>
9351
9352 * stack.c (select_frame): Cleanup internal error message, do not
9353 use %p.
9354
7cc19214
AC
93552002-04-10 Andrew Cagney <ac131313@redhat.com>
9356
9357 * stack.c (select_frame): Check that selected_frame and the
9358 specified level are as expected.
9359 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9360 Update copyright.
9361 * frame.h (struct frame_info): Add field `level'. Update
9362 copyright.
9363 Work-in-progress PR gdb/464.
9364
67a2b77e
AC
93652002-04-10 Andrew Cagney <ac131313@redhat.com>
9366
9367 * maint.c (maint_print_section_info): Rename print_section_info.
9368 (print_bfd_section_info, print_objfile_section_info): Update.
9369 * inferior.h (struct gdbarch): Add opaque declaration.
9370 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9371 * gdbarch.h: Regenerate.
9372
8cfda98c
ML
93732002-04-10 Michal Ludvig <mludvig@suse.cz>
9374
9375 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9376 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9377 (kernel_u_size): Added.
9378 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9379 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9380
ca439ad2 93812002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9382
ca439ad2
JI
9383 * valarith.c (find_size_for_pointer_math): New function, either returns
9384 the size for a pointer's target, returns 1 for void *, or errors for
9385 incomplete types.
9386 (value_add, value_sub): use find_size_for_pointer_math.
9387
2f2893d9
DJ
93882002-04-09 Daniel Jacobowitz <drow@mvista.com>
9389
9390 * linux-low.c (linux_look_up_symbols): New hook.
9391 (linux_target_ops): Add linux_look_up_symbols.
9392 * remote-utils.c (decode_address): New function.
9393 (look_up_one_symbol): New function.
9394 * server.c (handle_query): Call target look_up_symbols hook.
9395 * server.h (look_up_one_symbol): Add prototype.
9396 * target.h (struct target_ops): Add look_up_symbols hook.
9397
96cb11df
AC
93982002-04-09 Andrew Cagney <ac131313@redhat.com>
9399
9400 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9401 override FP_REGNUM with frame->fp. Update copyright.
9402 * parse.c (num_std_regs, std_regs): Delete.
9403 (target_map_name_to_register): Do not search std_regs. Update
9404 function description.
9405 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9406 declarations. Update copyright.
9407 Fix PR gdb/251.
361d1df0 9408
97658e92
DJ
94092002-04-09 Daniel Jacobowitz <drow@mvista.com>
9410
9411 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9412 after the last symbol in a block.
9413
6044e3eb
PM
94142002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9415
9416 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9417 is non zero as a found symbol.
9418
0406ec40
AC
94192002-04-08 Andrew Cagney <ac131313@redhat.com>
9420
9421 * findvar.c: Include "builtin-regs.h".
9422 (value_of_register): Call value_of_builtin_reg when applicable.
9423 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9424 (target_map_name_to_register): Call
9425 builtin_reg_map_name_to_regnum.
9426 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9427 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9428 (builtin_regs_h): Define.
9429 (builtin-regs.o): New target.
9430 (findvar.o): Add $(builtin_regs_h).
9431 * builtin-regs.c, builtin-regs.h: New files.
9432 * std-regs.c: New file.
9433 Partial fix for PR gdb/251.
9434
56a6dfb9
KB
94352002-04-08 Kevin Buettner <kevinb@redhat.com>
9436
9437 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9438 it's no longer required.
9439
3a808432
AC
94402002-04-08 Andrew Cagney <ac131313@redhat.com>
9441
9442 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9443
7c40d541
KB
94442002-04-08 Kevin Buettner <kevinb@redhat.com>
9445
9446 From Jimi X <jimix@watson.ibm.com>:
9447 * rs6000-tdep.c (rs6000_software_single_step): Use
9448 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9449 and size. Use target_insert_breakpoint() and
9450 target_remove_breakpoint() to insert and remove breakpoints
9451 instead of explicit memory reads and writes.
9452
cc9836a8
KB
94532002-04-08 Kevin Buettner <kevinb@redhat.com>
9454
9455 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9456 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9457 ELF_OBJECT_FORMAT ifdef.
9458
7495d1dc
KB
94592002-04-08 Kevin Buettner <kevinb@redhat.com>
9460
9461 From Jimi X <jimix@watson.ibm.com>:
9462 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9463
4288e836
KB
94642002-04-08 Kevin Buettner <kevinb@redhat.com>
9465
9466 From Jimi X <jimix@watson.ibm.com>:
9467 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9468 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9469
a4e4e501
MK
94702002-04-07 Mark Kettenis <kettenis@gnu.org>
9471
9472 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9473 s/asprintf/xasprintf/.
9474 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9475
006defba
AC
94762002-04-07 Andrew Cagney <ac131313@redhat.com>
9477
9478 I believe Jeff Law denies responsability for this one:
9479 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9480 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9481 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9482 Work-around for PR gdb/366.
9483
7aa83cac
EZ
94842002-04-07 Elena Zannoni <ezannoni@redhat.com>
9485
9486 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9487 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9488 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9489
cf1fcca1
EZ
94902002-04-07 Elena Zannoni <ezannoni@redhat.com>
9491
9492 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9493 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9494 information.
9495
3f289e6f
AC
94962002-04-07 Andrew Cagney <ac131313@redhat.com>
9497
9498 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9499 maintainer.
9500
129188f6
AC
95012002-04-07 Andrew Cagney <ac131313@redhat.com>
9502
9503 * README (Reporting Bugs in GDB): Document the bug web page as the
9504 prefered way of submitting bugs.
9505 Fix PR gdb/402.
9506
1200cd6e
AC
95072002-04-06 Andrew Cagney <ac131313@redhat.com>
9508
9509 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9510 -1. Update comment.
9511 * gdbarch.h, gdbarch.c: Re-generate.
9512
2853c33c
AS
95132002-04-07 Andreas Schwab <schwab@suse.de>
9514
9515 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9516 buffer to regcache_collect.
9517
c2169756
AC
95182002-04-06 Andrew Cagney <ac131313@redhat.com>
9519
9520 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9521 * gdbarch.c, gdbarch.h: Re-generate.
9522
25f1b008
AC
95232002-04-06 Andrew Cagney <ac131313@redhat.com>
9524
9525 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9526 declaration. Fix -Werror.
9527
59263426
DJ
95282002-04-05 Daniel Jacobowitz <drow@mvista.com>
9529
9530 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9531 * gdbarch.c: Regenerate.
9532
f5db4da3
MS
95332002-04-05 Michael Snyder <msnyder@redhat.com>
9534
80f8a6eb
MS
9535 * breakpoint.c (clear_command): Rewrite middle section to
9536 combine two loops with identical control conditions.
9537 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9538 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9539
ad3dcc5c
L
95402002-04-05 H.J. Lu (hjl@gnu.org)
9541
9542 * solib-svr4.c (bkpt_names): Add "__start".
9543
f32e7a74
AC
95442002-04-04 Andrew Cagney <ac131313@redhat.com>
9545
9546 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9547 as test for 64 bit target.
9548
8227c0ff
AC
95492002-04-05 Andrew Cagney <ac131313@redhat.com>
9550
9551 * h8500-tdep.c (h8500_write_fp): Delete function.
9552 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9553 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9554 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9555 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9556 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9557 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9558 (s390_write_fp):
9559 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9560 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9561 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9562 (d10v_write_fp): Delete function.
9563 * inferior.h (write_fp, generic_target_write_fp): Delete
9564 declarations.
9565 * regcache.c (generic_target_write_fp): Delete function.
9566 (write_fp): Delete function.
9567 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9568 * gdbarch.h, gdbarch.c: Regenerate.
9569 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9570 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9571 (sparc64_write_fp): Delete declaration.
9572 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9573 (h8500_write_fp): Delete declaration.
9574
2757dd86
AC
95752002-04-04 Andrew Cagney <ac131313@redhat.com>
9576
9577 * sparc-tdep.c (sparc64_write_fp): Delete.
9578 (sparc_push_dummy_frame): Replace write_fp call with code to store
9579 the FP directly.
9580 (sparc_gdbarch_init): Do not initialize write_fp.
9581
c69255e1
KB
95822002-04-05 Kevin Buettner <kevinb@redhat.com>
9583
9584 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9585 clause.
9586
ae767bfb
JB
95872002-03-29 Jim Blandy <jimb@redhat.com>
9588
9589 * stack.c (get_selected_block): Add new argument `addr_in_block',
9590 used to return the exact code address we used to select the block,
9591 not just the block.
9592 * blockframe.c (get_frame_block, get_current_block): Same.
9593 * frame.h (get_frame_block, get_current_block,
9594 get_selected_block): Update declarations.
9595 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9596 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9597
84d2ac95
MS
95982002-04-05 Michael Snyder <msnyder@redhat.com>
9599
9600 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9601 warning message.
9602
596aa3bf
JB
96032002-04-05 J. Brobecker <brobecker@gnat.com>
9604
9605 * utils.c (xfullpath): New function.
9606 * defs.h (xfullpath): Add declaration.
9607 * source.c (openp): Use xfullpath in place of gdb_realpath to
9608 avoid resolving the basename part of filenames when the
9609 associated file is a symbolic link. This fixes a potential
9610 inconsistency between the filenames known to GDB and the
9611 filenames it prints in the annotations.
9612 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9613 to be able to match a filename with either the real filename, or
9614 the name of any symbolic link to this file.
9615 (lookup_partial_symtab): Ditto.
9616
c02f5703
MS
96172002-04-04 Michael Snyder <msnyder@redhat.com>
9618
9619 * breakpoint.c: Add support for hardware breakpoints in overlays.
9620 (overlay_events_enabled): New state variable.
9621 (insert_breakpoints): Use overlay_events_enabled to decide
9622 whether to attempt to set a breakpoint at the overlay load addr.
9623 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9624 (remove_breakpoint): Use overlay_events_enabled to decide
9625 whether breakpoints need to be removed from overlay load addr.
9626 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9627 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9628 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9629 disable_overlay_breakpoints): Update overlay_events_enabled.
9630
5fb290d7
DJ
96312002-04-04 Daniel Jacobowitz <drow@mvista.com>
9632
9633 * dwarf2read.c (struct function_range): New.
9634 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9635 (check_cu_functions): New.
9636 (read_file_scope): Initialize global function lists.
9637 Call dwarf_decode_line after processing children.
9638 (read_func_scope): Add to global function list.
9639 (dwarf_decode_lines): Call check_cu_functions everywhere
9640 record_line is called. Call record_line with a linenumber
9641 of 0 to mark sequence ends.
9642
7b3fabf0
ML
96432002-04-04 Michal Ludvig <mludvig@suse.cz>
9644
361d1df0 9645 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9646 change sync with glibc.
9647
bce58c09
JB
96482002-04-03 Jim Blandy <jimb@redhat.com>
9649
9650 * configure.in: Call AC_C_INLINE.
9651 * configure: Regenerated.
361d1df0 9652
2fccf04a
DJ
96532002-04-01 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9656 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9657
2d1bfe2e
MK
96582002-03-31 Mark Kettenis <kettenis@gnu.org>
9659
a5941fbf
MK
9660 * NEWS: Mention gcore support on FreeBSD/i386.
9661
a90cd31d
MK
9662 * fbsd-proc.c: New file.
9663 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9664 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9665
2d1bfe2e
MK
9666 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9667 while statement.
9668
9eb6e5a1
JB
96692002-03-29 Jim Blandy <jimb@redhat.com>
9670
9671 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9672 unescaped newlines in string literals, but newer ones don't. So
9673 escape them.
9674
f02df580
MS
96752002-03-26 Michael Snyder <msnyder@redhat.com>
9676 Andrew Cagney <cagney@redhat.com>
9677
361d1df0 9678 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9679 restore file to memory.
9680 * cli/cli-dump.h: New file.
9681 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9682 * NEWS: Mention new commands.
f02df580 9683
109f874e
MS
96842002-03-28 Michael Snyder <msnyder@redhat.com>
9685
9686 * symfile.c (symbol_file_add): Move test for null symbols to later.
9687
520f6ade
AC
96882002-03-27 Andrew Cagney <ac131313@redhat.com>
9689
9690 From veksler at il.ibm.com:
9691 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9692 the xstrduped original path.
9693 Fix PR gdb/417.
9694
d4654627
MS
96952002-03-27 Michael Snyder <msnyder@redhat.com>
9696
9697 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9698 * infcmd.c (_initialize_infcmd): Ditto.
9699 * language.c (_initialize_language): Ditto.
9700 * symfile.c (_initialize_symfile): Ditto.
9701 * top.c (_init_main): Ditto.
9702 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9703
6be8bc0c
EZ
97042002-03-27 Elena Zannoni <ezannoni@redhat.com>
9705
9706 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9707 vector registers handling.
9708 (skip_prologue): Handle new AltiVec instructions. Fill in new
9709 fields of frame data.
9710 (frame_get_saved_regs): Fill in information for AltiVec registers.
9711
12af6855
JB
97122002-03-27 Jim Blandy <jimb@redhat.com>
9713
9714 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9715 a function; leave this macro here to invoke that function.
9716 (symbol_init_mangled_name): Declaration for that function.
9717 * symtab.c (symbol_init_mangled_name): New function.
9718
dc672865
AC
97192002-03-27 Andrew Cagney <ac131313@redhat.com>
9720
9721 * valarith.c: Replace strerror with safe_strerror.
9722 * tracepoint.c: Ditto.
9723 * lin-lwp.c: Ditto.
9724 * go32-nat.c: Ditto.
9725 * inflow.c: Ditto.
9726 * gnu-nat.c: Ditto.
9727
d96429cd
AS
97282002-03-27 Andreas Schwab <schwab@suse.de>
9729
9730 * event-top.c (command_line_handler): Remove useless if.
9731
7e336ba1
AJ
97322002-03-27 Andreas Jaeger <aj@suse.de>
9733
9734 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9735 comment.
9736
de220d0f
ML
97372002-03-27 Michal Ludvig <mludvig@suse.cz>
9738
9739 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9740 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9741 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9742 (x86_64_linux_dr_get_status, supply_gregset),
9743 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9744 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9745 (x86_64_register_info_table): Add.
9746 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9747 (x86_64_register_raw_size, x86_64_register_virtual_type),
9748 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9749 general x86_64_register_info_table.
9750 (i386_gdbarch_init): gdbarch_register_bytes is now set
9751 dynamicaly during initialization.
9752 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9753 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9754
0e98d0a7
DJ
97552002-03-27 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * gdbserver/server.c (main): Call target_signal_to_host_p
9758 and target_signal_to_host on signals received from the remote.
9759 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9760 target_signal_from_host on signals sent to the remote.
9761 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9762 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9763
3130066b
DJ
97642002-03-27 Daniel Jacobowitz <drow@mvista.com>
9765
9766 * signals/signals.c: Include "server.h" in gdbserver build.
9767 (target_signal_from_name): Don't use STREQ.
9768 (_initialize_signals): Likewise. Don't include function in
9769 gdbserver build.
9770
9aedf4f4
DJ
97712002-03-27 Daniel Jacobowitz <drow@mvista.com>
9772
9773 * signals.c: Moved to...
9774 * signals/signals.c: Here.
7e336ba1 9775 * Makefile (signals.o): Update.
9aedf4f4 9776
3fa41cdb
JL
97772002-03-26 Jeff Law (law@redhat.com)
9778
9779 * somread.c (som_symtab_read): Remove some commented out code and
9780 updated related comments. Do not set the minimal symbol table to
9781 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9782 in a dynamic executable.
9783 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9784 where we are unable to find the minimal symbol for the given
9785 PC value.
9786
ee677e8d
MS
97872002-03-25 Jeff Law (law@redhat.com)
9788
9789 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9790
e76e1718
ML
97912002-03-25 Michal Ludvig <mludvig@suse.cz>
9792
9793 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9794
18a642a1
AC
97952002-03-23 Andrew Cagney <ac131313@redhat.com>
9796
9797 * command.h: Update copyright.
9798 (struct cmd_list_element): Replace definition with opaque
9799 declaration.
9800 (enum cmd_types): Document that it will eventually be moved to
9801 cli/cli-decode.h
9802 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9803 (MALLOCED_REPLACEMENT): Delete macro.
9804 * Makefile.in (cli_decode_h): Add $(command_h).
9805 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9806 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9807 * completer.c: Include "cli/cli-decode.h".
9808 * maint.c: Include "cli/cli-decode.h".
9809 * cli/cli-decode.h: Include "command.h".
9810 (enum command_class): Delete.
9811 (enum cmd_types): Comment out.
9812 (enum cmd_auto_boolean): Delete.
9813 (enum var_types): Delete.
9814
b2875cc0
AC
98152002-03-23 Andrew Cagney <ac131313@redhat.com>
9816
9817 * cli/cli-decode.c: Include "gdb_assert.h".
9818 (add_set_or_show_cmd): New static function.
9819 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9820 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9821 all fields, such as func, from the set command.
9822
3b45974e
AC
98232002-03-23 Andrew Cagney <ac131313@redhat.com>
9824
9825 * MAINTAINERS (sh-elf): Change warning flag to -w.
9826
823ca731
AC
98272002-03-23 Andrew Cagney <cagney@redhat.com>
9828
9829 * defs.h (error): Add printf format attribute.
9830 * thread-db.c (thread_from_lwp): Fix error format string.
9831 * stack.c (parse_frame_specification): Ditto.
9832 * cli/cli-decode.c (undef_cmd_error): Ditto.
9833 * scm-lang.c (scm_lookup_name): Ditto.
9834 * tracepoint.c (trace_error): Ditto.
9835 * remote-utils.c (usage): Ditto.
9836 * remote.c (compare_sections_command): Ditto.
9837 Fix PR gdb/328.
9838
0e101458
AC
98392002-03-22 Andrew Cagney <ac131313@redhat.com>
9840
9841 * gdbtypes.c (append_composite_type_field): New function.
9842 (init_composite_type): New function.
9843 * gdbtypes.h (append_composite_type_field): Declare.
9844 (init_composite_type): Ditto.
9845
8e0662df
EZ
98462002-03-22 Elena Zannoni <ezannoni@redhat.com>
9847
9848 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9849 function.
8e0662df
EZ
9850 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9851 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9852 structure returning convention for SYSV ABI case, but not
9853 for GNU/Linux, FreeBSD, or NetBSD.
9854
3121eff0
DJ
98552002-03-22 Daniel Jacobowitz <drow@mvista.com>
9856
9857 * symtab.h (lookup_block_symbol): Add mangled_name argument
9858 to prototype.
9859
9860 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9861 with new mangled_name argument.
9862 * linespec.c (decode_line_1): Likewise.
9863 * valops (value_of_this): Likewise.
9864 * symtab.c (lookup_transparent_type): Likewise.
9865 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9866 (lookup_symbol): If we are given a mangled name, pass it down
9867 to lookup_symbol_aux.
9868 (lookup_block_symbol): If we are given a mangled name to check
9869 against, only return symbols which match it.
9870
349b409f
CF
98712002-03-22 Christopher Faylor <cgf@redhat.com>
9872
9873 * win32-nat.c (child_create_inferior): Check for proper shell to use
9874 here, in case the user changes it on the fly.
9875 (_initialize_inftarg): Remove shell path considerations.
9876
2a873819
EZ
98772002-03-21 Elena Zannoni <ezannoni@redhat.com>
9878
9879 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9880 for gdbarch_max_register_raw_size and max_register_virtual_size.
9881 Adjust copyright year.
9882
a1b9830c
DJ
98832002-03-21 Daniel Jacobowitz <drow@mvista.com>
9884
9885 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9886 in a function to cover the entire beginning of the function
9887 as well if it does not already.
9888
8b5790f2
TR
98892002-03-21 Tom Rix <trix@redhat.com>
9890
9891 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9892 (rs6000_ptrace64): Renamed from ptrace64.
9893
bdbe5747
MH
98942002-03-20 Martin M. Hunt <hunt@redhat.com>
9895
9896 * gdbserver/remote-utils.c (remote_open): Don't call
9897 getprotobyname, we're all using TCP here so just use
9898 IPPROTO_TCP.
7e336ba1 9899 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9900
99012002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9902
bdbe5747
MH
9903 * regcache.c (_initialize_regcache): No need to call
9904 build_regcache() at this time; it gets called whenever
9905 the gdbarch changes.
9906
7781cd62
DB
99072002-03-20 David O'Brien <obrien@FreeBSD.org>
9908
9909 * sparc-nat.c: Include sys/param.h where possible.
9910
f65ca430
DJ
99112002-03-20 Daniel Jacobowitz <drow@mvista.com>
9912
9913 Fix PR gdb/422.
9914 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9915 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9916 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9917 complex types.
9918 * stabsread.c (rs6000_builtin_type): Likewise.
9919 (read_sun_floating_type): Likewise.
9920
0c867556
PS
99212002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9922
9923 * stabsread.c (read_member_functions): Remove skip code for duplicate
9924 constructor/destructor methods. Use standard parsing for these
9925 methods and just do not chain them to the list of methods after
9926 parsing.
9927
12b9c64f
AO
99282002-03-19 Alexandre Oliva <aoliva@redhat.com>
9929
9930 * coffread.c: Remove redundant static declarations. Replace
9931 occurrences of `PTR' with `void *'.
9932 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9933 * top.h (quit_cover): Likewise.
9934 * defs.h (catch_errors): Likewise.
9935
349c5d5f
AC
99362002-03-18 Andrew Cagney <ac131313@redhat.com>
9937
9938 * defs.h (XMALLOC): Define.
9939 * gdb-events.sh (XMALLOC): Delete macro.
9940 * gdb-events.c, gdb-events.h: Regenerate.
9941 * gdbarch.sh (XMALLOC): Delete macro.
9942 * gdbarch.c: Regenerate.
9943 * serial.c (XMALLOC): Delete macro.
9944 * ui-file.c (XMALLOC): Ditto.
9945 * ser-unix.h (XMALLOC): Ditto.
9946 * sh-tdep.c (XMALLOC): Ditto.
9947 * ui-out.c (XMALLOC): Ditto.
9948 * utils.c (XMALLOC): Ditto.
9949 * i386-tdep.c (XMALLOC): Ditto.
9950 * gdb-events.c (XMALLOC): Ditto.
9951 * d10v-tdep.c (XMALLOC): Ditto.
9952 * cli-out.c (XMALLOC): Ditto.
9953
9954 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9955 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9956 * ui-file.c, ui-out.c: Ditto.
9957
7d0766f3
AC
99582002-03-18 Andrew Cagney <ac131313@redhat.com>
9959
9960 * command.h (struct cmd_list_element): Add field context.
9961 (set_cmd_context, get_cmd_context): Declare.
9962 * cli/cli-decode.h: Ditto.
9963 * cli/cli-decode.c (get_cmd_context): New function.
9964 (set_cmd_context): New function.
9965 (add_cmd): Initialize context.
9966 Part of fixing PR gdb/145 and PR gdb/146.
9967
5913bcb0
AC
99682002-03-17 Andrew Cagney <ac131313@redhat.com>
9969
1868c04e
AC
9970 * cli/cli-decode.c (cmd_type): New function.
9971 * command.h (cmd_type): Declare.
9972 * infrun.c (set_schedlock_func): Call function cmd_type.
9973 * kod.c (kod_set_os): Call cmd_type.
9974 * cris-tdep.c (cris_version_update): Use function cmd_type.
9975 (cris_mode_update, cris_abi_update): Ditto.
9976
5913bcb0
AC
9977 * command.h: (execute_cmd_post_hook): Declare.
9978 (execute_cmd_pre_hook): Declare.
9979 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9980 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9981 functions. Execute pre/post hook while ensuring that afterwords
9982 hook_in is cleared.
9983 * top.c (execute_command): Use execute_cmd_post_hook, and
9984 execute_cmd_pre_hook to execute pre/post commands.
9985 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9986 hook_stop_stub.
9987 (hook_stop_stub): Call execute_cmd_pre_hook.
9988
b51450c9
AC
99892002-03-17 Andrew Cagney <ac131313@redhat.com>
9990
9991 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9992 set'' and this leads to a core dump. Move xstrdup of
9993 operating_system to after check that it is not NULL.
9994
f66c9f11
AC
99952002-03-17 Andrew Cagney <ac131313@redhat.com>
9996
8e694ecf
AC
9997 * kod.c (kod_set_os): Remove unnecessary check that
9998 ``command->type'' is set_cmd.
9999
f66c9f11
AC
10000 * valprint.c (set_input_radix): Use input_radix.
10001 (set_output_radix): Use output_radix.
10002 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
10003 isn't reverted.
10004
9d01611c
AC
100052002-03-16 Andrew Cagney <ac131313@redhat.com>
10006
10007 * value.h (struct value): Delete field ``substring_addr''. Change
10008 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10009 force_core_addr_align and force_pointer_aligh.
10010
10011 * value.h (struct value): Fix typo in above change.
9d01611c 10012
4156bb53
PS
100132002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10014
10015 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10016 to fix internal_error from ``maintenance print architecture''.
10017
0e5e3ea6
PS
100182002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10019
10020 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10021 for gcc versions after gcc-2.8.1.
10022
9b013045
PS
100232002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10024
10025 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10026 for method resolution. Restore adjustment of ``this'' pointer after
10027 calling value_struct_elt, which was accidentally removed during the
10028 HP merge.
10029
376c9600
AC
100302002-03-15 Andrew Cagney <ac131313@redhat.com>
10031
10032 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10033 value_of_register.
10034 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10035 get_saved_register.
10036 * value.h (value_of_register): Update.
10037
a4db0f07
RH
100382002-03-14 Richard Henderson <rth@redhat.com>
10039
10040 * configure.in: Detect declaration for canonicalize_file_name.
10041 * utils.c (canonicalize_file_name): Declare, if needed.
10042 (gdb_realpath): Prefer realpath if available and usable.
10043 * config.in, configure: Rebuild.
10044
96383835
RH
100452002-03-14 Richard Henderson <rth@redhat.com>
10046
10047 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10048 a constant array bound.
10049
10050 * MAINTAINERS: Add myself to write-after-approval.
10051
75245b24
MS
100522002-03-14 Michael Snyder <msnyder@redhat.com>
10053
10054 * symfile.c (syms_from_objfile): Return immediately if no syms.
10055 (symbol_file_add): Return immediately if no syms.
10056 (find_sym_fns): Return immediately if no syms.
10057
e641a1ca
ML
100582002-03-13 Michal Ludvig <mludvig@suse.cz>
10059
10060 * gdbserver/remote-util.c (remote_open): Print remote-side's
10061 IP address when remote debugging over the network.
7e336ba1 10062
df08bfec
DB
100632002-03-12 David O'Brien <obrien@FreeBSD.org>
10064
10065 * config/sparc/fbsd.mh: Fix copyright.
10066 * config/sparc/fbsd.mt: Likewise.
10067
9a57864f
RE
100682002-03-11 Richard Earnshaw <rearnsha@arm.com>
10069
10070 * MAINTAINERS: Fix typo in name of gdb warnings option.
10071 (x86-64): Fix formating so that this can be parsed by awk.
10072
dd7bf85e
DJ
100732002-03-10 Daniel Jacobowitz <drow@mvista.com>
10074
10075 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10076 * defs.h: Include "gdb/signals.h".
10077 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10078
33a0a2ac
ML
100792002-03-10 Michal Ludvig <mludvig@suse.cz>
10080
10081 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10082 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10083 from x86-64-tdep.h
10084
dd824b04
DJ
100852002-03-10 Daniel Jacobowitz <drow@mvista.com>
10086 Don Howard <dhoward@redhat.com>
10087
10088 * mips-tdep.c (ST0_FR): Define.
10089 (mips2_fp_compat): New function, temporarily disabled.
10090 (mips_read_fp_register_single): New function.
10091 (mips_read_fp_register_double): New function.
10092 (mips_print_register): Use them.
10093 (do_fp_register_row): Likewise.
10094
6a41ff59
AC
100952002-03-09 Andrew Cagney <ac131313@redhat.com>
10096
10097 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10098 approval''.
10099
4ea09c10
PS
101002002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10101
10102 * stabsread.c (read_member_functions): Fix is_stub test for
10103 static member functions, improve comment.
10104
6ccc741d
RE
101052002-03-07 Richard Earnshaw <rearnsha@arm.com>
10106
10107 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10108 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10109 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10110 commands that set boolean values.
10111 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10112 (arm_rdi_resume): Always initialize PC.
10113 (arm_rdi_open): Don't use rslt as a boolean.
10114 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10115 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10116 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10117 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10118
438013df
AO
101192002-03-06 Alexandre Oliva <aoliva@redhat.com>
10120
10121 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10122 * configure: Rebuilt.
10123
70ed8774
SC
101242002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10125
10126 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10127 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10128
5ba2abeb
AC
101292002-03-06 Andrew Cagney <ac131313@redhat.com>
10130
10131 * cli/cli-decode.c (set_cmd_completer): New function.
10132 * command.h (set_cmd_completer): Declare.
10133 * cli/cli-decode.h (set_cmd_completer): Ditto.
10134
10135 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10136 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10137 * win32-nat.c (_initialize_inftarg): Ditto.
10138 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10139 * proc-api.c (_initialize_proc_api): Ditto.
10140 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10141 * source.c (_initialize_source): Ditto.
10142 * exec.c (_initialize_exec): Ditto.
10143 * solib.c (_initialize_solib): Ditto.
10144 * top.c (init_main): Ditto.
10145 * tracepoint.c (_initialize_tracepoint): Ditto.
10146 * symfile.c (_initialize_symfile): Ditto.
10147 * printcmd.c (_initialize_printcmd): Ditto.
10148 * infcmd.c (_initialize_infcmd): Ditto.
10149 * corefile.c (_initialize_core): Ditto.
10150
f779ca99
AC
101512002-03-05 Andrew Cagney <ac131313@redhat.com>
10152
10153 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10154
01a3934b
AC
101552002-03-05 Andrew Cagney <ac131313@redhat.com>
10156
10157 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10158
37057839
AC
101592002-03-05 Andrew Cagney <ac131313@redhat.com>
10160
10161 * NEWS: Update headings, 5.2 has branched.
10162
c6ecbae5
DJ
101632002-03-04 Daniel Jacobowitz <drow@mvista.com>
10164
10165 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10166 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10167 (register_addr, REGISTER_RAW_SIZE): Likewise.
10168 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10169 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10170
e9f30c21
ML
101712002-03-03 Michal Ludvig <mludvig@suse.cz>
10172
10173 * MAINTAINERS (x86-64): Add myself.
10174 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10175 changed value_ptr -> struct value *
10176
54394ac3
DB
101772002-03-01 David O'Brien <obrien@FreeBSD.org>
10178
10179 * configure.host (sparc64-*-freebsd): Add.
10180 * configure.tgt: Likewise.
10181 * config/sparc/fbsd.mh: New file.
10182 * config/sparc/fbsd.mt: Likewise.
10183 * config/sparc/nm-fbsd.h: Likewise.
10184 * config/sparc/tm-fbsd.h: Likewise.
10185
bfe95955
DJ
101862002-03-01 Daniel Jacobowitz <drow@mvista.com>
10187
10188 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10189 regformats/reg-s390x.dat.
10190
f33c6cbf
AC
101912002-03-01 Andrew Cagney <ac131313@redhat.com>
10192
10193 * utils.c: Add FIXME explaining true/false problem.
10194
5ecaa7dd
AC
101952002-02-28 Andrew Cagney <ac131313@redhat.com>
10196
10197 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10198
2a251cc2
MC
101992002-02-28 Michael Chastain <mec@shout.net>
10200
10201 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10202
6a8031a3 102032002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10204
10205 * gdbserver/linux-s390-low.c: New file.
10206 * regformats/reg-s390.dat: New file.
10207 * regformats/reg-s390x.dat: New file.
10208 * gdbserver/configure.srv: Add S/390.
10209 * gdbserver/Makefile.in: Add S/390.
10210 * configure.tgt: Enable gdbserver for S/390.
10211
ac469903
EZ
102122002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10213
10214 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10215 first line of the doc string for "info dos", except at the end of
10216 the sentence, since the short help stops at the first period.
10217
985cb1a3
JM
102182002-02-28 Jason Merrill <jason@redhat.com>
10219
10220 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10221
c570663e
FF
102222002-02-27 Fred Fish <fnf@redhat.com>
10223
10224 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10225 comment (dumy -> dummy).
10226
43630227
PS
102272002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10228
10229 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10230
b84911e8
RB
102312002-02-27 Rodney Brown <rbrown64@csc.com.au>
10232
10233 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10234
58caa3dc
DJ
102352002-02-27 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * gdbserver/acconfig.h: New file.
10238 * gdbserver/i387-fp.c: New file.
10239 * gdbserver/i387-fp.h: New file.
10240 * gdbserver/linux-x86-64.c: New file.
10241 * regformats/reg-x86-64.dat: New file.
10242 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10243 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10244 * gdbserver/configure.in: Add support for regsets.
10245 * gdbserver/config.in: Regenerate.
10246 * gdbserver/configure: Regenerate.
10247 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10248 * gdbserver/linux-low.h: New file.
10249 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10250 for regsets.
10251 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10252 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10253 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10254 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10255 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10256 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10257 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10258 "i387-fp.h". Add PTRACE_GETREGS and friends.
10259 * gdbserver/regcache.c (supply_register): New function.
10260 (supply_register_by_name): New function.
10261 (collect_register): New function.
10262 (collect_register_by_name): New function.
10263
93652174
DJ
102642002-02-27 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10267 (config.status): Add configure.srv dependency.
10268 (server_h): Add config.h dependency.
10269
a02e4a61
DJ
102702002-02-27 Daniel Jacobowitz <drow@mvista.com>
10271
10272 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10273 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10274 * gdbserver/configure.srv: Change i386-*-linux* to use
10275 reg-i386-linux.o.
10276
ce0eebec
AC
102772002-02-26 Andrew Cagney <ac131313@redhat.com>
10278
10279 * x86-64-tdep.c: Re-indent. Update copyright date.
10280
82dbc5f7
AC
102812002-02-26 Andrew Cagney <ac131313@redhat.com>
10282
10283 From Michal Ludvig <mludvig@suse.cz>:
10284 * x86-64-tdep.c (value.h): Delete.
10285 (gdb_assert.h): Include.
10286 (x86_64_register_convert_to_virtual,
10287 x86_64_register_convert_to_raw ): Add check which lets only
10288 floating-point values to be converted.
10289 (value_push): Delete.
10290 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10291 (i386_gdbarch_init): Number of register_bytes fixed.
10292
e4621584
AC
102932002-02-26 Andrew Cagney <ac131313@redhat.com>
10294
10295 * MAINTAINERS: Add x86-64 target.
10296
81a9a963
AC
102972002-02-26 Andrew Cagney <ac131313@redhat.com>
10298
10299 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10300 * osfsolib.c (solib_map_sections): Ditto.
10301 * irix5-nat.c (solib_map_sections): Ditto.
10302 * corelow.c (gdb_check_format): Ditto.
10303 * symfile.c (symfile_bfd_open): Ditto.
10304 * solib.c (solib_map_sections): Ditto.
10305 Fix PR gdb/354.
7e336ba1 10306
0f017ab9
AC
103072002-02-26 Andrew Cagney <ac131313@redhat.com>
10308
10309 * remote.c (_initialize_remote): By default, disable ``e'' and
10310 ``E'' step out-of-range packets.
10311
75738c29
AS
103122002-02-26 Andreas Schwab <schwab@suse.de>
10313
10314 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10315 m68k_linux_frame_saved_pc.
10316 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10317 in_sigtramp.
10318 (SIGCONTEXT_PC_OFFSET): Remove.
10319 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10320 m68k_linux_sigtramp_saved_pc): New functions.
10321 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10322 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10323 (UCONTEXT_PC_OFFSET): Define.
10324 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10325 non-RT and RT signal trampolines.
10326
7e8ed687
RE
103272002-02-26 Richard Earnshaw <rearnsha@arm.com>
10328
10329 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10330 (TARGET_NBPG, STACK_END_ADDR): Delete
10331 (VARIABLES_INSIDE_BLOCK): Delete.
10332
6972bc8b
AC
103332002-02-25 Andrew Cagney <ac131313@redhat.com>
10334
10335 * utils.c (perror_with_name): Make string parameter constant.
10336 (print_sys_errmsg): Ditto.
10337 (query): Ditto.
10338 * defs.h (perror_with_name): Update.
10339 (print_sys_errmsg): Update.
10340 (query): Update.
10341
aa32f823
DJ
103422002-02-25 Daniel Jacobowitz <drow@mvista.com>
10343
10344 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10345 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10346
19caaa45
PS
103472002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10348
10349 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10350 if it already matches the current architecture from the exec file.
10351 Include arch-utils.h for gdbarch_info_init prototype.
10352 * Makefile.in (rs6000-nat.o): Update dependencies.
10353
d951901f
EZ
103542002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10355
10356 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10357 list of exported variables.
10358
7ea81414
DJ
103592002-02-24 Daniel Jacobowitz <drow@mvista.com>
10360
10361 * gdbserver/configure.srv: New file.
10362 * gdbserver/configure.in: Use configure.srv instead
10363 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10364 from it.
10365 * gdbserver/configure: Regenerated.
10366 * gdbserver/terminal.h: New file.
10367 * gdbserver/Makefile.in: Update for configure changes. Remove
10368 more unneeded include paths.
10369
080fe24b
AC
103702002-02-24 Andrew Cagney <ac131313@redhat.com>
10371
10372 From wiz at danbala:
10373 * config/sparc/tm-sp64.h: Fix grammar and typos.
10374 Fix PR gdb/287.
10375
8605d56e
AC
103762002-02-24 Andrew Cagney <ac131313@redhat.com>
10377
10378 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10379 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10380 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10381 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10382 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10383 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10384 * s390-tdep.c: Ditto.
92362027
AC
10385 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10386 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10387 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10388 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10389 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10390 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10391 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10392 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10393 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10394 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10395 Fix PR gdb/378.
7e336ba1 10396
8ed32cc0
AC
103972002-02-23 Andrew Cagney <ac131313@redhat.com>
10398
a3007b6f
AC
10399 * lin-thread.c: Delete file.
10400 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10401 to gdb_proc_service.h.
10402 * configure: Re-generate.
10403
50a9e2f1
AC
10404 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10405 * serial.c (serial_open): Delete check for "ocd".
10406 Fix PR gdb/349.
10407
8b6e7932
AC
10408 * Makefile.in (linux-thread.o): Delete target.
10409 * linux-thread.c: Delete file.
10410
d155c46b
AC
10411 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10412 renamed SH files to be consistent.
10413
8ed32cc0
AC
10414 * symtab.c (sort_search_symbols): Use xfree.
10415
0e18d038
RE
104162002-02-23 Richard Earnshaw <rearnsha@arm.com>
10417
10418 * arm-linux-tdep.c (arm_linux_init_abi): Register
10419 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10420 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10421 definition with undef, since we don't want the sysvr4 definition.
10422 (SKIP_TRAMPOLINE_CODE): Likewise.
10423
27aac7ff
AC
104242002-02-23 Andrew Cagney <ac131313@redhat.com>
10425
10426 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10427
10428 * configure.in: (AC_CHECK_FUNCS) Added test for
10429 canonicalize_file_name Regenerated.
10430 * config.in, configure: Regenerated.
10431 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10432 defined use canonicalize_file_name.
7e336ba1 10433
65a6e0ee
MC
104342002-02-23 Michael Chastain <mec@shout.net>
10435
10436 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10437
47b95330
AC
104382002-02-23 Andrew Cagney <ac131313@redhat.com>
10439
10440 * README: Remove references to cygnus.com.
10441 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10442 dot com'' form. Remove references to cygnus.com and sourceware.
10443
696f451b
AC
104442002-02-23 Andrew Cagney <ac131313@redhat.com>
10445
10446 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10447 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10448 1003.1-2001 no longer allows "head -1".
10449 * gdb/Makefile.in (version.c): Likewise.
10450 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10451 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10452 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10453
bbaca940
AC
104542002-02-23 Andrew Cagney <ac131313@redhat.com>
10455
10456 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10457 * command.h (cmd_cfunc_eq): Declare.
10458 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10459
10460 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10461 ``struct cmd_list_element *''.
10462 * cli/cli-cmds.c (is_complete_command): Update. Use
10463 cmd_cfunc_eq.
10464 * top.c (execute_command): Pass the command to
10465 is_complete_command.
10466 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10467
b8b8b047
AC
104682002-02-23 Andrew Cagney <ac131313@redhat.com>
10469
10470 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10471 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10472 architecture defines.
10473 * s390-tdep.c (s390_gdbarch_init): Likewise.
10474
19d3fc80
RE
104752002-02-23 Richard Earnshaw <rearnsha@arm.com>
10476
10477 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10478 (arm_linux_push_arguments): Likewise.
10479 (arm_linux_init_abi): Register them. Also register linux-specific
10480 call_dummy_words.
10481 (find_minsym_and_objfile): Use strcmp, not STREQ.
10482 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10483 (arm_linux_call_dummy_words): Delete declaration.
10484 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10485 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10486 declarations.
10487 (LOWEST_PC): Delete.
10488
3ab13650
PS
104892002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10490
10491 * maint.c (print_section_info): Do not prepend `0x' to filepos
10492 output, it will be handled by local_hex_string_custom.
10493
19d3fc80 104942002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10495
10496 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10497 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10498 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10499
d85a5daf
JB
105002002-02-22 Jim Blandy <jimb@redhat.com>
10501
10502 Indicate that the bcache functions don't change the strings
10503 they're passed.
10504 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10505 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10506
eeb25b8a
PM
105072002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10508
10509 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10510
6badb179
CF
105112002-02-21 Christopher Faylor <cgf@redhat.com>
10512
10513 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10514 find the complete path to a loaded DLL.
10515
e8717518
FF
105162002-02-21 Fred Fish <fnf@redhat.com>
10517
10518 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10519 that marks the end of the range of a function, enter a line number
10520 entry that has a line number of zero and a PC offset that matches
10521 the end of the function. This starts a range of PC's for which no
10522 line number information is known.
10523 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10524 PC's for which no line number info is found (line number is zero)
10525 then we didn't find any valid line information.
10526 * symtab.h: Document use of zero line number entry.
10527
9abe5450
EZ
105282002-02-21 Elena Zannoni <ezannoni@redhat.com>
10529
10530 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10531 (have_ptrace_getvrregs): Define for run time checks.
10532 (gdb_vrregset_t): New type for Altivec register handling.
10533 (fetch_register, store_register): Fetch/store altivec register
10534 when needed.
10535 (fetch_altivec_register, store_altivec_register): New functions.
10536 (supply_vrregset, fill_vrregset): New functions.
10537 (fetch_altivec_registers, store_altivec_registers): New functions.
10538 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10539 registers as well.
10540
aaa38bb5
AJ
105412002-02-21 Jiri Smid <smid@suse.cz>
10542
10543 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10544
b34db576
RE
105452002-02-21 Richard Earnshaw <rearnsha@arm.com>
10546
10547 * Makefile.in (armnbsd-nat.o): Update dependencies.
10548 * armnbsd-nat.c (supply_gregset): New function. Common code to
10549 supply the integer register set.
10550 (supply_fparegset): New function. Similar for FPA registers.
10551 (fetch_regs, fetch_fp_regs): Use them.
10552 (fetch_core_registers): Likewise.
10553 (fetch_elfcore_registers): New function.
10554 (arm_netbsd_elfcore_fns): New core-file type specification.
10555 (_initialize_arm_netbsd_nat): Register it.
10556
3e56fc4b
RE
105572002-02-21 Richard Earnshaw <rearnsha@arm.com>
10558
10559 * armnbsd-nat.c: Include gdbcore.h.
10560 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10561 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10562 'void' to declaration, to shut up ARI.
10563 (fetch_core_registers): Make static. Rewrite using supply_register.
10564 (arm_netbsd_core_fns): New core-file type specification.
10565 (_initialize_arm_netbsd_nat): New function.
10566
097f6b0b
CF
105672002-02-21 Christopher Faylor <cgf@redhat.com>
10568
10569 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10570 value.
10571
c914e0cc
CF
105722002-02-20 Christopher Faylor <cgf@redhat.com>
10573
10574 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10575 fails.
10576
385fa495
DJ
105772002-02-20 Daniel Jacobowitz <drow@mvista.com>
10578
10579 * jv-exp.y (parse_number): Change type of implicit longs
10580 to builtin_type_uint64.
10581
e5f1222d
DJ
105822002-02-20 Daniel Jacobowitz <drow@mvista.com>
10583
10584 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10585 to be an integer instead of a `union wait'.
10586
75c9abc6
DJ
105872002-02-20 Daniel Jacobowitz <drow@mvista.com>
10588
10589 * mips-linux-nat.c: Call the operating system GNU/Linux.
10590 * mips-linux-tdep.c: Likewise.
10591 * mips-tdep.c: Likewise.
10592
551792a5
DJ
105932002-02-20 Daniel Jacobowitz <drow@mvista.com>
10594
10595 Fix PR gdb/265.
10596 * jv-exp.y (parse_number): Handle 64-bit integers.
10597
ee6e2b82
DJ
105982002-02-20 Daniel Jacobowitz <drow@mvista.com>
10599
10600 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10601 AC_STDC_HEADERS to AC_HEADER_STDC.
10602 * gdbserver/configure: Regenerated.
10603
a48442a0
RE
106042002-02-20 Richard Earnshaw <rearnsha@arm.com>
10605
10606 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10607 is defined.
10608 * sparc-tdep.c (get_longjmp_target): Likewise.
10609
fe419ffc
RE
106102002-02-20 Richard Earnshaw <rearnsha@arm.com>
10611
10612 * News: Add news about ARM and Multi-arch. Mention the new target
10613 arm*-*-netbsd*.
10614
5832ed7e
JB
106152002-02-19 Jim Blandy <jimb@redhat.com>
10616
10617 * stabsread.c (error_type_complaint): Improve error message.
10618
84563040
DJ
106192002-02-19 Daniel Jacobowitz <drow@mvista.com>
10620
10621 * gdbserver/README: Update documentation.
10622 * gdbserver/configure.in: Update configury to match documentation.
10623 * gdbserver/Makefile.in: Likewise.
10624 * gdbserver/configure: Regenerated.
10625 * gdbserver/aclocal.m4: New file, generated by aclocal.
10626 * gdbserver/config.in: New file, generated by autoheader.
10627
375fd65b
RE
106282002-02-19 Richard Earnshaw <rearnsha@arm.com>
10629
10630 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10631 armnbsd-nat.c.
10632
08216dd7
RE
106332002-02-19 Richard Earnshaw <rearnsha@arm.com>
10634
10635 * arm-tdep.h (enum arm_float_model): New enum.
10636 (struct gdbarch_tdep): Add fp_model.
10637 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10638 up floating-point conversions until we know the floating-point model
10639 in use by the inferior. Don't complain about being unable to
10640 determine the ABI of the inferior when we don't have one.
10641 (arm_extract_return_value): Support different floating-point models.
10642 (arm_store_return_value): Likewise.
aaa38bb5 10643 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10644 ARM_FLOAT_SOFT.
10645 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10646
65d6d66a
PS
106472002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10648
10649 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10650 of ``current_gdbarch''.
10651
47221191
RE
106522002-02-19 Richard Earnshaw <rearnsha@arm.com>
10653
10654 * armnbsd-nat.c : ANSIfy all function declarations.
10655 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10656 (fetch_inferior_registers): Re-implement in terms of above.
10657 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10658 (store_inferior_registers): Re-implement in terms of above.
10659
fdf39c9a
RE
106602002-02-19 Richard Earnshaw <rearnsha@arm.com>
10661
aaa38bb5 10662 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10663 kernel.
10664 * arm-linux-tdep.c: Likewise.
10665 * config/arm/tm-linux.h: Likewise.
10666
93247f88
RE
106672002-02-19 Richard Earnshaw <rearnsha@arm.com>
10668
10669 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10670 * config/arm/nbsd.mt (TM_FILE): Delete.
10671 * config/arm/tm-nbsd.h: Delete.
10672
d7b486e7
RE
106732002-02-19 Richard Earnshaw <rearnsha@arm.com>
10674
10675 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10676 Initialize CALL_DUMMY_LENGTH.
10677
41d39a95
RE
106782002-02-19 Richard Earnshaw <rearnsha@arm.com>
10679
10680 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10681 function.
10682 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10683 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10684 defines one thing and that is incorrect for this port.
10685 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10686
e1195560
PM
106872002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10688
10689 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10690
c1748f97
PM
106912002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10692
10693 * win32-nat.c (display_selector): New function. Displays information
10694 about the information returned by GetThreadSelectorEntry API function.
10695 (display_selectors): New function. Displays the infomation of
10696 the selector given as argument, or of CS, DS ans FS selectors
10697 if no argument is given.
10698 ( _initialize_inftarg): Add "w32" as info prefix command.
10699 Add "info w32 selector" as command calling display_selectors.
10700
e41e6bbf
PM
107012002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10702
10703 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10704 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10705 if not defined.
10706
0d3a9f48
RE
107072002-02-18 Richard Earnshaw <rearnsha@arm.com>
10708
10709 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10710
3fb4b924
RE
107112002-02-18 Richard Earnshaw <rearnsha@arm.com>
10712
10713 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10714 (arm_fix_call_dummy): Call it.
10715 (arm_call_dummy_breakpoint_offset): Delete.
10716 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10717 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10718
7f55af32
AC
107192002-02-18 Andrew Cagney <ac131313@redhat.com>
10720
10721 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10722 Default to func_frame_chain_valid.
10723 * gdbarch.h, gdbarch.c: Re-generate.
10724 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10725
05f13b9c
EZ
107262002-02-18 Elena Zannoni <ezannoni@redhat.com>
10727
10728 * ppc-linux-nat.c: Update copyright.
10729 (fetch_register, store_register): Add tid parameter, don't compute
10730 tid here.
10731 (fetch_ppc_registers, store_ppc_registers): Add tid
10732 parameter. Pass it along to callees.
10733 (fetch_inferior_registers, store_inferior_registers): Compute tid
10734 here, and pass it to calleed functions.
10735 (fill_gregset, supply_fpregset): Clean up formatting.
10736
d7afb4c9
RE
107372002-02-18 Richard Earnshaw <rearnsha@arm.com>
10738
10739 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10740 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10741
9df628e0
RE
107422002-02-18 Richard Earnshaw <rearnsha@arm.com>
10743
10744 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10745 * gdbarch.c gdbarch.h: Regenerate.
10746 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10747 function.
10748 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10749 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10750 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10751
10752 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10753 * arm-tdep.c (arm_get_longjmp_target): New function.
10754 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10755 this to a positive value register arm_get_longjmp_target as the
10756 longjmp handler.
10757 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10758 (arm_linux_init_abi): Set up longjmp description in tdep.
10759 * armnbsd-nat.c (get_longjmp_target): Delete.
10760 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10761 description in tdep.
10762 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10763 (get_longjmp_target): Delete declaration.
10764 (GET_LONGJMP_TARGET): Delete.
10765 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10766 (GET_LONGJMP_TARGET): Delete.
10767
57bc8964
KB
107682002-02-17 Kevin Buettner <kevinb@redhat.com>
10769
10770 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10771 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10772 of ``current_gdbarch''.
10773
83d31a92
TT
107742002-02-17 Tom Tromey <tromey@redhat.com>
10775
10776 * cli/cli-cmds.c (compare_strings): New function.
10777 (complete_command): Only print each unique item once.
10778 * completer.h (complete_line): Declare.
10779 * completer.c (complete_line): New function.
10780 (line_completion_function): Use it.
10781
17ef5d92
AC
107822002-02-16 Andrew Cagney <ac131313@redhat.com>
10783
10784 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10785 * gdbarch.h, gdbarch.c: Re-generate.
10786
491b8946
DJ
107872002-02-16 Daniel Jacobowitz <drow@mvista.com>
10788
10789 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10790
107912002-02-16 Daniel Jacobowitz <drow@mvista.com>
10792
10793 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10794 * valops.c (value_arg_coerce): Don't take the address of a reference
10795 to convert an argument to a reference.
10796
dfe7f3ac
CF
107972002-02-15 Christopher Faylor <cgf@redhat.com>
10798
10799 * win32-nat.c (get_image_name): New function.
10800 (handle_load_dll): Use get_image_name function.
10801 (get_child_debug_event): Avoid registering debug events until possibly
10802 execed process is started.
10803 (child_create_inferior): Allow invocation via shell so that command
10804 line redirection, etc. works ok.
10805 (_initialize_inftarg): Add new command: "set shell" to control whether
10806 a shell is used to start a process.
10807
1d33e73a
DJ
108082002-02-15 Daniel Jacobowitz <drow@mvista.com>
10809
10810 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10811 instead of find_register_by_number.
10812 (cannot_store_register): Likewise.
10813
48cd0caa
PM
108142002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10815
aaa38bb5 10816 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10817 fprintf_unfiltered (gdb_stderr, ...).
10818
8656e7d8
DJ
108192002-02-15 Daniel Jacobowitz <drow@mvista.com>
10820
10821 * gdbserver/gdbserver.1: Document --attach.
10822
66e810cd
RE
108232002-02-15 Richard Earnshaw <rearnsha@arm.com>
10824
10825 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10826 descriptions.
10827 * arm-tdep.c (arm_default_arm_le_breakpoint)
10828 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10829 (arm_default_thumb_be_breakpoint): New. Initialize them from
10830 traditional breakpoint defines.
10831 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10832 (arm_gdbarch_init): Initialize new breakpoint variables.
10833 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10834 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10835 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10836 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10837 code out to ...
10838 (arm_netbsd_init_abi_common): ... here; new function.
10839 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10840 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10841 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10842 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10843
97e03143
RE
108442002-02-15 Richard Earnshaw <rearnsha@arm.com>
10845
10846 * arm-tdep.h (enum arm_abi): New enum.
10847 (struct gdbarch_tdep): New structure.
10848 (LOWEST_PC): Provide a default.
10849 (arm_gdbarch_register_os_abi): Declare new function.
10850 * arm-tdep.c (arm_abi_names): New array.
10851 (process_note_abi_tag_sections): New function.
10852 (get_elfosabi): New function.
10853 (arm_gdbarch_register_os_abi): New function.
10854 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10855 support for that ABI has been built in, then call the appropriate
10856 configuration routine. Use gdbarch_num_regs() to get the number
10857 of registers.
10858 (arm_dump_tdep): New function.
10859 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10860 place-holder functions.
10861 (_initialize_arm_tdep): Register them.
10862 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10863
10864 * armnbsd-tdep.c: New file.
10865 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10866 * config/arm/nbsd.mt (TDEPFILES): Add it.
10867 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10868
10869 * armnbsd-nat.c: Include regcache.h.
10870 * Makefile.in (armnbsd-nat.o): Update dependency list.
10871
10872 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10873
ad68be46
DJ
108742002-02-14 Daniel Jacobowitz <drow@mvista.com>
10875
10876 * gdbserver/Makefile.in: Fix typos in target rules.
10877
003d6d1d
DJ
108782002-02-14 Daniel Jacobowitz <drow@mvista.com>
10879
aaa38bb5 10880 Fix part of PR gdb/267.
003d6d1d
DJ
10881 * linespec.c (find_methods): Handle constructors specially for now.
10882
6b230f1b
CV
108832002-02-14 Corinna Vinschen <vinschen@redhat.com>
10884
10885 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10886 handling.
10887 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10888 standard_coerce_float_to_double().
10889
1ea98d12
CF
108902002-02-14 Christopher Faylor <cgf@redhat.com>
10891
10892 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10893 GDBINIT_FILENAME.
10894
dd47e6fd
EZ
108952002-02-14 Elena Zannoni <ezannoni@redhat.com>
10896
10897 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10898 find_variant_by_name, because it confuses the multiarch
10899 framework. Return NULL if there isn't an architecture with the
10900 user supplied name, instead of forcing a different one without
10901 recording the change with the multiarch machinery.
10902 (find_variant_by_name): Delete.
10903
d7e39b9e
PS
109042002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10905
10906 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10907 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10908
76e42a4f
MH
109092002-02-13 Martin M. Hunt <hunt@redhat.com>
10910
aaa38bb5 10911 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10912 print_frame_info_listing_hook, set current_source_symtab.
10913
0a30fbc4
DJ
109142002-02-14 Daniel Jacobowitz <drow@mvista.com>
10915
10916 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10917 and remove unused $(INCLUDE_DIR).
10918 Add regcache.c to OBS.
10919 Add generated register protocol files to clean target.
10920 Update dependencies for new objects, obsolete old target code.
10921
10922 * gdbserver/linux-low.c: Remove all platform-specific code to
10923 new files. Remove various dead code. Update to use regcache
10924 functionality.
10925 * gdbserver/remote-utils.c (fromhex): Add return statement
10926 to quiet warning.
10927 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10928 constant.
10929 (input_interrupt): Add integer parameter to match prototype
10930 of a signal handler.
10931 (outreg): Use register_data ().
10932 (prepare_resume_reply): Use gdbserver_expedite_regs.
10933 * gdbserver/server.c (main): Dynamically allocate own_buf because
10934 PBUFSIZ is no longer constant. Use registers_to_string () and
10935 registers_from_string ().
10936 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10937 for error (), fatal (), and warning (). Update definition of
10938 PBUFSIZ to use regcache functionality. Add include guard.
10939 * gdbserver/utils.c (fatal): Add missing ``const''.
10940 (warning): New function.
10941
10942 * regformats/regdat.sh: Include "regcache.h" in generated files.
10943 Provide init_registers () function.
10944 * regformats/regdef.h: Add prototype for set_register_cache ().
10945 Add include guard.
10946
10947 * gdbserver/linux-arm-low.c: New file.
10948 * gdbserver/linux-i386-low.c: New file.
10949 * gdbserver/linux-ia64-low.c: New file.
10950 * gdbserver/linux-m68k-low.c: New file.
10951 * gdbserver/linux-mips-low.c: New file.
10952 * gdbserver/linux-ppc-low.c: New file.
10953 * gdbserver/linux-sh-low.c: New file.
10954
10955 * gdbserver/regcache.c: New file.
10956 * gdbserver/regcache.h: New file.
10957
10958 * gdbserver/low-linux.c: Removed obsolete file.
10959
4cc841d0
DJ
109602002-02-14 Daniel Jacobowitz <drow@mvista.com>
10961
10962 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10963 * config/i386/linux.mt: Likewise.
10964 * config/ia64/linux.mt: Likewise.
10965 * config/m68k/linux.mh: Likewise.
10966 * config/powerpc/linux.mh: Likewise.
10967 * config/mips/linux.mt: Likewise.
10968
10969 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10970
10971 * config/i386/i386lynx.mh: Mark gdbserver variables
10972 as (currently) obsolete for this target.
10973 * config/i386/nbsd.mt: Likewise.
10974 * config/i386/nbsdelf.mt: Likewise.
10975 * config/m32r/m32r.mt: Likewise.
10976 * config/m68k/m68klynx.mh: Likewise.
10977 * config/m68k/nbsd.mt: Likewise.
10978 * config/m68k/sun3os4.mh: Likewise.
10979 * config/mips/vr5000.mt: Likewise.
10980 * config/ns32k/nbsd.mt: Likewise.
10981 * config/pa/hppabsd.mh: Likewise.
10982 * config/pa/hppaosf.mh: Likewise.
10983 * config/powerpc/nbsd.mt: Likewise.
10984 * config/rs6000/rs6000lynx.mh: Likewise.
10985 * config/s390/s390.mt: Likewise.
10986 * config/s390/s390x.mt: Likewise.
10987 * config/sparc/sparclynx.mh: Likewise.
10988 * config/sparc/sun4os4.mh: Likewise.
10989 * config/i386/x86-64linux.mt: Likewise.
10990 * config/sparc/linux.mh: Likewise.
10991
a85f51e7
DJ
109922002-02-14 Daniel Jacobowitz <drow@mvista.com>
10993
10994 * configure.tgt: Configure gdbserver only for known working
10995 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10996 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10997 SUBDIRS if it is configured. Update comment for ${nativefile}.
10998 * configure: Regenerated.
10999
65554fef
MS
110002002-02-13 Michael Snyder <msnyder@redhat.com>
11001
670a52db
MS
11002 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
11003
6dbdc4a3
MS
11004 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
11005 (default_gcore_mach): Just return 0, work around a problem in bfd.
11006 (default_gcore_target): OK to return NULL if exec_bfd is null.
11007 (make_mem_sec): Use a cast, avoid a warning.
11008
11009 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11010 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11011 sizeof (host pointer) != sizeof (target pointer)).
11012 (procfs_make_note_section): Avoid overflow in psargs string.
11013
aaa38bb5 11014 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11015 implementation return an error.
11016
110172002-02-13 Rodney Brown <rbrown64@csc.com.au>
11018
11019 * procfs.c (procfs_make_note_section): Provide a default definition
11020 (for alpha-dec-osf4.0f). Fix typos.
11021
1e4d76e7
EZ
110222002-02-13 Elena Zannoni <ezannoni@redhat.com>
11023
11024 * linux-proc.c: Add include of regcache.h.
11025 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11026
b6d1a1d5
AC
110272002-02-13 Andrew Cagney <ac131313@redhat.com>
11028
11029 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11030 * memattr.c (create_mem_region): Disallow useless empty region.
11031 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11032 non-overlapping.
b6d1a1d5 11033
6c6ea35e
MC
110342002-02-13 Michael Chastain <mec@shout.net>
11035
11036 * defs.h: Kill CONST_PTR.
11037 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11038 * c-lang.c (c_builtin_types): Likewise.
11039 * ch-lang.c (ch_builtin_types): Likewise.
11040 * f-lang.c (f_builtin_types): Likewise.
11041 * language.c (unknown_builtin_types): Likewise.
11042 * m2-lang.c (m2_builtin_types): Likewise.
11043 * p-lang.c (pascal_builtin_types): Likewise.
11044 * scm-lang.c (c_builtin_types): Likewise.
11045
3e0b0f48
KS
110462002-02-13 Keith Seitz <keiths@redhat.com>
11047
11048 * arm-tdep.h (arm_get_next_pc): Add declaration.
11049
67255d04
RE
110502002-02-13 Richard Earnshaw <rearnsha@arm.com>
11051
11052 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11053 with other related struct-returning functions.
11054 (arm_extract_struct_value_address): New function.
11055 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11056 initialize float_format, double_format and long_double_format as
11057 appropriate to the endianness of the target.
11058 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11059 (arm_use_struct_convention): Delete declaration.
11060 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11061
079777f6
KS
110622002-02-13 Keith Seitz <keiths@redhat.com>
11063
11064 * defs.h (core_addr_to_string_nz): New function.
11065
34588f23
MK
110662002-02-13 Mark Kettenis <kettenis@gnu.org>
11067
11068 Apply missing bits of 2002-01-15 patch.
11069 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11070 (fill_fpregset): Use i387_fill_fsave.
11071
49b563f9
KS
110722002-02-12 Keith Seitz <keiths@redhat.com>
11073
49b563f9
KS
11074 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11075 (core_addr_to_string_nz): New function.
11076
aeb98c60
RE
110772002-02-11 Richard Earnshaw <rearnsha@arm.com>
11078
11079 * arm-linux-nat.c: Really include arm-tdep.h.
11080 * config/arm/tm-linux.h (struct type, struct value): Declare.
11081
65554fef
MS
110822002-02-11 Michael Snyder <msnyder@redhat.com>
11083
11084 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11085 (gcore section): Ifdef for Solaris and Unixware only.
11086 (procfs_do_thread_registers): Unixware needs one lwpstatus
11087 per thread (not one prstatus or pstatus).
11088 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11089 not over all gdb threads. For unixware, call elfcore_write_pstatus
11090 once before iterating over threads.
11091
34e8f22d
RE
110922002-02-11 Richard Earnshaw <rearnsha@arm.com>
11093
11094 * arm-tdep.h: New file.
11095 * arm-tdep.c: Include arm-tdep.h.
11096 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11097 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11098 (arm_print_float_info, arm_register_type, convert_to_extended)
11099 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11100 (arm_extract_return_value, arm_register_name): Make static.
11101 (arm_software_single_step): Similarly. Fix types in declaration.
11102 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11103 (arm_store_return_value, arm_store_struct_return): New functions.
11104 (arm_gdbarch_init): Register the above functions. Also register
11105 call_dummy_start_offset, sizeof_call_dummy_words,
11106 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11107 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11108 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11109 prologue_cache.saved_regs here, rather than ...
11110 (_initialize_arm_tdep): ... here.
11111 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11112 declarations.
11113 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11114 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11115 (arm_print_float_info, arm_register_type, convert_to_extended)
11116 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11117 (arm_extract_return_value, arm_register_name): Delete declarations.
11118 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11119 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11120 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11121 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11122 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11123 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11124 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11125 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11126 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11127 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11128 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11129 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11130 interface.
11131 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11132 * remote-rdi.c remote-rdp.c: Likewise.
11133 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11134 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11135 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11136 definition.
11137
11138 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11139 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11140 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11141 from non-ARM_ prefixed definitions.
11142 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11143 all uses of above.
11144 * remote-rdi.c remote-rdp.c: Likewise.
11145 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11146
148754e5
RE
111472002-02-11 Richard Earnshaw <rearnsha@arm.com>
11148
11149 * arm-tdep.c (arm_frameless_function_invocation)
11150 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11151 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11152 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11153 (arm_pop_frame, arm_get_next_pc): Make static.
11154 (arm_gdbarch_init): Register above in gdbarch structure.
11155 (arm_read_fp): Renamed from arm_target_read_fp.
11156 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11157 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11158 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11159 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11160 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11161 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11162 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11163 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11164 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11165 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11166 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11167
434d2d4f
DJ
111682002-02-10 Daniel Jacobowitz <drow@mvista.com>
11169
11170 * symtab.c (compare_search_syms): New function.
11171 (sort_search_symbols): New function.
11172 (search_symbols): Sort symbols after searching rather than
11173 before.
11174
55241689
AC
111752002-02-10 Andrew Cagney <ac131313@redhat.com>
11176
11177 * NEWS: Linux -> GNU/Linux.
11178
028c194b
AC
111792002-02-10 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbarch.sh: For for level one methods, disallow a definition
11182 when partially multi-arched. Add comments explaining rationale.
11183 * gdbarch.h: Re-generate.
11184
6acf50cd
AC
111852002-02-10 Andrew Cagney <ac131313@redhat.com>
11186
11187 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11188 multi-arch partial.
aaa38bb5 11189
50248794
AC
111902002-02-10 Andrew Cagney <ac131313@redhat.com>
11191
11192 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11193 field. Use diff -u.
11194 * gdbarch.c: Re-generate.
11195
c30e0066
AC
111962002-02-10 Andrew Cagney <ac131313@redhat.com>
11197
9b56c5f3 11198 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11199 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11200 partial.
11201
6e6d6484
AC
112022002-02-10 Andrew Cagney <ac131313@redhat.com>
11203
11204 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11205 multi-arch partial.
11206 (PUSH_ARGUMENTS): Switch to using predefault.
11207 * gdbarch.c: Regenerate.
11208
c203844d
AC
112092002-02-10 Andrew Cagney <ac131313@redhat.com>
11210
11211 * valops.c (PUSH_ARGUMENTS): Delete definition.
11212 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11213 partial. Default to default_push_arguments.
11214 * gdbarch.h, gdbarch.c: Regenerate.
11215
b5a2688f
AC
112162002-02-09 Andrew Cagney <ac131313@redhat.com>
11217
11218 * defs.h (throw_exception): Rename return_to_top_level. Update
11219 comments.
11220 * utils.c (error_stream, internal_verror, quit): Ditto.
11221 * top.c (throw_exception, catcher): Ditto.
11222 * sparclet-rom.c (sparclet_load): Ditto.
11223 * remote.c (interrupt_query, minitelnet): Ditto.
11224 * remote-sds.c (interrupt_query): Ditto.
11225 * remote-mips.c (mips_error, mips_kill): Ditto.
11226 * ocd.c (interrupt_query): Ditto.
11227 * monitor.c (monitor_interrupt_query): Ditto.
11228 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11229 * target.h: Update comment.
aaa38bb5 11230
b5a2688f 11231 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11232
2fa5c1e0
AC
112332002-02-09 Andrew Cagney <ac131313@redhat.com>
11234
11235 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11236 default_double_format.
11237 * gdbarch.h, gdbarch.c: Re-generate.
11238 * findvar.c (floatformat_unknown): Delete variable definition.
11239 * doublest.h (floatformat_unknown): Delete variable declaration.
11240
da966255
JB
112412002-02-09 Jim Blandy <jimb@redhat.com>
11242
11243 * stabsread.c (read_type): Add code to parse Sun's syntax for
11244 prototyped function types.
11245
123a4891
AC
112462002-02-09 Andrew Cagney <ac131313@redhat.com>
11247
11248 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11249 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11250
fb39c8f3
PS
112512002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11252
11253 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11254 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11255 now _initialize_xcoffsolib gets called again and overrides the
11256 commands from solib.c in a native configuration.
11257
0b87a11d
MK
112582002-02-09 Mark Kettenis <kettenis@gnu.org>
11259
11260 * doublest.c (store_typed_floating): Don't try to return a value.
11261 Fixes PR gdb/290.
11262
bdc2fc72
JB
112632002-02-08 Jim Blandy <jimb@redhat.com>
11264
11265 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11266 is prototyped and has no arguments, print its argument list as
11267 `(void)'.
11268
da69bbcf
CD
112692002-02-08 Chris Demetriou <cgd@broadcom.com>
11270
11271 * MAINTAINERS (write-after-approval): Add myself.
11272 (paper-trail): I've escaped!
aaa38bb5 11273
b69571f5
CF
112742002-02-08 Christopher Faylor <cgf@redhat.com>
11275
11276 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11277 changes.
11278 (_initialize_check_for_gdb_ini): Ditto.
11279
f6871398
MH
112802002-02-08 Martin M. Hunt <hunt@redhat.com>
11281
11282 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11283 xaprintf -> xasprintf.
11284
4e52d31c
PM
112852002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11286
11287 * win32-nat.c: Remove use of printf and sprintf functions.
11288
39bbf761
RE
112892002-02-08 Richard Earnshaw <rearnsha@arm.com>
11290
11291 * arm-tdep.c (arm_frame_chain_valid): Make static.
11292 (arm_push_arguments): Likewise.
11293 (arm_gdbarch_init): New function.
11294 (_initialize_arm_tdep): Call it.
11295 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11296 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11297 (FRAME_CHAIN_VALID): Delete.
11298 (arm_frame_chain_valid): Delete declaration.
11299 (PUSH_ARGUMENTS): Delete.
11300 (arm_push_arguments): Delete declaration.
11301 (CALL_DUMMY_P): Delete.
11302
9c9532c9
CV
113032002-02-08 Andrew Cagney <ac131313@redhat.com>
11304 Corinna Vinschen <vinschen@redhat.com>
11305
11306 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11307 on builtin float types.
11308
4e8f7a8b
DJ
113092002-02-08 Daniel Jacobowitz <drow@mvista.com>
11310
11311 * utils.c: Include <curses.h> before "bfd.h".
11312 * tui/tui-hooks.c: Likewise.
11313 * tui/tui.c: Likewise.
11314 * tui/tuiCommand.c: Likewise.
11315 * tui/tuiData.c: Likewise.
11316 * tui/tuiDataWin.c: Likewise.
11317 * tui/tuiDisassem.c: Likewise.
11318 * tui/tuiGeneralWin.c: Likewise.
11319 * tui/tuiIO.c: Likewise.
11320 * tui/tuiLayout.c: Likewise.
11321 * tui/tuiRegs.c: Likewise.
11322 * tui/tuiSource.c: Likewise.
11323 * tui/tuiSourceWin.c: Likewise.
11324 * tui/tuiStack.c: Likewise.
11325 * tui/tuiWin.c: Likewise.
11326
cd4bffcf
EZ
113272002-02-07 Elena Zannoni <ezannoni@redhat.com>
11328
11329 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11330 to include space for pseudoregs as well. Update loops accordingly.
11331 (sh_fp_frame_init_saved_regs): Ditto.
11332 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11333
26806ce2
AC
113342002-02-07 Andrew Cagney <ac131313@redhat.com>
11335
11336 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11337 Add Richard Earnshaw to Arm maintainers.
11338
97fdab62
AC
113392002-02-07 Andrew Cagney <ac131313@redhat.com>
11340
a6b98203
AC
11341 * defs.h (warning_begin): Delete declaration.
11342
97fdab62
AC
11343 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11344 Delete macro.
11345
78b29b40
MS
113462002-02-07 Michael Snyder <msnyder@redhat.com>
11347
aaa38bb5 11348 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11349 Logic bug, remove misplaced else.
11350
d8849953
KD
113512002-02-07 Klee Dienes <klee@apple.com>
11352
11353 * fork-inferior.c (fork_inferior): Add '!' to the list of
11354 characters that need to be quoted when building a string for the
11355 shell. Quote '!' specifically with a backslash, since CSH chokes
11356 when trying to evaluate "str!str".
aaa38bb5 11357
095778a0
NC
113582002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11359
11360 * rdi-share/host.h: Only provide a typedef for bool if it is not
11361 defined.
11362
1900040c
MS
113632002-02-04 Michael Snyder <msnyder@redhat.com>
11364
11365 * breakpoint.h (enum bptype): Add new overlay event bp type.
11366 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11367
1900040c
MS
11368 * breakpoint.c (create_internal_breakpoint): New function.
11369 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11370 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11371 (create_thread_event_breakpoint): Ditto.
11372 (create_solib_event_breakpoint): Ditto.
11373 (create_overlay_event_breakpoint): New function.
11374 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11375 (update_breakpoints_after_exec): Delete and re-initialize
11376 overlay event breakpoints after an exec. Add FIXME comment
11377 about longjmp breakpoint.
11378 (print_it_typical): Ignore overlay event breakpoints.
11379 (print_one_breakpoint): Ditto.
11380 (mention): Ditto.
11381 (bpstat_what): Do not stop for overlay event breakpoints.
11382 (delete_breakpoint): Don't delete overlay event breakpoints.
11383 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11384 (breakpoint_re_set): Re-create overlay event breakpoint.
11385
11386 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11387 (overlay_manual_command): Disable overlay breakpoints.
11388 (overlay_off_command): Disable overlay breakpoints.
11389
082fc60d
RE
113902002-02-06 Richard Earnshaw <rearnsha@arm.com>
11391
11392 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11393 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11394 to here from config/tm-arm.h.
11395 (coff_sym_is_thumb): Make static.
11396 (arm_elf_make_msymbol_special): New function.
11397 (arm_coff_make_msymbol_special): New function.
11398 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11399 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11400 (coff_sym_is_thumb): Delete declaration.
11401 (arm_elf_make_msymbol_special): Declare.
11402 (arm_coff_make_msymbol_special): Declare.
11403 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11404 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11405
039c5766
RE
114062002-02-06 Richard Earnshaw <rearnsha@arm.com>
11407
11408 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11409
114102002-02-06 Richard Earnshaw <rearnsha@arm.com>
11411
11412 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11413 * gdbarch.c gdbarch.h: Regenerate.
11414 * arch-utils.c (default_print_float_info): New function.
11415 * arch-utils.h (default_print_float_info): Prototype it.
11416 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11417 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11418 (PRINT_FLOAT_INFO): Document it.
11419
11420 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11421 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11422 (PRINT_FLOAT_INFO): Define.
11423
58fa08f0
PM
114242002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11425
aaa38bb5 11426 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11427 Add typecast to sprintf argument to suppress a warning.
11428
7393af7c
PM
114292002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11430
58fa08f0 11431 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11432 to allow easier handling of pass state.
11433 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11434 that gives exception name and address.
11435 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11436 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11437 exceptions added.
aaa38bb5
AJ
11438 (child_continue): Correctly report continue_status.
11439 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11440 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11441 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11442 the exception should be passed to debuggee or not.
11443
6af4589c
MS
114442002-02-05 Michael Snyder <msnyder@redhat.com>
11445
11446 * regcache.c (fetch_register): Call target_fetch_register
11447 only if we don't call FETCH_PSEUDO_REGISTER.
11448 (store_register): Call target_store_register only if we
11449 don't call STORE_PSEUDO_REGISTER.
11450
a2cf933a
EZ
114512002-02-05 Elena Zannoni <ezannoni@redhat.com>
11452
11453 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11454 ELF_MAKE_MSYMBOL_SPECIAL.
11455 * gdbarch.c, gdbarch.h: Regenerate.
11456 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11457 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11458 * elfread.c (elf_symtab_read): Compile use of
11459 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11460 multiarched.
11461 * coffread.c (coff_symtab_read): Ditto, for
11462 COFF_MAKE_MSYMBOL_SPECIAL.
11463
6bb7be43
JB
114642002-02-05 Jim Blandy <jimb@redhat.com>
11465
11466 * solib-svr4.c (svr4_truncate_ptr): New function.
11467 (svr4_relocate_section_addresses): Do the address arithmetic with
11468 the appropriate truncation for target addresses, even when
11469 CORE_ADDR is larger than a target address.
11470
e18651ec
DJ
114712002-02-05 Daniel Jacobowitz <drow@mvista.com>
11472
11473 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11474 to (int *).
11475
6b2725be
DJ
114762002-02-05 Daniel Jacobowitz <drow@mvista.com>
11477
11478 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11479 code.
11480
fca9e603
DJ
114812002-02-05 Daniel Jacobowitz <drow@mvista.com>
11482
11483 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11484
6c537a52
DJ
114852002-02-05 Daniel Jacobowitz <drow@mvista.com>
11486
11487 * gdbserver/linux-low.c: Remove unused include files.
11488
d844cde6
DJ
114892002-02-05 Daniel Jacobowitz <drow@mvista.com>
11490
11491 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11492 (read_inferior_memory): Use it.
11493 (write_inferior_memory): Likewise.
11494
d07c63e7
DJ
114952002-02-05 Daniel Jacobowitz <drow@mvista.com>
11496
11497 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11498 grubbing through sys_errlist.
11499
da6d8c04
DJ
115002002-02-05 Daniel Jacobowitz <drow@mvista.com>
11501
11502 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11503
5b421780
PM
115042002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11505 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11506
9f60d481
AC
115072002-02-04 Andrew Cagney <ac131313@redhat.com>
11508
11509 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11510 (do_sfunc, set_cmd_sfunc): New functions.
11511
11512 * command.h (struct cmd_list_element): Add field func.
11513 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11514 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11515 * cli/cli-decode.h: Ditto.
11516
11517 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11518 (help_all, help_cmd_list): Ditto.
11519 (find_cmd, complete_on_cmdlist): Ditto.
11520 * top.c (execute_command): Ditto.
11521
11522 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11523 function.sfunc.
11524
11525 * infcmd.c (notice_args_read): Fix function signature.
11526
11527 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11528 * cli/cli-decode.c (add_set_cmd): Ditto.
11529 * utils.c (initialize_utils): Ditto.
11530 * maint.c (_initialize_maint_cmds): Ditto.
11531 * infrun.c (_initialize_infrun): Ditto.
11532 * demangle.c (_initialize_demangler): Ditto.
11533 * remote.c (add_packet_config_cmd): Ditto.
11534 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11535 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11536 * proc-api.c (_initialize_proc_api): Ditto.
11537 * kod.c (_initialize_kod): Ditto.
11538 * valprint.c (_initialize_valprint): Ditto.
11539 * top.c (init_main): Ditto.
11540 * infcmd.c (_initialize_infcmd): Ditto.
11541 * corefile.c (_initialize_core): Ditto.
11542 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11543 * arch-utils.c (initialize_current_architecture): Ditto.
11544 (_initialize_gdbarch_utils): Ditto.
11545 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11546
11547 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11548 * wince.c (_initialize_inftarg): Ditto.
11549 * symfile.c (_initialize_symfile): Ditto.
11550 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11551 * language.c (_initialize_language): Ditto.
11552 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11553
f9ba0717
MS
115542002-02-04 Michael Snyder <msnyder@redhat.com>
11555
11556 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11557
0c74b2a7
DJ
115582002-02-04 Daniel Jacobowitz <drow@mvista.com>
11559
11560 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11561 Add rules for building the register data files.
11562
c638789f
DJ
115632002-02-04 Daniel Jacobowitz <drow@mvista.com>
11564
11565 * regformats/regdat.sh: Add braces to the definition of
11566 expedite_regs_${arch}.
11567
db253027
DJ
115682002-02-04 Daniel Jacobowitz <drow@mvista.com>
11569
11570 * regformats/regdef.h (struct reg): Add comment describing the
11571 requirements for offset and size fields.
11572
206be19c
AS
115732002-02-04 Andreas Schwab <schwab@suse.de>
11574
11575 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11576 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11577
181c1381
RE
115782002-02-04 Richard Earnshaw <rearnsha@arm.com>
11579
11580 * gdbarch.sh (copyright): Update years in generated header.
11581 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11582 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11583 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11584 * dbxread.c: Likewise.
11585 * dwarfread.c: Likewise.
11586 * elfread.c: Likewise.
11587 * somread.c: Likewise.
11588
11589 * arm-tdep.c (arm_smash_text_address): New function.
11590 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11591
fa4ba8da
PM
115922002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11593
11594 Add support for hardware watchpoints on win32 native.
aaa38bb5 11595 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11596 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11597 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11598 of debug registers.
11599 (debug_registers_changed): New variable. Reflects when debug registers
11600 are changed and need to be written to inferior.
aaa38bb5 11601 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11602 was set, used when new threads are created.
11603 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11604 i386-nat code.
11605 (thread_rec): Set dr array if id is the thread of current_event .
11606 (child_continue, child_resume): Change the debug registers for all
11607 threads if debug_registers_changed.
11608 (child_add_thread): Change the debug registers if debug_registers_used.
11609 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11610 Link nm.h to new nm-cygwin.h file.
11611 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11612 of hardware registers.
11613
a73c86fb
AC
116142002-02-03 Andrew Cagney <ac131313@redhat.com>
11615
11616 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11617 Restore behavour broken by 2002-01-20 Andrew Cagney
11618 <ac131313@redhat.com> IEEE_FLOAT removal.
11619
acf5ed49
DJ
116202002-02-03 Daniel Jacobowitz <drow@mvista.com>
11621
11622 * c-valprint.c (c_val_print): Pass a proper valaddr to
11623 cp_print_class_method.
11624 * valops.c (search_struct_method): If there is only one method
11625 and args is NULL, return that method.
11626
493d28d5
DJ
116272002-02-03 Daniel Jacobowitz <drow@mvista.com>
11628
11629 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11630 accessing tag_name directly.
11631
7495dfdb
DJ
116322002-02-03 Daniel Jacobowitz <drow@mvista.com>
11633
11634 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11635 of accessing tag_name directly.
11636
dd6bda65
DJ
116372002-02-03 Daniel Jacobowitz <drow@mvista.com>
11638
11639 PR gdb/280
11640 * gdbtypes.c (replace_type): New function.
11641 * gdbtypes.h (replace_type): Add prototype.
11642 * stabsread.c (read_type): Use replace_type.
11643
88fe217c
RE
116442002-02-03 Richard Earnshaw <rearnsha@arm.com>
11645
11646 * Makefile.in (memattr.o): Add missing dependencies rule.
11647
e5d66720
PS
116482002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11649
11650 * breakpoint.c (break_at_finish_command): Really export.
11651 (break_at_finish_at_depth_command): Ditto.
11652 (tbreak_at_finish_command): Ditto.
11653 * hppa-tdep.c: Include completer.h.
11654 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11655 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11656
fffee0be
AC
116572002-02-01 Andrew Cagney <ac131313@redhat.com>
11658
11659 * utils.c (do_write): New function.
11660 (error_stream): Rewrite combining the code from error_begin and
11661 verror.
11662 (verror): Rewrite using error_stream.
11663 (error_begin): Delete function.
11664
255e7dbf
AC
116652002-02-01 Andrew Cagney <ac131313@redhat.com>
11666
11667 * utils.c (error_begin): Make static.
11668 * defs.h (error_begin): Delete declaration.
11669
11670 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11671 (decode_line_1): Use cplusplus_error instead of error_begin,
11672 cplusplus_hint and return_to_top_level.
11673 * coffread.c (coff_symfile_read): Use error instead of error_begin
11674 and return_to_top_level.
11675 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11676
ddfe3c15
AC
116772002-02-01 Andrew Cagney <ac131313@redhat.com>
11678
11679 * language.h (type_error, range_error): Make string parameter
11680 constant.
11681 * language.c (warning_pre_print): Delete extern declaration.
11682 * dwarfread.c (warning_pre_print): Ditto.
11683 * language.c (type_error, range_error): Rewrite to use verror and
11684 vwarning instead of warning_begin.
11685
03ac34d5
MS
116862002-02-01 Michael Snyder <msnyder@redhat.com>
11687
261c4ca2
MS
11688 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11689 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11690
e00d1dc8
AC
116912002-02-01 Andrew Cagney <ac131313@redhat.com>
11692
11693 * command.h (NO_FUNCTION): Delete macro.
11694 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11695 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11696 * tracepoint.c (_initialize_tracepoint): Ditto.
11697 * cli/cli-decode.c (add_set_cmd): Ditto.
11698 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11699
76b79d6e
DJ
117002002-02-01 Daniel Jacobowitz <drow@mvista.com>
11701
11702 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11703 Update ``this'' pointer when calling virtual functions.
11704
799f9e91
MS
117052002-02-01 Michael Snyder <msnyder@redhat.com>
11706
c7bd442c 11707 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11708 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11709
3cf384d4
DJ
117102002-02-01 Daniel Jacobowitz <drow@mvista.com>
11711
11712 * regformats/reg-arm.dat: New file.
11713 * regformats/reg-i386.dat: New file.
11714 * regformats/reg-ia64.dat: New file.
11715 * regformats/reg-m68k.dat: New file.
11716 * regformats/reg-mips.dat: New file.
11717 * regformats/reg-ppc.dat: New file.
11718 * regformats/reg-sh.dat: New file.
11719 * regformats/regdef.h: New file.
11720 * regformats/regdat.sh: New file.
11721
0defa245
RE
117222002-02-01 Richard Earnshaw <reanrsha@arm.com>
11723
11724 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11725 (arm_frame_args_address, arm_frame_locals_address): New functions.
11726 (arm_frame_num_args): New function.
11727 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11728 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11729 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11730
405f26e6
MS
117312002-01-31 Michael Snyder <msnyder@redhat.com>
11732
502fd408
MS
11733 * breakpoint.c (break_at_finish_command): Export.
11734 (break_at_finish_at_depth_command): Export.
11735 (tbreak_at_finish_command): Export.
d6020d45 11736 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11737 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11738 "txbreak" commands, which are HPPA specific.
502fd408 11739
7d35e135
MS
11740 * printcmd.c (disassemble_command): Remove an ancient
11741 artifact of an old merge.
11742
aaa38bb5 11743 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11744 Define enum constant values for overlay mode.
11745 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11746 (overlay_is_mapped, overlay_auto_command,
11747 overlay_manual_command): Ditto.
d874f1e2 11748
aaa38bb5
AJ
11749 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11750 breakpoint_here_p, breakpoint_inserted_here_p,
11751 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11752 describe_other_breakpoints, check_duplicates, clear_command):
11753 Coding standard fixes.
11754
8add0441 11755 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11756 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11757 code: check bfd SEC_READONLY flag for section.
11758
e351066e
AC
117592002-01-31 Andrew Cagney <ac131313@redhat.com>
11760
7d35e135 11761 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11762
8a48e967
DJ
117632002-01-30 Daniel Jacobowitz <drow@mvista.com>
11764
11765 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11766 data symbols, since we search based on textlow and texthigh.
11767 (find_pc_sect_symtab): Likewise.
11768
f5a96129
AC
117692002-01-30 Andrew Cagney <ac131313@redhat.com>
11770
11771 * defs.h (vwarning): Declare.
f5a96129
AC
11772 * utils.c (vwarning): New function.
11773 (warning): Call vwarning.
11774 (warning_begin): Delete function.
11775
11776 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11777 the warning message.
11778 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11779 warning_begin.
11780
cefd4ef5
MS
117812002-01-30 Michael Snyder <msnyder@redhat.com>
11782
1a703748
MS
11783 * NEWS: Mention "set trust-readonly-sections" command.
11784 Mention generate-core-file command.
cefd4ef5 11785
3a11626d
MS
117862002-01-15 Michael Snyder <msnyder@redhat.com>
11787
11788 * target.c: New command, "set trust-readonly-sections on".
11789 (do_xfer_memory): Honor the suggestion to trust readonly sections
11790 by reading them from the object file instead of from the target.
11791 (initialize_targets): Register command "set trust-readonly-sections".
11792
d1c7e53b
AC
117932002-01-29 Andrew Cagney <ac131313@redhat.com>
11794
11795 * parse.c (target_map_name_to_register): Simplify, search regs and
11796 pseudo-regs using a single loop.
11797
e2c9a72c
AC
117982002-01-30 Andrew Cagney <ac131313@redhat.com>
11799
11800 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11801
69824b4e
MK
118022002-01-15 Rodney Brown <rbrown64@csc.com.au>
11803
11804 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11805 * config/i386/i386v42mp.mh: Add i387-nat.o .
11806 * i386v4-nat.c: Include i387-nat.h.
11807 (supply_fpregset): Use i387_supply_fsave.
11808 (fill_fpregset): Use i387_fill_fsave.
11809
6eb69eab
RE
118102002-01-30 Richard Earnshaw <rearnsha@arm.com>
11811
11812 * arm-tdep.c (arm_call_dummy_words): Define.
11813 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11814 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11815 (CALL_DUMMY_WORDS): Define.
11816 (arm_call_dummy_words): Declare.
11817 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11818 (arm_linux_call_dummy_words): Declare.
11819
9852326a
AS
118202002-01-30 Andreas Schwab <schwab@suse.de>
11821
11822 * m68klinux-nat.c: Fix last change to use regcache_collect
11823 instead of referencing registers[] directly.
11824
977a3030
AC
118252002-01-29 Andrew Cagney <ac131313@redhat.com>
11826
11827 * parse.c (target_map_name_to_register): Delete code wrapped in
11828 #ifdef REGISTER_NAME_ALIAS_HOOK.
11829
2076c72b
MS
118302002-01-28 Michael Snyder <msnyder@redhat.com>
11831
11832 * regcache.c (legacy_read_register_gen): Need to be able to
11833 read pseudo-register as well as real register.
11834 (legacy_write_register_gen): Ditto.
11835
8fcc723b
AC
118362002-01-28 Andrew Cagney <ac131313@redhat.com>
11837
11838 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11839 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11840 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11841 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11842 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11843 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11844 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11845 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11846 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11847 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11848 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11849 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11850 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11851 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11852 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11853 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11854 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11855 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11856 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11857 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11858
afe64c1a
AC
118592002-01-28 Andrew Cagney <ac131313@redhat.com>
11860
11861 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11862 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11863 (initialize_current_architecture): Update target_byte_order using
11864 information from BFD.
aaa38bb5 11865 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11866 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11867
75bc7ddf
AC
118682002-01-28 Andrew Cagney <ac131313@redhat.com>
11869
11870 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11871 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11872
11873 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11874 #ifdef INVALID_FLOAT.
11875 * infcmd.c (do_registers_info): Ditto.
11876 * values.c (unpack_double): Ditto. Add comment.
11877
11878 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11879 already commented out.
11880
0280a90a
AS
118812002-01-26 Andreas Schwab <schwab@suse.de>
11882
11883 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11884 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11885 registers and add support for PTRACE_GETREGS.
11886
7072a954
AC
118872002-01-24 Andrew Cagney <ac131313@redhat.com>
11888
11889 GDB 5.1.1 released from 5.1 branch.
11890 * NEWS: Add 5.1.1 news.
11891 * README: Sync with 5.1 branch.
11892
86f902e0
FF
118932002-01-23 Fred Fish <fnf@redhat.com>
11894
11895 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11896 stabstring on initial malloc. Reallocing will copy it for us,
11897 if necessary.
11898
8af51c36
EZ
118992002-01-23 Elena Zannoni <ezannoni@redhat.com>
11900
aaa38bb5 11901 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11902 (HFILES_NO_SRCDIR): Remove hpread.h.
11903 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11904 (hpread.o): Update dependencies.
11905 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11906
11907 * hp-psymtab-read.c: Remove file.
11908 * hp-symtab-read.c: Remove file.
11909 * hpread.h: Remove file.
11910
11911 * hpread.c: Merge all contents of hp-psymtab-read.c,
11912 hp-symtab-read.c and hpread.h into this file, as it was prior to
11913 January 1999.
11914
11915 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11916 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11917 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11918 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11919
dc5cfeb6
EZ
119202002-01-23 Elena Zannoni <ezannoni@redhat.com>
11921
11922 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11923 fill_gregset): Call gdbarch_tdep() just once, assign result to
11924 variable and use that, instead of calling the function several
11925 times.
11926
ea87b71b
AO
119272002-01-24 Alexandre Oliva <aoliva@redhat.com>
11928
11929 * configure.host: Accept sparcv9 as alias for sparc64.
11930 * configure.tgt: Likewise.
11931
13fc0c2f
KB
119322002-01-22 Kevin Buettner <kevinb@redhat.com>
11933
11934 * solib-aix5.c (build_so_list_from_mapfile)
11935 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11936 arguments is not reversed.
11937 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11938 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11939
7bd872fe
EZ
119402002-01-22 Elena Zannoni <ezannoni@redhat.com>
11941
11942 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11943 modified version of obsolete sh_fetch_pseudo_register.
11944 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11945 (sh4_register_read): New function.
11946 (sh_pseudo_register_write): New function. Renamed and modified
11947 version of obsolete sh_store_pseudo_register.
11948 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11949 (sh4_register_write): New function.
11950 (sh_gdbarch_init): Remove setting of gdbarch function
11951 fetch_pseudo_register and store_pseudo_register. Remove setting of
11952 register_convert_to_raw, register_convert_to_virtual,
11953 register_convertible.
11954 (sh_sh4_register_convertible): Delete. No longer needed. All is
11955 taken care by architecture specific functions
11956 register_read/register_write.
11957 (sh_sh4_register_convert_to_virtual): Make static.
11958 (sh_sh4_register_convert_to_raw): Ditto.
11959
069e84fd
AC
119602002-01-22 Andrew Cagney <ac131313@redhat.com>
11961
11962 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11963 (floatformat_is_nan, floatformat_mantissa): Ditto.
11964
11965 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11966 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11967 builtin_type_ieee_double_little,
11968 builtin_type_ieee_double_littlebyte_bigword,
11969 builtin_type_m68881_ext, builtin_type_i960_ext,
11970 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11971 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11972 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11973 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11974
211a4f69
CV
119752002-01-22 Corinna Vinschen <vinschen@redhat.com>
11976
11977 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11978 parameter. Set frameless flag if it exists and depended of
11979 whether the scanned function is frameless or not.
11980 (xstormy16_skip_prologue): If function is frameless, return
11981 result of xstormy16_scan_prologue().
11982 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11983 call.
11984
f81353e4
EZ
119852002-01-21 Elena Zannoni <ezannoni@redhat.com>
11986
11987 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11988 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11989 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11990 sh_sh4_register_byte, sh_sh4_register_raw_size,
11991 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11992 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11993 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11994 sh_store_pseudo_register, sh_do_pseudo_register): Call
11995 gdbarch_tdep() just once, assign result to variable and use that,
11996 instead of calling the function several times.
11997
63c73a17
MK
119982002-01-20 Mark Kettenis <kettenis@gnu.org>
11999
12000 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
12001 macros instead of LAST_FPU_CTRL_REGNUM.
12002 (store_register): Likewise.
12003
39ad761d
JB
120042002-01-21 Jim Blandy <jimb@redhat.com>
12005
12006 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12007 is up-to-date before running the program, not just when a program
12008 exits.
12009
3d74b771
FF
120102002-01-21 Fred Fish <fnf@redhat.com>
12011
12012 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12013 when we have found all instructions we are looking for.
12014
966fbf70
RE
120152002-01-21 Richard Earnshaw <rearnsha@arm.com>
12016
12017 * arm-tdep.c (arm_register_name): New function.
12018 (arm_registers_names): Make static.
12019 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12020 (arm_register_name): Declare.
12021 (REGISTER_NAME): Use it.
12022
c3b4394c
RE
120232002-01-21 Richard Earnshaw <rearnsha@arm.com>
12024 Kevin Buettner <kevinb@redhat.com>
12025
12026 Convert arm targets to new FRAME interface.
12027 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12028 (arm_frame_find_save_regs): Delete.
12029 (arm_frame_init_saved_regs): New.
12030 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12031 Allocate extra_info as required. Convert all uses of fsr.regs
12032 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12033 to use extra_info.
12034 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12035 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12036 (check_prologue_cache, save_prologue_cache): Likewise.
12037 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12038 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12039 (FRAME_FIND_SAVED_REGS): Delete.
12040 (arm_frame_find_saved_regs): Delete prototype.
12041 (arm_frame_init_saved_regs): New prototype.
12042 (FRAME_INIT_SAVED_REGS): Define.
12043
61d99182
AC
120442002-01-20 Andrew Cagney <ac131313@redhat.com>
12045
12046 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12047
6aaea291
AC
120482002-01-20 Andrew Cagney <ac131313@redhat.com>
12049
12050 From Jeff Law <law@redhat.com>:
12051 * infttrace.c: Include <sys/pstat.h>.
12052 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12053 exec file if the ttrace equivalent fails.
12054
15f698d2
AC
120552002-01-20 Andrew Cagney <ac131313@redhat.com>
12056
12057 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12058 (closeLogFile): Ditto.
12059
f86ddd7c
MC
120602002-01-20 Michael Chastain <mec@shout.net>
12061
12062 * top.c (print_gdb_version): Bump copyright year to 2002.
12063
904507ce
AC
120642002-01-20 Andrew Cagney <ac131313@redhat.com>
12065
12066 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12067 Zannoni and Eli Zaretskii.
12068
d7f0b9ce
DJ
120692002-01-20 Daniel Jacobowitz <drow@mvista.com>
12070
12071 * buildsym.c: Update copyright years.
12072 * c-typeprint.c: Likewise.
12073 * dwarf2read.c: Likewise.
12074 * f-typeprint.c: Likewise.
12075 * gdbtypes.c: Likewise.
12076 * gdbtypes.h: Likewise.
12077 * hp-symtab-read.c: Likewise.
12078 * hpread.c: Likewise.
12079 * mdebugread.c: Likewise.
12080 * p-typeprint.c: Likewise.
12081
3fd3d7d2
AC
120822002-01-20 Andrew Cagney <ac131313@redhat.com>
12083
12084 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12085 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12086 byte-order selectable.
12087 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12088 * arch-utils.c: Ditto.
12089 (set_endian): Ditto.
12090 (set_endian_from_file): Ditto.
12091 * gdbserver/low-sim.c (create_inferior): Ditto.
12092 * gdbarch.sh: Ditto.
12093 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12094 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12095 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12096 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12097 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12098 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12099 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12100 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12101 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12102 macro definition.
12103 * config/mips/tm-wince.h: Remove #undef of macro
12104 TARGET_BYTE_ORDER_SELECTABLE.
12105 * config/sh/tm-wince.h: Ditto.
12106
b02dede2
DJ
121072002-01-20 Daniel Jacobowitz <drow@mvista.com>
12108
12109 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12110 member function fields. Add accessor macro
12111 TYPE_FN_FIELD_ARTIFICIAL.
12112 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12113 * c-typeprint.c (c_type_print_base): Skip artificial member
12114 functions.
12115
c3643761
DJ
121162002-01-20 Daniel Jacobowitz <drow@mvista.com>
12117
12118 * f-typeprint.c: Delete unused function f_type_print_args.
12119 * p-typeprint.c: Delete unused function pascal_type_print_args.
12120
8176bb6d
DJ
121212002-01-20 Daniel Jacobowitz <drow@mvista.com>
12122
12123 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12124 comment. Add ``artificial'' to ``union field_location''.
12125
12126 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12127
12128 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12129 * mdebugread.c (parse_symbol): Likewise.
12130 * stabsread.c (define_symbol): Likewise.
12131 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12132 initializing TYPE_FIELD_BITPOS to n (obsolete).
12133 (hpread_doc_function_type): Likewise.
12134 * hpread.c (hpread_function_type): Likewise.
12135
7fd60527
AC
121362002-01-20 Andrew Cagney <ac131313@redhat.com>
12137
12138 * configure.in (host_makefile_frag): Only require a host makefile
12139 fragment when a native build.
12140 * configure: Re-generate.
12141
c2f05ac9
AC
121422002-01-20 Andrew Cagney <ac131313@redhat.com>
12143
12144 * doublest.h (floatformat_from_type): Declare.
12145 * doublest.c (floatformat_from_type): New function.
12146 (convert_typed_floating): Use.
12147
12148 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12149 call to function floatformat_from_type.
12150
12151 * gdbarch.sh (IEEE_FLOAT): Delete.
12152 * gdbarch.h, gdbarch.c: Re-generate.
12153 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12154 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12155 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12156 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12157 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12158 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12159 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12160 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12161 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12162 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12163 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12164 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12165
12166 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12167 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12168 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12169 * sh-tdep.c (sh_gdbarch_init): Ditto.
12170 * mips-tdep.c (mips_gdbarch_init): Ditto.
12171 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12172 * cris-tdep.c (cris_gdbarch_init): Ditto.
12173
abf22e64
AJ
121742002-01-20 Jiri Smid <smid@suse.cz>
12175
12176 * configure.host, configure.tgt: Support x86-64.
12177 * NEWS: Note new target x86-64.
12178
b7c4cbf8
AJ
12179 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12180 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12181 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12182 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12183 x86-64-linux-nat.o): Fix dependencies.
12184
82600034
AC
121852002-01-19 Andrew Cagney <ac131313@redhat.com>
12186
12187 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12188 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12189 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12190 * config/sparc/xm-sun4os4.h: Delete file.
12191 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12192
bbe5c628
AC
121932002-01-19 Andrew Cagney <ac131313@redhat.com>
12194
12195 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12196 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12197 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12198 * config/i386/i386lynx.mh (XM_FILE): Delete.
12199 * config/rs6000/xm-rs6000ly.h: Delete file.
12200 * config/sparc/xm-sparclynx.h: Delete file.
12201 * config/m68k/xm-m68klynx.h: Delete file.
12202 * config/i386/xm-i386lynx.h: Delete file.
12203 * config/xm-lynx.h: Delete file.
12204 * config/djgpp/fnchange.lst: Update.
12205
f8453e34
JT
122062002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12207
12208 * alpha-tdep.c (alpha_register_byte): New function.
12209 (alpha_register_raw_size): Ditto.
12210 (alpha_register_virtual_size): Ditto.
12211 (alpha_skip_prologue_internal): Renamed from
12212 alpha_skip_prologue.
12213 (alpha_skip_prologue): New version that calls
12214 alpha_skip_prologue_internal.
12215 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12216 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12217 second argument from alpha_skip_prologue.
12218 (REGISTER_BYTE): Use alpha_register_byte.
12219 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12220 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12221 (FRAMELESS_FUNCTION_INVOCATION): Use
12222 generic_frameless_function_invocation_not.
12223 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12224 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12225
52d9e613
AC
122262002-01-19 Andrew Cagney <ac131313@redhat.com>
12227
12228 * config/mips/xm-news-mips.h: Delete file.
12229 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12230
12231 * config/m88k/xm-m88k.h: Delete file.
12232 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12233 * config/m88k/xm-delta88v4.h: Ditto.
12234 * config/m88k/xm-delta88.h: Ditto.
12235
12236 * config/alpha/xm-fbsd.h: Delete file.
12237 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12238
12239 * config/sparc/xm-sparc.h: Delete file.
12240 * Makefile.in (xm-sun4os4.h): Delete dependency.
12241 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12242 * config/sparc/xm-sun4os4.h: Ditto.
12243 * config/sparc/xm-linux.h: Ditto.
12244
12245 * config/i386/xm-windows.h: Delete file.
12246
2d1b2124
AC
122472002-01-19 Andrew Cagney <ac131313@redhat.com>
12248
12249 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12250 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12251
ee1f65f0
JT
122522002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12253
12254 * alpha-tdep.c (alpha_call_dummy_words): New.
12255 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12256 (CALL_DUMMY_P): Define.
12257 (CALL_DUMMY_WORDS): Define.
12258 (SIZEOF_CALL_DUMMY_WORDS): Define.
12259
98081e55
PB
122602002-01-19 Per Bothner <per@bothner.com>
12261
12262 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12263 isn't NULL, which can happen with some gcj-3.x-produced code.
12264
0d056799
JT
122652002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12266
12267 * alpha-tdep.c (alpha_register_virtual_type): New function.
12268 (alpha_init_frame_pc_first): Ditto.
12269 (alpha_fix_call_dummy): Ditto.
12270 (alpha_store_struct_return): Ditto.
12271 (alpha_extract_struct_value_address): Ditto.
12272 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12273 alpha_register_virtual_type.
12274 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12275 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12276 alpha_extract_struct_value_address.
12277 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12278 (INIT_FRAME_PC): Use init_frame_pc_noop.
12279 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12280
4604bcad
MK
122812002-01-19 Mark Kettenis <kettenis@gnu.org>
12282
12283 * i386gnu-nat.c: Include "i386-tdep.h".
12284 (fetch_fpregs): Simplify code dealing with uninitialized floating
12285 point states such that it doesn't require FP7_REGNUM.
12286
140f9984
JT
122872002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12288
abf22e64
AJ
12289 * alpha-tdep.c (frame_extra_info): New.
12290 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12291 frame->extra_info.
12292 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12293 (alpha_frame_saved_pc): Use frame->extra_info.
12294 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12295 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12296 (init_extra_frame_info): Rename to...
12297 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12298 (alpha_print_extra_frame_info): New function.
140f9984
JT
12299 (alpha_frame_locals_address): Ditto.
12300 (alpha_frame_args_address): Ditto.
abf22e64 12301 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12302 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12303 alpha_frame_args_address.
abf22e64 12304 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12305 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12306 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12307 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12308 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12309 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12310
d734c450
JT
123112002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12312
12313 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12314 (alpha_cannot_fetch_register): Ditto.
12315 (alpha_cannot_store_register): Ditto.
12316 (alpha_register_convertible): Ditto.
12317 (alpha_use_struct_convention): Ditto.
12318 * config/alpha/tm-alpha.h: Update copyright years.
12319 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12320 (INNER_THAN): Use core_addr_lessthan.
12321 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12322 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12323 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12324 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12325 (FRAME_CHAIN): Remove unnecessary cast.
12326
b4ceaee6
AC
123272002-01-18 Andrew Cagney <ac131313@redhat.com>
12328
12329 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12330 obsolete.
12331
0a65a603
AC
123322002-01-18 Andrew Cagney <ac131313@redhat.com>
12333
12334 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12335 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12336 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12337 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12338 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12339 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12340 * x86-64-linux-nat.c: Ditto.
12341
636a6dfc
JT
123422002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12343
abf22e64 12344 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12345 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12346 (REGISTER_NAME): Define.
12347
acceddb6
JT
123482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12349
12350 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12351
ec32e4be
JT
123522002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12353
12354 * alpha-tdep.c: Update copyright years.
12355 (alpha_next_pc): New function.
12356 (alpha_software_single_step): Ditto.
12357 * config/alpha/tm-alpha.h: Add prototype for
12358 alpha_software_single_step.
12359
e771a871
JT
123602002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12361
12362 * alphabsd-nat.c: Update copyright years.
12363 (fill_gregset): Use regcache_collect.
12364 (fill_fpregset): Likewise.
12365 (fetch_inferior_registers): Only fetch integer registers
12366 if requested to do so.
12367 (store_inferior_registers): Only store integer registers
12368 if requested to do so.
12369
7708fa01
AC
123702002-01-17 Andrew Cagney <ac131313@redhat.com>
12371
12372 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12373 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12374 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12375 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12376 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12377 * config/arm/linux.mh (XDEPFILES): Delete.
12378 * config/arm/nbsd.mh (XDEPFILES): Delete.
12379 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12380 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12381 * config/i386/i386m3.mh (XDEPFILES): Delete.
12382 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12383 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12384 * config/i386/fbsd.mh (XDEPFILES): Delete.
12385 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12386 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12387 * config/i386/i386v4.mh (XDEPFILES): Delete.
12388 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12389 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12390 * config/i386/i386aix.mh (XDEPFILES): Delete.
12391 * config/i386/go32.mh (XDEPFILES): Delete.
12392 * config/i386/cygwin.mh (XDEPFILES): Delete.
12393 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12394 * config/i386/i386mach.mh (XDEPFILES): Delete.
12395 * config/i386/i386v32.mh (XDEPFILES): Delete.
12396 * config/i386/linux.mh (XDEPFILES): Delete.
12397 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12398 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12399 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12400 * config/i386/i386sco.mh (XDEPFILES): Delete.
12401 * config/i386/i386v.mh (XDEPFILES): Delete.
12402 * config/i386/nbsd.mh (XDEPFILES): Delete.
12403 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12404 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12405 * config/i386/symmetry.mh (XDEPFILES): Delete.
12406 * config/i386/obsd.mh (XDEPFILES): Delete.
12407 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12408 * config/ia64/linux.mh (XDEPFILES): Delete.
12409 * config/ia64/aix.mh (XDEPFILES): Delete.
12410 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12411 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12412 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12413 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12414 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12415 * config/m68k/linux.mh (XDEPFILES): Delete.
12416 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12417 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12418 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12419 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12420 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12421 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12422 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12423 * config/m88k/delta88.mh (XDEPFILES): Delete.
12424 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12425 * config/m88k/m88k.mh (XDEPFILES): Delete.
12426 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12427 * config/mips/linux.mh (XDEPFILES): Delete.
12428 * config/mips/irix6.mh (XDEPFILES): Delete.
12429 * config/mips/irix5.mh (XDEPFILES): Delete.
12430 * config/mips/irix4.mh (XDEPFILES): Delete.
12431 * config/mips/irix3.mh (XDEPFILES): Delete.
12432 * config/mips/decstation.mh (XDEPFILES): Delete.
12433 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12434 (NATDEPFILES): Move core-aout.o to here.
12435 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12436 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12437 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12438 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12439 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12440 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12441 * config/pa/hpux11.mh (XDEPFILES): Delete.
12442 * config/powerpc/aix.mh (XDEPFILES): Delete.
12443 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12444 * config/powerpc/linux.mh (XDEPFILES): Delete.
12445 * config/romp/rtbsd.mh: Rename XDEPFILES.
12446 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12447 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12448 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12449 * config/s390/s390.mh (XDEPFILES): Delete.
12450 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12451 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12452 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12453 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12454 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12455 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12456 * config/sparc/linux.mh (XDEPFILES): Delete.
12457 * config/vax/vaxult.mh (XDEPFILES): Delete.
12458 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12459 * Makefile.in (DEPFILES): Remove XDEPFILES.
12460
375fc983
AC
124612002-01-17 Andrew Cagney <ac131313@redhat.com>
12462
12463 * utils.c (internal_verror): Fix comments, default is yes not no.
12464 Update queries to match. Default to quit and dump core.
12465
8926118c
AC
124662002-01-17 Andrew Cagney <ac131313@redhat.com>
12467
12468 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12469 copyright.
12470 * defs.h, event-top.c, gdbcmd.h: Ditto.
12471 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12472 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12473 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12474 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12475 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12476 * mi/mi-main.c:Ditto.
12477
12478 * stack.c, symfile.c: Update copyright.
12479
45b7b345
DJ
124802002-01-17 Daniel Jacobowitz <drow@mvista.com>
12481
db728ff7
DJ
12482 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12483 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12484 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12485 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12486
db728ff7
DJ
124872002-01-17 Daniel Jacobowitz <drow@mvista.com>
12488
12489 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12490 * gdbserver/low-lynx.c (myattach): Likewise.
12491 * gdbserver/low-nbsd.c (myattach): Likewise.
12492 * gdbserver/low-sim.c (myattach): Likewise.
12493 * gdbserver/low-sparc.c (myattach): Likewise.
12494 * gdbserver/low-sun3.c (myattach): Likewise.
12495
12496 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12497
db728ff7 12498 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12499 (main): Handle "--attach".
12500
8de3c354
AC
125012002-01-16 Andrew Cagney <ac131313@redhat.com>
12502
12503 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12504 maintainer.
12505
b0129042
DJ
125062002-01-15 Daniel Jacobowitz <drow@mvista.com>
12507
12508 * c-typeprint.c (is_type_conversion_operator): Add additional
12509 check for non-conversion operators.
12510
ba8679fb 125112002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12512
12513 * linux-proc.c: Add "info proc" command, a la procfs.c.
12514 (read_mapping): New function, abstract and re-use code.
12515 (linux_find_memory_regions): Use new func read_mapping.
12516 (linux_info_proc_cmd): New function, implement "info proc".
12517 (_initialize_linux_proc): Add new command "info proc".
12518
e4f9b4d5
MS
125192002-01-15 Michael Snyder <msnyder@redhat.com>
12520
12521 * symfile.c (generic_load): Use bfd_map_over_sections method
12522 instead of manipulating bfd structure members directly.
12523 (add_section_size_callback): New function, bfd sections callback
12524 used by generic_load.
12525 (load_sections_callback): New function, bfd sections callback
12526 used by generic_load.
12527
08cf96df
EZ
125282002-01-15 Elena Zannoni <ezannoni@redhat.com>
12529
abf22e64 12530 [Based on work by Jim Blandy]
08cf96df
EZ
12531 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12532 (builtin_type_vec128): Export.
12533 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12534 types.
12535 (builtin_type_vec128): New builtin type for 128 bit vector
12536 registers.
12537 (build_gdbtypes): Initialize builtin_type_v16qi and
12538 builtin_type_v8hi. Create the vec128 register builtin type
12539 structure.
12540 (build_builtin_type_vec128): New function.
abf22e64 12541 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12542 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12543 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12544 AltiVec register to new builtin type.
12545
d7242108
DJ
125462001-01-15 Daniel Jacobowitz <drow@mvista.com>
12547
12548 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12549 to make_cv_type.
12550
4ee3352d
AC
125512002-01-14 Andrew Cagney <ac131313@redhat.com>
12552
12553 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12554 CLEAN_UP_REGISTER_VALUE.
12555 * regcache.c (supply_register): Update only call.
12556
f015b2e7
AC
125572002-01-14 Andrew Cagney <ac131313@redhat.com>
12558
12559 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12560 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12561 a29k-*-vxworks* targets as obsolete.
12562
356ae49d
MS
125632002-01-14 Michael Snyder <msnyder@redhat.com>
12564
12565 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12566 until we can resolve portability issues.
12567 * gregset.h: Remove references to fpxregs.
12568 * gcore.c (gcore_command): Initialize note_sec to NULL.
12569
ade8f45e
AC
125702002-01-13 Andrew Cagney <ac131313@redhat.com>
12571
12572 * signals.c (target_signal_to_name): Rewrite. Only use
12573 signals[].name when in bounds and non-NULL.
abf22e64 12574
89c49e7a
AC
125752002-01-13 Andrew Cagney <ac131313@redhat.com>
12576
12577 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12578 * signals.c (target_signal_to_name): Verify that SIG is within the
12579 bounds of the signals array.
12580
4daa9f9f
AC
125812002-01-13 Andrew Cagney <ac131313@redhat.com>
12582
12583 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12584
ba4bbdcb
KS
125852002-01-13 Keith Seitz <keiths@redhat.com>
12586
12587 * stack.c (print_frame_info_base): Print the frame's pc
12588 only if when print_frame_info_listing_hook is not defined.
12589
575bbeb6
KS
125902002-01-13 Keith Seitz <keiths@redhat.com>
12591
12592 * varobj.c (varobj_set_value): Make sure that there were no
12593 errors evaluating the object before attempting to set its
12594 value.
12595 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12596 so this offset adjustment is no longer necessary.
12597 (create_child): Don't set the error flag if the child is
12598 a CPLUS_FAKE_CHILD.
12599 (value_of_child): If value_fetch_lazy fails, return NULL
12600 so that callers will be notified that an error occurred.
12601 (c_value_of_variable): Delay check of variable's validity
12602 until later. We actually want all structs and unions to have
12603 the value "{...}".
12604 Do not return "???" for variables which could not be evaluated.
12605 This error condition must be returned to the caller so that it
12606 can get the error condition from gdb.
12607 (cplus_name_of_child): Adjust index for vptr before figuring
12608 out the name of the child.
12609 (cplus_value_of_child): If a child's (real) parent is not valid,
12610 don't even bother trying to give a value for it. Just return
12611 an error. Change all instances in this function.
12612 (cplus_type_of_child): If our parent is one of the "fake"
12613 parents, we need to get at the type of the real parent, and
12614 derive the child's true type using this information.
12615
b76898ab
AC
126162002-01-13 Andrew Cagney <ac131313@redhat.com>
12617
12618 From 2002-01-09 John Marshall <johnm@falch.net>:
12619 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12620 sources.redhat.com, and tweak some related URLs which had
12621 suffered from linkrot.
12622
b6649e88
AC
126232002-01-13 Andrew Cagney <ac131313@redhat.com>
12624
12625 From Jeff law:
12626 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12627 structures passed in registers.
12628
82cc5033
EZ
126292002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12630
12631 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12632 white space which prevented compilation. Reported by DSK
12633 <dsk@student.unsw.edu.au>.
12634
ba5f2f8a
MS
126352002-01-11 Michael Snyder <msnyder@redhat.com>
12636
fbd35540
MS
12637 * symfile.c (build_section_addr_info_from_section_tab):
12638 Use bfd access method instead of manipulating bfd directly.
12639 (syms_from_objfile): Ditto.
12640 (simple_overlay_update_1): Ditto.
12641 (simple_overlay_update): Ditto.
12642 (generic_load): Ditto.
12643 (overlay_unmapped_address): FIXME comment, bfd access methods.
12644 (sections_overlap): FIXME comment, bfd access methods.
12645 (pc_in_mapped_range): FIXME comment, bfd access methods.
12646 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12647 (section_is_mapped): FIXME comment, bfd access methods.
12648 (section_is_overlay): FIXME comment, bfd access methods.
12649
ba5f2f8a
MS
12650 * symfile.c (generic_load): Whitespace and long line cleanups.
12651 Remove duplicate variable, change several local variables to
12652 more appropriate data types.
12653 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12654
17df2af6
AC
126552002-01-12 Andrew Cagney <ac131313@redhat.com>
12656
12657 From Peter Schauer:
12658 * language.c (longest_local_hex_string_custom): Use phex_nz to
12659 convert NUM to a hex string.
12660
ec920329
EZ
126612002-01-12 Elena Zannoni <ezannoni@redhat.com>
12662
12663 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12664 the function.
538a76d6 12665 Update Copyright year.
ec920329 12666
3abd2e01
AC
126672002-01-12 Andrew Cagney <ac131313@redhat.com>
12668
12669 * language.c (longest_raw_hex_string): Delete unused function.
12670
b21b22e0
PS
126712002-01-11 Petr Sorfa <petrs@caldera.com>
12672
12673 * MAINTAINERS (write-after-approval): Add myself.
12674 * dwarf2read.c (read_tag_string_type): Handling of
12675 DW_AT_byte_size.
12676 (read_tag_string_type): FORTRAN fix to prevent propagation of
12677 first string size.
12678 (set_cu_language): Handling of DW_LANG_Fortran95
12679
747fe712
RE
126802002-01-11 Richard Earnshaw <rearnsha@arm.com>
12681
12682 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12683 GETPID(inferior_ptid).
12684 (store_inferior_registers): Likewise.
12685
f1bea926
JM
126862002-01-10 Jason Merrill <jason@redhat.com>
12687
12688 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12689 Fix DW_OP_minus.
12690
ae940673
AC
126912002-01-10 Andrew Cagney <ac131313@redhat.com>
12692
12693 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12694 and bfd/elf32-sh-nbsd.c.
12695
00546b04
MS
126962002-01-10 Michael Snyder <msnyder@redhat.com>
12697
352ed7b4
MS
12698 * NEWS: Mention --pid and corefile/proc-id behavior change.
12699
c18be923
MS
12700 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12701 * gcore.c: Include cli/cli-decode.h instead of command.h.
12702
00546b04
MS
12703 * main.c (captured_main): Add new command line option "--pid".
12704 If the second command line argument (following the symbol-file)
12705 begins with a digit, try to attach to it before trying to open
12706 it as a corefile.
12707 (print_gdb_help): Document the "--pid" argument.
12708
db60ec62
EZ
127092002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12710
12711 * completer.c (command_completer): New function.
12712
12713 * completer.h <command_completer>: Add prototype.
12714
12715 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12716 completer for the "help" command.
12717
39c22d1a
JM
127182002-01-09 Jason Merrill <jason@redhat.com>
12719
12720 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12721
c564377f
MS
127222002-01-09 Michael Snyder <msnyder@redhat.com>
12723
975aec09
MS
12724 * i386-linux-nat.c (fill_fpxregset): Make global.
12725 (store_fpxregset): Ditto.
12726
db4a10fa
MS
12727 * gregset.h (gdb_fpxregset_t): Define.
12728 (supply_fpxregset): Prototype.
12729 (fill_fpxregset): Prototype.
12730
c564377f
MS
12731 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12732
c3d45d70
RE
127332002-01-09 Richard Earnshaw <rearnsha@arm.com>
12734
12735 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12736 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12737 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12738
fcc87af1
AC
127392002-01-09 Andrew Cagney <ac131313@redhat.com>
12740
12741 * MAINTAINERS: Update target maintainer rules so that any
12742 Maintainer can approve a tested patch for a maintenance-only
12743 target.
12744
dd96c05b
RE
127452002-01-09 Richard Earnshaw <rearnsha@arm.com>
12746
d4297db9 12747 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12748
d4297db9 12749 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12750 IN_SIGTRAMP.
12751
145fdc6e
MS
127522002-01-08 Michael Snyder <msnyder@redhat.com>
12753
12754 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12755 real name of the executable, rather than the /proc name.
12756
be4d1333
MS
127572002-01-03 Michael Snyder <msnyder@redhat.com>
12758
12759 Implement a "generate-core-file" command in gdb, save target state.
12760 * gcore.c: New file. Implement new command 'generate-core-file'.
12761 Save a corefile image of the current state of the inferior.
12762 * linux-proc.c: Add linux-specific code for saving corefiles.
12763 * target.h (struct target_ops): Add new target vectors for saving
12764 corefiles; to_find_memory_regions and to_make_corefile_notes.
12765 (target_find_memory_regions): New macro.
12766 (target_make_corefile_notes): New macro.
12767 * target.c (update_current_target): Inherit new target methods.
12768 (dummy_find_memory_regions): New place-holder method.
12769 (dummy_make_corefile_notes): New place-holder method.
12770 (init_dummy_target): Initialize new dummy target vectors.
12771 * exec.c (exec_set_find_memory_regions): New function.
12772 Allow the exec_ops vector for memory regions to be taken over.
12773 (exec_make_note_section): New function, target vector method.
12774 * defs.h (exec_set_find_memory_regions): Export prototype.
12775 * procfs.c (proc_find_memory_regions): New function, corefile method.
12776 (procfs_make_note_section): New function, corefile method.
12777 (init_procfs_ops): Set new target vector pointers.
12778 (find_memory_regions_callback): New function.
12779 (procfs_do_thread_registers): New function.
12780 (procfs_corefile_thread_callback): New function.
12781 * sol-thread.c (sol_find_memory_regions): New function.
12782 (sol_make_note_section): New function.
12783 (init_sol_thread_ops): Initialize new target vectors.
12784 * inftarg.c (inftarg_set_find_memory_regions): New function.
12785 Allow to_find_memory_regions vector to be taken over.
12786 (inftarg_set_make_corefile_notes): New function.
12787 Allow to_make_corefile_notes vector to be taken over.
12788 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12789 interface layer if not target_has_execution (may be a corefile).
12790 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12791 * config/sparc/sun4sol2.mh: Ditto.
12792 * config/alpha/alpha-linux.mh: Ditto.
12793 * config/arm/linux.mh: Ditto.
12794 * config/i386/x86-64linux.mh: Ditto.
12795 * config/ia64/linux.mh: Ditto.
12796 * config/m68k/linux.mh: Ditto.
12797 * config/mips/linux.mh: Ditto.
12798 * config/powerpc/linux.mh: Ditto.
12799 * config/sparc/linux.mh: Ditto.
12800
c6b92abd
MS
128012002-01-07 Michael Snyder <msnyder@redhat.com>
12802
12803 * arm-linux-nat.c: Remove references to regcache.c internal data
12804 (registers[] and register_valid[]).
12805
4b09dc8c
MS
128062002-01-07 Michael Snyder <msnyder@redhat.com>
12807
abf22e64
AJ
12808 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12809 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12810 symbol file and shlibs.
12811 * Makefile.in: Add rule for linux-proc.o.
12812 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12813 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12814 * config/arm/linux.mh: Ditto.
12815 * config/i386/linux.mh: Ditto.
12816 * config/i386/x86-64linux.mh: Ditto.
12817 * config/ia64/linux.mh: Ditto.
12818 * config/m68k/linux.mh: Ditto.
12819 * config/mips/linux.mh: Ditto.
12820 * config/powerpc/linux.mh: Ditto.
12821 * config/sparc/linux.mh: Ditto.
12822
c25b74ac
PM
128232002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12824
12825 * win32-nat.c: Add i386-tdep.h dependency.
12826
94cd915f
MS
128272002-01-07 Michael Snyder <msnyder@redhat.com>
12828
c7cccb76
MS
12829 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12830 instead of bfd_get_arch_size. Don't bail out just because
12831 there's no exec_bfd.
abf22e64 12832
34c0bd93
MS
12833 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12834 * p-valprint.c (pascal_object_print_value): Ditto.
12835 * somread.c (som_symtab_read): Ditto.
12836 * symfile.c (simple_free_overlay_region_table): Ditto.
12837 * valops.c (value_assign): Ditto.
12838
21c1c920
MS
12839 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12840 use tilde_expand and strerror for opening save-tracepoints file.
12841
5bbd998e
MS
12842 * thread-db.c (thread_db_new_objfile): Indendation fix.
12843
94cd915f
MS
12844 * infptrace.c (GDB_MAX_ALLOCA): New define.
12845 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12846 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12847 can be overridden with whatever value is appropriate to the host).
12848 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12849 alloca to allocate potentially large buffer.
12850 * rs6000-nat.c (child_xfer_memory): Ditto.
12851 * symm-nat.c (child_xfer_memory): Ditto.
12852 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12853
494e8a93
JSC
128542002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12855
12856 From Nick Clifton <nickc@redhat.com>
12857 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12858
d0e1d48e
MS
128592002-01-07 Michael Snyder <msnyder@redhat.com>
12860
abf22e64 12861 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12862 Don't use exec_bfd if it's NULL.
12863
290b2c7a
MK
128642002-01-06 Mark Kettenis <kettenis@gnu.org>
12865
abf22e64 12866 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12867
aef21287
AC
128682002-01-06 Andrew Cagney <ac131313@redhat.com>
12869
12870 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12871 * gnu-nat.c: Ditto.
12872
30efa627
AC
128732002-01-06 Andrew Cagney <ac131313@redhat.com>
12874
12875 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12876 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12877 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12878 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12879 z8k-coff have not been multi-arched. Update z8k-coff build
12880 status.
12881
9b4ff276
AC
128822002-01-06 Andrew Cagney <ac131313@redhat.com>
12883
12884 * MAINTAINERS: Mark a29k target as obsolete.
12885 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12886 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12887 comments.
12888 * NEWS: Note that a29k targets are obsolete.
12889 * a29k-tdep.c: Mark as obsolete.
12890 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12891 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12892 a29k-*-vxworks* targets as obsolete.
12893 * remote-adapt.c: Obsolete.
12894 * remote-eb.c: Obsolete.
12895 * remote-mm.c: Obsolete.
12896 * remote-udi.c: Obsolete.
12897 * config/a29k/a29k-udi.mt: Obsolete.
12898 * config/a29k/a29k.mt: Obsolete.
12899 * config/a29k/tm-a29k.h: Obsolete.
12900 * config/a29k/tm-vx29k.h: Obsolete.
12901 * config/a29k/vx29k.mt: Obsolete.
12902
a9011d31
AC
129032002-01-05 Andrew Cagney <ac131313@redhat.com>
12904
12905 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12906 with BFD_ENDIAN_BIG.
12907
9299404e
AC
129082002-01-05 Andrew Cagney <ac131313@redhat.com>
12909
12910 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12911 * configure, config.in: Re-generate.
12912 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12913 * defs.h: Do not include <endian.h>.
12914
7e89e357
JT
129152002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12916
12917 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12918 * config.in: Regenerate.
12919 * configure.in: Update copyright years.
12920 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12921 * configure: Regenerate.
12922 * i386bsd-nat.c: Update copyright years.
12923 (fill_gregset): Use regcache_collect.
12924 (fetch_inferior_registers): Only fetch integer registers
12925 if requested to do so. Add support for XMM registers
12926 using PT_GETXMMREGS.
12927 (store_inferior_registers): Only store integer registers
12928 if requested to do so. Add support for XMM registers
12929 using PT_SETXMMREGS.
12930 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12931 (store_inferior_registers): Remove.
12932 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12933 (fetch_elfcore_registers): New function.
12934 (i386nbsd_elfcore_fns): New.
12935 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12936 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12937 i386bsd-nat.o.
12938 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12939 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12940 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12941 * config/i386/tm-nbsd.h: Update copyright years.
12942 (HAVE_SSE_REGS): Define.
12943 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12944 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12945 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12946 (SIGCONTEXT_PC_OFFSET): Remove.
12947 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12948
a752853e
AC
129492002-01-05 Andrew Cagney <ac131313@redhat.com>
12950
12951 * configure.tgt: Remove powerpc-*-macos* target.
12952 * config/m68k/xm-mpw.h: Delete file.
12953 * config/xm-mpw.h: Delete file.
12954 * ser-mac.c: Delete file.
12955 * mpw-make.sed: Delete file.
12956 * mpw-config.in: Delete file.
12957 * mac-xdep.c: Delete file.
12958 * mac-gdb.r: Delete file.
12959 * mac-defs.h: Delete file.
12960 * mac-nat.c: Delete file.
12961 * config/powerpc/macos.mh: Delete file.
12962 * config/powerpc/macos.mt: Delete file.
12963 * config/powerpc/nm-macos.h: Delete file.
12964 * config/powerpc/tm-macos.h: Delete file.
12965 * source.c (openp, open_source_file): Remove obsolete code.
12966 * top.c (gdb_readline): Ditto.
12967 * utils.c (query): Ditto.
12968 * event-top.c (display_gdb_prompt): Ditto.
12969 * Makefile.in (ser-mac.o): Delete obsolete target.
12970 * NEWS: Update.
12971
d7449b42
AC
129722002-01-04 Andrew Cagney <ac131313@redhat.com>
12973
12974 * defs.h (BIG_ENDIAN): Delete macro definition.
12975 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12976 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12977 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12978 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12979 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12980 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12981 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12982 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12983 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12984 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12985 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12986 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12987 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12988 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12989 * gdbarch.c: Re-generate.
12990
356374e8
DJ
129912002-01-04 Daniel Jacobowitz <drow@mvista.com>
12992
12993 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12994 for core files.
12995
a2b8f8f8
JT
129962002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12997
12998 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12999
12466af9
AC
130002002-01-04 Andrew Cagney <ac131313@redhat.com>
13001
13002 * value.h (value_ptr): Delete typedef.
13003
3549ab40
JT
130042002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
13005
13006 * i386nbsd-nat.c: Update copyright years.
13007 Include i386-tdep.h.
13008
fedbd091
EZ
130092002-01-04 Elena Zannoni <ezannoni@redhat.com>
13010
13011 * stabsread.c: Update copyright years.
13012
13013 From Debashis Mahata <debashis.mahata@wipro.com>:
13014 (read_struct_fields): Deal with Sun C compiler erroneous stab
13015 output for structs and unions.
fec8b34f 13016 Fix PR gdb/269.
fedbd091 13017
eb43544b
DJ
130182002-01-04 Daniel Jacobowitz <drow@mvista.com>
13019
13020 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13021 prototype.
13022
1514d34e
DJ
130232002-01-04 Daniel Jacobowitz <drow@mvista.com>
13024
13025 * cp-abi.c: Fix whitespace.
13026 (baseclass_offset): New wrapper function.
13027 * cp-abi.h (baseclass_offset): Add prototype.
13028 (struct cp_abi_ops): Add baseclass_offset pointer.
13029
13030 * valops.c (vb_match): Move to...
13031 * gnu-v2-abi.c (vb_match): here.
13032 * valops.c (baseclass_offset): Move to...
13033 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13034
13035 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13036
13037 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13038 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13039 * hpacc-abi.c (init_hpacc_ops): Likewise.
13040
7f8c9282
DJ
130412002-01-04 Daniel Jacobowitz <drow@mvista.com>
13042
13043 * valops.c (find_overload_match): Accept obj as a
13044 reference parameter. Update it before returning.
13045 * value.h (find_overload_match): Update prototype.
13046 * eval.c (evaluate_subexp_standard): Pass object to
13047 find_overload_match by reference.
13048
f23631e4
AC
130492002-01-03 Andrew Cagney <ac131313@redhat.com>
13050
13051 * valarith.c: Replace value_ptr with struct value pointer. Remove
13052 register attribute from value declarations.
13053 * valops.c: Ditto.
13054 * value.h: Ditto.
13055 * scm-lang.c (scm_lookup_name): Ditto.
13056
79e10fab 130572002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13058
79e10fab
AC
13059 Abstract the functionality of iterating over mapped memory
13060 regions into a general purpose iterator function.
abf22e64 13061 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13062 iterator for memory sections.
13063 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13064 (solib_mappings_callback): New function, callback for above.
13065 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13066 (info_mappings_callback): New function, callback for above.
13067
13068 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13069
c5ad026a
MK
130702002-01-01 Mark Kettenis <kettenis@gnu.org>
13071
d2a7c97a
MK
13072 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13073 * i386-tdep.c: Include "elf-bfd.h".
13074 (process_note_abi_tag_sections): New function.
13075 (i386_gdbarch_init): Add code to recognize various OS/ABI
13076 combinations.
13077
c5ad026a
MK
13078 * maint.c (_initialize_maint_cmds): Add missing \ in
13079 string-literal.
13080
a1a5b71e 13081For older changes see ChangeLog-2001
c906108c
SS
13082\f
13083Local Variables:
13084mode: change-log
13085left-margin: 8
13086fill-column: 74
13087version-control: never
13088End:
This page took 1.092417 seconds and 4 git commands to generate.