2002-11-15 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d741b867
AC
12002-11-15 Andrew Cagney <ac131313@redhat.com>
2
3 * complaints.h: Add comment explaining how to eliminate a
4 deprecated_complain call.
5
82d03c99
DC
62002-11-15 David Carlton <carlton@math.stanford.edu>
7
8 * printcmd.c: Remove #include "disasm.h".
9
c97eb5d9
AC
102002-11-14 Andrew Cagney <ac131313@redhat.com>
11
12 * frame.h: Move the most relevant interface functions to the start
13 of the file.
14
524d7c18
AC
152002-11-14 Andrew Cagney <ac131313@redhat.com>
16
17 * regcache.h (deprecated_registers): Rename registers.
18 * a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
19 * hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
20 * hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
21 * ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
22 * irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
23 * m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
24 * mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
25 * ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
26 * remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
27 * remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
28 * sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
29 * v850ice.c: Update.
30
6411e720
AC
31Wed Nov 13 19:51:05 2002 Andrew Cagney <cagney@redhat.com>
32
33 * utils.c (gdb_realpath): Add comment mentioning realpath with a
34 NULL buffer.
35
73937e03
AC
362002-11-13 Andrew Cagney <cagney@redhat.com>
37
38 * regcache.h (deprecated_read_register_bytes): Rename
39 read_register_bytes.
40 (deprecated_write_register_bytes): Rename write_register_bytes.
41 * alpha-tdep.c, arm-tdep.c, cris-tdep.c, d10v-tdep.c: Update.
42 * dwarf2cfi.c, frv-tdep.c, hppa-tdep.c, ia64-tdep.c: Update.
43 * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10300-tdep.c: Update.
44 * ns32k-tdep.c, regcache.c, remote-sds.c, remote-vx.c: Update.
45 * remote.c, rs6000-tdep.c, s390-tdep.c, sh-tdep.c: Update.
46 * sparc-tdep.c, v850-tdep.c, vax-tdep.c, x86-64-tdep.c: Update.
47 * xstormy16-tdep.c, z8k-tdep.c, config/nm-gnu.h: Update.
48 * config/nm-m3.h, config/h8500/tm-h8500.h: Update.
49 * config/i386/nm-ptx4.h, config/i386/nm-symmetry.h: Update.
50 * config/m32r/tm-m32r.h, config/m68k/nm-sun3.h: Update.
51 * config/m68k/tm-delta68.h, config/m68k/tm-linux.h: Update.
52 * config/mn10200/tm-mn10200.h, config/pa/tm-hppa64.h: Update.
53 * config/sparc/nm-nbsd.h, config/sparc/nm-sun4os4.h: Update.
54 * config/sparc/nm-sun4sol2.h, config/sparc/tm-sparclet.h: Update.
55
fb0cd46e
JB
562002-11-13 Jim Blandy <jimb@redhat.com>
57
58 * findvar.c (read_var_value): Doc fix.
59
2d28509a
AC
602002-11-13 Andrew Cagney <cagney@redhat.com>
61
62 * regcache.c (struct regcache): Replace passthough_p with
63 readonly_p.
64 (regcache_xmalloc): Initialize readonly_p.
65 (build_regcache): Initialize readonly_p.
66 (regcache_save): New function.
67 (regcache_restore): New function.
68 (regcache_cpy): Re-implement using regcache_save and
69 regcache_restore.
70 (regcache_raw_read): Update.
71 (regcache_cooked_read): When a read-only cache, checked for cached
72 pseudo register values.
73 (regcache_raw_write): Assert that the cache is not read-only.
74 Remove code handling a non-passthrough cache.
75 * regcache.h (regcache_save): Declare.
76 (regcache_restore): Declare.
77
067df2e5
AC
782002-11-13 Andrew Cagney <cagney@redhat.com>
79
80 * regcache.c (struct regcache_descr): Add fields
81 sizeof_cooked_registers and sizeof_cooked_register_valid_p.
82 (init_legacy_regcache_descr): Compute the size of a cooked
83 register cache and then assign that to sizeof_raw_registers. Set
84 sizeof_raw_register_valid_p to sizeof_cooked_register_valid_p
85 (init_legacy_regcache_descr): Ditto.
86
51b1fe4e
AC
872002-11-13 Andrew Cagney <cagney@redhat.com>
88
89 * regcache.c (register_buffer): Move to near start of file, update
90 description.
91 (regcache_raw_read): Use.
92 (regcache_raw_write): Use.
93 (struct regcache): Rename raw_registers to registers and
94 raw_register_valid_p to register_valid_p.
95 (regcache_xmalloc): Update.
96 (regcache_xfree): Update.
97 (register_buffer): Update.
98 (regcache_cpy): Update.
99 (regcache_cpy_no_passthrough): Update.
100 (regcache_valid_p): Update.
101 (deprecated_grub_regcache_for_registers): Update.
102 (deprecated_grub_regcache_for_register_valid): Update.
103 (set_register_cached): Update.
104 (regcache_raw_write): Update.
105
80b4c677
PM
1062002-11-13 Pierre Muller <muller@ics.u-strasbg.fr>
107
108 * p-exp.y (name_not_typename): Use copy_name to
109 set current_type variable for fields of THIS.
110
0f3fafde
DJ
1112002-11-12 Daniel Jacobowitz <drow@mvista.com>
112
113 * gnu-nat.c (init_gnu_ops): Remove NULL initializations.
114 * monitor.c (init_base_monitor_ops): Likewise.
115 * ppc-bdm.c (init_bdm_ppc_ops): Likewise.
116 * remote-array.c (init_array_ops): Likewise.
117 * remote-e7000.c (init_e7000_ops): Likewise.
118 * remote-es.c (init_es1800_ops): Likewise.
119 (init_es1800_child_ops): Likewise.
120 * remote-rdp.c (init_remote_rdp_ops): Likewise.
121 * remote-sim.c (init_gdbsim_ops): Likewise.
122 * remote-st.c (init_st2000_ops): Likewise.
123 * sol-thread.c (init_sol_core_ops): Likewise.
124 (init_sol_thread_ops): Likewise.
125 * v850ice.c (init_850ice_ops): Likewise.
126 * win32-nat.c (init_child_ops): Likewise.
127 * wince.c (init_child_ops): Likewise.
128
82c0260e
AC
1292002-11-12 Andrew Cagney <ac131313@redhat.com>
130
131 * utils.c (gdb_realpath): Make rp a constant pointer.
132
70d35819
AC
1332002-11-12 Andrew Cagney <ac131313@redhat.com>
134
135 * utils.c (gdb_realpath): Rewrite. Try, in order: realpath() with
136 a constant buffer; cannonicalize_file_name(); realpath() with a
137 pathconf() defined buffer, xstrdup().
138
9835a8b0
AC
1392002-11-12 Andrew Cagney <ac131313@redhat.com>
140
141 * config/djgpp/fnchange.lst: Fix typo, hang1.c to hang1.C; hang2.c
142 to hang2.C; hang3.c to hang3.C.
143
3f47be5c
EZ
1442002-11-11 Elena Zannoni <ezannoni@redhat.com>
145
146 * findvar.c (read_var_value): Reenable TLS code.
147
1482002-11-11 Elena Zannoni <ezannoni@redhat.com>
149 Jim Blandy <jimb@redhat.com>
150
151 * gdb_thread_db.h (enum): Add TD_NOTALLOC.
152 * target.c (update_current_target): Add
153 to_get_thread_local_address.
154 * target.h (to_get_thread_local_address): Export.
155 (target_get_thread_local_address): Define.
156 (target_get_thread_local_address_p): Define.
157 * thread-db.c: Include solib-svr4.h.
158 (td_thr_tls_get_addr_p): Define.
159 (thread_db_load): Get a pointer to td_thr_tls_get_addr.
160 (thread_db_get_thread_local_address): New function.
161 (init_thread_db_ops): Initialize to_get_thread_local_address.
162 * configure.in: Add test for TD_NOTALLOC in thread_db.h.
163 * configure: Regenerate.
164 * config.in: Regenerate.
165
636b1a6d
DC
1662002-11-11 David Carlton <carlton@math.stanford.edu>
167
168 * linespec.c (set_flags): New function.
169 (decode_line_1): Move code into set_flags.
170
44fe14ab
DC
1712002-11-11 David Carlton <carlton@math.stanford.edu>
172
173 * linespec.c (decode_line_1): Move chunks of code to separate
174 functions.
175 (initialize_defaults): New function.
176 (decode_indirect): New function.
177
e6f181f5
AC
1782002-11-11 Andrew Cagney <ac131313@redhat.com>
179
8971b011
AC
180 * blockframe.c (sigtramp_saved_pc): Fix tipo. void_func_ptr
181 instead of void_code_ptr.
182 (sigtramp_saved_pc): Ditto.
183
e6f181f5
AC
184 * x86-64-tdep.c (i386_fp_regnum_p): Copy i386-tdep.c's
185 i386_fp_regnum_p.
186
01ad7f36
DJ
1872002-11-10 Daniel Jacobowitz <drow@mvista.com>
188
189 * gdbtypes.h (struct main_type): Move artificial flag out of
190 loc. New member of ``struct field'' named static_kind. Reduce
191 overloaded meaning of bitsize.
192 (FIELD_ARTIFICIAL, SET_FIELD_PHYSNAME, SET_FIELD_PHYSADDR)
193 (TYPE_FIELD_STATIC, TYPE_FIELD_STATIC_HAS_ADDR): Likewise.
194 (FIELD_STATIC_KIND, TYPE_FIELD_STATIC_KIND): New macros.
195
196 * ada-lang.c (fill_in_ada_prototype): Initialize static_kind for
197 new fields.
198 (template_to_fixed_record_type, template_to_static_fixed_type)
199 (to_record_with_fixed_variant_part): Likewise.
200 * coffread.c (coff_read_struct_type, coff_read_enum_type): Likewise.
201 * dwarf2read.c (dwarf2_add_field, read_enumeration): Likewise.
202 * dwarfread.c (struct_type, enum_type): Likewise.
203 * hpread.c (hpread_read_enum_type)
204 (hpread_read_function_type, hpread_read_doc_function_type)
205 (hpread_read_struct_type): Likewise.
206 * mdebugread.c (parse_symbol): Likewise.
207
bf1e52be
AC
2082002-11-10 Andrew Cagney <ac131313@redhat.com>
209
210 * breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy.
211 * stack.c (print_frame_info_base): Update.
212 (print_frame_info_base, frame_info): Update.
213 * sparc-tdep.c (sparc_init_extra_frame_info): Update.
214 (sparc_frame_saved_pc): Update.
215 * ada-lang.c (find_printable_frame): Update.
216 * breakpoint.c (deprecated_frame_in_dummy): Update.
217
ce556f85
MK
2182002-11-09 Mark Kettenis <kettenis@gnu.org>
219
220 * i386-linux-nat.c (ORIG_EAX): Define to -1 if not already
221 defined.
222 (regmap): Extend to cover all registers.
223 (PT_READ_U, PT_WRITE_U, PTRACE_XFER_TYPE,
224 OLD_CANNOT_FETCH_REGISTERS, OLD_CANNOT_STORE_REGISTERS): Remove
225 definitions.
226 (fetch_register, sore_register): Simplify.
227 (old_fetch_inferior_registers, old_store_inferior_registers):
228 Remove functions.
229 (cannot_fetch_register, cannot_store_register): Change
230 implementation to use regmap array to decide which registers
231 cannot be fetched/stored. This removes $orig_eax from the
232 registers that cannot be fetched/stored.
233 (fetch_inferior_registers): Call fetch_register directly instead
234 of calling old_fetch_inferior_registers.
235 (store_inferior_registers): Call store_register directly instead
236 of calling old_store_inferior_registers.
237 (i386_linux_dr_get): Replace PT_READ_U with PTRACE_PEEKUSER.
238 (i386_linux_dr_set): Replace PT_WRITE_U with PTRACE_POKEUSER.
239 * config/i386/nm-linux.h (U_REGS_OFFSET): Remove definition.
240
932bb524
KD
2412002-11-09 Klee Dienes <kdienes@apple.com>
242
243 * i387-tdep.c (i387_supply_register): When called with NULL as a
244 buffer, mark the register as not provided (to mirror the behavior
245 of supply_register).
246 (i387_supply_fxsave): Ditto.
247 (i387_supply_fsave): Ditto (inherits the behavior from
248 i387_supply_register).
249
ebe68b27
KD
2502002-11-09 Klee Dienes <kdienes@apple.com>
251
252 * blockframe.c (sigtramp_saved_pc): Use
253 builtin_type_void_code_ptr, not builtin_type_void_data_ptr (we are
254 extracting the PC). Use TYPE_LENGTH (builtin_type_void_code_ptr)
255 instead of (TARGET_PTR_BIT / TARGET_CHAR_BIT).
256
15220c65
AC
2572002-11-09 Andrew Cagney <ac131313@redhat.com>
258
259 * frame.c (get_prev_frame): Test prev_p to identify a previously
260 unwound frame. Initialize prev_p.
261 * frame.h (struct frame_info): Add field prev_p. Expand prev/next
262 comment.
263
95adb866
AC
2642002-11-09 Andrew Cagney <ac131313@redhat.com>
265
266 * frame.c (get_prev_frame): Cleanups. Eliminate redundant tests
267 for a NULL NEXT_FRAME. Simplify fromleaf initialization. Add
268 more comments. Zap dead code.
269
e71ecd70
MK
2702002-11-09 Mark Kettenis <kettenis@gnu.org>
271
272 * infcmd.c (print_vector_info, print_float_info): Move code that
273 checks whether the target has any registers and whether there is a
274 selected frame up, such that it is also used if a target provides
275 multi-arch definitions of these functions.
276
c525330d
AC
2772002-11-08 Andrew Cagney <ac131313@redhat.com>
278
72bdd927
AC
279 * Makefile.in (DESTDIR): Define.
280 (install-only, install-gdbtk, uninstall-gdbtk): Add $(DESTDIR)
281 prefix.
282
c525330d
AC
283 * config/djgpp/fnchange.lst: 8.3 proof i386obsd-nat.c and
284 i386obsd-tdep.c. Rename to "gdb.cxx", paths containing "gdb.c++".
285
38c968cf
AC
2862002-11-08 Andrew Cagney <ac131313@redhat.com>
287
288 * i386-linux-tdep.c: Include "reggroups.h".
289 (i386_linux_register_reggroup_p): New function.
290 (i386_linux_init_abi): Set register_reggroup_p to
291 i386_linux_register_reggroup_p.
292 * i386-tdep.h (i386_register_reggroup_p): Declare.
293 * i386-tdep.c: Include "reggroups.h".
294 (i386_init_reggroups): New function.
295 (i386_add_reggroups): New function.
296 (i386_register_reggroup_p): New function.
297 (i386_sse_reggroup, i386_mmx_reggroup): New variables.
298 (_initialize_i386_tdep): Call i386_init_reggroups.
299 (i386_gdbarch_init): Set register_reggroup_p and add in the i386
300 specific reggroups.
301
19e33363
MK
3022002-11-09 Mark Kettenis <kettenis@gnu.org>
303
371a6e84
MK
304 * infptrace.c (child_xfer_memory): Make use of the new PT_IO
305 request that's available in *BSD.
306
94ba925a
MK
307 * i386-tdep.h (IS_FPU_CTRL_REGNUM): Remove.
308
19e33363
MK
309 * i387-tdep.c (i387_fill_fxsave): Use FOOFF_REGNUM instead of
310 FDOFF_REGNUM.
311
8779790c
AC
3122002-11-08 Andrew Cagney <ac131313@redhat.com>
313
314 * frame.c (set_unwind_by_pc): Use dummy_frame_register_unwind.
315 * dummy-frame.c (find_dummy_frame): Rename
316 generic_find_dummy_frame, make static. Return the dummy frame
317 instead of the regcache.
318 (generic_find_dummy_frame): Re-implement using find_dummy_frame,
319 (cached_find_dummy_frame): New function. Use find_dummy_frame.
320 (dummy_frame_register_unwind): Rename
321 generic_call_dummy_register_unwind. Use cached_find_dummy_frame.
322 * dummy-frame.h (dummy_frame_register_unwind): Rename
323 generic_call_dummy_register_unwind.
324
8674b74f
MK
3252002-11-08 Mark Kettenis <kettenis@gnu.org>
326
327 * config/i386/tm-i386v42mp.h: Remove file. Move its contents,
328 except the inclusion of "i386/tm-i386.h", to...
329 * config/i386/nm-i386v42mp.h: ...here.
330 * config/i386/i386v42mp.mt (TM_FILE): Set to tm-i386.h.
331
4c1e7e9d
AC
3322002-11-08 Andrew Cagney <ac131313@redhat.com>
333
334 * Makefile.in (frame.o): Update dependencies.
335 * blockframe.c (current_frame, frame_obstack_alloc)
336 (frame_saved_regs_zalloc, get_current_frame)
337 (set_current_frame, create_new_frame)
338 (set_unwind_by_pc, get_next_frame)
339 (flush_cached_frames, reinit_frame_cache)
340 (frame_saved_regs_register_unwind)
341 (deprecated_generic_get_saved_register)
342 (get_prev_frame, get_frame_pc, get_frame_saved_regs)
343 (_initialize_blockframe): Move frame code from here...
344 * frame.c: ...to here. Include "gdb_obstack.h", "gdbcore.h",
345 "annotate.h" and "dummy-frame.h".
346 (_initialize_frame): New function.
347
921e78cf
JB
3482002-11-08 Jim Blandy <jimb@redhat.com>
349
350 * dwarf2read.c (read_func_scope): Restore list_in_scope properly
351 when we finish a function a context.
352 * buildsym.h (outermost_context_p): New macro.
353 (Bug analyzed by David Edelsohn.)
354
9c1412c1
AC
3552002-11-08 Andrew Cagney <ac131313@redhat.com>
356
357 * blockframe.c: Include "dummy-frame.h".
358 (struct dummy_frame, dummy_frame_stack)
359 (generic_find_dummy_frame, deprecated_generic_find_dummy_frame)
360 (generic_pc_in_call_dummy, deprecated_read_register_dummy)
361 (generic_push_dummy_frame, generic_save_dummy_frame_tos)
362 (generic_save_call_dummy_addr, generic_pop_current_frame)
363 (generic_pop_dummy_frame, generic_fix_call_dummy)
364 (generic_fix_call_dummy, generic_call_dummy_register_unwind): Move
365 dummy frame code from here...
366 * dummy-frame.c: ...to here. New file.
367 * dummy-frame.h: New file.
368 (generic_call_dummy_register_unwind): Declare.
369 (generic_find_dummy_frame): Declare.
370 * Makefile.in (SFILES): Add dummy-frame.c.
371 (dummy-frame.o): Specify dependencies.
372 (dummy_frame_h): Define.
373 (COMMON_OBS): Add dummy-frame.o.
374 (blockframe.o): Update dependencies.
375
208d8187
JB
3762002-11-08 Jim Blandy <jimb@redhat.com>
377
378 * dwarf2read.c (read_func_scope): Restore local_symbols and
379 param_symbols after we finish the function context. (Based on a
380 patch from David Edelsohn.)
381
413dad4d
DC
3822002-11-08 David Carlton <carlton@math.stanford.edu>
383
384 * linespec.c (symbol_found): New function.
385 (minsym_found): New function.
386 (decode_line_1): Separate out some code into separate functions.
387
5512c44a
JB
3882002-11-08 Joel Brobecker <brobecker@gnat.com>
389
390 * i386-tdep.c (i386_frameless_signal_p): Make non static for
391 the benefit of the interix target.
392 * i386-tdep.h (i386_frameless_signal_p): Declare.
393
1b33ef47
AC
3942002-11-08 Andrew Cagney <ac131313@redhat.com>
395
396 * i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
397 declaration that snuck in from change below.
398
23a34459
AC
3992002-11-06 Andrew Cagney <cagney@redhat.com>
400
401 * i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
402 all callers.
403 (i386_fp_regnum_p): New function. Use instead of FP_REGNUM_P.
404 (i386_fpc_regnum_p): New function. Use instead of FPC_REGNUM_P.
405 (i386_sse_regnum_p): New function. Use instead of SSE_REGNUM_P.
406 (i386_mxcsr_regnum_p): new function. Use instead of
407 MXCSR_REGNUM_P.
408 * i386-tdep.h (SSE_REGNUM_P): Delete macro.
409 (i386_sse_regnum_p): Declare.
410 (i386_mxcsr_regnum_p): Declare.
411 (FP_REGNUM_P, FPC_REGNUM_P): Delete macros.
412 (i386_fp_regnum_p, i386_fpc_regnum_p): Declare.
413 (IS_FP_REGNUM): Update definition.
414 (IS_FPU_CTRL_REGNUM): Update definition..
415 (IS_SSE_REGNUM): Update definition..
416 * i386v-nat.c (register_u_addr): Update.
417 * go32-nat.c (fetch_register): Update.
418 (store_register): Update.
419
d709c020
JB
4202002-11-07 Joel Brobecker <brobecker@gnat.com>
421
422 Preparation work to convert the hppa targets to multiarch partial.
423
424 * hppa-tdep.c: Add new functions replacing macro bodies from
425 config/pa/tm-hppa.h. These function will be used to initialize
426 the gdbarch structure. Import some comments from tm-hppa.h,
427 and place them where appropriate, to avoid loosing them when
428 we cleanup this file.
429 (hppa_reg_struct_has_addr): New function.
430 (hppa_inner_than): New function.
431 (hppa_stack_align): New function.
432 (hppa_pc_requires_run_before_use): New function.
433 (hppa_instruction_nullified): New function.
434 (hppa_register_byte): New function.
435 (hppa_register_virtual_type): New function.
436 (hppa_store_struct_return): New function.
437 (hppa_cannot_store_register): New function.
438 (hppa_frame_args_address): New function.
439 (hppa_frame_locals_address): New function.
440 (hppa_smash_text_address): New function.
441 (hppa_coerce_float_to_double): New function. Requires the inclusion
442 of "language.h".
443
444 * Makefile.in (hppa-tdep.o): Add dependency on language.h.
445
446 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Change the definition of this
447 gdbarch-eligible macro to a call to the new associated function
448 created in hppa-tdep.c.
449 (INNER_THAN): Likewise.
450 (STACK_ALIGN): Likewise.
451 (PC_REQUIRES_RUN_BEFORE_USE): Likewise.
452 (INSTRUCTION_NULLIFIED): Likewise.
453 (REGISTER_BYTE): Likewise.
454 (REGISTER_VIRTUAL_TYPE): Likewise.
455 (STORE_STRUCT_RETURN): Likewise.
456 (CANNOT_STORE_REGISTER): Likewise.
457 (FRAME_ARGS_ADDRESS): Likewise.
458 (FRAME_LOCALS_ADDRESS): Likewise.
459 (SMASH_TEXT_ADDRESS): Likewise.
460 (COERCE_FLOAT_TO_DOUBLE): Likewise.
461 (ABOUT_TO_RETURN): Delete, as no longer used.
462
83c31e7d
FN
4632002-11-07 Fernando Nasser <fnasser@redhat.com>
464
465 * printcmd.c (disassemble_command): Remove obsolete function.
466 (_initialize_printcmd): Do not create disassemble command here.
467 * cli/cli-cmds.c (disassemble_command): New function. Implements
468 disassemble command.
469 (init_cli_cmds): Create disassemble command here instead.
470
0ec30a36
AC
4712002-11-07 Andrew Cagney <ac131313@redhat.com>
472
473 * MAINTAINERS: Add Daniel Jacobowitz to global maintainers list.
474
e600bd34
AC
4752002-11-07 Andrew Cagney <ac131313@redhat.com>
476
477 * regcache.h (regcache_cooked_read_using_offset_hack)
478 (regcache_cooked_write_using_offset_hack): Delete declarations.
479 (register_changed): Delete declaration.
480 * regcache.c (regcache_cooked_read_using_offset_hack)
481 (regcache_cooked_write_using_offset_hack): Delete functions.
482 (cooked_xfer_using_offset_hack): Delete function.
483 (register_changed): Delete function.
484
568f8739
JB
4852002-11-07 Jim Blandy <jimb@redhat.com>
486
487 * macroscope.c: #include "complaints.h".
488 (sal_macro_scope): Cope with filenames that appear in the symtabs,
489 but not in the macro table.
490 * Makefile.in (macroscope.o): Record dependency.
491
b0718b7b
JB
4922002-11-07 Joel Brobecker <brobecker@gnat.com>
493
494 * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf).
495
2b9e5f3f
AC
4962002-11-07 Andrew Cagney <ac131313@redhat.com>
497
498 * regcache.c (deprecated_registers_fetched): Update.
499 * regcache.h (deprecated_registers_fetched): Rename
500 registers_fetched.
501 * remote-vxsparc.c (vx_read_register): Update.
502 * remote-vxmips.c (vx_read_register): Update.
503 * remote-vx68.c (vx_read_register): Update.
504 * irix5-nat.c (fetch_core_registers): Update.
505 * mipsm3-nat.c (fetch_inferior_registers): Update.
506 * sun3-nat.c (fetch_inferior_registers): Update.
507 * symm-nat.c (fetch_inferior_registers): Update.
508 * ns32knbsd-nat.c (fetch_inferior_registers): Update.
509 (fetch_core_registers): Update.
510 (fetch_kcore_registers): Update.
511 * mips-nat.c (fetch_inferior_registers): Update.
512 * corelow.c (get_core_registers): Update.
513 * a68v-nat.c (fetch_inferior_registers): Update.
514
e6e68f1f
JB
5152002-11-06 Joel Brobecker <brobecker@gnat.com>
516
517 Put in place the framework necessary for multiarching the hppa targets.
518 * hppa-tdep.c (hppa_gdbarch_init): New function.
519 (hppa_dump_tdep): New function.
520 (_initialize_hppa_tdep): Register the hppa gdbarch init function and
521 tdep structure dumper.
522 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): New macro, defined to 0
523 until the multi-arching conversion has partially been completed.
524
492254e9
AC
5252002-11-06 Andrew Cagney <ac131313@redhat.com>
526
527 * valops.c (value_assign): Merge lval_register case into
528 lval_reg_frame_relative. Use frame_register and
529 regcache_cooked_write instead of get_saved_register and
530 write_register_bytes. After flushing the register cache, try to
531 re-select the selected frame.
532
8262ee23
AC
5332002-11-06 Andrew Cagney <ac131313@redhat.com>
534
535 * regcache.h (deprecated_register_valid): Rename register_valid.
536 * regcache.c: Update.
537 * ia64-aix-nat.c: Update.
538 * i386gnu-nat.c: Update.
539 * alpha-nat.c: Update.
540 * sparc-nat.c: Update.
541 * lynx-nat.c: Update.
542 * remote-mips.c: Update.
543
4facf7e8
JB
5442002-11-06 Joel Brobecker <brobecker@gnat.com>
545
546 * hppa-tdep.c (_initialize_hppa_tdep): Move function body
547 to end of file, to be more consistent with the pratice followed
548 by other targets.
549
f9418c0f
AC
5502002-11-06 Andrew Cagney <ac131313@redhat.com>
551
552 * infcmd.c: Include "reggroups.h" and <ctype.h>.
553 (print_float_info): Print registers in float_reggroup.
554 (print_vector_info): Print registers in vector_reggroup.
555 (default_print_registers_info): When all, print registers in
556 all_reggroup. Otherwize, print registers in general_reggroup.
557 (registers_info): Rewrite. Add support for register groups.
558 Eliminate a goto.
559
3fe235a7
EZ
5602002-11-06 Elena Zannoni <ezannoni@redhat.com>
561
562 * symtab.c (methods_info): Delete. It has been ifdeffed out for
563 ages.
564 (symtab_symbol_info): Remove eons old ifdeffed out code.
565 (_initialize_symtab): Remove prehistoric disabled 'info methods'
566 command.
567
ef944135
TR
5682002-11-06 Theodore A. Roth <troth@openavr.org>
569
570 * c-exp.y: Add missing semi-colons.
571 * f-exp.y: Add missing semi-colons.
572 * m2-exp.y: Add missing semi-colons.
573 * p-exp.y: Add missing semi-colons.
574 Add empty action to start rule to avoid a type clash error when
575 building with bison >= 1.50.
576
f8302a57
JB
5772002-11-06 Jim Blandy <jimb@redhat.com>
578
579 * macrotab.h (struct macro_source_file): Doc fix.
580
6e382aa3
JJ
5812002-11-05 Jeff Johnston <jjohnstn@redhat.com>
582
583 * varobj.c (child_exists, cplus_number_of_children): Change
584 STREQ macro references to strcmp.
585 (cplus_name_of_child): Change code to handle the fact that
586 fields are not necessarily contiguous with regards to their
587 access control. This is a fix for PR gdb/792.
588
a216a322
AC
5892002-11-05 Andrew Cagney <ac131313@redhat.com>
590
591 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
592 * gdbarch.h, gdbarch.c: Regnerate.
593 * frame.h (frame_register): Declare.
594 * frame.c (frame_register): New function.
595 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
596 GET_SAVED_REGISTER, otherwize call
597 generic_unwind_get_saved_register.
598 (frame_register_read): Use frame_register instead of
599 get_saved_register.
600
7d5b6fdd
EZ
6012002-11-05 Elena Zannoni <ezannoni@redhat.com>
602
603 From Jim Ingham <jingham@apple.com>:
604 * event-top.c (gdb_disable_readline): New function.
605 (_initialize_event_loop): Move comment.
606
b7c64260
EZ
6072002-11-05 Elena Zannoni <ezannoni@redhat.com>
608
609 * event-loop.c (start_event_loop): Add comment.
610 Update copyright.
611
c2e1b8f2
AC
6122002-11-05 Andrew Cagney <ac131313@redhat.com>
613
614 * infcmd.c (default_print_registers_info): Do not call
615 PRINT_REGISTER_HOOK.
616
87647bb0
AC
6172002-11-05 Andrew Cagney <ac131313@redhat.com>
618
619 * sparc-tdep.c (sparc_print_register_hook): Make static.
620 (sparc_print_registers_info): New function.
621 (sparc_do_registers_info): New function.
622 (sparclet_print_registers_info): New function.
623 (sparclet_do_registers_info): New function.
624 (do_sparc_print_registers_info): New function.
625 (sparc_print_registers): New static function, clone of infcmd.c's
626 default_print_registers_info.
627 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
628 (sparclet_do_registers_info): Declare.
629 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
630 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
631 Re-define.
632 (sparc_do_registers_info): Declare.
633 (PRINT_REGISTER_HOOK): Delete macro.
634 (sparc_print_register_hook): Delete declaration.
635
8155455b
DC
6362002-11-05 David Carlton <carlton@math.stanford.edu>
637
638 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
639 functions.
640 (lookup_symbol_aux_local): New function.
641 (lookup_symbol_aux_symtabs): New function.
642 (lookup_symbol_aux_psymtabs): New function.
643
29924310
DC
6442002-11-05 David Carlton <carlton@math.stanford.edu>
645
646 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
647 previous values of 'objfile' and 'block'.
648
cc303028
PM
6492002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
650
651 * values.c (value_change_enclosing_type): Set
652 enclosing_type field correctly also for the case where
653 more memory needs to be allocated.
654
1d70089a
MK
6552002-11-03 Mark Kettenis <kettenis@gnu.org>
656
f16a25ae
MK
657 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
658 of puts_filtered.
659
1d70089a
MK
660 * i387-tdep.c (i387_print_float_info): Replace calls to
661 register_read and deprecated_read_register_gen with calls to
662 frame_register_read, and make the necessary adjustments to the
663 surrounding code.
664
7e20f3fb
AC
6652002-11-02 Andrew Cagney <ac131313@redhat.com>
666
667 * gdbarch.sh (register_reggroup_p): Allow default value.
668 * gdbarch.h, gdbarch.c: Regenerate.
669
192dbe33
AC
6702002-11-02 Andrew Cagney <ac131313@redhat.com>
671
672 * regcache.h: Add coment indicating replacements for deprecated
673 functions.
674
b59ff9d5
AC
6752002-11-02 Andrew Cagney <cagney@redhat.com>
676
677 * reggroups.h, reggroups.c: New files.
678 * regcache.c: Include "reggroups.h".
679 (enum regcache_dump_what): Add `regcache_dump_groups'.
680 (regcache_dump): Contract size of the "Type" column. When
681 specified, dump the register's groups.
682 (maintenance_print_register_groups): New function.
683 (_initialize_regcache): Add command `maint print register-groups'.
684 * Makefile.in (COMMON_OBS): Add reggroups.o
685 (SFILES): Add reggroups.c.
686 (reggroups_h): Define.
687 (regcache.o, gdbarch.o): Update dependencies.
688 (reggroups.o): Specify dependencies.
689 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
690 Add opaque declaration for `struct reggroup' in generated .h file.
691 Include "reggroups.h" in generated .c file.
692 gdbarch.h, gdbarch.c: Re-generate.
693
4caf0990
AC
6942002-11-02 Andrew Cagney <cagney@redhat.com>
695
696 * regcache.h (deprecated_read_register_gen): Rename
697 read_register_gen.
698 (deprecated_write_register_gen): Rename write_register_gen.
699 * i387-tdep.c: Update.
700 * x86-64-linux-nat.c: Update
701 * wince.c: Update.
702 * thread-db.c: Update.
703 * win32-nat.c: Update.
704 * mips-tdep.c: Update.
705 * d10v-tdep.c: Update.
706 * cris-tdep.c: Update.
707 * remote-sim.c: Update.
708 * remote-rdi.c: Update.
709 * remote-rdp.c: Update.
710 * frame.c: Update.
711 * target.c: Update.
712 * blockframe.c: Update.
713 * x86-64-tdep.c: Update.
714 * xstormy16-tdep.c: Update.
715 * sh-tdep.c: Update.
716 * s390-tdep.c: Update.
717 * rs6000-tdep.c: Update.
718 * sparc-tdep.c: Update.
719 * i386-tdep.c: Update.
720 * dwarf2cfi.c: Update.
721 * regcache.c: Update.
722
7a7adcdf
JB
7232002-11-01 Joel Brobecker <brobecker@gnat.com>
724
725 New interix-specific files:
726 * config/i386/nm-interix.h: New file.
727 * config/i386/interix.mh: New file.
728 * config/i386/interix.mt: New file.
729 * i386-interix-nat.c: New file.
730 * i386-interix-tdep.c: New file.
731
bdcdd535
AC
7322002-11-01 Andrew Cagney <cagney@redhat.com>
733
734 * frame.h (deprecated_generic_get_saved_register): Rename
735 generic_get_saved_register.
736 * blockframe.c (deprecated_generic_get_saved_register): Update.
737 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
738 (xstormy16_frame_saved_register): Update.
739 * sh-tdep.c (sh_gdbarch_init): Update.
740 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
741 * ia64-tdep.c (ia64_get_saved_register): Update.
742 * cris-tdep.c (cris_gdbarch_init): Update.
743 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
744 * arm-tdep.c (arm_gdbarch_init): Update.
745
2a4b7c45
DJ
7462002-10-31 Daniel Jacobowitz <drow@mvista.com>
747
748 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
749
ef17e74b
DJ
7502002-10-31 Daniel Jacobowitz <drow@mvista.com>
751
752 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
753 trampolines in sigaction.
754
4904ba5b
AC
7552002-10-31 Andrew Cagney <cagney@redhat.com>
756
757 * h8300-tdep.c: Include "gdb_assert.h".
758 (h8300_print_register): Add gdbarch, file and frame parameters.
759 Use frame_read_unsigned_register to read the register's value.
760 Use fprintf_filtered to display output.
761 (h8300_print_registers_info): Replace h8300_do_registers_info.
762 (h8300_gdbarch_init): Set print_registers_info.
763
f908a0eb
AC
7642002-10-31 Andrew Cagney <cagney@redhat.com>
765
766 * frame.c (frame_read_unsigned_register): New function.
767 (frame_read_signed_register): New function.
768 * frame.h (frame_read_unsigned_register): Declare.
769 (frame_read_signed_register): Declare.
770
c5646e11
AC
7712002-10-31 Andrew Cagney <cagney@redhat.com>
772
773 * h8500-tdep.c (h8500_print_registers_info): New static function,
774 clone of infcmd.c's default_print_registers_info.
775 (h8500_do_registers_info): New funtion.
776 (h8500_print_register_hook): Rename print_register_hook, make
777 static.
778
779 * config/h8500/tm-h8500.h: Update copyright.
780 (DEPRECATED_DO_REGISTERS_INFO): Define.
781 (h8500_do_registers_info: Declare.
782 (PRINT_REGISTER_HOOK): Delete macro.
783 (print_register_hook): Delete function.
784
0bdd672b
AC
7852002-10-31 Andrew Cagney <cagney@redhat.com>
786
787 * z8k-tdep.c (z8k_print_register_hook): Make static.
788 (z8k_print_registers_info): New static function, clone of
789 infcmd.c's default_print_registers_info.
790 (z8k_do_registers_info): New function. Wrap
791 z8k_print_registers_info.
792 * config/z8k/tm-z8k.h: Update copyright.
793 (PRINT_REGISTER_HOOK): Delete macro.
794 (z8k_print_register_hook): Delete declaration.
795 (DEPRECATED_DO_REGISTERS_INFO): Define.
796 (z8k_do_registers_info): Declare.
797
bf9c25dc
JB
7982002-10-30 Joel Brobecker <brobecker@gnat.com>
799
800 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
801 as this is already provided by value.h, and was actually causing
802 a compilation error because of a conflict in parameter type
803 declaration due to a missing const keyword.
804 (low_text_segment_addres): Fix a compilation warning.
805
2c665b51
DJ
8062002-10-29 Daniel Jacobowitz <drow@mvista.com>
807
808 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
809 registers without a name.
810 (mips_linux_cannot_store_register): Don't store registers without
811 a name.
812
e70ea697
DC
8132002-10-28 David Carlton <carlton@math.stanford.edu>
814
815 * symtab.c (find_addr_symbol): Delete. (It was already commented
816 out.)
817 * symtab.h: Delete prototype for find_addr_symbol.
818
903ad3a6
AC
8192002-10-26 Andrew Cagney <cagney@redhat.com>
820
821 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
822 DO_REGISTERS_INFO.
823 gdbarch.h, gdbarch.c: Re-generate.
824 * infcmd.c (default_print_registers_info): Update reference.
825 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
826 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
827 * sh-tdep.c (sh_gdbarch_init): Ditto.
828 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
829 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
830
ab91194c
MK
8312002-10-26 Mark Kettenis <kettenis@gnu.org>
832
e3033f15
MK
833 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
834 cfi_init_extra_frame_info.
835 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
836 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
837
b83b026c
MK
838 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
839 target where necessary. Add more comments and remove the ones
840 that don't provide any useful information.
841
267bf4bb
MK
842 * i386-tdep.c (i386_frame_saved_pc): Replace call to
843 deprecated_read_register_dummy with
844 frame_unwind_unsigned_register.
845
751f1375
MK
846 * i386-tdep.c (i386_extract_struct_value_address): Use
847 regcache_raw_read_unsigned instead of
848 regcache_cooked_read_unsigned since we know that the register
849 we're reading isn't a pseudo register. Rename variable 'val' into
850 the more descriptive 'addr'.
851
26abbdc4
MK
852 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
853 (x86_64_push_return_address): Add comment.
854 (x86_64_pop_frame): Make static.
855 (examine_argument): Clarify comment.
856 (x86_64_skip_prologue): Make prolog_expact variable static.
857
9f1549cc
MK
858 * dwarf2cfi.c: Fix some formatting problems.
859 (context_cpy, read_encoded_pointer): Clarify comments.
860
ab91194c
MK
861 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
862 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
863 i386 target back into x86_64_gdbarch_init. Add some comments and
864 remove meaningless ones.
865
72367fb4
AC
8662002-10-25 Andrew Cagney <cagney@redhat.com>
867
868 * complaints.h (struct deprecated_complaint): Rename `struct
869 complaint'.
870 * complaints.c (complain): Update.
871 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
872 incorrect comment indicating that "symfile.h" was being included
873 for the `struct complaint' definition.
874 * remote-vx.c: Update.
875 * objc-lang.c: Update.
876 * xcoffread.c: Update.
877 * hpread.c: Update.
878 * mdebugread.c: Update.
879 * stabsread.c: Update.
880 * dwarf2read.c: Update.
881 * dwarfread.c: Update.
882 * elfread.c: Update.
883 * coffread.c: Update.
884 * stabsread.h: Update.
885 * dbxread.c: Update.
886 * buildsym.c: Update.
887 * gdbtypes.c: Update.
888 * macrotab.c: Update.
889
1f2baacc
MK
8902002-10-25 Mark Kettenis <kettenis@gnu.org>
891
0c1a73d6
MK
892 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
893 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
894 (x86_64_init_abi): ...new function.
895
6aee4d54 896 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
897 * i386v-nat.c: Include "i386-tdep.h".
898
8f9cbe01
AC
8992002-10-25 Andrew Cagney <cagney@redhat.com>
900
5f11f355
AC
901 * gdbtypes.c (address_space_name_to_int): Update.
902 (address_space_int_to_name): Update.
903 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
904 multi-arch predicate.
905 (address_class_name_to_type_flags): Ditto.
906 * gdbarch.h, gdbarch.c: Re-generate.
907
8f9cbe01
AC
908 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
909
e8d96a5d
MH
9102002-10-24 Martin M. Hunt <hunt@redhat.com>
911
912 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
913
fe39c653
EZ
9142002-10-24 Elena Zannoni <ezannoni@redhat.com>
915
916 * symtab.h (INIT_SAL): Delete macro.
917 (init_sal): Export.
918 * symtab.c (init_sal): New function.
919
920 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
921 to init_sal function call.
922 (find_sal_from_funcs_and_line): Ditto.
923 (all_sals_for_line): Ditto.
924 * breakpoint.c (create_internal_breakpoint): Ditto.
925 (create_fork_vfork_event_catchpoint): Ditto.
926 (create_exec_event_catchpoint): Ditto.
927 (parse_breakpoint_sals): Ditto.
928 (watch_command_1): Ditto.
929 (handle_gnu_4_16_catch_command): Ditto.
930 (clear_command): Ditto.
931 * hppa-tdep.c (child_enable_exception_callback): Ditto.
932 * infcmd.c (run_stack_dummy): Ditto.
933 * infrun.c (process_event_stop_test): Ditto.
934 (check_sigtramp2): Ditto.
935 (step_over_function): Ditto.
936 * linespec.c (decode_line_2): Ditto.
937 (decode_line_1): Ditto.
938 * source.c (line_info): Ditto.
939 * symtab.c (find_pc_sect_line): Ditto.
940
baed091b
ML
9412002-10-24 Michal Ludvig <mludvig@suse.cz>
942
943 * dwarf2cfi.c (struct context)
944 (struct context_reg): Moved to dwarf2cfi.h
945 (context_alloc, frame_state_alloc, context_cpy):
946 Made extern instead of static, removed prototypes.
947 * dwarf2cfi.h (struct context)
948 (struct context_reg): New, moved from dwarf2cfi.c
949 (context_alloc, frame_state_alloc, context_cpy):
950 New prototypes.
951 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
952 Changed from static to extern.
953 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
954 (LINUX_SIGCONTEXT_FP_OFFSET)
955 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
956 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
957 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
958 * x86-64-tdep.c (x86_64_gdbarch_init): Several
959 set_gdbarch_*() calls now use x86-64 specific functions
960 instead of DWARF2 CFI ones.
961 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
962 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
963 (x86_64_init_extra_frame_info): New prototypes.
964
c38da1af
DC
9652002-10-23 David Carlton <carlton@math.stanford.edu>
966
967 * linespec.c: #include "parser-defs.h".
968 Delete prototype for find_template_name_end.
969 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
970
fb9b6b35
JJ
9712002-10-23 Jeff Johnston <jjohnstn@redhat.com>
972
973 * NEWS: add recent mi fixes.
974 * varobj.c (struct varobj): Add new "updated" flag.
975 (new_variable): Default "updated" flag to 0.
976 (varobj_set_value): Set "updated" flag to 1 if value
977 changes.
978 (varobj_update): Check varobj "updated" flag before
979 comparing old and refreshed values. Fix for
980 PR gdb/702.
981
8da065d5
DC
9822002-10-23 David Carlton <carlton@math.stanford.edu>
983
984 * parse.c (parse_exp_1): Use BLOCK_START.
985 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
986 SYMBOL_BLOCK_VALUE.
987 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
988
87f2f08c
DC
9892002-10-23 David Carlton <carlton@math.stanford.edu>
990
991 * symtab.c: Delete cplusplus_hint.
992 Delete prototype for find_template_name_end.
993
88cda038
EZ
9942002-10-23 Elena Zannoni <ezannoni@redhat.com>
995
996 * symtab.h: Update comment.
997
2625d86c
MS
9982002-10-23 Michael Snyder <msnyder@redhat.com>
999
1000 * printcmd.c (address_info): Restore quotes in output.
1001 * valops.c (value_of_local): Restore quotes in error message.
1002
9cc0d196
EZ
10032002-10-23 Elena Zannoni <ezannoni@redhat.com>
1004
1005 * symtab.c (symbol_demangled_name): New function.
1006 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
1007 turning most of it into a function.
1008 (symbol_demangled_name): Export.
1009
19de93d0
MS
10102002-10-23 Michael Snyder <msnyder@redhat.com>
1011
1012 * valops.c (value_of_local): Restore quotes in error message.
1013
89aad1f9
EZ
10142002-10-23 Elena Zannoni <ezannoni@redhat.com>
1015
1016 * symtab.c (symbol_init_language_specific): New function.
1017 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
1018 turning most of it into a function.
1019 (symbol_init_language_specific): Export.
1020
d9fa45fe
DC
10212002-10-23 David Carlton <carlton@math.stanford.edu>
1022
1023 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
1024 (dwarf_attr_name): Ditto.
1025 (dwarf_type_encoding_name): Ditto.
1026 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
1027 (process_die): Handle DW_TAG_namespace,
1028 DW_TAG_imported_declaration, DW_TAG_imported_module.
1029 (read_namespace): New function.
1030
1045b512
JB
10312002-10-22 Joel Brobecker <brobecker@gnat.com>
1032
1033 * configure.in: Define NEW_PROC_API on Interix too.
1034 * configure: Regenerate.
1035
10362002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
1037
1038 * configure: Regenerate using the proper version of autoconf.
1039
3987b9d4
EZ
10402002-10-21 Elena Zannoni <ezannoni@redhat.com>
1041
1042 * findvar.c (read_var_value): Temporarily disable TLS code, until
1043 complete TLS support is added.
1044
9d774e44
EZ
10452002-10-21 Jim Blandy <jimb@redhat.com>
1046 Elena Zannoni <ezannoni@redhat.com>
1047
1048 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
1049 for thread local storage locations.
1050 (struct symbol): Add objfile field.
1051 (SYMBOL_OBJFILE): Define.
1052 * dwarf2read.c (is_thread_local): New static variable.
1053 (new_symbol): If variable is in thread local fill in address class
1054 and objfile appropriately.
1055 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
1056 stack operation.
1057 * printcmd.c (address_info): Print the information for thread
1058 local storage variable.
1059 * findvar.c (read_var_value): In case of thread local variable,
1060 defer to the target vector code to compute address.
1061
bc4a16ae
EZ
10622002-10-21 Elena Zannoni <ezannoni@redhat.com>
1063
1064 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
1065 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
1066
407caf07
EZ
10672002-10-21 Elena Zannoni <ezannoni@redhat.com>
1068
1069 * symtab.h (address_class): Rename
1070 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
1071 * hpread.c (hpread_process_one_debug_symbol): Ditto.
1072 * printcmd.c (address_info): Ditto.
1073 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
1074
005328e3
MK
10752002-10-20 Mark Kettenis <kettenis@gnu.org>
1076
afdb036a
MK
1077 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
1078 DBREG_DRX macro to acces debug registers.
1079
ca02e098
MK
1080 * Makefile.in (i386obsd-tdep.o): New target.
1081
03cc47f7
MK
1082 * solib-sunos.c: Include "bcache.h" and "regcache.h".
1083 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
1084
005328e3
MK
1085 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
1086 * config/i386/obsd.mt: New file.
1087 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
1088 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
1089 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
1090 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
1091 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
1092 * i386obsd-tdep.c: New file.
1093
9c96f9f2
AF
10942002-10-19 Adam Fedor <fedor@gnu.org>
1095
1096 * objc-exp.y (name_not_typename): Fix invalid comment.
1097
ce1ed485
MK
10982002-10-20 Mark Kettenis <kettenis@gnu.org>
1099
1100 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
1101 to allocate partial syms and macro byte caches.
1102
1efc7aaa
DC
11032002-10-18 David Carlton <carlton@math.stanford.edu>
1104
1105 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
1106
7e1d63ec
AF
11072002-10-18 Adam Fedor <fedor@gnu.org>
1108
1109 * stabsread.c (find_name_end): New function.
1110 (define_symbol): Use it.
1111
6e8d29a9
DJ
11122002-10-18 Daniel Jacobowitz <drow@mvista.com>
1113
1114 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1115 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1116 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1117 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
1118
1efc7aaa 11192002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
1120
1121 * symfile.h: Add opaque declaration for struct obstack.
1122 Declare obsavestring to take a const char *.
1123 * symfile.c (obsavestring): Make first argument a const char *.
1124
1aeae86e
AF
11252002-10-16 Adam Fedor <fedor@gnu.org>
1126
1127 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
1128 names when matching breakpoints in current file.
1129
8b2dbe47
KB
11302002-10-16 Kevin Buettner <kevinb@redhat.com>
1131
1132 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
1133 (read_tag_pointer_type): Add address class support.
1134 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
1135 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
1136 New methods.
1137 * gdbarch.h, gdbarch.c: Regenerate.
1138 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
1139 (make_type_with_address_space, recursive_type_dump): Add address
1140 class support.
1141 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
1142 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
1143 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
1144
74451869
KD
11452002-10-16 Klee Dienes <kdienes@apple.com>
1146
1147 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
1148 to get the last character of a char[] buffer, not
1149 name[sizeof(vptr_name)-1].
1150
ff4cb3e8
AF
11512002-10-14 Adam Fedor <fedor@gnu.org>
1152
1153 * symtab.h: New objc_specific struct.
1154 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
1155 (SYMBOL_DEMANGLED_NAME): Likewise.
1156
da2cf7e0
AF
11572002-10-14 Adam Fedor <fedor@gnu.org>
1158
1159 * symfile.c (init_filename_language_table): Add ObjC file extension.
1160
4a351cef
AF
11612002-10-14 Adam Fedor <fedor@gnu.org>
1162
1163 * utils.c (puts_filtered_tabular): New function.
1164 (fprintf_symbol_filtered): Get ObjC demangled name.
1165 * defs.h (puts_filtered_tabular): Declared.
1166
9750e763
KB
11672002-10-14 Kevin Buettner <kevinb@redhat.com>
1168
1169 * c-lang.h (c_type_print_varspec_prefix): Delete.
1170 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
1171 ``need_post_space'' parameter. Adjust all callers.
1172
eee771c1
DJ
11732002-10-14 Daniel Jacobowitz <drow@mvista.com>
1174
1175 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
1176 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1177 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1178 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
1179
46c82446
AF
11802002-10-13 Adam Fedor <fedor@gnu.org>
1181
1182 * source.c (print_source_lines): Update comments.
1183
d069f99d
AF
11842002-10-13 Adam Fedor <fedor@gnu.org>
1185
1186 * valops.c (value_of_local): New function.
1187 (value_of_this): Use it.
1188 * value.h (value_of_local): Declared.
1189
53c551b7
AF
11902002-10-13 Adam Fedor <fedor@gnu.org>
1191
1192 * parse.c: (length_of_subexp, prefixify_subexp): Handle
1193 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
1194
eb392fbf
AF
11952002-10-12 Adam Fedor <fedor@gnu.org>
1196
1197 * language.c (binop_result_type): Add language_objc to case.
1198 (integral_type): Likewise.
1199 (character_type): Likewise.
1200 (string_type): Likewise.
1201 (boolean_type): Likewise.
1202 (structured_type): Likewise.
1203 (binop_type_check): Likewise.
1204
e2b23ee9
AF
12052002-10-11 Adam Fedor <fedor@gnu.org>
1206
1207 * printcmd.c (address_info): Print 'self' for ObjC.
1208
b01ab485
AF
12092002-10-11 Adam Fedor <fedor@gnu.org>
1210
1211 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
1212 OP_SELF.
1213
806e6073
AF
12142002-10-11 Adam Fedor <fedor@gnu.org>
1215
1216 * language.h (CAST_IS_CONVERSION): Add language_objc.
1217
50f85cdf
AF
12182002-10-11 Adam Fedor <fedor@gnu.org>
1219
1220 * defs.h (enum language): Add language_objc.
1221
0d540cdf
KD
12222002-10-11 Klee Dienes <kdienes@apple.com>
1223
69266111 1224 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
1225 * gdbcore.h (read_memory_typed_address): Add prototype.
1226 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
1227 to read a value destined for a CORE_ADDR, not read_memory_integer.
1228 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
1229 (f77_get_dynamic_lowerbound): Ditto.
1230
d5dc7960
MH
12312002-10-11 Martin M. Hunt <hunt@redhat.com>
1232
1233 * utils.c (string_to_core_addr): After turning string into
1234 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
1235 which will do necessary sign-extension, etc.
1236
8343f86c
DJ
12372002-10-11 Daniel Jacobowitz <drow@mvista.com>
1238
1239 * c-exp.y (THIS): Delete token and grammar rule.
1240 (yylex): Don't return THIS.
1241 * cp-valprint.c (vtbl_ptr_name_old): Delete.
1242 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
1243 * demangle.c (cplus_markers): Update comment. Put '$'
1244 first. Remove CPLUS_MARKER.
1245 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
1246 * jv-exp.y (THIS): Delete token and grammar rule.
1247 (yylex): Don't return THIS.
1248 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
1249 * objc-exp.y (THIS): Delete token and grammar rule.
1250 (yylex): Don't return THIS.
1251 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
1252 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
1253 (read_member_functions): Likewise for opname.
1254 (read_tilde_fields): Use is_cplus_marker.
1255
1256 * defs.h (CPLUS_MARKER): Don't define.
1257 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
1258 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
1259 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
1260 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
1261 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
1262
1263 * config/i386/tm-i386v4.h: Delete file.
1264 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
1265 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
1266 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
1267 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
1268 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
1269 * config/i386/i386sco5.mt (TM_FILE): Likewise.
1270 * config/i386/i386v4.mt (TM_FILE): Likewise.
1271 * config/i386/ncr3000.mt (TM_FILE): Likewise.
1272
967c0d83
MM
12732002-10-10 Marko Mlinar <markom@opencores.org>
1274
1275 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
1276 accidentially not commited 2002-10-09
1277 * gdbarch.h, gdbarch.c: Re-generate.
1278
f74fa174
MM
12792002-10-09 Marko Mlinar <markom@opencores.org>
1280
1281 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
1282 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
1283 * gdbarch.h, gdbarch.c: Re-generate.
1284
57349743
JB
12852002-10-08 Petr Sorfa <petrs@caldera.com>
1286
1287 Revised and re-submitted by John Wolfe <jlw@caldera.com>
1288
1289 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
1290 so we can work on more than one compilation unit at a time. This
1291 helps prepare GDB to handle inter-CU die references.
1292 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
1293 the code to be defined before struct comp_unit_head.
1294 (comp_unit_head): Added new members - offset, cu_head,
1295 begin_die, next and dwarf2_abbrevs.
1296 (dwarf2_abbrevs): Removed single static var; now member of
1297 struct comp_unit_head.
1298 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
1299 members.
1300 (psymtab_to_symtab_1): Changed to work with the new
1301 struct comp_unit_head.
1302 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
1303 constructs the dwarf2_abbrevs[] inside the cu_header.
1304 (dwarf2_empty_abbrev_table): Now expects a ptr to a
1305 dwarf2_abbrev table to clean up.
1306 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
1307 handling of dwarf2_abbrevs inside the cu_header.
1308 (read_partial_die): Now supports the call to the new
1309 dwarf2_lookup_abbrev.
1310 (read_full_die): Now supports the call to the new
1311 dwarf2_lookup_abbrev.
1312
4092aadb
CF
13132002-10-06 Christopher Faylor <cgf@redhat.com>
1314
1315 * Makefile.in (install-gdbtk): Add missing continuation backslash to
1316 insure that shell variables, such as "transformed_name" are propagated
1317 to later shell statements in rule.
1318
af0b2512
MK
13192002-10-06 Mark Kettenis <kettenis@gnu.org>
1320
1321 * config/i386/nm-i386sco.h: Add protection against
1322 multiple-inclusion. Include "i386/nm-i386v.h".
1323 (REGISTER_U_ADDR): Remove define.
1324 (i386_register_u_addr): Remove prototype.
1325
d6020d45
MS
13262002-10-04 Michael Snyder <msnyder@redhat.com>
1327
1328 * m32r-stub.c (handle_exception): Make sure exception is "trap"
1329 before treating it as a single-step event.
1330
7248f48e
AF
13312002-10-03 Adam Fedor <fedor@gnu.org>
1332
1333 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
1334 (objc_demangle): Remove assignment in if statements, Replace
1335 free with xfree.
1336 (add_msglist): Likewise.
1337 (end_msglist): Likewise.
1338 (complare_selectors): Likewise.
1339 (selectors_info): Likewise.
1340 (compare_classes): Likewise.
1341 (classes_info): Likewise.
1342 (print_object_command): Likewise.
1343 (find_objc_msgcall_submethod): Replace PTR with void *.
1344 * objc-lang.h: Remove check for __STDC__.
1345
52c6a6ac
JJ
13462002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1347
1348 * ui-out.h (ui_out_field_fmt_int): New prototype.
1349 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
1350 of field width and alignment.
1351 * stack.c (print_frame_info_base): When printing frame level, use
1352 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
1353 PR gdb/192
1354
7e3cec17
JJ
13552002-10-03 Jeff Johnston <jjohnstn@redhat.com>
1356
1357 * MAINTAINERS: Add self to Write After Approval list.
1358
a58dd373
EZ
13592002-10-02 Elena Zannoni <ezannoni@redhat.com>
1360
1361 * infcmd.c (interrupt_target_command_wrapper): Delete.
1362 (interrupt_target_command): Make non static.
1363 (nofp_registers_info): Make static.
1364 * stack.c (return_command_wrapper): Delete.
1365 (return_command): Make non static.
1366
cee6ddeb
EZ
13672002-10-02 Elena Zannoni <ezannoni@redhat.com>
1368
1369 * event-top.c (gdb_setup_readline): New function. Code moved from
1370 _initialize_event_loop().
1371 (_initialize_event_loop): Call gdb_setup_readline().
1372
c4ed33b9
AC
13732002-10-02 Andrew Cagney <ac131313@redhat.com>
1374
1375 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
1376 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
1377 * gdbarch.h, gdbarch.c: Re-generate.
1378
cef4f5dd
DJ
13792002-10-02 Daniel Jacobowitz <drow@mvista.com>
1380
1381 Fix PR gdb/778
1382 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
1383 before recursing.
1384 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
1385 of fill_in_vptr_fieldno.
1386
36dc181b 13872002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 1388
36dc181b
EZ
1389 * inferior.h (registers_info, stepi_command, nexti_command,
1390 continue_command, interrupt_target_command): Export from infcmd.c.
1391 * frame.h (args_info, selected_frame_level_changed_hook,
1392 return_command): Export from stack.c.
1393 * v850ice.c (stepi_command, nexti_command, continue_command): use
1394 prototypes from inferior.h.
1395 * tracepoint.c (registers_info, args_info, locals_info): Use
1396 prototypes from frame.h and inferior.h.
1397 * Makefile.in (mi-main.o): Add dependency on frame.h.
1398
6f99cb26
AC
13992002-10-02 Andrew Cagney <ac131313@redhat.com>
1400
da3eff49
AC
1401 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
1402 value in register 3 adjusted by ppc_gp0_regnum.
1403
6f99cb26
AC
1404 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
1405
da615bee
MM
14062002-10-02 Marko Mlinar <markom@opencores.org>
1407
1408 * MAINTAINERS: Add myself to the Write After Approval list.
1409
d154bee2
AO
14102002-10-01 Alexandre Oliva <aoliva@redhat.com>
1411
62a49b2c
AO
1412 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
1413 of the section for the N64 ABI, fixed.
1414
d154bee2
AO
1415 * config/mips/tm-irix6.h: Include solib.h.
1416
ed348acc
EZ
14172002-10-01 Elena Zannoni <ezannoni@redhat.com>
1418
1419 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
1420 GNU operators.
1421
da0f9dcd
AC
14222002-10-01 Andrew Cagney <ac131313@redhat.com>
1423
1424 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
1425 and that "mi0" syntax has been removed.
1426
bdf64bac
DC
14272002-09-30 David Carlton <carlton@math.stanford.edu>
1428
1429 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
1430 * ppc-sysv-tdep.c: #include "gdb_string.h".
1431 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
1432 pacify GCC.
1433
54c2a1e6
AC
14342002-10-01 Andrew Cagney <ac131313@redhat.com>
1435
1436 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
1437 "vrsave"'s register number.
1438
cedea778
AC
14392002-09-30 Andrew Cagney <ac131313@redhat.com>
1440
1441 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
1442 use frame_unwind_signed_register to obtain the PC.
1443 (mips_frame_chain): Handle a generic dummy frame.
1444 (mips_init_extra_frame_info): When a generic dummy frame, don't
1445 re-compute the frame base.
1446 (mips_pop_frame): Handle generic dummy frames.
1447 (mips_gdbarch_init): When generic dummy frames, set
1448 use_generic_dummy_frames, push_dummy_frame to
1449 generic_push_dummy_frame, pc_in_call_dummy to
1450 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
1451 generic_save_dummy_frame_tos.
1452
68315eb8
AC
14532002-09-30 Andrew Cagney <ac131313@redhat.com>
1454
1455 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
1456 against TOP when TOP was explictly set.
1457 (generic_push_dummy_frame): Set TOP to zero.
1458
3b8630c3
EZ
14592002-09-30 Elena Zannoni <ezannoni@redhat.com>
1460
1461 * event-loop.c (start_event_loop): Rename variable 'result' to
1462 'gdb_result', to avoid conflicts with upcoming intepreters changes.
1463
28ee05e9
KS
14642002-09-30 Keith Seitz <keiths@redhat.com>
1465
1466 * gdb-events.sh (selected_thread_changed): New event.
1467 * gdb-events.c: Regenerated.
1468 * gdb-events.h: Regenerated.
1469
6eecb1c8
HPN
14702002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
1471
1472 * MAINTAINERS: Add self to Write After Approval list.
1473
92df71f0
FN
14742002-09-30 Fernando Nasser <fnasser@redhat.com>
1475
3b8630c3
EZ
1476 * disasm.c: New file.
1477 * disasm.h: New file.
92df71f0
FN
1478 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
1479 (compare_lines): Ditto.
1480 (dump_insns): Ditto.
3b8630c3
EZ
1481 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
1482 argument.
92df71f0 1483 (do_assembly_only): Ditto.
3b8630c3
EZ
1484 (do_disassembly): Renamed to gdb_disassembly and moved to
1485 disasm.c. Sdded uiout argument.
1486 * Makefile.in: Add new files. Reorder SFILES list. Update
1487 dependencies. Include libgdb.a later in the insight executable.
92df71f0 1488
0c22854d
AC
14892002-09-29 Andrew Cagney <ac131313@redhat.com>
1490
1491 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
1492 bfd/elf64-alpha-fbsd.c.
1493
e67f2023
AC
14942002-09-29 Andrew Cagney <ac131313@redhat.com>
1495
1496 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
1497 i386gnu-tdep.c.
1498
89396210
AC
14992002-09-29 Andrew Cagney <ac131313@redhat.com>
1500
1501 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
1502 __FUNCTION__.
1503 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
1504 function name.
1505 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
1506 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
1507 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
1508 (S_msg_sig_post_reply): Ditto.
1509
7079c36c
CV
15102002-09-28 Corinna Vinschen <vinschen@redhat.com>
1511
89396210
AC
1512 * sh-tdep.c (sh_use_struct_convention): Use definition according
1513 to ABI.
7079c36c
CV
1514 (sh_push_arguments): Store in register with correct endianess.
1515 (sh_default_store_return_value): Ditto.
1516 (sh_gdbarch_init): Set sizeof long double to 8.
1517
975ac915
MK
15182002-09-27 Mark Kettenis <kettenis@gnu.org>
1519
1520 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
1521 Fix some whitespace problems.
1522
9bbe19fb
DC
15232002-09-27 David Carlton <carlton@math.stanford.edu>
1524
1525 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
1526 (mcore-tdep.o): Ditto.
1527 (ns32k-tdep.o): Ditto.
1528 (ns32knbsd-tdep.o): Ditto.
1529 (sh3-rom.o): Ditto.
1530 (vax-tdep.o): Ditto.
1531 * cris-tdep.c: #include "gdb_string.h"
1532 * mcore-tdep.c: Ditto.
1533 * ns32k-tdep.c: Ditto.
1534 * ns32knbsd-tdep.c: Ditto.
1535 * sh3-rom.c: Ditto.
1536 * vax-tdep.c: Ditto.
1537
43b2fdc7
DC
15382002-09-27 David Carlton <carlton@math.stanford.edu>
1539
1540 * config/djgpp/fnchange.lst: Add entries for
1541 gdb/testsuite/gdb.c++/m-static files.
1542
e8cfbbd9
JW
15432002-09-27 Jim Wilson <wilson@redhat.com>
1544
1545 * MAINTAINERS: Add myself to the Write After Approval list.
1546
43b2fdc7 15472002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
1548
1549 * mips-tdep.c (find_proc_desc): Initialize startaddr.
1550
1551
9f3b7f07
AC
15522002-09-26 Andrew Cagney <ac131313@redhat.com>
1553
1554 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
1555 frame.
1556
11269d7e
AC
15572002-09-26 Andrew Cagney <ac131313@redhat.com>
1558
1559 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
1560 (rs6000_struct_return_address): Delete variable.
1561 (rs6000_store_struct_return): Update.
1562 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
1563 deprecated_extract_struct_value_address.
1564 (rs6000_frame_align): New function.
1565 (rs6000_gdbarch_init): Set frame_align.
1566
f15ab4a7
AC
15672002-09-26 Andrew Cagney <ac131313@redhat.com>
1568
1569 From Grace Sainsbury <graces@redhat.com>:
1570 * Makefile.in (gdbtk-main.o): New target.
1571 (gdb.o): New target.
1572 (main_h): Define.
1573 (main.o): Update dependencies.
1574 (gdb$(EXEEXT)): Add gdb.o.
1575 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1576 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1577 (SUBDIR_GDBTK_CLEAN): Set.
1578 (install-gdbtk): Install the insight binary.
1579 (uninstall-gdbtk): New target.
1580 (all-gdbtk, clean-gdbtk): New rule.
1581 * top.c (use_windows): Default to zero.
1582 * main.c: Include "main.h".
1583 (main): Delete.
1584 (struct captured_main_args): Delete.
1585 (gdb_main): New function.
1586 * main.h: New file.
1587 * gdb.c: New File.
1588
e36180d7
AC
15892002-09-25 Andrew Cagney <cagney@redhat.com>
1590
1591 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1592 (frame_map_regnum_to_name): New function.
1593 (frame_map_name_to_regnum): New function.
1594 * frame.h (frame_map_name_to_regnum): Declare.
1595 (frame_map_regnum_to_name): Declare.
1596 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1597 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1598 * parse.c: Do not include "builtin-regs.h".
1599 (target_map_name_to_register): Delete function.
1600 (write_dollar_variable): Use frame_map_name_to_regnum.
1601 * parser-defs.h (target_map_name_to_register): Delete declaration.
1602 * expprint.c: Include "frame.h".
1603 (print_subexp): Use frame_map_regnum_to_name.
1604 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1605 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1606
8b69000d
AC
16072002-09-25 Andrew Cagney <ac131313@redhat.com>
1608
1609 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1610 wasn't saved, and the next innermost frame is a dummy, return the
1611 dummy frame's link register.
1612
046ca86a
JB
16132002-09-24 Jim Blandy <jimb@redhat.com>
1614
1615 Fix from Paul Breed:
1616 * main.c (captured_main): Add a `break' after the case for 'b'.
1617
94b66fa7
KS
16182002-09-24 Keith Seitz <keiths@redhat.com>
1619
1620 * varobj.c (c_type_of_child): Use get_target_type instead
1621 of TYPE_TARGET_TYPE.
1622
c214a6fd
FN
16232002-09-22 Fernando Nasser <fnasser@redhat.com>
1624
53cb0458
FN
1625 * source.c (get_current_or_default_source_symtab_and_line): Remove
1626 function.
1627 (set_default_source_symtab_and_line): New function. Attempts to
1628 determine a source file to list lines from if one is not currently
1629 defined.
1630 (get_current_source_symtab_and_line): Initialize sal.pc and
1631 sal.end fields.
1632 (set_current_source_symtab_and_line): Mark argument as const.
1633 * source.h: Update declarations and comments.
1634 * linespec.c (decode_line_1): Replace call to removed routine above.
1635 * stack.c (print_frame_info_base): Ditto.
1636 * cli/cli-cmds.c (edit_command): Ditto.
1637 (list_command): Ditto.
1638
16392002-09-22 Fernando Nasser <fnasser@redhat.com>
1640
d6020d45 1641 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1642 sal.pc and sal.end fields.
c214a6fd
FN
1643 (get_current_or_default_source_symtab_and_line): Ditto.
1644 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1645 so we do not cause a new source symtab to be searched for (reverting an
1646 unintentional change from the 2002-09-20 patch).
1647 * scm-lang.c (scm_unpac): Ditto.
1648
cc3b68a5
AC
16492002-09-21 Andrew Cagney <cagney@redhat.com>
1650
1651 * complaints.c (symfile_explanations): Remove new-line from
1652 ``isolated_message''.
1653 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1654 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1655
5835abe7
NC
16562002-09-20 Nick Clifton <nickc@redhat.com>
1657
1658 * NEWS: Announce that V850EA ISA is no longer supported.
1659 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1660
a15ef5f5
DC
16612002-09-20 David Carlton <carlton@math.stanford.edu>
1662
06ba1b39
DC
1663 * Makefile.in (c-lang.o): Correct dependencies.
1664 (utils.o): Gather dependencies.
1665 (charset.o): Move.
a15ef5f5
DC
1666 * c-lang.c: #include "gdb_string.h"
1667
87885426
FN
16682002-09-20 Fernando Nasser <fnasser@redhat.com>
1669
1670 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1671 * cli/cli-cmds.c (list_command): New function. Implements the new
1672 cli edit command.
1673 (_init_cli_cmds): Add new command definition.
1674 * gdb.1: Document edit command.
1675 * doc/gdb.texinfo: Document edit command.
1676
16772002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1678
1679 * source.c: Make global variables current_source_symtab and
1680 current_source_line static.
1681 (list_command): Moved to cli/cli-cmds.c.
1682 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1683 (get_first_line_listed): New accessor function.
1684 (get_lines_to_list): New accessor function.
1685 (get_current_source_symtab_and_line): New function. Retrieves the
1686 position in the source code that we consider current.
1687 (get_current_or_default_source_symtab_and_line): New function.
1688 Like the above but attempts to determine a default position if one
1689 is not currently defined.
1690 (set_current_source_symtab_and_line): New function. Sets the source
1691 code position considered current and returns the previously set one.
1692 (clear_current_source_symtab_and_line): Reset stored information about
1693 a current source line.
1694 (_initialize_source): Remove registration for the "list" command and
1695 its alias.
1696 * source.h: Add declarations for the new functions above.
1697 * symtab.h: Remove declarations for the global variables mentioned
1698 above.
1699 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1700 obtain current source line.
1701 * linespec.c (decode_line_1): Ditto.
1702 * macroscope.c (default_macro_scope): Ditto.
1703 * scm-lang.c (scm_unpac): Ditto.
1704 * stack.c (print_frame_info_base): Ditto.
1705 * symfile.c (clear_symtab_users): Ditto.
1706 * symtab.c (decode_line_spec): Ditto.
1707 * cli/cli-cmds.c (list_command): Moved here from source.c.
1708 (ambiguous_line_spec): Moved here from source.c.
1709 (_init_cli_cmds): Add definition for "list" and its alias.
1710 * Makefile.in: Update dependencies.
1711
ddd216ea
CV
17122002-09-20 Corinna Vinschen <vinschen@redhat.com>
1713
1714 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1715 with what gcc thinks is correct.
1716
6d305052
CV
17172002-09-20 Corinna Vinschen <vinschen@redhat.com>
1718
1719 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1720 multiple register push instruction.
1721
234b45d4
KB
17222002-09-19 Jim Blandy <jimb@redhat.com>
1723
1724 Add support for distinct host and target character sets.
1725 * charset.c, charset.h: New files.
1726 * c-exp.y: #include "charset.h".
1727 (yylex): Convert character and string literals to the target
1728 character set, before returning them as the semantic value of the
1729 token.
1730 * c-lang.c: #include "charset.h".
1731 (c_emit_char): Use charset-specific methods to recognize
1732 characters with backslash escape forms, to decide which characters
1733 to print literally and which to print using numeric escape
1734 sequences, and to convert target characters to host characters
1735 before printing.
1736 * utils.c: #include "charset.h".
1737 (no_control_char_error): New function.
1738 (parse_escape): Use charset-specific methods to recognize
1739 backslash escapes, parse `control character' notation, and convert
1740 characters from the host character set to the target character set.
1741 * configure.in: Set the default host character set.
1742 Check where to find iconv, and what its argument types might be.
1743 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1744 * Makefile.in (SFILES): List charset.c.
1745 (COMMON_OBS): List charset.o.
1746 (charset.o): New rule.
1747 (charset_h): New header dependency variable.
1748 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1749 (LIBICONV): New variable, set by configure.
1750 (CLIBS): Include $(LIBICONV) here.
1751 * aclocal.m4, config.in, configure: Regenerated.
1752
525d6a61
JB
17532002-09-19 Joel Brobecker <brobecker@gnat.com>
1754
1755 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1756 bison 1.35 warning.
1757
3ed93867
RE
17582002-09-19 Richard Earnshaw <rearnsha@arm.com>
1759
1760 * gdb_mbuild.sh: New file.
1761
437666f8
AC
17622002-09-19 Andrew Cagney <ac131313@redhat.com>
1763
1764 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1765
389e51db
AC
17662002-09-18 Andrew Cagney <ac131313@redhat.com>
1767
1768 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1769 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1770 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1771 valops.c, value.h: Revert previous change.
1772
3b4efeaa
MS
17732002-09-18 Michael Snyder <msnyder@redhat.com>
1774
1775 Preliminary support for Objective-C:
1776 * defs.h (language_objc): New enum value.
1777 (puts_filtered_tabular): Declaration only, exported from utils.c.
1778 (skip_quoted): Delete, declared in completer.h.
1779 * c-exp.y: Include completer.h.
1780 * p-exp.y: Ditto.
1781 * jv-exp.y: Ditto.
1782 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1783 New operator enum values.
1784 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1785 * language.c (binop_result_type): Handle language_objc case.
1786 (integral_type, character_type, string_type, boolean_type,
1787 structured_type, binop_type_check): Ditto.
1788 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1789 (struct objc_specific): Add to general_symbol_info.
1790 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1791 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1792 * parser-defs.h (struct objc_class_str): New struct type.
1793 (start_msglist, end_msglist, add_msglist): Declaration only,
1794 exported from objc-lang.c.
1795 * value.h (value_of_local, value_nsstring,
1796 call_function_by_hand_expecting_type): Exported from valops.c.
1797 * valops.c (find_function_addr): Export.
1798 (call_function_by_hand_expecting_type): New function.
1799 (value_of_local): New function.
1800 * symfile.c (init_filename_language_table): Add ".m" extension
1801 for Objective-C.
1802 * utils.c (puts_filtered_tabular): New function.
1803 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1804 (set/show demangle): Extend help-string to refer to ObjC.
1805 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1806 * stabsread.c (symbol_reference_defined): Objective-C symbols
1807 may contain colons: make allowances when scanning stabs strings
1808 for colons.
1809 (objc_find_colon): New function.
1810 * printcmd.c (address_info): If language == objc then print
1811 "self" instead of "this".
1812 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1813 OP_NSSTRING, and OP_SELF.
1814 (prefixify_subexp): Ditto.
1815 * source.c (print_source_lines): Mention objc in comment.
1816 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1817 method names.
1818
b9caf505
AC
18192002-09-18 Andrew Cagney <ac131313@redhat.com>
1820
1821 * complaints.h: Update copyright.
1822 (struct complaints): Declare.
1823 (struct complaint): Make `message' constant.
1824 (internal_complaint): Declare.
1825 (complaint): Declare.
1826 (complaint_root): Delete declaration.
1827 (symfile_complaints): Delete declaration.
1828 (struct complaints): Add opaque declaration.
1829 (clear_complaints): Add a complaints parameter.
1830 * complaints.c: Update copyright.
1831 (enum complaint_series): Define.
1832 (complaint_root): Delete.
1833 (struct complaints): Define.
1834 (complaint_sentinel, symfile_complaint_book): New variables.
1835 (symfile_explanations, symfile_complaints): New variables.
1836 New variables.
1837 (get_complaints): New function.
1838 (vcomplaint): New function.
1839 (complaint): New function.
1840 (internal_complaint): New function.
1841 (complain): Call vcomplain with symfile_complaint.
1842 (clear_complaints): Rewrite.
1843 (_initialize_complaints): Use add_setshow_command.
1844 * Makefile.in (complaints.o): Update dependencies.
1845 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1846 to call to clear_complaints.
1847 (new_symfile_objfile, reread_symbols): Ditto.
1848 (oldsyms_complaint): Delete.
1849 (empty_symtab_complaint, unknown_option_complaint): Delete.
1850 (free_named_symtabs): Use complaint instead of complain.
1851
d2e6263c
MS
18522002-09-18 Michael Snyder <msnyder@redhat.com>
1853
5fb2031a
AC
1854 Contributed by Apple Computer, Inc. Merged with current sources
1855 by Adam Fedor <fedor@doc.com> [cagney].
1856
d2e6263c
MS
1857 * objc-lang.c: First clean-up round: comments, indentation.
1858 * objc-lang.h: Ditto.
1859 * objc-lang.y: Ditto.
1860
dec43320
AC
18612002-09-18 Andrew Cagney <ac131313@redhat.com>
1862
1863 * maint.c (maintenance_internal_error): Print the parameter as the
1864 error message.
1865 (maintenance_internal_warning): New function.
1866 (_initialize_maint_cmds): Add command `maint internal-warning'.
1867
1868 * defs.h (internal_warning, internal_vwarning): Declare.
1869 * utils.c (struct internal_problem): Define.
1870 (internal_vproblem): New function.
1871 (internal_warning): New function.
1872 (internal_vwarning): New function.
1873 (internal_warning_problem, internal_error_problem): New variables.
1874 (internal_verror): Just call internal_vproblem.
1875
b81654f1
MS
18762002-09-18 Michael Snyder <msnyder@redhat.com>
1877
1878 * objc-lang.c: New file, support for Objective-C.
1879 Preliminary check-in, not yet integrated into gdb.
1880 * objc-lang.h: New file.
1881 * objc-exp.y: New file.
1882
0542c381
AC
18832002-09-18 Andrew Cagney <ac131313@redhat.com>
1884
7bda5e4a
AC
1885 * infrun.c (signal_stop_update): Convert definition to ISO C.
1886 (signal_print_update): Ditto.
1887 (signal_pass_update): Ditto.
1888 * inflow.c (terminal_save_ours): Ditto.
1889
5247b418
AC
1890 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1891 comments.
1892
fc60962c
AC
1893 * config/djgpp/fnchange.lst: Handle name clashes between
1894 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1895 bfd/coff-tic80.c.
1896
0542c381
AC
1897 * i386-linux-tdep.h: Fix tipo.
1898
5b924b9b
AF
18992002-09-18 Adam Fedor <fedor@gnu.org>
1900
1901 * MAINTAINERS: Add myself to the Write After Approval list.
1902
5afc051b
JB
19032002-09-18 Jim Blandy <jimb@redhat.com>
1904
1905 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1906 texthigh and textlow to reader-specific structs caused
1907 objfile_relocate to miss them. This is fixable, but the work that
1908 the change was supposed to prepare GDB for never got done anyway.
1909
eb944380
DC
19102002-09-18 David Carlton <carlton@math.stanford.edu>
1911
1912 * MAINTAINERS: Alphabetize Write After Approval list.
1913
948e66d9
DJ
19142002-09-18 Daniel Jacobowitz <drow@mvista.com>
1915
1916 Fix PR gdb/709
1917 * values.c (value_static_field): Call read_var_value.
1918
dc604539
AC
19192002-09-18 Andrew Cagney <ac131313@redhat.com>
1920
1921 * valops.c (hand_function_call): Align the initial stack pointer
1922 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1923 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1924 return value.
1925 * mips-tdep.c (mips_frame_align): New function.
1926 (mips_gdbarch_init): Set frame_align.
1927 * gdbarch.sh (FRAME_ALIGN): New method.
1928 * gdbarch.h, gdbarch.c: Re-generate.
1929
cb7e422f
ML
19302002-09-18 Michal Ludvig <mludvig@suse.cz>
1931
1932 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1933 registers.
1934
a094c6fb
AC
19352002-09-17 Andrew Cagney <ac131313@redhat.com>
1936
1937 * NEWS: Mention that MIPS $fp behavior changed.
1938 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1939 reference to FP_REGNUM.
1940 (mipsnbsd_cannot_store_register): Ditto.
1941 * mips-linux-nat.c: Update copyright.
1942 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1943 (mips_linux_cannot_store_register): Ditto.
1944 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1945 * config/mips/tm-mips.h: Update copyright.
1946 (FP_REGNUM): Delete macro.
1947 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1948 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1949 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1950 (mips_r3041_reg_names, mips_r3051_reg_names)
1951 (mips_r3081_reg_names): Replace "fp" with "".
1952 Fix PR gdb/480.
1953
45cf40d1
TR
19542002-09-17 Theodore A. Roth <troth@verinet.com>
1955
1956 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1957 generic_read_register_dummy() (PR gdb/703).
1958 (avr_push_return_address): #if 0 out unused vars.
1959 (avr_gdbarch_init): Enable use of avr_push_return_address().
1960
c7e701b5
MS
19612002-09-17 Michael Snyder <msnyder@redhat.com>
1962
d76ba2a5 1963 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1964 RTE will take care of it.
1965
20bcf01c
AC
19662002-09-17 Andrew Cagney <ac131313@redhat.com>
1967
1968 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1969 invalid, return SP_REGNUM.
1970
009a9971 19712002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1972
1973 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1974 point registers without sign extension.
1975
135c175f
AC
19762002-09-17 Andrew Cagney <cagney@redhat.com>
1977
1978 * blockframe.c (deprecated_read_register_dummy): Rename
1979 generic_read_register_dummy.
1980 * frame.c (frame_unwind_signed_register): New function.
1981 (frame_unwind_unsigned_register): New function.
1982 * frame.h (frame_unwind_signed_register): Declare.
1983 (frame_unwind_unsigned_register): Declare.
1984 (deprecated_read_register_dummy): Rename
1985 generic_read_register_dummy.
1986
1987 * h8300-tdep.c (h8300_frame_chain): Update.
1988 (h8300_frame_saved_pc): Update.
1989 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1990 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1991 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1992 (s390_frame_chain): Update.
1993 * v850-tdep.c (v850_find_callers_reg): Update.
1994 (v850_frame_saved_pc): Update.
1995 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1996 (m32r_find_callers_reg): Update.
1997 (m32r_frame_saved_pc): Update.
1998 * sh-tdep.c (sh_find_callers_reg): Update.
1999 (sh64_get_saved_pr): Update.
2000 (sh_init_extra_frame_info): Update.
2001 (sh_init_extra_frame_info): Update.
2002 (sh64_init_extra_frame_info): Update.
2003 (sh64_init_extra_frame_info): Update.
2004 * mcore-tdep.c (mcore_find_callers_reg): Update.
2005 (mcore_frame_saved_pc): Update.
2006 (mcore_init_extra_frame_info): Update.
2007 * i386-tdep.c (i386_frame_saved_pc): Update.
2008 * ia64-tdep.c (ia64_frame_saved_pc): Update.
2009 (ia64_init_extra_frame_info): Update.
2010 (ia64_init_extra_frame_info): Update.
2011 * d10v-tdep.c (d10v_frame_saved_pc): Update.
2012 * cris-tdep.c (cris_init_extra_frame_info): Update.
2013 * avr-tdep.c (avr_frame_chain): Update.
2014 (avr_init_extra_frame_info): Update.
2015 (avr_frame_saved_pc): Update.
2016 * arm-tdep.c (arm_find_callers_reg): Update.
2017 (arm_init_extra_frame_info): Update.
2018 (arm_frame_saved_pc): Update.
2019
a741e514
TT
20202002-09-17 Tom Tromey <tromey@redhat.com>
2021
2022 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
2023 is "'".
2024
d1a8e808
CV
20252002-09-17 Corinna Vinschen <vinschen@redhat.com>
2026
2027 * MAINTAINERS: Remove "non multi-arched" text from h8300.
2028 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
2029 NEXT_PROLOGUE_INSN.
2030 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
2031 NEXT_PROLOGUE_INSN.
2032
d9025a18
JB
20332002-09-16 Joel Brobecker <brobecker@gnat.com>
2034
2035 * osfsolib.c: Remove file, replaced by solib-osf.c.
2036 * Makefile.in: Remove compilation rules for osfsolib.c.
2037
1b2ef1b6
DC
20382002-09-16 David Carlton <carlton@math.stanford.edu>
2039
2040 * cp-valprint.c (cp_print_class_method): Correct args to
2041 check_stub_method_group.
2042
928e48af
CV
20432002-09-16 Corinna Vinschen <vinschen@redhat.com>
2044
2045 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
2046 `set architecture'. Unify naming convention of functions.
2047 (h8300_skip_prologue): Improve prologue analysis.
2048 (h8300_push_arguments): Rewritten to more closely match GCC's
2049 bizarre argument-passing behavior, along with the comment describing
2050 said behavior.
2051 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
2052 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
2053 sim, remote-e7000.c, remote-hms.c and remote.c
2054
5e3397bb
MK
20552002-09-15 Mark Kettenis <kettenis@gnu.org>
2056
2057 * i386-tdep.c (gdb_print_insn_i386): Removed.
2058 (i386_print_insn): New function.
2059 (i386_gdbarch_init): Set print_insn to i386_print_insns.
2060 (_initialize_i386_tdep): Don't initialize tm_print_insn and
2061 tm_print_insn_info.
2062
f710f4fc
MK
20632002-09-14 Mark Kettenis <kettenis@gnu.org>
2064
2065 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
2066 zero.
2067
db54fef4
CV
20682002-09-14 Corinna Vinschen <vinschen@redhat.com>
2069
2070 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
2071 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
2072 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
2073
2becadee
CF
20742002-09-13 Christopher Faylor <cgf@redhat.com>
2075
2076 * win32-nat.c (child_create_inferior): Honor 'tty' command.
2077
de17c821
DJ
20782002-09-13 Daniel Jacobowitz <drow@mvista.com>
2079
2080 * gdbtypes.c (check_stub_method): Make static.
2081 (check_stub_method_group): New function.
2082 * gdbtypes.h: Update prototypes.
2083 * cp-support.c: New file.
2084 * cp-support.h: New file.
2085
2086 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
2087 (update_method_name_from_physname): New function.
2088 (read_member_functions): Correct method names for operators
2089 and v3 constructors/destructors. Separate v2 constructors and
2090 destructors.
2091 * Makefile.in (stabsread.o): Update dependencies.
2092 (SFILES): Add cp-support.c.
2093 (COMMON_OBS): Add cp-support.o.
2094 (cp_support_h, cp-support.o): Add.
2095
2096 * cp-valprint.c (cp_print_class_method): Call
2097 check_stub_method_group instead of check_stub_method. Remove
2098 extraneous QUITs.
2099 * p-valprint.c (pascal_object_print_class_method): Likewise.
2100 * valops.c (search_struct_method): Likewise.
2101 (find_method_list, value_struct_elt_for_reference): Likewise.
2102
e76cff22
AC
21032002-09-13 Andrew Cagney <cagney@redhat.com>
2104
2105 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
2106 * gdbarch.h, gdbarch.c: Regenerate.
2107
905abb3f
AC
21082002-09-13 Andrew Cagney <ac131313@redhat.com>
2109
2110 * frame.c (find_saved_register): Delete function.
2111 * frame.h (find_saved_register): Delete declaration.
2112 Fix PR gdb/631.
2113
64159455
AC
2114Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
2115
2116 * mips-tdep.c (read_next_frame_reg): Re-hack using
2117 frame_register_unwind.
2118
795e1e11
AC
2119Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
2120
2121 * mips-tdep.c (mips_get_saved_register): Re-hack using
2122 frame_register_unwind.
2123
5720643c
JB
21242002-09-12 Joel Brobecker <brobecker@gnat.com>
2125
2126 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
2127 vector. Will be useful for Interix.
2128 * gdbarch.h, gdbarch.c: Regenerate.
2129
2130 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
2131 name of the malloc function by NAME_OF_MALLOC.
2132
3bada2a2
JB
21332002-09-12 Joel Brobecker <brobecker@gnat.com>
2134
2135 * value.h (find_function_in_inferior): Add const keyword to
2136 one of the parameters. Allows us to invoke this function with
2137 a const char *.
2138 * valops.c (find_function_in_inferior): Likewise.
2139
3db26b01
JB
21402002-09-12 Joel Brobecker <brobecker@gnat.com>
2141
2142 * exec.c (xfer_memory): Fix compilation warning with old versions
2143 of GCC.
2144 * tracepoint.c (trace_find_tracepoint_command): Likewise.
2145
17c5ed2c
DC
21462002-09-12 David Carlton <carlton@math.stanford.edu>
2147
2148 * symtab.h: Run through gdb_indent.h.
2149 Add 2002 to Copyright year list.
2150
ecd1107e
AM
21512002-09-12 Alan Modra <amodra@bigpond.net.au>
2152
2153 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
2154 mach constants.
2155 * MAINTAINERS: Add myself to write after approval list.
2156
e64f66d1
JB
21572002-09-11 J. Brobecker <brobecker@gnat.com>
2158
2159 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
2160
f9395794
JB
21612002-09-11 J. Brobecker <brobecker@gnat.com>
2162
2163 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
2164 Interix.
2165
1a303dec
MS
21662002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2167
2168 * procfs.c (do_detach): Clear current signal, not just fault.
2169 Corrects problem with breakpoint trap signal leaking to detached
2170 process on Tru64.
2171
c0219d42
MS
21722002-09-10 Michael Snyder <msnyder@redhat.com>
2173
2174 * buildsym.c (finish_block): Protect against null pointer.
2175
9d84ac84
AC
21762002-09-10 Andrew Cagney <cagney@redhat.com>
2177
2178 * infcmd.c (default_print_registers_info): Send all output to
2179 ``file'' instead of ``gdb_stdout''.
2180
77d8f2b4
MS
21812002-09-10 Michael Snyder <msnyder@redhat.com>
2182
2183 * mips-tdep.c (mips_extract_struct_value_address): Make val a
2184 LONGEST, and use signed register read (addresses are sign-
2185 extended for mips).
2186
99656a61
SC
21872002-09-10 Stephane Carrez <stcarrez@nerim.fr>
2188
2189 * event-loop.c (gdb_do_one_event): Make public.
2190 * event-loop.h (gdb_do_one_event): Declare.
2191
da12f4d8
JL
21922002-09-10 Jeff Law <law@redhat.com>
2193
2194 * infttrace.c (child_resume): Simplify and rework to avoid
2195 TT_PROC_CONTINUE.
2196
d0aee0c4
FF
21972002-09-09 Fred Fish <fnf@intrinsity.com>
2198
2199 * printcmd.c (print_scalar_formatted): "len" is the number of
2200 target bytes, NOT the number of target bits.
2201
7cb3ec5e
EZ
22022002-09-09 Elena Zannoni <ezannoni@redhat.com>
2203
2204 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
2205 * top.c (init_main): Set rl_terminal_name.
2206
4dc81987
AS
22072002-09-08 Aidan Skinner <aidan@velvet.net>
2208
2209 * ada-lang.c (ada_array_bound, ada_type_match,
2210 _initialize_ada_language): Fix K&R definitions.
2211 * ada-tasks.c (get_current_task): Fix K&R definitions.
2212 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
2213
842330b4
CF
22142002-09-07 Christopher Faylor <cgf@redhat.com>
2215
2216 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
2217 Add XP.
2218
43156d82
MK
22192002-09-06 Mark Kettenis <kettenis@gnu.org>
2220
66da5fd8
MK
2221 * i386-tdep.c (i386_register_virtual_type,
2222 i386_register_convertible, i386_register_convert_to_virtual,
2223 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
2224 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
2225 (i386_gdbarch_init): Fix comment. Add comments on calls that set
2226 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
2227 Don't set push_arguments twice.
2228
4b218c18
MK
2229 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
2230 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
2231 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
2232 sigtramp_end to NULL.
2233 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
2234 defines.
2235 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
2236
4cc314d5
MK
2237 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
2238 whitespace.
2239
43156d82
MK
2240 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
2241 * gdbarch.h, gdbarch.c: Re-generate.
2242 * blockframe.c (find_pc_sect_partial_function): Convert to use
2243 SIGTRAMP_START_P predicate.
2244
6672060b
MS
22452002-09-05 Michael Snyder <msnyder@redhat.com>
2246
a90c3637
MS
2247 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
2248 generic_dummy_frame method and old method. Also distinguish
2249 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 2250 (arm_extract_return_value): Use new regcache method.
a90c3637 2251
6672060b
MS
2252 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
2253 adjustment that doesn't conform to the ABI.
2254 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
2255 saved regcache, not from current regcache.
2256
299ffc64
AC
22572002-09-05 Andrew Cagney <ac131313@redhat.com>
2258
2259 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
2260 * README: Update.
2261
a3a2ee65
JT
22622002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
2263
2264 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
2265 if arm_apcs_32 is false.
2266
2bc7eea9
AC
22672002-09-04 Andrew Cagney <ac131313@redhat.com>
2268
2269 GDB 5.3 branch created.
2270
8a55a7c5
TR
22712002-09-03 Theodore A. Roth <troth@verinet.com>
2272
2273 * gdb/avr-tdep.c (avr_gdbarch_init): Use
2274 generic_unwind_get_saved_register.
2275
e26fb1d7
DC
22762002-09-03 David Carlton <carlton@math.stanford.edu>
2277
2278 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
2279 argument (PR gdb/653). Update call to smash_to_method_type.
2280 (read_structure_scope): Update call to dwarf2_add_member_fn.
2281
30d52491
ML
22822002-09-03 Michal Ludvig <mludvig@suse.cz>
2283
2284 * x86-64-linux-tdep.c: Include gdb_string.h
2285 * x86-64-linux-nat.c: Ditto.
2286
06891d83
JT
22872002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2288
2289 * ada-exp.y (yyname, yyrule): Remap global variables that appear
2290 when YYDEBUG is set to 1.
2291 * c-exp.y: Likewise.
2292 * f-exp.y: Likewise.
2293 * jv-exp.y: Likewise.
2294 * m2-exp.y: Likewise.
2295 * p-exp.y: Likewise.
2296
7d400e77
JT
22972002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2298
2299 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
2300 dependency list.
2301 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
2302 solib_svr4_fetch_link_map_offsets to
2303 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2304 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
2305 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
2306 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
2307 solib-svr4.o, and solib-legacy.o.
2308 * config/i386/tm-nbsd.h: Include solib.h.
2309
704a27c4
JT
23102002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2311
2312 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
2313 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
2314 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
2315 comment noting that this needs its own target configuration.
2316 * config/i386/nbsd.mt: New file.
2317 * config/i386/nbsdaout.mt: Remove.
2318 * config/i386/nbsdelf.mt: Ditto.
2319 * config/i386/tm-nbsdaout.h: Ditto.
2320
d66198e1
JT
23212002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2322
2323 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
2324 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
2325 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
2326 tdep->sigtramp_end.
2327 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
2328 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
2329 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
2330
3cac699e
JT
23312002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
2332
2333 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
2334 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
2335 * i386-tdep.h (i386bsd_init_abi): New prototype.
2336 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
2337 function declaration.
2338 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
2339 for NetBSD-a.out or NetBSD-ELF.
2340 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
2341 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
2342 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
2343 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
2344 and nbsd-tdep.h.
2345 (i386nbsd_pc_in_sigtramp): New function.
2346 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2347 i386nbsd_pc_in_sigtramp.
2348 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
2349 and i386nbsdelf_init_abi OS ABI handlers.
2350 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
2351 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2352
7010ca0a
MK
23532002-09-02 Mark Kettenis <kettenis@gnu.org>
2354
2355 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
2356 registers if the target really has them.
2357
6dd93b72
JT
23582002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2359
2360 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
2361 than nbsd-tdep.h.
2362
2ca8ae21
JT
23632002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2364
2365 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
2366 list.
2367 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
2368 (alphanbsd_skip_sigtramp_frame): New functions.
2369 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
2370 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
2371 to alphanbsd_sigcontext_addr.
2372
3d9b49b0
JT
23732002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
2374
2375 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
2376 list.
2377 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
2378 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
2379 nbsd_pc_in_sigtramp.
2380 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
2381 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
2382 * nbsd-tdep.c: Include gdb_string.h.
2383 (nbsd_pc_in_sigtramp): New function.
2384 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
2385 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
2386 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2387 ppcnbsd_pc_in_sigtramp.
2388 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
2389 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2390 shnbsd_pc_in_sigtramp.
2391 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
2392 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
2393 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2394
c860120c
PM
23952002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
2396
2397 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
2398 watchpoints to NULL.
2399 (insert_breakpoints): set val field of watchpoints if NULL.
2400
2401
c7612d53
JB
24022002-08-29 Jim Blandy <jimb@redhat.com>
2403
2404 * symtab.c (lookup_symbol_aux): In the cases where we find a
2405 minimal symbol of an appropriate name and use its address to
2406 select a symtab to read and search, use `name' (as passed to us)
2407 as the demangled name when searching the symtab's global and
2408 static blocks, not the minsym's name.
2409
66609862
KS
24102002-08-29 Keith Seitz <keiths@redhat.com>
2411
2412 * stack.c (print_frame_info_base): Always set current_source_symtab
2413 and current_source_line.
2414
151fefe2
JB
24152002-08-29 Donn Terry <donnte@microsoft.com>
2416
2417 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
2418
bfb3754e
KS
24192002-08-28 Keith Seitz <keiths@redhat.com>
2420
2421 * stack.c (select_frame): Add FIXME concerning selected-frame
2422 events.
2423 (select_frame_command): Send selected-frame-level-changed
2424 event notification, but only if the level actually changed.
2425 (up_silently_base): Add selected-frame-level-changed event
2426 notification.
2427 (down_silently_base): Likewise.
2428
e822a2a0
AC
24292002-08-28 Andrew Cagney <ac131313@redhat.com>
2430
2431 * Makefile.in: Update dependencies for all gdb/*.c files.
2432
309367d4
TT
24332002-08-27 Tom Tromey <tromey@redhat.com>
2434
2435 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
2436 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
2437 Update dependencies.
2438 * i387-tdep.c: Include gdb_string.h.
2439 * osabi.c: Likewise.
2440 * i386-linux-nat.c: Likewise.
2441 * lin-lwp.c: Likewise.
2442 * ax-gdb.c: Likewise.
2443 * signals/signals.c: Likewise.
2444 * jv-valprint.c: Likewise.
2445 * p-lang.c: Likewise.
2446 * c-valprint.c: Likewise.
2447 * cp-abi.c: Likewise.
2448
e1507482
EZ
24492002-08-27 Elena Zannoni <ezannoni@redhat.com>
2450
2451 * cli/cli-script.h (copy_command_lines): Export.
2452 * breakpoint.c: Include cli/cli-script.h.
2453 * Makefile.in (breakpoint.o): Update dependencies.
2454
c6510018
MS
24552002-08-26 Michael Snyder <msnyder@redhat.com>
2456
2457 * breakpoint.c (insert_breakpoints): Protect all references
2458 to 'process_warning'. Shorten long lines.
2459
c2b8ed2c
MS
24602002-08-26 Joel Brobecker <brobecker@gnat.com>
2461
2462 * cli/cli-script.c (copy_command_lines): New function.
2463 * defs.h (copy_command_lines): Export.
2464 * testsuite/gdb.base/commands.exp: New tests for commands
2465 attached to a temporary breakpoint, and for commands that
2466 delete the breakpoint they are attached to.
2467
24682002-08-26 Michael Snyder <msnyder@redhat.com>
2469
2470 * breakpoint.c (bpstat_stop_status): Instead of copying the
2471 pointer to the breakpoint commands struct, make a new copy
2472 of the struct and point to that.
2473 (bpstat_clear): Free the commands struct.
2474 (bpstat_clear_actions): Free the commands struct.
2475 (bpstat_do_actions): Free the command actions. Also execute
2476 the local cleanups, instead of deleting them.
2477 (delete_breakpoint): Leave the commands field of the bpstat
2478 chain alone -- it will be freed later.
2479
64b84175
KB
24802002-08-26 Kevin Buettner <kevinb@redhat.com>
2481
2482 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
2483 deleted in 2002-08-20 commit. This function is still used by
2484 ppc-linux-nat.c.
2485
55970da6
KS
24862002-08-26 Keith Seitz <keiths@redhat.com>
2487
2488 * gdb-events.sh: Add selected-frame-level-changed event.
2489 * gdb-events.c: Regenerated.
2490 * gdb-events.h: Regenerated.
2491
a790ad35
SC
24922002-08-26 Stephane Carrez <stcarrez@nerim.fr>
2493
2494 Fix PR gdb/393:
2495 * inflow.c (terminal_save_ours): New function to save terminal
2496 settings.
2497 * inferior.h (terminal_save_ours): Declare.
2498 * target.c (debug_to_terminal_save_ours): New function.
2499 (cleanup_target): Defaults to_terminal_save_ours.
2500 (update_current_target): Inherit to_terminal_save_ours.
2501 (setup_target_debug): Set to_terminal_save_ours.
2502 * target.h (target_terminal_save_ours): New to save terminal settings.
2503 (target_ops): New member to_terminal_save_ours.
2504 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
2505 * hpux-thread.c (init_hpux_thread_ops): Likewise.
2506 * inftarg.c (init_child_ops): Likewise.
2507 * m3-nat.c (init_m3_ops): Likewise.
2508 * procfs.c (init_procfs_ops): Likewise.
2509 * wince.c (init_child_ops): Likewise.
2510 * win32-nat.c (init_child_ops): Likewise.
2511 * sol-thread.c (init_sol_thread_ops): Likewise.
2512
c00dcbe9
MK
25132002-08-26 Mark Kettenis <kettenis@gnu.org>
2514
3d7f4f49
MK
2515 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
2516 use regcache_* functions.
2517 (i386_gdbarch_init): Set store_return_value instead of
2518 deprecated_store_return_value.
2519
c00dcbe9
MK
2520 * regcache.c (regcache_raw_write_signed,
2521 regcache_raw_write_unsigned): New functions.
2522 * regcache.h (regcache_raw_write_signed,
2523 regcache_raw_write_unsigned): New prototypes.
2524
0e0d15ca
AC
25252002-08-25 Andrew Cagney <ac131313@redhat.com>
2526
2527 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
2528 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
2529 source file dependencies. Cleanup corresponding generator rules.
2530
d3b22ed5
AC
25312002-08-25 Andrew Cagney <ac131313@redhat.com>
2532
2533 * regcache.h (register_offset_hack): Declare.
2534 (regcache_cooked_read_using_offset_hack): Declare.
2535 (regcache_cooked_write_using_offset_hack): Declare.
2536
2537 * regcache.c (register_offset_hack): New function.
2538 (regcache_cooked_read_using_offset_hack): New function.
2539 (regcache_cooked_write_using_offset_hack): New function.
2540 (regcache_dump): Check that the registers, according to their
2541 offset, are packed hard against each other.
2542 (cooked_xfer_using_offset_hack): New function.
2543
bb425013
AC
25442002-08-25 Andrew Cagney <ac131313@redhat.com>
2545
2546 * regcache.c (struct regcache_descr): Add field register_type.
2547 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
2548 in as a parameter
2549 (init_regcache_descr): Initialize register_type. Pass the descr
2550 to init_legacy_regcache_descr. Use register_type instead of
2551 REGISTER_VIRTUAL_TYPE.
2552 (register_type): New function.
2553 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
2554 * regcache.h (register_type): Declare.
2555
d0403e00
AC
25562002-08-25 Andrew Cagney <ac131313@redhat.com>
2557
2558 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
2559 instead of deprecated_store_return_value. Fix fallout from
2560 2002-08-23 Andrew Cagney <cagney@redhat.com>.
2561
0ed04cce
AC
25622002-08-25 Andrew Cagney <ac131313@redhat.com>
2563
2564 * regcache.c (max_register_size): New function.
2565 (init_legacy_regcache_descr): Ensure that max_register_size is
2566 large enough for REGISTER_VIRTUAL_SIZE.
2567 * regcache.h (max_register_size): Declare.
2568
46d79c04
AC
25692002-08-24 Andrew Cagney <ac131313@redhat.com>
2570
2571 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
2572 store_return_value.
2573 (e500_extract_return_value): Change type of valbuf pointer to
2574 void.
2575
853c7bd0
MK
25762002-08-24 Mark Kettenis <kettenis@gnu.org>
2577
cd87e769
MK
2578 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2579 workaround.
2580
853c7bd0
MK
2581 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2582 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2583 long long) to prevent compiler warning on 64-bit systems.
2584
ebba8386
AC
25852002-08-23 Andrew Cagney <cagney@redhat.com>
2586
2587 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2588 (DEPRECATED_STORE_RETURN_VALUE): New method.
2589 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2590 * gdbarch.h, gdbarch.c: Re-generate.
2591
2592 * values.c (set_return_value): Pass current_regcache to
2593 STORE_RETURN_VALUE.
2594 * arch-utils.h (legacy_store_return_value): Declare.
2595 * arch-utils.c (legacy_store_return_value): New function.
2596 (legacy_extract_return_value): Update parameters.
2597
2598 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2599 STORE_RETURN_VALUE.
2600 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2601 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2602 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2603 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2604 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2605 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2606 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2607 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2608 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2609 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2610
2611 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2612 * i386-tdep.c (i386_extract_return_value): Update.
2613 * arch-utils.c (legacy_extract_return_value): Update.
2614 * frv-tdep.c (frv_gdbarch_init): Update.
2615 * cris-tdep.c (cris_gdbarch_init): Update.
2616 * d10v-tdep.c (d10v_gdbarch_init): Update.
2617 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2618 * m68k-tdep.c (m68k_gdbarch_init): Update.
2619 * mcore-tdep.c (mcore_gdbarch_init): Update.
2620 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2621 * s390-tdep.c (s390_gdbarch_init): Update.
2622 * sparc-tdep.c (sparc_gdbarch_init): Update.
2623 * sh-tdep.c (sh_gdbarch_init): Update.
2624 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2625 * v850-tdep.c (v850_gdbarch_init): Update.
2626 * avr-tdep.c (avr_gdbarch_init): Update.
2627 * ia64-tdep.c (ia64_gdbarch_init): Update.
2628 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2629 * vax-tdep.c (vax_gdbarch_init): Update.
2630 * alpha-tdep.c (alpha_gdbarch_init): Update.
2631 * arm-tdep.c (arm_gdbarch_init): Update.
2632 * mips-tdep.c (mips_gdbarch_init): Update.
2633 * i386-tdep.c (i386_gdbarch_init): Update.
2634
5bd8c6d0
AC
26352002-08-23 Andrew Cagney <ac131313@redhat.com>
2636
2637 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2638 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2639
e73e1724
MK
26402002-08-24 Mark Kettenis <kettenis@gnu.org>
2641
2642 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2643 problems.
2644
3e6564e1
JB
26452002-08-23 Joel Brobecker <brobecker@gnat.com>
2646
2647 * infrun.c (handle_inferior_event): Move a comment outside of a
2648 function call, in order to avoid indent reformatting this part
2649 of the code in an unreadable way.
2650
81d0cc19
GS
26512002-08-23 Grace Sainsbury <graces@redhat.com>
2652
2653 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2654 when breakpoints fail. Move general breakpoint error messages to
2655 insert_breakpoints.
2656 * breakpoint.c (insert_breakpoints): Change warnings when
2657 breakpoints are nto inserted to specify the type. Remove call to
2658 memory_error when hardware breakpoints can't be inserted. Remove
2659 multiple calls to warning so all messages are sent to the user at
2660 once.
2661 (delete_breakpoints): Make insert error messsages more explicit.
2662
17574093
DJ
26632002-08-23 Daniel Jacobowitz <drow@mvista.com>
2664
2665 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2666 gdbserver/ChangeLog.
2667
8acc2935
MK
26682002-08-23 Mark Kettenis <kettenis@gnu.org>
2669
dfe01d39
MK
2670 * i386-tdep.c: Include "objfiles.h".
2671 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2672 skip_trampoline_code.
2673 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2674 (CPLUS_MARKER): Define to '.'.
2675
8acc2935
MK
2676 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2677 member.
2678 (linux_corefile_thread_callback): Increase args->num_notes.
2679 (linux_make_note_section): Initialize thread_args.num_notes, and
2680 use it to determine whether notes for any threads were created.
2681
151fefe2 26822002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2683
2684 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2685 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2686 and PCUNKILL.
2687 (write_with_trace): Conditionalize out the switch branch handling
2688 PCSHOLD if the corresponding macro is not defined. Likewise for
2689 PRSABORT and PRSTOP.
2690 This change will be needed by the Interix port.
2691
e1507482
EZ
26922002-08-22 Elena Zannoni <ezannoni@redhat.com>
2693
2694 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2695 write_register wherever possible instead of manipulating the
2696 register bytes directly.
2697 Assign VALUE_CONTENTS to a variable and use that.
2698 The GPR numbers are now dependent on the architecture.
2699
96ff0de4
EZ
27002002-08-22 Elena Zannoni <ezannoni@redhat.com>
2701
2702 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2703 ev_offset fields.
2704 (skip_prologue): Add support for BookE/e500 instructions.
2705 (e500_extract_return_value): New function.
2706 (frame_get_saved_regs): Add support for saving ev registers and
2707 pseudo gpr's.
2708 (e500_store_return_value): New function.
2709 (rs6000_gdbarch_init): Move up default intializations of
2710 deprecated_extract_return_value and store_return_value. Overwrite
2711 init of store_return_value with e500 specific version.
2712 Set extract_return_value for e500.
2713
fbefca5b
EZ
27142002-08-22 Elena Zannoni <ezannoni@redhat.com>
2715
2716 * blockframe.c (generic_call_dummy_register_unwind): Use
2717 regcache_cooked_read to catch cases in which the variable is
2718 stored in a pseudo register.
2719
4d210288
AC
27202002-08-22 Andrew Cagney <cagney@redhat.com>
2721
2722 * NEWS: Mention that the i960 has been made obsolete.
2723 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2724 i960-tdep.c
2725 (remote-nrom.o): Obsolete target.
2726 (remote-nindy.o, i960-tdep.o): Ditto.
2727 * remote-nrom.c: Make file obsolete.
2728 * remote-nindy.c, remote-vx960.c: Ditto.
2729 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2730 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2731 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2732 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2733 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2734 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2735 i960-*-vxworks* obsolete.
2736 * MAINTAINERS: Note that the i960 is obsolete.
2737
6c0c456d
CV
27382002-08-21 Corinna Vinschen <vinschen@redhat.com
2739
2740 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2741 detach to allow reinitialization.
2742
9f9d12b3
AC
27432002-08-22 Andrew Cagney <ac131313@redhat.com>
2744
2745 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2746 attempt).
2747
ebeb39fe
JB
27482002-08-22 Jim Blandy <jimb@redhat.com>
2749
2750 * coffread.c (coff_symfile_read): Don't try to read the line
2751 number table from disk if the image file doesn't have a symbol
2752 table; we'll never actually look at the info anyway, and Windows
2753 ships DLL's with bogus file offsets for the line number data.
2754
5bf1c677
EZ
27552002-08-21 Elena Zannoni <ezannoni@redhat.com>
2756
2757 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2758 an e500 executable.
2759
71b8ef93
MS
27602002-08-21 Michael Snyder <msnyder@redhat.com>
2761
2762 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2763 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2764 (DEFAULT_MIPS_TYPE): Delete unused macro.
2765 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2766 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2767
d174216d
JB
27682002-08-21 Jim Blandy <jimb@redhat.com>
2769
2770 * valops.c (value_cast): Simplify and correct logic for doing a
2771 static cast from a pointer to a base class to a pointer to a
2772 derived class.
2773
0ab7a791
AC
27742002-08-21 Andrew Cagney <ac131313@redhat.com>
2775
2776 * infcmd.c (default_print_registers_info): Replace
2777 do_registers_info.
2778 (registers_info): Use gdbarch_print_registers_info instead of
2779 DO_REGISTERS_INFO.
2780 * inferior.h (default_print_registers_info): Replace
2781 do_registers_info.
2782 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2783 (DO_REGISTERS_INFO): Change to a predicate function.
2784 * gdbarch.h, gdbarch.c: Regenerate.
2785
e23792cc
KS
27862002-08-21 Keith Seitz <keiths@redhat.com>
2787
2788 * gdb-events.sh: Add target-changed event.
2789 * gdb-events.c: Regenerated.
2790 * gdb-events.c: Regenerated.
2791 * valops.c (value_assign): Add target-changed event notification
2792 to inlval_register, lval_memory, and lval_reg_frame_relative.
2793
9fb14e79
JB
27942002-08-21 Joel Brobecker <brobecker@gnat.com>
2795
2796 * NEWS: Add an entry regarding the improvement of the next/step
2797 operation on Alpha Tru64 multi-processor machines.
2798
6d39a69f
AC
27992002-08-21 Andrew Cagney <ac131313@redhat.com>
2800
72acd513
AC
2801 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2802 directores.
342af04b 2803 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2804 * Makefile.in (install-gdbtk): Move to install section.
2805 (rdi-share/libangsd.a): Move to end of file.
2806
fa5f27c7
AC
28072002-08-19 Andrew Cagney <ac131313@redhat.com>
2808
2809 * frame.c (frame_register_unwind): When a register, set addrp to
2810 the register's byte.
2811
5a89d8aa
MS
28122002-08-20 Michael Snyder <msnyder@redhat.com>
2813
2814 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2815 used locally, so move them from the target machine header to here.
2816 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2817 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2818 Make static.
2819 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2820
822e978b
AC
28212002-08-20 Andrew Cagney <cagney@redhat.com>
2822
2823 * NEWS: Mention that the Apollo line was made obsolete.
2824 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2825 m68*-hp-hpux* obsolete.
2826 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2827 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2828 * buildsym.c (make_blockvector): Make static.
2829 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2830 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2831 (ALLDEPFILES): Remove dstread.c.
2832 (dstread.o): Obsolete make rule.
2833 * dstread.c: Makefile obsolete.
2834 * dst.h: Ditto.
2835 * config/m68k/hp300hpux.mt: Ditto.
2836 * config/m68k/hp300hpux.mh: Ditto.
2837 * config/m68k/hp300bsd.mt: Ditto.
2838 * config/m68k/hp300bsd.mh: Ditto.
2839 * config/m68k/apollo68b.mt: Ditto.
2840 * config/m68k/apollo68v.mh: Ditto.
2841 * config/m68k/apollo68b.mh: Ditto.
2842
e41b17f0
MS
28432002-08-20 Michael Snyder <msnyder@redhat.com>
2844
2845 * mips-tdep.c (mips_in_return_stub): Make static.
2846 (mips_gdbarch_init): Set in_solib_return_trampoline.
2847 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2848
d50355b6
MS
28492002-08-20 Michael Snyder <msnyder@redhat.com>
2850
2851 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2852 * gdbarch.c, gdbarch.h: Regenerate.
2853 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2854 Add.
2855 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2856
757a7cc6
MS
28572002-08-20 Michael Snyder <msnyder@redhat.com>
2858
2859 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2860 (mips_gdbarch_init): Set skip_trampoline_code,
2861 in_solib_call_trampoline.
2862 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2863 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2864
c8001721
EZ
28652002-08-20 Elena Zannoni <ezannoni@redhat.com>
2866
2867 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2868
2869 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2870 vector type for ev registers.
2871 (e500_pseudo_register_read): New function.
2872 (e500_pseudo_register_write): New function.
2873 (e500_dwarf2_reg_to_regnum): New function.
2874 (PPC_UISA_NOFP_SPRS): New macro.
2875 (PPC_EV_REGS): New macro.
2876 (PPC_GPRS_PSEUDO_REGS): New macro.
2877 (registers_e500): New register set for e500.
2878 (variants): Add e500 variant.
2879 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2880 before setting architectural dependent variations. Initialize ev
2881 registers numbers. Add case for e500 architecture. Set the
2882 number of pseudo registers.
2883
64366f1c
EZ
28842002-08-20 Elena Zannoni <ezannoni@redhat.com>
2885
2886 * rs6000-tdep.c: Clean up comments.
2887
7e78f0ca
AC
28882002-08-20 Andrew Cagney <cagney@redhat.com>
2889
2890 * h8300-tdep.c: Re-indent file.
2891
697f7479
JB
28922002-08-20 Jim Blandy <jimb@redhat.com>
2893
2894 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2895 default for this.
697f7479 2896
e86ae29f
KS
28972002-08-20 Keith Seitz <keiths@redhat.com>
2898
2899 * breakpoints.c (watch_command_1): Use internal breakpoint
2900 when setting a watchpoint_scope breakpoint.
2901
216b504f
EZ
29022002-08-20 Elena Zannoni <ezannoni@redhat.com>
2903
2904 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2905 (build_builtin_type_vec64i): Ditto.
2906 (build_builtin_type_vec128): Ditto.
2907 (build_builtin_type_vec128i): Ditto.
2908
f7ab6ec6
MS
29092002-08-19 Michael Snyder <msnyder@redhat.com>
2910
2911 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2912 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2913 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2914 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2915 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2916 CALL_DUMMY_ADDRESS): Delete.
2917 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2918 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2919 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2920 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2921 push_return_address.
2922 (mips_register_raw_size, mips_eabi_use_struct_convention,
2923 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2924 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2925 mips_init_extra_frame_info, mips_eabi_push_arguments,
2926 mips_n32n64_push_arguments, mips_push_return_address,
2927 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2928 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2929
b5d1566e
MS
29302002-08-19 Michael Snyder <msnyder@redhat.com>
2931
2932 * mips-tdep.c (mips_frame_num_args): New function.
2933 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2934 frame_saved_pc, frame_args_address, frame_locals_address,
2935 frame_num_args, and frame_args_skip.
2936 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2937 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2938 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2939 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2940
2f1488ce
MS
29412002-08-20 Michael Snyder <msnyder@redhat.com>
2942
2943 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2944 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2945 * mips-tdep.c (mips_store_struct_return): New function.
2946 (mips_extract_struct_value_address): New function.
2947 (mips_gdbarch_init): Set store_struct_return and
2948 extract_struct_value_address.
2949
41ff2da1
DC
29502002-08-20 David Carlton <carlton@math.stanford.edu>
2951
2952 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2953 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2954 (read_file_scope): Check that line_header is nonzero before
2955 decoding macro information.
2956
e5451d58
MK
29572002-08-20 Mark Kettenis <kettenis@gnu.org>
2958
2959 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2960 flag the general-purpose registers as floating-point on targets
2961 that don't support the floating-point registers.
2962
4a6daafa
EZ
29632002-08-20 Elena Zannoni <ezannoni@redhat.com>
2964
2965 * rs6000-tdep.c (altivec_register_p): Delete.
2966 (rs6000_do_altivec_registers): Delete.
2967 (rs6000_altivec_registers_info): Delete.
2968 (rs6000_do_registers_info): Delete.
2969 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2970 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2971
ab4327e0
EZ
29722002-08-20 Elena Zannoni <ezannoni@redhat.com>
2973
2974 * infcmd.c (do_registers_info): Print vector registers in hex
2975 format only.
2976 (print_vector_info): Check that printing registers
2977 makes sense.
2978 (print_float_info): Ditto.
2979
cb1d2653
AC
29802002-08-20 Andrew Cagney <ac131313@redhat.com>
2981
2982 * mips-tdep.c (mips_gdbarch_init): Update.
2983 (mips_o32_extract_return_value): Rewrite.
2984 (mips_o32_store_return_value): Rewrite.
2985 (mips_o32_xfer_return_value): New function.
2986 (mips_xfer_register): Tweak debug print message. Allow for
2987 buf_offset when dumping the value transfered.
2988
dfc3d9b2
AC
29892002-08-20 Andrew Cagney <ac131313@redhat.com>
2990
2991 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2992 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2993 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2994 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2995 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2996
7807aa61
MS
29972002-08-14 Michael Snyder <msnyder@redhat.com>
2998
2999 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
3000
489461e2
EZ
30012002-08-19 Elena Zannoni <ezannoni@redhat.com>
3002
3003 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
3004 register.
3005 (P): New macro to define a register as a pseudo register.
3006 (R, R4, R8, R16, FR32, R64, R0): Updated.
3007 (struct variant): Add new fields for number of pseudo registers
3008 and number of total registers.
3009 (tot_num_registers): New macro replacing....
3010 (num_registers): ...deleted macro.
3011 (num_registers): New function.
3012 (num_pseudo_registers): New function.
3013 (variants): Update all variants to intialize new fields correctly.
3014 Postpone initialization of number of pseudo regs and real regs.
3015 (init_variants): New function.
3016 (rs6000_gdbarch_init): Initialize variants. Update calculation of
3017 registers offsets.
3018
fcaffe4c
DC
30192002-08-19 David Carlton <carlton@math.stanford.edu>
3020
2c2738a0
DC
3021 * valops.c (search_struct_field): Change error message to treat
3022 return value of 0 from value_static_field as meaning that field is
3023 optimized out.
3024 (value_struct_elt_for_reference): Ditto.
3025 * values.c (value_static_field): Treat an unresolved location the
3026 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
3027 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
3028 enclosed. Fix PR gdb/574.
fcaffe4c
DC
3029 * MAINTAINERS: Add self to Write After Approval list.
3030
88658117
AC
30312002-08-19 Andrew Cagney <ac131313@redhat.com>
3032
3033 * mips-tdep.c (mips_xfer_register): New function.
3034 (mips_n32n64_extract_return_value): Rewrite.
3035 (mips_gdbarch_init): For N32 and N64, set extract_return_value
3036 instead of deprecated_extract_return_value.
3037
21283beb
EZ
30382002-08-19 Elena Zannoni <ezannoni@redhat.com>
3039
3040 * rs6000-tdep.c (TDEP): Delete macro.
3041 (branch_dest): Replace use of TDEP macro with its body.
3042 (rs6000_pop_frame): Ditto.
3043 (rs6000_push_arguments): Ditto.
3044 (rs6000_skip_trampoline_code): Ditto.
3045 (rs6000_frame_saved_pc): Ditto.
3046 (rs6000_frame_chain): Ditto.
3047 (rs6000_register_name): Ditto.
3048 (rs6000_register_byte): Ditto.
3049 (rs6000_register_raw_size): Ditto.
3050 (rs6000_register_virtual_type): Ditto.
3051 (rs6000_register_convertible): Ditto.
3052 (rs6000_convert_from_func_ptr_addr): Ditto.
3053
bf072999
DJ
30542002-08-19 Daniel Jacobowitz <drow@mvista.com>
3055
3056 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
3057 conditionally.
3058 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
3059 MIPS_LINUX_JB_ELEMENT_SIZE.
3060 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
3061 for MAX_REGISTER_RAW_SIZE arrays.
3062 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
3063 MIPS_LINUX_JB_ELEMENT_SIZE.
3064
9b949a49
PM
30652002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
3066
3067 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
3068
6d3e79c6
AS
30692002-08-19 Aidan Skinner <aidan@velvet.net>
3070
3071 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
3072 ada-valprint.c ada-tasks.c.
3073 (YYFILES): Add ada-exp.y.
3074 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
3075 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
3076 (ada-exp.tab.o): New target.
3077
06c0b04e
AC
30782002-08-18 Andrew Cagney <ac131313@redhat.com>
3079
3080 * regcache.c (regcache_xfer_part): New function.
3081 (regcache_raw_read_part): New function.
3082 (regcache_raw_write_part): New function.
3083 (regcache_cooked_read_part): New function.
3084 (regcache_cooked_write_part): New function.
3085 * regcache.h (regcache_raw_read_part): Declare.
3086 (regcache_raw_write_part): Declare.
3087 (regcache_cooked_read_part): Declare.
3088 (regcache_cooked_write_part): Declare.
3089
92d1e331
DJ
30902002-08-18 Daniel Jacobowitz <drow@mvista.com>
3091
3092 * remote.c (remote_open_1): Add async_p.
3093 (remote_async_open_1): Delete.
3094 (open_remote_target): Delete.
3095 (remote_open, extended_remote_open): Update calls to remote_open_1.
3096 (remote_async_open, extended_remote_async_open): Call
3097 remote_open_1 instead of remote_async_open_1.
3098
247055de
MK
30992002-08-19 Mark Kettenis <kettenis@gnu.org>
3100
3101 * blockframe.c: Fix a few coding standard violations.
3102
641eda39
MK
31032002-08-19 Mark Kettenis <kettenis@gnu.org>
3104
0b717710
MK
3105 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
3106 here from ...
3107 * config/i386/tm-i386sco5.h: ... here. File removed.
3108 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
3109
26d28e12 3110 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
3111 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
3112 (TM_FILE): Set to tm-i386.h.
3113 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
3114 * config/i386/tm-i386v.h: Remove file.
3115 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
3116 instead of "i386/tm-i386v.h".
3117 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3118 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
3119 "i386/tm-i386v.h".
3120 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
3121 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
3122 "i386/tm-i386.h".
3123
d4e0bab4
MK
31242002-08-18 Mark Kettenis <kettenis@gnu.org>
3125
3126 * config/i386/nm-i386v.h: Add protection against
3127 multiple-inclusion.
3128 (i386_register_u_addr): Remove prototype.
3129 (register_u_addr): New prototype.
3130 (REGISTER_U_ADDR): Redefine accordingly.
3131 * i386v-nat.c: Improve several comments.
3132 (i386_register_u_addr): Change signature and rename to
3133 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
3134 ubase variable.
3135
46cac009
AC
31362002-08-18 Andrew Cagney <ac131313@redhat.com>
3137
3138 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
3139 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
3140 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
3141 deprecated_extract_return_value.
3142 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
3143 rename mips_o32o64_push_arguments.
3144 (mips_gdbarch_init): Update.
3145 (mips_extract_return_value): Delete.
3146 (mips_o32_extract_return_value): Clone mips_extract_return_value.
3147 (mips_o64_extract_return_value): Clone mips_extract_return_value.
3148 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
3149 (mips_n32n64_extract_return_value): Clone
3150 mips_extract_return_value.
3151 (mips_store_return_value): Delete.
3152 (mips_o32_store_return_value): Clone mips_store_return_value.
3153 (mips_o64_store_return_value): Clone mips_store_return_value.
3154 (mips_eabi_store_return_value): Clone mips_store_return_value.
3155 (mips_n32n64_store_return_value): Clone mips_store_return_value.
3156
d2e4a39e
AS
31572002-08-18 Aidan Skinner <aidan@velvet.net>
3158
0c30c098
AS
3159 * ada-lang.c: Use gdb_string.h instead of <string.h>.
3160 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
3161
31622002-08-18 Aidan Skinner <aidan@velvet.net>
3163
3164 * ada-lang.c: Run through gdb_indent.sh.
3165 * ada-lang.h: Run through gdb_indent.sh.
3166 * ada-tasks.c: Run through gdb_indent.sh.
3167 * ada-typeprint.c: Run through gdb_indent.sh.
3168 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 3169
01fc4e33
AC
31702002-08-18 Andrew Cagney <ac131313@redhat.com>
3171
3172 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
3173 ABI.
3174
d8ee244c
MK
31752002-08-18 Mark Kettenis <kettenis@gnu.org>
3176
c38d8261
MK
3177 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
3178
222db64c
MK
3179 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
3180 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
3181
c2848c82
MK
3182 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
3183 write_register_gen instead of write_register_bytes.
3184
d8ee244c
MK
3185 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
3186 i[3456]-*-osf1mk* configurations have been made obsolete.
3187 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
3188 i[3456]86-*-osf1mk* hosts obsolete.
3189 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
3190 targets obsolete.
3191 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
3192 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
3193 config/i386/i386m3.mt, config/i386/nm-m3.h,
3194 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
3195 config/i386/i386mk.mh, config/i386/i386mk.mt,
3196 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
3197 obsolete.
3198 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
3199 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
3200 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
3201
61d8d407
AC
32022002-08-18 Andrew Cagney <ac131313@redhat.com>
3203
3204 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
3205 (hppa_value_returned_from_stack): Declare.
3206 (hppa_extract_return_value): Declare.
3207 * config/pa/hppa.mt: New file.
3208 * configure.tgt: Recognize hppa*-*-*.
3209 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
3210
0c52bd59
MK
32112002-08-18 Mark Kettenis <kettenis@gnu.org>
3212
3213 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
3214 comment.
3215
b5686e99
MK
32162002-08-17 Mark Kettenis <kettenis@gnu.org>
3217
3218 * top.c (gdb_rl_operate_and_get_next): Make sure
3219 operate-and-get-next functions correctly even when the history
3220 list is completely filled.
3221
c1bab85b
AC
32222002-08-18 Andrew Cagney <ac131313@redhat.com>
3223
3224 * MAINTAINERS (Target Instruction Set Architectures): Rename
3225 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
3226 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
3227 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
3228 already listed under Host/Native.
3229
3230 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
3231 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
3232 mips*-*-*.
3233
32089c7c
AC
32342002-08-17 Andrew Cagney <ac131313@redhat.com>
3235
3236 * config/ia64/ia64.mt: New file.
3237 * config/alpha/alpha.mt: New file.
3238 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
3239 ia64-linux-gnu. Mention that ia64-elf is broken.
3240 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
3241
b4671f85
MK
32422002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
3243
3244 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
3245 generic_func_frame_valid instead of func_frame_valid.
3246
c8edd8b4
JB
32472002-08-16 Joel Brobecker <brobecker@gnat.com>
3248
3249 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
3250 procfs appears to be broken when debugging on multi-processor
3251 machines. So enable software single stepping in order to avoid
3252 using the procfs interface to do next/step operations, using
3253 internal breakpoints instead.
3254
3255 * infrun.c (handle_inferior_event): Readjust the stop_pc by
3256 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
3257 make this pc address equal to the value it would have if the
3258 system stepping capability was used. Also set a new flag used
3259 to ensure that we don't readjust the PC one more time later.
3260
3261 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
3262 address by DECR_PC_AFTER_BREAK when software single step is
3263 in use for this architecture, as this has already been taken
3264 care of in handle_inferior_event().
3265
238617f6
JB
32662002-08-16 Joel Brobecker <brobecker@gnat.com>
3267
3268 * infrun.c (handle_inferior_event): Minor reformatting, to make
3269 a rather long condition expression easier to read.
3270
541a7aac
AC
32712002-08-16 Andrew Cagney <ac131313@redhat.com>
3272
3273 * Makefile.in (gdbtk.o): Move to end of file.
3274 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
3275 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
3276 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
3277 (gdbtk-wrapper.o, gdbres.o): Ditto.
3278
f92d4a7b
AC
32792002-08-16 Andrew Cagney <ac131313@redhat.com>
3280
3281 * Makefile.in (copying.o): Separate out compile rule.
3282 (hpux-thread.o, procfs.o, signals.o): Ditto.
3283 (v850ice.o, z8k-tdep.o): Ditto.
3284 (tui-file.o): Move to TUI section.
3285 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
3286 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
3287
1cce71eb
JB
32882002-08-16 Joel Brobecker <brobecker@gnat.com>
3289
3290 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
3291 skip_trampoline_code, for better namespace-proofing.
3292
3293 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
3294
0851f23d
JB
32952002-08-16 Joel Brobecker <brobecker@gnat.com>
3296
3297 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
3298
f8d40ec8
JB
32992002-08-16 Joel Brobecker <brobecker@gnat.com>
3300
3301 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
3302 signal, check whether we hit a breakpoint before checking for a
3303 single step breakpoint. Otherwise, GDB fails to notice that a
3304 breakpoint has been hit when stepping onto a breakpoint.
3305
63d022e0
KS
33062002-08-16 Keith Seitz <keiths@redhat.com>
3307
3308 * gdb-events.sh (clear_gdb_event_hooks): New function.
3309 * gdb-events.c: Regenerate.
3310 * gdb-events.h: Regenerate.
3311
6e31adb3
AC
33122002-08-16 Andrew Cagney <ac131313@redhat.com>
3313
3314 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
3315 not_a_sw_breakpoint.
3316 * breakpoint.h (bpstat_stop_status): Add parameter names.
3317
c8189ed1
GS
33182002-08-16 Grace Sainsbury <graces@redhat.com>
3319
3320 * remote.c (remote_insert_hw_breakpoint)
3321 (remote_remove_hw_breakpoint): Fix calculation of length field
3322 for Z-packet.
3323
d05285fa
MS
33242002-08-15 Michael Snyder <msnyder@redhat.com>
3325
466d7106
MS
3326 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
3327 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
3328 (supply_fpregset): Ditto.
3329
d05285fa
MS
3330 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
3331 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
3332 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 3333 (TARGET_READ_SP): Delete.
bf1f5b4c 3334 (DO_REGISTERS_INFO): Delete.
102182a9
MS
3335 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
3336 Delete.
3337 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
3338 from macros to functions.
bf1f5b4c 3339
d05285fa
MS
3340 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
3341 (mips_register_convertible, mips_register_convert_to_virtual,
3342 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
3343 (mips_read_sp): New function.
3344 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
3345 (mips_do_registers_info): Make static.
3346 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
3347 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
3348 (mips_register_convert_from_type, mips_register_convert_to_type):
3349 New functions.
3350 (mips_gdbarch_init): Set up function_start_offset,
3351 register_virtual_size, pc_in_sigtramp.
d05285fa 3352
e76f1f2e
AC
33532002-08-15 Andrew Cagney <ac131313@redhat.com>
3354
3355 * infcmd.c (vector_info): New function.
3356 (_initialize_infcmd): Add command "info vector".
3357 (print_vector_info): New function.
3358
3359 * gdbarch.sh (PRINT_VECTOR_INFO): New method
3360 * gdbarch.h, gdbarch.c: Regenerate.
3361
4782dc19
AC
33622002-08-15 Andrew Cagney <ac131313@redhat.com>
3363
3364 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
3365 ``print_all''. Only print vector registers when ``print_all''.
3366
23e3a7ac
AC
33672002-08-15 Andrew Cagney <ac131313@redhat.com>
3368
8e186fd6
AC
3369 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
3370 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
3371
23e3a7ac
AC
3372 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
3373 Add `args' parameter.
3374 * gdbarch.h, gdbarch.c: Regenerate.
3375
3376 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
3377
3378 * infcmd.c (float_info): Call print_float_info.
3379 (print_float_info): New function. By default, print the
3380 floating-point registers.
3381
3382 * arch-utils.h (default_print_float_info): Delete declaration.
3383 * arch-utils.c (default_print_float_info): Delete function.
3384
e0ca2bb9
MK
33852002-08-16 Mark Kettenis <kettenis@gnu.org>
3386
3f733acc
MK
3387 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
3388 out define.
3389
7d8d2918
MK
3390 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
3391 FRAME.
3392
1c7cc583
MK
3393 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
3394 * configure.host: Make i[3456]86-*-aix host obsolete.
3395 * configure.tgt: Make i[3456]86-*-aix target obsolete.
3396 * config/i386/i386aix.mh, config/i386/i386aix.mt,
3397 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
3398 config/i386/xm-i386aix.h: Make files obsolete.
3399 * i386aix-nat.c: Make file obsolete.
3400 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
3401 (i386aix-nat.o): Make target obsolete.
3402
e0ca2bb9
MK
3403 * config/i386/nm-gnu.h: Removed.
3404 * config/i386/nm-i386gnu.h: New file.
3405 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
3406 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
3407 Moved here from ...
3408 * config/i386/tm-i386gnu.h: ... here. Removed.
3409 * config/i386/xm-i386gnu.h: Removed.
3410 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
3411 (NAT_FILE): Set to nm-i386gnu.h.
3412 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
3413 * i386-tdep.c: New file.
3414 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
3415 (i386gnu-tdep.o): Specify dependencies.
3416
16057ec7 34172002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 3418
6b99ee2e
MK
3419 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
3420 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
3421 Adjust a few comments to reflect reality a bit closer.
3422 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
3423 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
3424 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
3425 target_insert_watchpoint, target_remove_watchpoint):
3426 Move defines to ...
3427 * config/i386/nm-i386sco5.h: ... here.
3428 (kernel_u_size): Add prototype. Improve a few comments and add
3429 protection against multiple inclusion.
3430
d9a6f65c
MK
3431 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
3432 out define.
3433
047eff6a
MK
3434 * uw-thread.c (SP_ARG0): Define if not already defined.
3435 * config/i386/tm-i386.h (SO_ARG0): Remove define.
3436
dcdb1290
MK
3437 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
3438
5d2d0b2a
MK
3439 * config/i386/tm-i386.h: Don't include "regcache.h".
3440
61113f8b
MK
3441 * i387-tdep.h (i387_print_float_info): New prototype.
3442 * i387-tdep.c (print_i387_value, print_i387_ext,
3443 print_i387_status_word, print_i387_control_word): Add `struct
3444 ui_file *' argument and use it for output.
3445 (i387_print_float_info): Renamed from i387_float_info. Add
3446 `struct gdbarch *' and `struct ui_file *' arguments and use the
3447 latter for output.
3448 * i386-tdep.c: Include "i387-tdep.h".
3449 (i386_gdbarch_init): Set print_float_info.
3450 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
3451 (FLOAT_INFO): Remove define.
3452
46e0f506
MS
34532002-08-13 Michael Snyder <msnyder@redhat.com>
3454
3455 * mips-tdep.c (mips_push_arguments): Rename to
3456 mips_eabi_push_arguments, and tune for EABI.
3457 (MIPS_REGS_HAVE_HOME_P): Delete.
3458 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
3459 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
3460 Delete references to mips_regs_have_home_p.
3461
409268de
KS
34622002-08-14 Keith Seitz <keiths@redhat.com>
3463
3464 * Makefile.in (install-gdbtk): Create insight plugin directory.
3465 Install plugins.tcl file.
3466
ffc6a242
KS
34672002-08-14 Keith Seitz <keiths@redhat.com>
3468
3469 * configure.in: Move SUBDIRS to near top of the file so that
3470 --enable options may add things to it.
3471 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
3472 * configure: Regenerate.
3473
ebafbe83
MS
34742002-08-13 Michael Snyder <msnyder@redhat.com>
3475
3476 * mips-tdep.c (mips_o32o64_push_arguments): New function,
3477 cloned from mips_push_arguments, tuned for o32/o64 ABI.
3478 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
3479
32f6f25d
AC
34802002-08-13 Andrew Cagney <ac131313@redhat.com>
3481
3482 * vax-tdep.c (vax_get_saved_register): Delete function.
3483 (vax_gdbarch_init): Update.
3484 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
3485 (ns32k_gdbarch_init): Update.
3486 * alpha-tdep.c (alpha_get_saved_register): Delete function.
3487 (alpha_gdbarch_init): Update.
3488
53826de9
AC
34892002-08-13 Andrew Cagney <cagney@redhat.com>
3490
3491 * regcache.c (init_regcache_descr): Overallocate the
3492 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
3493 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
3494 nr_raw_registers.
3495 (set_register_cached): Add range checking assertions. Use
3496 current_regcache.
3497
16057ec7 34982002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
3499
3500 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
3501 numbers for MMX registers.
3502
7b4c2dce
AC
35032002-08-13 Andrew Cagney <cagney@redhat.com>
3504
3505 * i386-tdep.c (i386_gdbarch_init): Use
3506 generic_unwind_get_saved_register.
3507
1e03ad20
KB
35082002-08-13 Kevin Buettner <kevinb@redhat.com>
3509
3510 * procfs.c (procfs_can_use_hw_breakpoint): New function.
3511 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
3512 target vector.
3513 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
3514 Delete. Add comment regarding this now-deleted target method.
3515
548bcbec
SC
35162002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3517
3518 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
3519 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
3520 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
3521 real PC and the page number (if it's within the memory bank window).
3522 (m68hc11_pseudo_register_write): Likewise when saving.
3523 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
3524 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
3525 (m68hc11_register_raw_size): And use 32-bit for it.
3526 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
3527 16K memory bank is used by the prog; also use the virtual pc.
3528
7df11f59
SC
35292002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3530
3531 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
3532 (m68hc11_gdbarch_init): Install it in gdbarch.
3533 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
3534 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
3535 (MSYMBOL_SIZE): New for documentation.
3536 (insn_return_kind): Enum to specify how a function returns.
3537 (frame_extra_info): Cleanup and record the return mode.
3538 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
3539 register in address computation.
3540 (m68hc11_get_return_insn): New to obtain the return instruction used
3541 by the function.
3542 (m68hc11_frame_init_saved_regs): Take into account the return
3543 instruction used by the function for far and interrupt functions.
3544 (m68hc11_init_extra_frame_info): Take into account page register.
3545 (m68hc11_frame_args_address): Adjust according to the return mode.
3546 (show_regs): Print page register only when it's used.
3547
5706502a
SC
35482002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3549
3550 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
3551 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
3552 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
3553 registers.
3554 (m68hc11_register_raw_size): Likewise.
3555
28fc6740
AC
35562002-08-13 Andrew Cagney <cagney@redhat.com>
3557
3558 * i386-tdep.c (i386_register_name): Handle mmx registers.
3559 (mmx_regnum_p): New function.
3560 (i386_mmx_names): New array.
3561 (mmx_num_regs): New variable.
3562 (i386_pseudo_register_read): New function.
3563 (i386_pseudo_register_write): New function.
3564 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
3565
3566 * regcache.c (regcache_raw_read_unsigned): New function.
3567 (regcache_raw_read_signed): New function.
3568 * regcache.h (regcache_raw_read_unsigned): Declare.
3569 (regcache_raw_read_signed): Declare.
3570
a378f419
AC
35712002-08-13 Andrew Cagney <cagney@redhat.com>
3572
3573 * regcache.c (regcache_raw_read_as_address): Delete function.
3574 (regcache_cooked_read_signed): New function.
3575 (regcache_cooked_read_unsigned): New function.
3576 * regcache.h (regcache_cooked_read_signed): Declare.
3577 (regcache_cooked_read_unsigned): Declare.
3578 (regcache_raw_read_as_address): Delete declaration.
3579
3580 * blockframe.c (generic_read_register_dummy): Use
3581 regcache_cooked_read_unsigned.
3582 * i386-tdep.c (i386_extract_struct_value_address): Use
3583 regcache_cooked_read_unsigned.
3584
81967506
SC
35852002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3586
3587 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3588 double sizes according to ELF ABI flags.
3589 (gdbarch_tdep): Record elf_flags.
3590
ffe1f3ee
SC
35912002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3592
3593 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3594 (m6812_prolog): They can appear in 68HC12 function prologue.
3595 (m68hc11_frame_chain): Cleanup.
3596
98216c5d
AC
35972002-08-12 Andrew Cagney <cagney@redhat.com>
3598
3599 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3600 declarations.
3601 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3602 (i386_linux_register_raw_size): Delete function.
3603 (i386_linux_init_abi): Update.
3604 * i386-tdep.c (i386_register_raw_size): Delete function.
3605 (i386_register_byte): Delete function.
3606 (i386_gdbarch_init): Update.
3607 (i386_register_size): Delete array.
3608 (i386_register_offset): Delete array.
3609
3610 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3611 (REGISTER_RAW_SIZE): Delete macro.
3612 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3613 (REGISTER_BYTE): Delete macro.
3614
3b19021e
AS
36152002-08-11 Aidan Skinner <aidan@velvet.net>
3616
3617 * ada-lang.c (ada_lookup_partial_symbol)
3618 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3619 prototype names so that grep ^func works properly.
3620
3621 * ada-lang.c (ada_array_element_type)
3622 (ada_lookup_partial_symbol): Fix typos in parameter list.
3623
3624 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3625 Fix prototype names so that grep ^func works properly.
3626
b063e7a2
AC
36272002-08-10 Andrew Cagney <cagney@redhat.com>
3628 Elena Zannoni <ezannoni@redhat.com>
3629 Martin M. Hunt <hunt@redhat.com>
3630
3631 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3632 (build_builtin_type_vec128i): Set the vector bit.
3633 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3634 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3635 (build_builtin_type_vec64): New function.
3636 (build_builtin_type_vec64i): New function.
3637 (build_gdbtypes): Initialize builtin_type_vec64 and
3638 builtin_type_vec64i.
3639
a7e3c2ad
AC
36402002-08-09 Andrew Cagney <cagney@redhat.com>
3641
3642 * regcache.c (regcache_dump): Compare the register offset
3643 with REGISTER_BYTE.
3644 * arch-utils.c (generic_register_byte): New function.
3645 * arch-utils.h (generic_register_byte): Declare.
3646 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3647 * gdbarch.h, gdbarch.c: Regenerate.
3648
af030b9a
AC
36492002-08-09 Andrew Cagney <cagney@redhat.com>
3650
3651 * regcache.c: Include "gdbcmd.h"
3652 (_initialize_regcache): Add commands "maintenance print
3653 registers", "maintenance print raw-registers" and "maintenance
3654 print cooked-registers".
3655 (enum regcache_dump_what): Define.
3656 (dump_endian_bytes): New function.
3657 (regcache_dump): New function.
3658 (regcache_print): New function.
3659 (maintenance_print_registers): New function.
3660 (maintenance_print_raw_registers): New function.
3661 (maintenance_print_cooked_registers): New function.
3662 * Makefile.in (regcache.o): Update dependencies.
3663
cb3d25d1
MS
36642002-08-09 Michael Snyder <msnyder@redhat.com>
3665
3666 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3667 (mips_push_arguments): Correct some comments. Use paddr_nz
3668 for printing addresses in debug output. Replace static
3669 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3670 (mips_n32n64_push_arguments): New function, cloned from
3671 mips_push_arguments and tuned for the n32/n64 ABI.
3672 (mips_push_register): Buffer needs dynamic allocation.
3673 (mips_print_register): Ditto.
3674 (do_gp_register_row): Ditto.
3675 (mips_store_return_value): Ditto.
3676 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3677
2163ab9d
DH
36782002-08-09 Don Howard <dhoward@redhat.com>
3679
3680 * memattr.c (mem_info_command): Print special case of upper bound
3681 as max CORE_ADDR + 1.
3682
b78bcb18
MS
36832002-08-08 Michael Snyder <msnyder@redhat.com>
3684
3685 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3686 returns structs by ref if they're too big to fit in two registers.
3687
ffabd70d
KB
36882002-08-09 Kevin Buettner <kevinb@redhat.com>
3689
3690 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3691 saved regs value.
3692 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3693 mips_find_saved_regs().
3694 (mips_pop_frame): Likewise.
3695
fbcdb4a3
KB
36962002-08-09 Kevin Buettner <kevinb@redhat.com>
3697
3698 * blockframe.c (frame_saved_regs_register_unwind): Revise
3699 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3700 frames are in use.
3701
3c3bea1c
GS
37022002-08-09 Grace Sainsbury <graces@redhat.com>
3703
3704 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3705 T-packets; the 'a' is not taken as a register number.
3706 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3707 (remote_stopped_data_address): New functions; add to target
3708 vector.
3709 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3710 prototypes to match other implementations of this
3711 function. replace integer argument with pointer -- the length
3712 field in the Z-packet is the length of what is pointed to or 1 if
3713 pointer is null. Add to target vector.
3714 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3715 target vector.
3716
3717 From Mark Salter:
3718 * remote.c (remote_wait): Add support to extract optional
3719 watchpoint information from T-packet. Ignore unrecognized
3720 optional info in T-packet.
3721 (remote_async_wait): Ditto.
3722
5d1d95de
CV
37232002-08-09 Corinna Vinschen <vinschen@redhat.com>
3724
3725 * cli/cli-dump.c: Change fopen modes to use binary open modes
3726 as defined in include/fopen-bin.h throughout.
3727
c86b5b38
MS
37282002-08-08 Michael Snyder <msnyder@redhat.com>
3729
3730 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3731
b30590dc
KB
37322002-08-08 Kevin Buettner <kevinb@redhat.com>
3733
3734 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3735 assertion failure by returning early after a warning.
3736
498868ed
KB
37372002-08-08 Kevin Buettner <kevinb@redhat.com>
3738
3739 * mips-tdep.c (mips_find_saved_regs): Make static.
3740 (mips_frame_init_saved_regs): New function.
3741 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3742 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3743 (mips_find_saved_regs): Delete declaration.
3744
b2dd6311
GS
37452002-08-08 Grace Sainsbury <graces@redhat.com>
3746
3c3bea1c
GS
3747 * remote.c (remote_wait, remote_async_wait): Change
3748 thread_num from int to ULONGEST.
3749 (unpack_varlen_hex): Change result parameter from
3750 int * to ULONGEST *.
b2dd6311 3751
ea47855f
AC
37522002-08-08 Andrew Cagney <ac131313@redhat.com>
3753
3754 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3755 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3756 powerpc*-*-*.
3757 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3758
69db8bae
AC
37592002-08-08 Andrew Cagney <cagney@redhat.com>
3760
3761 * gcore.c (override_derive_stack_segment): Delete variable.
3762 (preempt_derive_stack_segment): Delete function.
3763 (derive_stack_segment): Delete function.
3764 (default_derive_stack_segment): Renamed to derive_stack_segment.
3765 (override_derive_heap_segment): Delete variable.
3766 (preempt_derive_heap_segment): Delete function.
3767 (derive_heap_segment): Delete function.
3768 (default_derive_heap_segment): Rename to derive_heap_segment.
3769
cb811fe7
MS
37702002-08-06 Michael Snyder <msnyder@redhat.com>
3771
3772 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3773 * mips-tdep.c (mips_EABI_use_struct_convention,
3774 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3775 New functions. (mips_use_struct_convention): Delete.
3776 (mips_gdbarch_init): set use_gdbarch_convention.
3777
8b389c40
MS
37782002-08-06 Michael Snyder <msnyder@redhat.com>
3779
3780 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3781 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3782 mips_o32_reg_struct_has_addr): New functions.
3783 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3784
5c27f28a
AC
37852002-08-07 Andrew Cagney <ac131313@redhat.com>
3786
3787 * regcache.c (pseudo_register): Delete function.
3788 (fetch_register): Delete function.
3789 (store_register): Delete function.
3790 (regcache_raw_read, legacy_read_register_gen): Use
3791 target_fetch_registers instead of fetch_register.
3792 (legacy_write_register_gen, regcache_raw_write): Use
3793 target_store_register instead of store_register.
3794 (write_register_bytes): Ditto.
3795
3796 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3797 (STORE_PSEUDO_REGISTER): Delete.
3798 * gdbarch.h, gdbarch.c: Regenerate.
3799
5b331675
CV
38002002-08-06 Corinna Vinschen <vinschen@redhat.com>
3801
3802 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3803 write dump file binary.
3804
6acdf5c7
MS
38052002-08-05 Michael Snyder <msnyder@redhat.com>
3806
3807 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3808 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3809 (mips_gdbarch_init): Set N32 target to be mips64.
3810
b2f01c35
KB
38112002-08-06 Kevin Buettner <kevinb@redhat.com>
3812
3813 * frame.c (find_saved_register): Break out of loop once saved
3814 register address is found. Don't mention sparc in loop comment
3815 anymore.
3816
63db5580
KB
38172002-08-06 Kevin Buettner <kevinb@redhat.com>
3818
3819 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3820 mips_default_saved_regsize to 8.
3821
5e34e75e
AC
38222002-08-06 Andrew Cagney <ac131313@redhat.com>
3823
3824 * gcore.c: Do not include <sys/procfs.h>.
3825 * Makefile.in (gcore.o): Update dependencies.
3826
eb4c54a2
AC
38272002-08-06 Andrew Cagney <cagney@redhat.com>
3828
3829 * configure.tgt: Make arc-*-* obsolete.
3830 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3831 * MAINTAINERS: Make arc-elf obsolete.
3832 * arc-tdep.c: Make file obsolete.
3833 * config/arc/arc.mt: Ditto.
3834 * config/arc/tm-arc.h: Ditto.
3835
ced15480
TR
38362002-08-05 Theodore A. Roth <troth@verinet.com>
3837
c1bab85b 3838 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3839
b4743822
AC
38402002-08-05 Andrew Cagney <ac131313@redhat.com>
3841
3842 * mcore-tdep.c (mcore_gdbarch_init): Use
3843 generic_unwind_get_saved_register instead of
3844 generic_get_saved_register.
3845 * v850-tdep.c (v850_gdbarch_init): Ditto.
3846 * frv-tdep.c (frv_gdbarch_init): Ditto.
3847 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3848 * s390-tdep.c (s390_gdbarch_init): Ditto.
3849 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3850 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3851 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3852
3956d554
JB
38532002-08-05 Joel Brobecker <brobecker@gnat.com>
3854
3855 * objfiles.h: Add missing #include "symfile.h"
3856
3857 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3858
8249c0d6
AC
38592002-08-04 Andrew Cagney <ac131313@redhat.com>
3860
3861 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3862 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3863 of FIELD_BITSIZE.
3864
b9d14705
DJ
38652002-08-04 Daniel Jacobowitz <drow@mvista.com>
3866
3867 * NEWS: Cleanup and nitpick.
3868
dd73b9bb
AC
38692002-08-03 Andrew Cagney <ac131313@redhat.com>
3870
3871 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3872
043a27f8
AC
38732002-08-03 Andrew Cagney <ac131313@redhat.com>
3874
3875 * Makefile.in (gdbtk-bp.o): Update dependencies.
3876 (gdbtk-register.o): Ditto.
3877 (gdbtk-varobj.o): Ditto.
3878
46ce284d
AC
38792002-08-03 Andrew Cagney <cagney@redhat.com>
3880
3881 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3882 m68hc11_fetch_pseudo_register.
3883 (m68hc11_pseudo_register_write): Replace
3884 m68hc11_store_pseudo_register.
3885 (m68hc11_gdbarch_init): Update.
3886
b66d6d2e
AC
3887Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3888
3889 * gdbarch.sh: Include "gdb_string.h".
3890 * gdbarch.c: Regenerate.
3891
3892 * regcache.c: Include "gdb_string.h".
3893 * ax-general.c: Ditto.
3894 * varobj.c: Ditto.
3895 * std-regs.c: Ditto.
3896 * fbsd-proc.c: Ditto.
3897 * thread.c: Ditto.
3898
3899 * Makefile.in (regcache.o): Update dependencies.
3900 (thread.o, gdbarch.o): Ditto.
3901 (ax-general.o, gdbarch.o): Ditto.
3902 (varobj.o, std-regs.o): Ditto.
3903 (fbsd-proc.o): Specify dependencies.
3904
29e1842b
AC
39052002-08-02 Andrew Cagney <cagney@redhat.com>
3906
3907 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3908 regnum.
3909 (regcache_cooked_write): Ditto.
3910
68365089
AC
39112002-08-02 Andrew Cagney <ac131313@redhat.com>
3912
3913 * regcache.c (regcache_cooked_read): New function.
3914 (regcache_cooked_write): New function.
3915 (read_register_gen): Rewrite using regcache_cooked_read.
3916 (write_register_gen): Rewrite using regcache_cooked_write.
3917
3918 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3919 Declare.
3920
d8124050
AC
39212002-08-02 Andrew Cagney <cagney@redhat.com>
3922
3923 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3924 Replace the architecture methods register_read and register_write.
3925 * gdbarch.h, gdbarch.c: Regenerate.
3926 * regcache.c (init_regcache_descr): Update.
3927 (read_register_gen): Update.
3928 (write_register_gen): Update.
3929 (supply_register): Update comment.
3930
3931 * sh-tdep.c (sh_gdbarch_init): Update.
3932 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3933 `regcache' and `gdbarch' parameters. Make `buffer' a void
3934 pointer. Update code.
3935 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3936 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3937 void pointer. Update code.
3938 (sh64_register_write): Delete.
3939 (sh4_register_read): Delete.
3940 (sh64_register_read): Delete.
3941 (sh4_register_write): Delete.
3942 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3943 void pointer, `to' parameter a void pointer.
3944 (sh_sh64_register_convert_to_raw): Ditto.
3945
a6425924
KB
39462002-08-01 Kevin Buettner <kevinb@redhat.com>
3947
3948 * mips-tdep.c (mips_register_virtual_type): Use architecture
3949 invariant return values.
3950
ff5922b5
AC
39512002-08-01 Andrew Cagney <cagney@redhat.com>
3952
3953 * linux-proc.c: Include "gdb_string.h".
3954 * Makefile.in (linux-proc.o): Update dependency list.
3955
32a6503c
KB
39562002-08-01 Kevin Buettner <kevinb@redhat.com>
3957
3958 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3959 comment.
3960
ccaa32c7
GS
39612002-08-01 Grace Sainsbury <graces@redhat.com>
3962
3963 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3964 to_insert_watchpoint, to_remove_watchpoint,
3965 to_stopped_by_watchpoint, to_stopped_data_address,
3966 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3967 target vecctor. Define their corresponding macros so they call
3968 them.
3969
3970 * target.c: Add default and debug versions of for
3971 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3972 to_insert_watchpoint, to_remove_watchpoint,
3973 to_stopped_by_watchpoint, to_stopped_data_address,
3974 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3975
78fde5f8
KB
39762002-08-01 Kevin Buettner <kevinb@redhat.com>
3977
3978 * mips-tdep.c (mips_register_virtual_type): New function.
3979 (mips_gdbarch_init): Register mips_register_virtual_type()
3980 with gdbarch machinery.
3981 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3982 this file instead of tm-bigmips.h.
3983 (MIPS_REGSIZE): Delete this macro.
3984 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3985 multiarch version in mips-tdep.c will be found.
3986
db034ac5
AC
39872002-08-01 Andrew Cagney <cagney@redhat.com>
3988
3989 * NEWS: Menion that CHILL has been made obsolete.
3990
3991 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3992 * stabsread.c (read_range_type): Ditto.
3993 * gdbtypes.h: Ditto.
3994 * language.c (binop_type_check): Ditto.
3995 (binop_result_type): Ditto.
3996 (integral_type): Ditto.
3997 (character_type): Ditto.
3998 (string_type): Ditto.
3999 (boolean_type): Ditto.
4000 (structured_type): Ditto.
4001 (lang_bool_type): Ditto.
4002 (binop_type_check): Ditto.
4003 * language.h (_LANG_chill): Ditto.
4004 * dwarfread.c (set_cu_language): Ditto.
4005 * dwarfread.c (CHILL_PRODUCER): Ditto.
4006 * dwarfread.c (handle_producer): Ditto.
4007 * expression.h (enum exp_opcode): Ditto.
4008 * eval.c: Ditto for comments.
4009 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
4010 * expprint.c (print_subexp): Ditto.
4011 (print_subexp): Ditto.
4012 * valops.c (value_cast): Ditto.
4013 (search_struct_field): Ditto.
4014 * value.h (COERCE_VARYING_ARRAY): Ditto.
4015 * symfile.c (init_filename_language_table): Ditto.
4016 (add_psymbol_with_dem_name_to_list): Ditto.
4017 * valarith.c (value_binop): Ditto.
4018 (value_neg): Ditto.
4019 * valops.c (value_slice): Ditto.
4020 * symtab.h (union language_specific): Ditto.
4021 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
4022 (SYMBOL_DEMANGLED_NAME): Ditto.
4023 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
4024 * defs.h (enum language): Ditto.
4025 * symtab.c (got_symtab): Ditto.
4026 * utils.c (fprintf_symbol_filtered): Ditto.
4027
4028 * ch-typeprint.c: Make file obsolete.
4029 * ch-valprint.c: Make file obsolete.
4030 * ch-lang.h: Make file obsolete.
4031 * ch-exp.c: Make file obsolete.
4032 * ch-lang.c: Make file obsolete.
4033
4034 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
4035 CHILL_LIB.
4036 (TARGET_FLAGS_TO_PASS): Ditto.
4037 (CHILLFLAGS): Obsolete.
4038 (CHILL): Obsolete.
4039 (CHILL_FOR_TARGET): Obsolete.
4040 (CHILL_LIB): Obsolete.
4041 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
4042 ch-valprint.c.
4043 (HFILES_NO_SRCDIR): Remove ch-lang.h.
4044 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
4045 ch-lang.o.
4046 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
4047 targets.
4048
8aaf0b47
JB
40492002-07-31 Joel Brobecker <brobecker@gnat.com>
4050
4051 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
4052 This does not change anything at the moment, but will be helpful
4053 later when full Ada support is integrated.
4054
f3a7b3a5
KB
40552002-07-31 Kevin Buettner <kevinb@redhat.com>
4056
4057 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
4058 help message.
4059
fb850278
KB
40602002-07-31 Kevin Buettner <kevinb@redhat.com>
4061
4062 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
4063 and save it in a local variable. Use variable in later test.
4064
e3bddbfa
KB
40652002-07-31 Kevin Buettner <kevinb@redhat.com>
4066
4067 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
4068 test. (Thanks to Daniel Jacobowitz.)
4069
28d169de
KB
40702002-07-31 Kevin Buettner <kevinb@redhat.com>
4071
4072 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
4073 (mips_abi_strings): Add "n64".
4074 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
4075
7fe7e44e
KB
40762002-07-31 Kevin Buettner <kevinb@redhat.com>
4077
4078 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
4079 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
4080
c6caf090
KB
40812002-07-31 Kevin Buettner <kevinb@redhat.com>
4082
4083 * utils.c (host_pointer_to_address, address_to_host_pointer):
4084 Use gdb_assert() instead of explicit call to internal_error().
4085
c41669e0
KB
40862002-07-30 Kevin Buettner <kevinb@redhat.com>
4087
4088 * Makefile.in (rs6000-nat.o): Update dependencies.
4089
4090 From Nicholas Duffek:
4091 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
4092 (aix-thread.o): New rule.
4093 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
4094 * config/powerpc/aix432.mh: New file.
4095
2fda4977
DJ
40962002-07-30 Daniel Jacobowitz <drow@mvista.com>
4097
4098 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
4099 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
4100 (fetch_core_registers, ppc_linux_supply_gregset)
4101 (ppc_linux_supply_fpregset): New functions.
4102 (ppc_linux_regset_core_fns): New.
4103 (_initialize_ppc_linux_tdep): Call add_core_fns.
4104 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
4105 and ppc_linux_supply_gregset.
4106 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
4107 (supply_fpregset): Call ppc_linux_supply_fpregset.
4108 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
4109 corelow.o.
4110 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
4111
729051e6
DJ
41122002-07-30 Daniel Jacobowitz <drow@mvista.com>
4113
4114 * symtab.c (lookup_symbol): Demangle before lowercasing.
4115
5f8a3188
AC
41162002-07-30 Andrew Cagney <ac131313@redhat.com>
4117
4118 * symtab.h: Replace #include "gdb_obstack.h" with opaque
4119 declaration.
4120 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
4121 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
4122 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
4123 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
4124 "gdb_string.h".
4125 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
4126 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
4127 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
4128 (avr-tdep.o, mon960-rom.o): Ditto.
4129 (aout_stabs_gnu_h): Define.
4130 (symtab_h): Remove $(gdb_obstack_h).
4131
67f07146
JB
41322002-07-30 Jim Blandy <jimb@redhat.com>
4133
4134 Patch from David Carlton <carlton@math.stanford.edu>:
4135 * gdbinit.in: Move the `dir' commands that add GDB's own source
4136 directory to the search path to the end, so that the `gdb' source
4137 directory will be searched first.
4138
04ea0df1
AC
41392002-07-29 Andrew Cagney <ac131313@redhat.com>
4140
4141 * gdb_obstack.h: New file.
4142 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
4143 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
4144 * objfiles.h: Include "gdb_obstack.h".
4145 * Makefile.in (gdb_obstack_h): Define.
4146 (symtab_h): Add $(gdb_obstack_h).
4147 (objfiles_h): Add $(gdb_obstack_h).
4148
4149 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
4150 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
4151 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
4152 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
4153 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
4154 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
4155 * symfile.c, coffread.c, c-typeprint.c: Ditto.
4156 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
4157
4158 * Makefile.in (bcache.o): Update dependencies.
4159 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
4160 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
4161 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
4162 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
4163 (stabsread.o, symfile.o, symmisc.o): Ditto.
4164 (symtab.o, typeprint.o, macroexp.o): Ditto.
4165 (macrotab.o, mdebugread.o): Ditto.
4166 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
4167 (coff_ecoff_h, aout_aout64_h): Define.
4168 (aout_stabs_gnu_h, libaout_h): Define.
4169
d138e37a
AC
41702002-07-29 Andrew Cagney <cagney@redhat.com>
4171
4172 * regcache.c (struct regcache_descr): Rename nr_registers to
4173 nr_cooked_registers. Revise comments describing the structure
4174 member fields.
4175 (init_regcache_descr): Update.
4176 (init_legacy_regcache_descr): Update.
4177 (read_register_gen, write_register_gen): When a cooked register in
4178 the raw register range, directly access the value from the raw
4179 register cache.
4180
460e6ec3
AC
41812002-07-29 Andrew Cagney <ac131313@redhat.com>
4182
4183 * z8k-tdep.c: Do not include "obstack.h".
4184 * h8300-tdep.c, h8500-tdep.c: Ditto.
4185 * m68hc11-tdep.c, sh-tdep.c: Ditto.
4186 * valprint.c, v850-tdep.c: Ditto.
4187 * d10v-tdep.c, mn10300-tdep.c: Ditto.
4188 * mn10200-tdep.c: Ditto.
4189
4190 * Makefile.in (z8k-tdep.o): Update dependencies.
4191 (m68hc11-tdep.o, valprint.o): Ditto.
4192 (v850-tdep.o, d10v-tdep.o): Ditto.
4193 (mn10300-tdep.o, sparc-tdep.o): Ditto.
4194 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
4195 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
4196 (sh_opc_h, gdb_sim_sh_h): Define.
4197 (elf_sh_h, elf_bfd_h): Define.
4198 (opcode_m68hc11_h): Define.
4199 (OPCODES_SRC, OPCODES_DIR): define.
4200 (OPCODES): Use $(OPCODES_DIR).
4201 (gdb_sim_d10v_h): Rename sim_d10v_h.
4202 (gdb_sim_arm_h): Rename sim_arm_h.
4203
790c9cf0
KB
42042002-07-26 Kevin Buettner <kevinb@redhat.com>
4205
4206 * utils.c (host_pointer_to_address, address_to_host_pointer):
4207 Change internal_error() message to indicate function responsible
4208 for the error.
4209
9647fa49
KB
42102002-07-26 Kevin Buettner <kevinb@redhat.com>
4211
4212 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
4213 calls to local_hex_string_custom().
4214
dabbe2c0
KB
42152002-07-26 Kevin Buettner <kevinb@redhat.com>
4216
4217 * irix5-nat.c: Move IRIX shared library support from here...
4218 * solib-irix.c: ...to here. Revised substantially to work with
4219 generic solib framework.
4220
b96d0a4e
KB
4221 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
4222 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
4223 * mips-irix-tdep.c: New file.
4224
313fb2f6
KB
4225 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
4226 (mips-irix-tdep.o, solib-irix.o): New rules.
4227 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
4228 solib-irix.o.
4229 * config/mips/irix6.mt (TDEPFILES): Likewise.
4230 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
4231
ab2eaf26
KB
42322002-07-26 Kevin Buettner <kevinb@redhat.com>
4233
177e4768 4234 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
4235 disabled (via ``#if 0'') includes.
4236
7244546a
KB
42372002-07-26 Kevin Buettner <kevinb@redhat.com>
4238
4239 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
4240 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
4241 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
4242 Add support for the fpscr register.
4243 * rs6000-nat.c (regmap, fetch_inferior_registers)
4244 (store_inferior_registers, fetch_core_registers): Likewise.
4245
dd7be90a
KB
42462002-07-26 Kevin Buettner <kevinb@redhat.com>
4247
4248 * rs6000-nat.c (language.h): Include.
4249 (special_regs): Delete this array.
4250 (regmap): New function.
4251 (fetch_register, store_register): Use regmap() to map gdb
4252 register numbers to ptrace register numbers. Also, use
4253 outputs from regmap() to make decisions regarding type of
4254 ptrace() call to make. In particular, don't compare against
4255 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4256 (fetch_inferior_registers, store_inferior_registers): Where
4257 possible, obtain register numbers from tdep struct. Don't
4258 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
4259 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
4260 (LAST_UISA_SP_REGNUM): Delete.
4261
11bf77db
KB
42622002-07-25 Kevin Buettner <kevinb@redhat.com>
4263
4264 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
4265 (fetch_registers, store_register, fetch_core_registers): Don't
4266 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
4267 regcache_collect() as appropriate.
4268 (find_toc_address): Format hex address with local_hex_string().
4269
06afebeb
AC
42702002-07-25 Andrew Cagney <ac131313@redhat.com>
4271
4272 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
4273 bfd/elf32-frv.c.
4274
8c554d79
TT
42752002-07-24 Tom Tromey <tromey@redhat.com>
4276
4277 * jv-exp.y: Marked all strings with _().
4278 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
4279 internal_error.
4280 (MethodInvocation, CastExpression, parse_number, yyerror,
4281 java_type_from_name, push_expression_name, yylex): Typo fixes.
4282
e4c242d9
DJ
42832002-07-24 Daniel Jacobowitz <drow@mvista.com>
4284
4285 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
4286 (tee_file_flush, tee_file_write, tee_file_fputs)
4287 (tee_file_isatty): New.
4288 * ui-file.h (tee_file_new): Add prototype.
4289
ebf56fd3
AS
42902002-07-24 Aidan Skinner <aidan@velvet.net>
4291
4292 * ada-lang.c: Change k&r style function definitions to prototyped
4293 form.
4294 * ada-typeprint.c: Change k&r style function definitions to prototyped
4295 form.
4296 * ada-valprint.c: Change k&r style function definitions to prototyped
4297 form.
4298
7fb623f7
AC
42992002-07-24 Andrew Cagney <cagney@redhat.com>
4300
4301 * README: Remove reference to remote-bug.
4302 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
4303 remote-bug.c.
4304 (m88k-nat.o): Delete rule.
4305 (m88k-tdep.o): Delete rule.
4306 (remote-bug.o): Delete rule.
4307 * MAINTAINERS: Mark as obsolete.
4308 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
4309 * m88k-tdep.c: Make file obsolete.
4310 * config/m88k/m88k.mh: Ditto.
4311 * config/m88k/delta88v4.mh: Ditto.
4312 * config/m88k/delta88v4.mt: Ditto.
4313 * config/m88k/delta88.mt: Ditto.
4314 * config/m88k/delta88.mh: Ditto.
4315 * remote-bug.c: Ditto.
4316 * config/m88k/tm-delta88.h: Ditto.
4317 * config/m88k/nm-delta88v4.h: Ditto.
4318 * config/m88k/xm-delta88.h: Ditto.
4319 * config/m88k/xm-dgux.h: Ditto.
4320 * config/m88k/tm-m88k.h: Ditto.
4321 * config/m88k/nm-m88k.h: Ditto.
4322 * config/m88k/tm-delta88v4.h: Ditto.
4323 * m88k-nat.c: Ditto.
4324 * cxux-nat.c: Ditto.
4325 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
4326 and m88*-*-* obsolete.
4327 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
4328 m88*-*-* obsolete.
4329
37611a2b
AC
43302002-07-24 Andrew Cagney <cagney@redhat.com>
4331
4332 * findvar.c (extract_unsigned_integer): Make `addr' parameter
4333 constant. Same for local pointer variables.
4334 (extract_signed_integer): Ditto.
4335 * defs.h (extract_unsigned_integer): Update.
4336 (extract_signed_integer): Update.
4337
1aaa5f99
AC
43382002-07-24 Andrew Cagney <cagney@redhat.com>
4339
4340 * regcache.c (regcache_raw_write): Change buf parameter to a
4341 constant void pointer.
4342 (regcache_raw_read): Change buf parameter to a void pointer.
4343 (legacy_write_register_gen): Change myaddr parameter a constant
4344 void pointer.
4345 (supply_register): Change val parameter to a const void pointer.
4346 * regcache.h (regcache_raw_write): Update declaration.
4347 (regcache_raw_read): Update declaration.
4348 (supply_register): Update declaration.
4349
b4f5539f
TT
43502002-07-24 Tom Tromey <tromey@redhat.com>
4351
4352 * defs.h (gdb_readline_wrapper): Declare.
4353 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
4354 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
4355 * top.c (gdb_readline_wrapper): New function.
4356 (command_line_input): Use it.
4357
0818c12a
AC
43582002-07-24 Andrew Cagney <cagney@redhat.com>
4359
4360 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
4361 regcache_read and regcache_write.
4362 (regcache_raw_read_as_address): Replace regcache_read_as_address.
4363 * regcache.c: Update.
4364 * sh-tdep.c (sh64_push_arguments): Update comment.
4365 (sh_pseudo_register_read): Update.
4366 (sh_pseudo_register_write): Update.
4367 (sh4_register_read): Update.
4368 (sh4_register_write): Update.
4369 (sh64_pseudo_register_read): Update.
4370 (sh64_pseudo_register_write): Update.
4371 (sh64_register_read): Update.
4372 (sh64_register_write): Update.
4373 * i386-tdep.c (i386_extract_return_value): Update.
4374 (i386_extract_struct_value_address): Update.
4375 (i386_extract_return_value): Update.
4376 * blockframe.c (generic_read_register_dummy): Update.
4377 (generic_call_dummy_register_unwind): Update
4378 * infrun.c (write_inferior_status_register): Update.
4379
f7321c06
JB
43802002-07-23 Jim Blandy <jimb@redhat.com>
4381
4382 * parser-defs.h (expression_context_pc): Make this extern.
4383 (Thanks to Michael Snyder.)
4384
2037aebb
AC
43852002-07-23 Andrew Cagney <ac131313@redhat.com>
4386
4387 GDB 5.2.1 released from 5.2 branch.
4388 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
4389 * README: Update to mention 5.2.1.
4390
66504d44
MS
43912002-07-23 Mark Salter <msalter@redhat.com>
4392
4393 * remote.c (remote_read_bytes): Fix check for error.
4394
27bae383
KB
43952002-07-22 Kevin Buettner <kevinb@redhat.com>
4396
4397 * aix-thread.c (language.h): Include.
4398 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4399 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
4400 Print newlines at end of debug messages.
4401 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
4402 (pdc_write_data): Use local_hex_string() instead of %llx formats.
4403
44042002-07-22 Kevin Buettner <kevinb@redhat.com>
4405
4406 * aix-thread.c (ppc-tdep.h): Include.
4407 (special_register_p): New function.
4408 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
4409 (store_regs_user_thread): Use register number information from
4410 gdbarch_tdep struct instead of hardcoded offsets relative to
4411 FIRST_UISA_SP_REGNUM.
4412 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
4413 special_register_p() instead of using FPLAST_REGNUM and
4414 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
4415 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
4416 will be MQ's register number.
4417
44182002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
4419
4420 * aix-thread.c (ops): Rename to aix_thread_ops.
4421 (base_ops): Rename to base_target.
4422 (ops_attach): Rename to aix_thread_attach.
4423 (ops_detach): Rename to aix_thread_detach.
4424 (ops_resume): Rename to aix_thread_detach.
4425 (ops_wait): Rename to aix_thread_wait.
4426 (ops_kill): Rename to aix_thread_kill.
4427 (init_ops): Rename to init_aix_thread_ops.
4428 (ops_fetch_register): Rename to aix_thread_fetch_register.
4429 (ops_store_register): Rename to aix_thread_store_register.
4430 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
4431 (ops_thread_alive): Rename to aix_thread_thread_alive.
4432 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
4433 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
4434 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
4435 (fetch_regs_lib): Rename to fetch_regs_user_thread.
4436 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
4437 (store_regs_lib): Rename to store_regs_user_thread.
4438 (store_regs_kern): Rename to store_regs_kernel_thread.
4439
27bae383 44402002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
4441
4442 * aix-thread.c (ops_prepare_to_store): Eliminate.
4443 (init_ops): Don't initialize ops.prepare_to_store.
4444 (store_regs_kern): Pre-fetch register buffers from child,
4445 because some registers may not be in the cache. Copy
4446 regs from register cache only if they are cached.
4447 (store_regs_lib): Copy regs from register cache only
4448 if they are cached.
4449 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
4450 fill_gprs64): Ditto.
4451
61c5da0b
KB
44522002-07-22 Kevin Buettner <kevinb@redhat.com>
4453
4454 * aix-thread.c (gdb_assert.h): Include.
4455 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
4456 register sizes (from register cache) match size of buffer holding
4457 register data.
4458 (fill_sprs32): Change parameter types to match those in the ptrace()
4459 buffer.
4460 (store_regs_lib): Likewise, but for 32-bit temporary variables.
4461 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
4462
44632002-07-22 Michael Snyder <msnyder@redhat.com>
4464
4465 * aix-thread.c (supply_sprs64): Cosmetic change.
4466 (supply_sprs32): Cosmetic change.
4467 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
4468 (fill_sprs64): Use regcache_collect instead of read_register.
4469 (store_regs_lib): Use regcache_collect instead of
4470 read_register. Use fill_sprs32 instead of fill_sprs64,
4471 if debugging a 32-bit architecture.
4472 (store_regs_kern): Use fill_gprs64 etc. to pull the values
4473 out of the register cache, instead of passing a pointer into
4474 the register cache directly to ptrace. Use regcache_collect
4475 insteaad of read_register.
4476 (ops_prepare_to_store): Use target_read_registers instead
4477 of read_register_bytes.
4478
36479eb1
AS
44792002-07-20 Aidan Skinner <aidan@velvet.net>
4480
4481 * MAINTAINERS: Add self under write after approval.
4482
80ae6ee2
AS
44832002-07-20 Aidan Skinner <aidan@velvet.net>
4484
4485 * ada-tasks.c: Change k&r style function definitions to prototyped
4486 form.
4487
8a8ab2b9
AC
44882002-07-19 Andrew Cagney <ac131313@redhat.com>
4489
4490 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
4491 * x86-64-tdep.c: Include "objfiles.h".
4492 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
4493 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
4494
fb16b900
ML
44952002-07-17 Michal Ludvig <michal@suse.cz>
4496
4497 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
4498 (update_context): Initialise cfa variable.
4499
0fe7bf7b
MS
45002002-07-17 Michael Snyder <msnyder@redhat.com>
4501
4502 * aix-thread.c: Shorten some long lines.
4503 Bring comments into line with code spec.
4504
488f131b
JB
45052002-07-18 Joel Brobecker <brobecker@gnat.com>
4506
4507 * infrun.c: Re-indent using gdb_indent.sh.
4508
46c415d2
JB
45092002-07-18 Joel Brobecker <brobecker@gnat.com>
4510
4511 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
4512 Leave the indentation temporarily untouched, to minimize the diffs.
4513
cdecafbe
EZ
45142002-07-18 Elena Zannoni <ezannoni@redhat.com>
4515
4516 * stabsread.c: Make os9k sections of the code obsolete,
4517 for real this time.
4518 * stabsread.h: Make os9k sections of the code obsolete.
4519
7b6aa020
ML
45202002-07-18 Michal Ludvig <mludvig@suse.cz>
4521
09ec9b38
ML
4522 * linux-low.c (regsets_store_inferior_registers): Add free()
4523 at the end of a loop to prevent memory leak.
4524 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
4525 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
4526 * config/sparc/tm-sp64linux.h: Make the rest of #endif
4527 line a comment.
4894ac5d 4528 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 4529
233282cd
JB
45302002-07-17 Jim Blandy <jimb@redhat.com>
4531
4532 * macrocmd.c (info_macro_command): Remove newline from error
4533 message.
4534
7b6aa020 45352002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
4536
4537 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
4538 (sh_gdbarch_init): Use it for sh-dsp.
4539
f7ef9339
KB
45402002-07-16 Kevin Buettner <kevinb@redhat.com>
4541
4542 * dwarf2read.c (read_initial_length): Handle older, non-standard,
4543 64-bit DWARF2 format.
4544
8dd72958
JB
45452002-07-16 Joel Brobecker <brobecker@gnat.com>
4546
4547 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
4548 <sys/proc.h> when not available.
4549
a99a9e1b
AC
45502002-07-16 Andrew Cagney <ac131313@redhat.com>
4551
4552 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
4553 * stabsread.c: Make os9k sections of the code obsolete.
4554 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
4555 * config/i386/i386os9k.mt: Make file obsolete.
4556 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
4557 (COMMON_OBS): Remove os9kread.o
4558 (SFILES): Remove os9kread.c.
4559 (os9kread.o, remote-os9k.o): Make target obsolete.
4560 * remote-os9k.c: Make file obsolete.
4561 * os9kread.c: Make file obsolete.
4562 * Makefile.in
4563
7a3085c1
AC
45642002-07-16 Andrew Cagney <ac131313@redhat.com>
4565
4566 * NEWS: Mention that the FR30 has been made obsolete.
4567 * fr30-tdep.c: Make file obsolete.
4568 * config/fr30/tm-fr30.h: Ditto.
4569 * config/fr30/fr30.mt: Ditto.
4570 * configure.tgt: Make fr30-*-elf obsolete.
4571 * MAINTAINERS: Make fr30-elf obsolete.
4572
28a93f5a
PM
45732002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
4574
4575 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4576 found is not inside a section.
4577
be006b8b
KB
45782002-07-15 Kevin Buettner <kevinb@redhat.com>
4579
4580 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4581 strerror().
4582 (pdc_realloc): Use xrealloc() instead of realloc().
4583
14fa3751
KB
45842002-07-15 Kevin Buettner <kevinb@redhat.com>
4585
4586 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4587 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4588 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4589 macros.
4590
42cc437f
KB
45912002-07-15 Kevin Buettner <kevinb@redhat.com>
4592
4593 * aix-thread.c (ptrace_check): Eliminate goto.
4594 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4595 problem.
4596
8e2c28d4
KB
45972002-07-15 Kevin Buettner <kevinb@redhat.com>
4598
4599 * aix-thread.c (gdbcmd.h): Include.
4600 (DEBUG, DBG, DBG2, dbg): Eliminate.
4601 (debug_aix_thread): New static global.
4602 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4603 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4604 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4605 invocations to DBG and DBG2 macros to test against
4606 ``debug_aix_thread'' and call fprintf_unfiltered().
4607 (_initialize_aix_thread): Add new command "set debug aix-thread".
4608
30413464
AC
46092002-07-15 Andrew Cagney <ac131313@redhat.com>
4610
4611 From Gerhard Tonn <TON@de.ibm.com>:
4612 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4613 instead of supply_register.
4614
7c43edc1
AC
46152002-07-15 Andrew Cagney <ac131313@redhat.com>
4616
4617 * dwarf2cfi.c: Include "gdb_assert.h".
4618 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4619 non-NULL.
4620 (update_context): Do not use __func__. Add missing ``break''.
4621 (update_context): Do not use __func__.
4622
9364a0ef
EZ
46232002-07-15 Elena Zannoni <ezannoni@redhat.com>
4624
4625 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4626 and its setting. Set gdbarch instruction printing functions
4627 directly. For non-rs6000 case use new function
4628 gdb_print_insn_powerpc.
4629 (gdb_print_insn_powerpc): New function.
4630
3fbeef0b
AC
46312002-07-13 Andrew Cagney <ac131313@redhat.com>
4632
92eb23c5 4633 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4634 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4635 * configure.tgt: Mark d30v-*-* as obsolete.
4636 * d30v-tdep.c: Mark file as obsolete.
4637 * config/d30v/d30v.mt: Ditto.
4638 * config/d30v/tm-d30v.h: Ditto.
4639
aacb1f0a
AS
46402002-07-13 Aidan Skinner <aidan@velvet.net>
4641
4642 * ada-tasks.c (add_task_entry): replace calls to
4643 malloc() with xmalloc
4644 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4645
4646 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4647 ada_finish_decode_line_1, all_sals_for_line
4648 ada_breakpoint_rewrite): replace calls to free() with xfree()
4649
c11d79f2
KB
46502002-07-12 Kevin Buettner <kevinb@redhat.com>
4651
4652 From Nicholas Duffek (with minor changes by Martin Hunt,
4653 Louis Hamilton, and Kevin Buettner):
4654 * aix-thread.c: New file.
4655
8e19ed76
PS
46562002-07-12 Petr Sorfa <petrs@caldera.com>
4657
4658 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4659 complaint for invalid attribute class or form.
4660 (read_func_scope): DW_AT_frame_base
4661 better handling of DW_AT_block*.
4662 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4663 better handling of DW_AT_block*.
4664 (read_common_block): DW_AT_location
4665 better handling of DW_AT_block*.
4666 (read_partial_die): DW_AT_location better handling
4667 of DW_AT_block*.
4668 (new_symbol): DW_AT_external better handling of
4669 DW_AT_block*. Proper initialization of variable
4670 "addr".
4671 (attr_form_is_block): New function that returns true
4672 if the attribute's form is of DW_FORM_block*.
4673
295401f7
DJ
46742002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4675
4676 * valops.c (find_method_list): Remove comment about
4677 removed STATIC_MEMFUNCP argument.
4678 (value_find_oload_method_list): Likewise.
4679
e42dc924
KB
46802002-07-12 Kevin Buettner <kevinb@redhat.com>
4681
4682 From Nicholas Duffek:
4683 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4684 target_new_objfile_hook.
4685
6904b546
KB
46862002-07-12 Kevin Buettner <kevinb@redhat.com>
4687
4688 From Nicholas Duffek:
4689 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4690 csect.
4691
53fe9346
AC
46922002-07-12 Andrew Cagney <cagney@redhat.com>
4693
4694 * MAINTAINERS: Mention --enable-sim-build-warnings.
4695 (m68hc11-elf): Disable sim build warnings.
4696 (m32r-elf): Mark as broken obsolete candidate.
4697 (x86_64-linux-gnu): Mark as buildable with -Werror.
4698 (arm-elf): Change -w to ``,'' which enables warnings but not
4699 -Werror.
4700
af5f3db6
AC
47012002-07-12 Andrew Cagney <ac131313@redhat.com>
4702
4703 * bcache.h: Update copyright.
4704 (struct bstring, struct bcache): Move definition to "bcache.c".
4705 Replaced by opaque declaration.
4706 (bcache_xfree): Replace free_bcache.
4707 (bcache_xmalloc, bcache_memory_used): Declare.
4708
4709 * bcache.c: Update copyright.
4710 (struct bstring, struct bcache): Moved to here from "bcache.h".
4711 Update comments.
4712 (bcache_xmalloc, bcache_memory_used): New functions.
4713 (bcache_xfree): Replace function free_bcache.
4714
4715 * Makefile.in (objfiles.o): Add $(bcache_h).
4716 (objfiles_h): Remove $(bcache_h).
4717 (symfile.o): Add $(bcache_h).
4718
4719 * symmisc.c: Update copyright.
4720 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4721 (print_objfile_statistics): Use bcache_memory_used.
4722
4723 * symfile.c: Include "bcache.h".
4724 (reread_symbols): Use bcache_xfree.
4725 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4726 (add_psymbol_to_list): Pass psymbol_cache by value.
4727 (add_psymbol_with_dem_name_to_list): Ditto.
4728
4729 * objfiles.h: Update copyright.
4730 (struct bcache): Declare opaque. Do not include "bcache.h".
4731 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4732 bcache'' pointers.
4733 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4734
4735 * objfiles.c: Include "bcache.h". Update copyright.
4736 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4737 macro_cache.
4738 (free_objfile): Use bcache_xfree.
4739
444199e7
GS
47402002-07-11 Grace Sainsbury <graces@redhat.com>
4741
4742 * monitor.c (monitor_fetch_register): Make name a constant.
4743 (monitor_store_register): Same.
4744
261397f8
DJ
47452002-07-11 Daniel Jacobowitz <drow@mvista.com>
4746
4747 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4748 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4749 (finish_block) For non-function blocks, hash the symbol table. For
4750 function blocks, mark the symbol table as unhashed.
4751 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4752 (msymbol_hash_iw): Likewise.
4753 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4754 value.
4755 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4756 (lookup_minimal_symbol): Likewise for both.
4757 * symtab.h (struct block): Add `hashtable' flag. Comment the
4758 hashtable.
4759 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4760 (ALL_BLOCK_SYMBOLS): Update.
4761 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4762 (struct symbol): Add `hash_next' pointer.
4763 * symtab.c (lookup_block_symbol): Search using the hash table when
4764 possible.
4765 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4766 (search_symbols, find_addr_symbol): Likewise.
4767
4768 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4769 (read_dst_symtab): Likewise.
4770 * jv-lang.c (get_java_class_symtab): Likewise.
4771 * mdebugread.c: Include "gdb_assert.h".
4772 (shrink_block): Assert that the block being modified is not hashed.
4773 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4774 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4775 symbols.
4776 (dump_symtab): Recognize hashed blocks.
4777 * printcmd.c (print_frame_args): Assert that function blocks do not
4778 have hashed symbol tables.
4779 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4780 (fill_in_ada_prototype, debug_print_block): Likewise.
4781 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4782
6f0eaa01
CV
47832002-07-11 Corinna Vinschen <vinschen@redhat.com>
4784
4785 * stack.c (print_frame): Use result of frame_address_in_block()
4786 instead of fi->pc when evaluating symbols.
4787 (backtrace_command_1): Ditto.
4788
a208b0cb
AC
47892002-07-11 Andrew Cagney <cagney@redhat.com>
4790
4791 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4792 Make static.
4793
4794 * arm-tdep.c (arm_register_name): Make return type constant.
4795
a6b6b089
AC
47962002-07-10 Andrew Cagney <ac131313@redhat.com>
4797
5ae5f592
AC
4798 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4799 prototype.
4800 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4801 * s390-tdep.c (s390_fp_regnum): Ditto.
4802 (s390_read_fp): Ditto.
4803 (s390_pop_frame): Ditto.
4804 (_initialize_s390_tdep): Ditto.
4805 * remote.c (get_remote_state): Ditto.
4806 * procfs.c (mappingflags): Ditto.
4807 * memattr.c (_initialize_mem): Ditto.
4808 * mcore-tdep.c (mcore_pop_frame): Ditto.
4809 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4810 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4811 * language.c (set_case_str): Ditto.
4812 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4813 * frv-tdep.c (new_variant): Ditto.
4814 (frv_stopped_data_address): Ditto.
4815 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4816 (context_alloc): Ditto.
4817 (frame_state_alloc): Ditto.
4818 (unwind_tmp_obstack_init): Ditto.
4819 (unwind_tmp_obstack_free): Ditto.
4820 (cfi_read_fp): Ditto.
4821 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4822 (cris_pop_frame): Ditto.
4823 * c-lang.c (scanning_macro_expansion): Ditto.
4824 (finished_macro_expansion): Ditto.
4825 (c_preprocess_and_parse): Ditto.
4826 * gdbarch.sh: Ditto.
4827 * gdbarch.h, gdbarch.c: Regenerate.
4828 * config/mn10200/tm-mn10200.h: Adjust indentation.
4829 * target.c: Adjust indentation.
4830 * symtab.h: Adjust indentation.
4831 * stabsread.h: Adjust indentation.
4832 * remote-es.c: Adjust indentation.
4833 * os9kread.c: Adjust indentation.
4834
48352002-07-10 Andrew Cagney <ac131313@redhat.com>
4836
a6b6b089
AC
4837 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4838 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4839
a1789893
GS
48402002-07-10 Grace Sainsbury <graces@redhat.com>
4841
4842 * NEWS: Mention m68k, mcore multi-arching.
4843 * MAINTAINERS: Change status of m68k, mcore to reflect
4844 multi-arching.
4845
02f0d45d
DJ
48462002-07-10 Daniel Jacobowitz <drow@mvista.com>
4847
4848 * valops.c (find_overload_match): Free oload_syms.
4849
f15f768e
JB
48502002-07-09 Joel Brobecker <brobecker@gnat.com>
4851
4852 Define HAVE_SYS_PROC_H if sys/proc.h exists
4853 * configure.in: Add check for sys/proc.h
4854 * config.in: Regenerate.
4855 * configure: Regenerate.
4856
902a7139
GS
48572002-07-09 Grace Sainsbury <graces@redhat.com>
4858
4859 * config/m68k/tm-m68k.h: Remove macros wrapped in
4860 #if !GDB_MULTI_ARCH.
4861
a534e424
AC
48622002-07-08 Andrew Cagney <ac131313@redhat.com>
4863
4864 * config.in, configure: Regenerate.
4865
9b94f7bf
MK
48662002-07-08 Mark Kettenis <kettenis@gnu.org>
4867
4868 * dwarf2cfi.c: Include "gcore.h".
4869 (execute_stack_op): Fix implementation of the
4870 DW_OP_deref and DW_OP_deref_size operators by letting do their
4871 lookup in the target.
4872
1d34db41
MK
48732002-07-07 Mark Kettenis <kettenis@gnu.org>
4874
4875 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4876 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4877 tdep->sc_sp_offset.
4878
79d5b63a
DJ
48792002-07-05 Daniel Jacobowitz <drow@mvista.com>
4880
4881 Fix PR gdb/595, gdb/602
4882 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4883 Don't call value_cast, just read the vtable pointer; update comments
4884 to match.
4885
3bb912e8
GS
48862002-07-05 Grace Sainsbury <graces@redhat.com>
4887
4888 * config/mcore/tm-mcore.h: Remove file.
4889 * config/mcore/mcore.mt: Remove definition of TM_FILE
4890 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4891
ca39387d
MK
48922002-07-05 Mark Kettenis <kettenis@gnu.org>
4893
4894 * i386bsd-tdep.c: Include "gdb_string.h".
4895
efdc1108
GS
48962002-07-04 Grace Sainsbury <graces@redhat.com>
4897
4898 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4899 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4900 mcore-tdep.
4901 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4902 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4903 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4904 (RETVAL_REGNUM): Move macros from tm-mcore.h
4905 (mcore_reg_struct_has_addr): New function.
4906 (mcore_gdbarch_init): Added initializations for the macros removed
4907 from tm-mcore.h.
4908
bb21884d
MK
49092002-07-04 Mark Kettenis <kettenis@gnu.org>
4910
4911 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4912 traditonal string branding within the ELF header.
4913
228c6d41
DJ
49142002-07-04 Daniel Jacobowitz <drow@mvista.com>
4915
4916 * symtab.c (remove_params): New function.
4917 (make_symbol_overload_list): Use it instead of cplus_demangle.
4918 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4919
2404952e
MK
49202002-07-04 Mark Kettenis <kettenis@gnu.org>
4921
e5e4acad
MK
4922 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4923
baadce09
MK
4924 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4925 New variables.
4926 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4927 and tdep->sigtramp_end.
4928 * i386obsd-nat.c: New file.
4929 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4930
2404952e
MK
4931 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4932 Don't call get_current_frame().
4933
9b4f1ba7
PM
49342002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4935
4936 * i386-nat.c (child_post_startup_inferior): New function
4937 calling i386_cleanup_dregs if
4938 I386_USE_GENERIC_WATCHPOINTS is defined.
4939 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4940 conditional to acknowledge that i386-nat.c has its
4941 own child_post_startup_inferior function.
4942
c0d1d883
MK
49432002-07-04 Mark Kettenis <kettenis@gnu.org>
4944
00f8375e
MK
4945 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4946 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4947 instead of MAX_REGISTER_RAW_SIZE.
4948 (i386_extract_return_value, i386_extract_struct_value_address):
4949 Convert to use regcache.
4950 (i386_gdbarch_init): Set max_register_raw_size and
4951 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4952 Set extract_return_value and extract_struct_value_address instead
4953 of their deprecated variants.
4954
c0d1d883
MK
4955 Convert i386 target to generic dummy frames.
4956 * i386-tdep.c: Include "symfile.h".
4957 (i386_frameless_signal_p): Consider a function to be frameless if
4958 the pc points at the first instruction of the function.
4959 (i386_frame_chain): Handle (generic) call dummies.
4960 (i386_frame_saved_pc): Likewise.
4961 (i386_frame_init_saved_regs): Remove code dealing with call
4962 dummies on the stack.
4963 (i386_push_dummy_frame): Removed.
4964 (i386_call_dummy_words): Removed.
4965 (i386_fix_call_dummy): Removed.
4966 (i386_push_return_address): New function.
4967 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4968 parameter, and don't call get_current_frame.
4969 (i386_pop_frame): New function.
4970 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4971 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4972 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4973 call_dummy_length to 0, set call_dummy_words to NULL, set
4974 sizeof_call_dummy_words to 0, set fix_call_dummy to
4975 generic_fix_call_dummy, set pc_in_call_dummy to
4976 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4977 generic_push_dummy_frame, set push_return_address to
4978 i386_push_return_address and set frame_chain_valid to
4979 generic_file_frame_chain_valid.
4980
049ee0e4
AC
49812002-07-03 Andrew Cagney <ac131313@redhat.com>
4982
4983 * gdbarch.sh (struct regcache): Add opaque declaration.
4984 (EXTRACT_RETURN_VALUE): New architecture method.
4985 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4986 * gdbarch.h, gdbarch.c: Regenerate.
4987 * arch-utils.c (legacy_extract_return_value): New function.
4988 * arch-utils.h (legacy_extract_return_value): Declare.
4989 * values.c (value_being_returned): Re-enable code handling
4990 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4991 deprecated_grub_regcache_for_registers call to block handling
4992 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4993 (EXTRACT_RETURN_VALUE): Do not define.
4994
4e0d9804
GS
49952002-07-03 Grace Sainsbury <graces@redhat.com>
4996
4997 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4998 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4999 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
5000 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
5001 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
5002 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
5003 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5004 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
5005 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
5006 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
5007 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
5008 argument so the function fits the prototype in the architecture
5009 vector.
5010 (mcore_pop_frame): Remove argument so the function fits the
5011 prototype. Use get_current_frame instead of the argument.
5012 (mcore_push_arguments): Change type of struct_return so the
5013 function can be used in the architecture vector.
5014 (mcore_store_struct_return): Add.
5015 (mcore_frame_init_saved_regs): Add.
5016 (mcore_gdbarch_init): Add function calls to replace the macros
5017 removed from tm-mcore.h
5018
36160dc4
AC
50192002-07-03 Andrew Cagney <ac131313@redhat.com>
5020
5021 * infcmd.c (print_return_value): Remove compatibility code calling
5022 deprecated_grub_regcache_for_registers.
5023
5024 * values.c: Include "regcache.h".
5025 (value_being_returned): Update. Use
5026 deprecated_grub_regcache_for_registers to extract the register
5027 buffer address.
5028 * value.h (value_being_returned): Change ``retbuf'' parameter to a
5029 ``struct regcache''.
5030 * Makefile.in (values.o): Add dependency on $(regcache_h).
5031
5032 * inferior.h (run_stack_dummy): Change type of second parameter to
5033 a ``struct regcache''.
5034 * valops.c (hand_function_call): Change type of retbuf to ``struct
5035 regcache''. Allocate using regcache_xmalloc, clean using
5036 make_cleanup_regcache_xfree.
5037 * infcmd.c (run_stack_dummy): Update. Use
5038 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
5039
5040 * regcache.c (do_regcache_xfree): New function.
5041 (make_cleanup_regcache_xfree): New function.
5042 * regcache.h (make_cleanup_regcache_xfree): Declare.
5043
e64d9b3d
MH
50442002-07-03 Martin M. Hunt <hunt@redhat.com>
5045
4dd79c29
MH
5046 * event-top.c (command_line_handler): Don't read past
5047 beginning of buffer.
e64d9b3d 5048
4dd79c29
MH
50492002-07-03 Martin M. Hunt <hunt@redhat.com>
5050
e64d9b3d
MH
5051 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
5052 struct frame_id.
5053 (varobj_create): Store frame_id for root.
5054 (varobj_gen_name): Use xasprintf.
5055 (varobj_update): Save and restore frame using get_frame_id() and
5056 frame_find_by_id().
5057 (create_child): Use xasprintf.
5058 (new_root_variable): Initialize frame_id.
5059 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
5060 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
5061 to prevent memory leak.
5062
26e6c56a
AC
50632002-07-03 Andrew Cagney <ac131313@redhat.com>
5064
5065 * valops.c (hand_function_call): Move declaration of retbuf to
5066 start of function, allocate using malloc, add a cleanup but before
5067 the inf_status cleanup, cleanup the buffer. Rename local variable
5068 old_chain to inf_status_cleanup.
5069
f436dd25
MH
50702002-07-03 Martin M. Hunt <hunt@redhat.com>
5071
5072 * top.c (execute_command): Use cmd_func() and cmd_func_p().
5073
5074 * cli/cli-decode.c (cmd_func_p): New function.
5075 (cmd_func): New function.
5076
5077 * command.h: Add cmd_func() and cmd_func_p().
5078
4cfe2084
GS
50792002-07-03 Grace Sainsbury <graces@redhat.com>
5080
5081 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
5082 (REGISTER_SIZE): Remove.
5083 (MAX_REGISTER_RAW_SIZE): Remove.
5084 (REGISTER_VIRTUAL_TYPE): Remove.
5085 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
5086 (REGISTER_NAME): Remove.
5087 (USE_GENERIC_DUMMY_FRAMES): Remove.
5088 (CALL_DUMMY): Remove.
5089 (CALL_DUMMY_START_OFFSET): Remove.
5090 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5091 (CALL_DUMMY_LOCATION): Remove.
5092 (FIX_CALL_DUMMY): Remove.
5093 (CALL_DUMMY_ADDRESS): Remove.
5094 (SIZEOF_CALL_DUMMY_WORDS): Remove.
5095 (SAVE_DUMMY_FRAME_TOS): Remove.
5096 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
5097 (mcore_register_virtual_type): New function.
5098 (mcore_register_byte): New function.
5099 (mcore_register_size): New function.
5100 (mcore_register_name): New function.
5101 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
5102 macros removed from tm-mcore.h.
5103 (mcore_dump_tdep): Add.
5104 (_initialize_mcore_tdep): Add gdbarch_register call.
5105
4fd667e9
MK
51062002-07-03 Mark Kettenis <kettenis@gnu.org>
5107
5108 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
5109 frameless_look_for_prologue, such that we actually call this
5110 function.
5111
42f99ac2
JB
51122002-07-02 Joel Brobecker <brobecker@gnat.com>
5113
5114 * frame.h (frame_address_in_block): New function.
5115
5116 * blockframe.c (frame_address_in_block): New function extracted
5117 from get_frame_block().
5118 (get_frame_block): Use frame_address_in_block().
5119 (block_innermost_frame): Use frame_address_in_block() to match
5120 the frame pc address against the block boundaries rather than
5121 the frame pc directly. This prevents a failure when a frame pc
5122 is actually a return-address pointing immediately after the end
5123 of the given block.
5124
103a1597 51252002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
5126
5127 * MAINTAINERS: Add self under write after approval.
5128
51292002-07-02 Grace Sainsbury <graces@redhat.com>
5130
103a1597
GS
5131 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
5132 used in architecture vector. The default is
5133 m68k_local_breakpoint_from_pc.
5134 (m68k_local_breakpoint_from_pc): Add.
5135 (enum): Add register numbers from tm-m68k.h.
5136 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
5137 vector.
5138 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
5139 GDB_MULTI_ARCH_PARTIAL.
5140 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
5141 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
5142 m68k-tdep.c.
5143 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
5144 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
5145 to enum in m68k-tdep.c
5146
7a5a0534
JB
51472002-07-02 Joel Brobecker <brobecker@gnat.com>
5148
5149 * solib-osf.c (open_map): Compute the list of shared libraries
5150 loaded by the inferior, rather than the list of libraries loaded
5151 by GDB itself. Otherwise, GDB ends up reading the symbols from
5152 the wrong shared libraries...
5153
6f558d74
MK
51542002-07-02 Mark Kettenis <kettenis@gnu.org>
5155
b7d15bf7
MK
5156 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
5157 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
5158 macros.
5159 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
5160 Remove functions.
5161 (FRAMELESS_SIGNAL): Remove function.
5162 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
5163 i386_linux_saved_pc_after_call): Removed.
5164 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
5165 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
5166 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
5167
6bff26de
MK
5168 * i386-tdep.c (i386_frameless_signal_p): New function.
5169 (i386_frame_chain): Deal with frameless signals.
5170 (i386_sigtramp_saved_sp): New function.
5171 (i386_frame_saved_pc): Deal with frameless signals.
5172 (i386_saved_pc_after_call): Make sure the correct value is
5173 returned just after entry into a sigtramp.
5174 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
5175 i386fbsd4_sc_sp_offset): New variables.
5176 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
5177 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
5178 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
5179 similiar to what we already did for sc_pc_offset.
5180 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
5181 tdep->sc_sp_offset.
5182
6f558d74
MK
5183 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
5184
145564b7
ML
51852002-07-02 Michal Ludvig <mludvig@suse.cz>
5186
5187 * config/i386/tm-x86-64linux.h: New.
5188 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
5189 definitions.
5190 * config/i386/nm-x86-64.h: Rename to ...
5191 * config/i386/nm-x86-64linux.h: ... this one.
5192 * config/i386/x86-64linux.mh: Reflect the above change.
5193
3a1e71e3
MK
51942002-07-01 Mark Kettenis <kettenis@gnu.org>
5195
21d0e8a4
MK
5196 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
5197 with sigcontext_addr. Add sc_sp_offset.
5198 (i386bsd_sigtramp_saved_pc): Remove prototype.
5199 (i386bsd_sicontext_addr): Add prototype.
5200 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
5201 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
5202 (i386_svr4_sigtramp_saved_pc): Removed.
5203 (i386_svr4_sigcontext_addr): New function.
5204 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5205 Initialize tdep->sigcontext_addr instead. Initialize
5206 tdep->sc_pc_offset and tdep->sc_sp_offset.
5207 (i386_gdbarch_init): Likewise.
5208 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
5209 any more.
5210 (i386bsd_sigtramp_saved_pc): Remove function.
5211 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
5212 Initialize tdep->sigcontext_addr instead. Initialize
5213 tdep->sc_pc_offset.
5214 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
5215 of tdep->sigtramp_saved_pc.
5216 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
5217 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
5218 instead.
5219
3a1e71e3
MK
5220 * i386-tdep.c (i386_frameless_function_invocation,
5221 i386_frame_num_args, i386_frame_init_saved_regs,
5222 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
5223 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
5224 i386_extract_return_value, i386_store_return_value,
5225 i386_extract_struct_value_address, i386_register_virtual_type,
5226 i386_register_convertible, i386_register_convert_to_virtual,
5227 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
5228 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
5229 static.
5230
52e9098c
MK
52312002-07-01 Mark Kettenis <kettenis@gnu.org>
5232
77b13a25
MK
5233 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
5234
52e9098c
MK
5235 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
5236 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
5237 this macro. Include "value.h".
5238
1b372fff
AS
52392002-06-30 Aidan Skinner <aidan@velvet.net>
5240
5241 * ada-exp.tab.c: remove as it's a generated file
5242 * ada-lex.c: remove as it's a generated file
5243
9c5045b5
MK
52442002-06-30 Mark Kettenis <kettenis@gnu.org>
5245
4a93c5bb
MK
5246 * config/i386/tm-i386.h (struct frame_info, struct
5247 frame_saved_regs, struct value, struct type): Remove forward
5248 declarations.
5249
322d4fe0
MK
5250 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
5251 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
5252 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
5253 (FILL_FPXREGSET): Define.
5254
fdd8263d
MK
5255 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
5256
482e577b
MK
5257 * configure.tgt (i[3456]86-*-openbsd*): Fold into
5258 i[3456]86-*-netbsd* case.
5259 * config/i386/tm-obsd.h: Removed.
5260 * config/i386/obsd.mt: Removed.
5261 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
5262 core-aout.o.
5263 (MH_CFLAGS): Add -DYYDEBUG=0.
5264
6916549a
MK
5265 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
5266 i386nbsd_sc_pc_offset on OpenBSD too.
5267
9c5045b5
MK
5268 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
5269 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
5270 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
5271 define.
5272 * i386bsd-tdep.c: Include "arch-utils.h".
5273 (i386bsd_aout_in_solib_call_trampoline): New function.
5274 (i386bsd_init_abi): Set in_solib_call_trampoline to
5275 i386bsd_aout_in_solib_call_trampoline.
5276 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
5277 in_solib_call_trampoline to generic_in_solib_call_trampoline.
5278
aa84d1bb
AC
52792002-06-28 Andrew Cagney <ac131313@redhat.com>
5280
5281 * macrotab.h: Do not include "obstack.h" or "bcache.h".
5282 (struct obstack, struct bcache): Add opaque declarations.
5283 * Makefile.in (macrotab_h): Update
5284
b4d83933
AC
52852002-06-28 Andrew Cagney <ac131313@redhat.com>
5286
5287 * blockframe.c (generic_find_dummy_frame): Change return type to
5288 ``struct regcache''.
5289 (struct dummy_frame): Replace field ``registers'' with regcache, a
5290 struct regcache object.
5291 (generic_find_dummy_frame): Update.
5292 (generic_push_dummy_frame): Update. Use regcache_xfree,
5293 regcache_xmalloc and regcache_cpy.
5294 (generic_pop_dummy_frame): Update. Use regcache_cpy and
5295 regcache_xfree.
5296 (deprecated_generic_find_dummy_frame): Update.
5297 (generic_read_register_dummy): Update. Use
5298 regcache_read_as_address.
5299 (generic_call_dummy_register_unwind): Update. Use regcache_read.
5300 (generic_get_saved_register): Update. Use regcache_read.
5301
08c0b5bc
AC
53022002-06-28 Andrew Cagney <ac131313@redhat.com>
5303
5304 * Makefile.in (objfiles_h): Add $(bcache_h).
5305 * objfiles.h: Include "bcache.h".
5306
5307 * Makefile.in (symtab_h): Remove $(bcache_h).
5308 * symtab.h: Do not include "bcache.h".
5309
1f89801a
AC
53102002-06-28 Andrew Cagney <ac131313@redhat.com>
5311
5312 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
5313 generic_func_frame_chain_valid.
5314
b9644b58
DB
53152002-06-28 David O'Brien <obrien@FreeBSD.org>
5316
5317 * config/i386/nm-fbsd.h: Include <sys/param.h>.
5318 * config/i386/tm-fbsd.h: Likewise.
5319
dd486634
AC
53202002-06-28 Andrew Cagney <ac131313@redhat.com>
5321
5322 * rs6000-tdep.c (rs6000_gdbarch_init): Use
5323 generic_unwind_get_saved_register.
5324
0b434a00
AC
53252002-06-27 Andrew Cagney <ac131313@redhat.com>
5326
5327 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
5328 * regcache.c (supply_register): Add missing argument to
5329 register_buffer call.
5330
f30e5a77
AC
53312002-06-27 Andrew Cagney <ac131313@redhat.com>
5332
5333 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
5334 Solaris /bin/grep does not not like it. From Peter Schauer.
5335
9f064c95
TT
53362002-06-26 Tom Tromey <tromey@redhat.com>
5337
5338 * command.h (add_setshow_cmd): Declare.
5339 (add_setshow_cmd_full): Declare.
5340 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
5341 returns void. Use add_setshow_cmd_full.
5342 (add_setshow_cmd_full): New function.
5343 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
5344 (add_setshow_boolean_cmd): Likewise.
5345
099c7589
JT
53462002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5347
5348 * config/vax/tm-vax.h: Protect from multiple inclusion.
5349 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
5350 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
5351 * config/vax/tm-vaxbsd.h: ...here. New file.
5352 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
5353
1d049c5e
JT
53542002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5355
5356 * config/vax/tm-vax.h (BREAKPOINT): Remove.
5357 (BELIEVE_PCC_PROMOTION): Remove.
5358 (AP_REGNUM): Move to...
5359 * config/vax/nm-vax.h: ...here.
5360 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
5361 (vax_breakpoint_from_pc): New function.
5362 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
5363 and gdbarch_believe_pcc_promotion.
5364
4791e091
JT
53652002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
5366
5367 * Makefile.in (vax_tdep_h): Define.
5368 (vax-tdep.o): Use $(vax_tdep_h).
5369 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
5370 (vax_dump_tdep): New function.
5371 (_initialize_vax_tdep): Register vax_dump_tdep.
5372 * vax-tdep.h: Include osabi.h.
5373 (struct gdbarch_tdep): New.
5374
da130f98
AC
53752002-06-26 Andrew Cagney <cagney@redhat.com>
5376
5377 * frame.h (deprecated_generic_find_dummy_frame): Rename
5378 generic_find_dummy_frame.
5379 * blockframe.c (generic_find_dummy_frame): Make static.
5380 (deprecated_generic_find_dummy_frame): New function.
5381 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
5382 generic_find_dummy_frame with deprecated_find_dummy_frame.
5383 (sh64_nofp_frame_init_saved_regs): Ditto.
5384 (sh_fp_frame_init_saved_regs): Ditto.
5385 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
5386 (s390_frame_chain): Ditto.
5387 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
5388
6300c360
GS
53892002-06-26 Grace Sainsbury <graces@redhat.com>
5390
5391 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
5392 gdbarch vector are at the top.
5393 (NUM_REGS): Remove.
5394 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
5395 (FRAME_ARGS_ADDRESS): Remove.
5396 (FRAME_LOCALS_ADDRESS): Remove.
5397 (FRAME_NUM_ARGS): Remove.
5398 (FRAME_ARGS_SKIP): Remove.
5399 * m68k-tdep.c (enum): Add eumeration of special register numbers.
5400 (m68k_gdbarch_init): Add gdbarch initializations for macros
5401 undefined in tm-m68k.h
5402
1c617db8
GS
54032002-06-26 Grace Sainsbury <graces@redhat.com>
5404
5405 * monitor.h: Add the function regname to monitor_ops
5406 structure. This way NUM_REGS does not have to be a constant.
5407 * monitor.c (monitor_fetch_register): Added support for regname
5408 function. The function is called if the array regnames is NULL.
5409 (monitor_store_register): Same.
da130f98
AC
5410 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
5411 regnames array.
1c617db8
GS
5412 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
5413 cpu32bug_cmds.regname to point to new function.
5414 * abug-rom.c (abug_regname): Same as above.
5415 (init_abug_cmds): Same.
5416 * dbug-rom.c (dbug_regname): Same as above.
5417 (init_dbug_cmds): Same.
5418 * remote-est.c (est_regname): Same.
5419 (init_est_cmds): Same.
5420 * rom68k-rom.c (rom68k_regname): Same.
5421 (init_rom68k_cmds): Same.
5422
ea9365bb
TT
54232002-06-25 Tom Tromey <tromey@redhat.com>
5424
5425 * breakpoint.c (delete_command): Don't repeat `delete' commands.
5426
72cec141
AC
54272002-06-25 Andrew Cagney <cagney@redhat.com>
5428
5429 * infrun.c (stop_registers): Change variable's type to ``struct
5430 regcache'''.
5431 (xmalloc_inferior_status): Delete function.
5432 (free_inferior_status): Delete function.
5433 (normal_stop): Use regcache_cpy.
5434 (struct inferior_status): Change type of fields ``stop_registers''
5435 and ``registers'' to ``struct regcache''.
5436 (write_inferior_status_register): Use regcache_write.
5437 (save_inferior_status): Instead of calling
5438 xmalloc_inferior_status, allocate the inf_status buffer directly.
5439 Use regcache_dup_no_passthrough and regcache_dup to save the
5440 buffers.
5441 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
5442 Replace the stop_registers regcache instead of overriding it. Use
5443 regcache_xfree. Instead of calling free_inferior_status, xfree
5444 the buffer directly.
5445 (discard_inferior_status): Use regcache_xfree. Instead of calling
5446 free_inferior_status, xfree the buffer directly.
5447 (build_infrun): Use regcache_xmalloc.
5448 (_initialize_infrun): Delete redundant call to build_infrun.
5449
5450 * Makefile.in (infcmd.o): Add $(regcache_h).
5451
5452 * infcmd.c: Include "regcache.h".
5453 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
5454 obtain the address of `stop_registers' register buffer.
5455 (print_return_value): Ditto.
5456
5457 * inferior.h (struct regcache): Add opaque declaration.
5458 (stop_registers): Change variable's declared type to ``struct
5459 regcache''.
5460
defc6f8c
TT
54612002-06-24 Tom Tromey <tromey@redhat.com>
5462
c0e624e7
TT
5463 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
5464 * target.c (initialize_targets): Fixed typo in
5465 trust-readonly-sections `show' documentation.
5466
defc6f8c
TT
5467 * main.c: Marked all strings with _().
5468
2b236d82
DH
54692002-06-24 Don Howard <dhoward@redhat.com>
5470
5471 * memattr.c (create_mem_region): Treat hi == 0 as a special case
5472 that means max CORE_ADDR+1.
5473 (lookup_mem_region): Ditto.
5474 (mem_info_command): Ditto.
5475
942dc0e9
GS
54762002-06-24 Grace Sainsbury <graces@redhat.com>
5477
5478 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
5479 (REGISTER_BYTES_OK): Remove.
5480 (REGISTER_BYTES): Remove.
5481 (STORE_STRUCT_RETURN): Remove.
5482 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
5483 (STORE_RETURN_VALUE): Remove.
5484 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
5485 (FRAME_CHAIN): Remove.
5486 (FRAMELESS_FUNCTION_INVOCATION): Remove.
5487 (FRAME_SAVED_PC): Remove.
5488 * m68k-tdep.c (m68k_register_bytes_ok):Add.
5489 (m68k_store_struct_return): Add.
5490 (m68k_deprecated_extract_return_value): Add.
5491 (m68k_deprecated_extract_struct_value_address): Add.
5492 (m68k_store_return_value): Add.
5493 (m68k_frame_chain): Add.
5494 (m68k_frameless_function_invocation): Add.
5495 (m68k_frame_saved_pc): Add.
5496 (m68k_gdbarch_init): added set_gdbarch calls for new
5497 functions and deleted macros.
5498
03c30d4d
TT
54992002-06-23 Tom Tromey <tromey@redhat.com>
5500
5501 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
5502 (ALLDEPFILES): Likewise.
5503 (udiheaders): Removed.
5504 (udip2soc.o): Likewise.
5505 (udi2go32.o): Likewise.
5506 (udr.o): Likewise.
5507 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
5508
37e71372
AC
55092002-06-22 Andrew Cagney <ac131313@redhat.com>
5510
06a6ac57
AC
5511 * infrun.c (_initialize_infrun): Delete unnecessary call to
5512 build_infrun.
5513
37e71372
AC
5514 * regcache.h: Update comments describing the regcache_cpy family
5515 of functions.
5516 (regcache_save, regcache_restore): Delete declaration.
5517 (regcache_save_no_passthrough): Delete declaration.
5518 (regcache_restore_no_passthrough): Delete declaration.
5519 * regcache.c (regcache_save): Delete function.
5520 (regcache_save_no_passthrough): Delete function.
5521 (regcache_restore): Delete function.
5522 (regcache_restore_no_passthrough): Delete function.
5523
78f6d055
AC
55242002-06-21 Andrew Cagney <ac131313@redhat.com>
5525
5526 * config/m68k/tm-m68k.h: Fix typo.
5527 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
5528 (m68k_frame_init_saved_regs): Declare.
5529
78b119cb
JB
55302002-06-21 Jim Blandy <jimb@redhat.com>
5531
5532 Remove some vestiges of Harris 88k support.
5533 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
5534 register numbering quirk.
5535 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
5536 odd symbols occurring in Harris 88k ELF targets.
5537
0fbb3da7
TT
55382002-06-21 Tom Tromey <tromey@redhat.com>
5539
5540 * gdb_locale.h: New file.
5541 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
5542 (defs_h): Added gdb_locale.h.
5543 * configure, config.in: Rebuilt.
5544 * configure.in (PACKAGE): Define.
5545 * defs.h: Include gdb_locale.h.
5546 * main.c (captured_main): Call setlocale, bindtextdomain,
5547 textdomain.
5548
456f8b9d
DB
55492002-06-21 Dave Brolley <brolley@redhat.com>
5550
5551 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
5552 * config/frv/frv.mt: New file.
5553 * config/frv/tm-frv.h: New file.
5554 * configure.tgt: Support frv-*-*.
5555 * Makefile.in (frv-tdep.o): New target.
5556 * frv-tdep.c: New file.
5557 * NEWS: Mention frv.
5558
cdd463f9
DB
55592002-06-21 Dave Brolley <brolley@redhat.com>
5560
5561 * MAINTAINERS: Add self to "Write After Approval" list.
5562
5d3ed2e3
GS
55632002-06-21 Grace Sainsbury <graces@redhat.com>
5564
5565 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
5566 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5567 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
5568 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
5569 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
5570
5571 * m68k-tdep.c: Include arch-utils.h
5572 (m68k_register_raw_size): Add.
5573 (m68k_register_virtual_size): Add.
5574 (m68k_register_virtual_type): Add.
5575 (m68k_register_name): Add.
5576 (m68k_stack_align): Add.
5577 (m68k_register_byte): Add.
5578 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5579 tm-m68k.h.
5580
7f8e7424
GS
55812002-06-21 Grace Sainsbury <graces@redhat.com>
5582
a2c6a6d5 5583 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
5584 m68k_find_saved_regs.
5585 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 5586 references to it with frame->saved_regs.
7f8e7424
GS
5587 (m68k_gdbarch_init): Added function calls to initialize the
5588 gdbarch structure.
a2c6a6d5
GS
5589 (m68k_fix_call_dummy): Add.
5590 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5591 (CALL_DUMMY): Remove.
5592 (CALL_DUMMY_LENGTH): Remove.
5593 (CALL_DUMMY_START_OFFSET): Remove.
5594 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5595 (FIX_CALL_DUMMY): Remove.
5596 (PUSH_DUMMY_FRAME): Remove.
5597 (POP_FRAME): Remove.
7f8e7424 5598
f461f5cf
PM
55992002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5600
5601 * parse.c (parse_fprintf): New function used to avoid calls to
5602 fprintf in bison parser generated debug code.
5603 * parser-defs.h: Declaration of new parse_fprintf function.
5604 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5605 Set YYDEBUG to 1 by default.
5606 Set YYFPRINTF as parse_fprintf.
5607
7f0c12ed
ML
56082002-06-21 Michal Ludvig <mludvig@suse.cz>
5609
5610 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5611 encoding anymore.
5612 (pointer_encoding, enum ptr_encoding): New.
5613 (execute_cfa_program): Take care about pointer encoding.
5614 (dwarf2_build_frame_info): Only call parse_frame_info for
5615 .debug_frame and .eh_frame.
5616 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5617 fixed augmentation handling, added relative addressing,
5618 ignore duplicate FDEs. Added comments.
19d833a2 5619 * dwarf2cfi.c: Reindented.
7f0c12ed 5620
87c4a039
EZ
56212002-06-20 Elena Zannoni <ezannoni@redhat.com>
5622
5623 * event-top.c (command_handler): Don't use space_at_cmd_start
5624 unless there is sbrk() on the host. Assign time and space data
5625 to union fields of the appropriate length.
5626
1cf877ad
ML
56272002-06-20 Michal Ludvig <mludvig@suse.cz>
5628
5629 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5630 x86_64_register_name. Return type changed to 'const char *'.
5631 (x86_64_register_name2nr): Rename to x86_64_register_number.
5632 (x86_64_gdbarch_init): Update to reflect the change.
5633 * x86-64-tdep.h: Ditto.
5634 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5635 (supply_fpregset): Ditto.
5636
3fadccb3
AC
56372002-06-19 Andrew Cagney <cagney@redhat.com>
5638
5639 * regcache.h: Update copyright.
5640 (struct regcache, struct gdbarch): Add opaque declarations.
5641 (current_regcache): Declare global variable.
5642 (regcache_read, regcache_write): Add gdbarch parameter.
5643 (regcache_save, regcache_save_no_passthrough)
5644 (regcache_restore, regcache_restore_no_passthrough)
5645 (regcache_dup, regcache_dup_no_passthrough)
5646 (regcache_cpy, regcache_cpy_no_passthrough)
5647 (deprecated_grub_regcache_for_registers)
5648 (deprecated_grub_regcache_for_register_valid)
5649 (regcache_valid_p): Add function declarations.
5650
5651 * regcache.c: Update copyright.
5652 (regcache_descr_handle): New global variable.
5653 (struct regcache_descr): Define.
5654 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5655 (regcache_descr, xfree_regcache_descr): New functions.
5656 (struct regcache): Define.
5657 (regcache_xmalloc, regcache_xfree): New functions.
5658 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5659 (regcache_dup, regcache_dup_no_passthrough): New functions.
5660 (regcache_valid_p, regcache_read_as_address): New functions.
5661 (deprecated_grub_regcache_for_registers): New function.
5662 (deprecated_grub_regcache_for_register_valid): New function.
5663 (current_regcache): New global variable.
5664 (register_buffer): Add regcache parameter. Update calls.
5665 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5666 (read_register_gen, write_register_gen): Update register_buffer
5667 call. Test for legacy_p instead of gdbarch_register_read_p or
5668 gdbarch_register_write_p.
5669 (regcache_collect): Update register_buffer call.
5670 (build_regcache): Rewrite. Use deprecated grub functions.
5671 (regcache_save, regcache_save_no_passthrough): New functions.
5672 (regcache_restore, regcache_restore_no_passthrough): New
5673 functions.
5674 (_initialize_regcache): Create the regcache_data_handle. Swap
5675 current_regcache global variable.
5676
5677 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5678 parameter to regcache_read and regcache_write calls.
5679 (sh4_register_read): Ditto.
5680 (sh64_pseudo_register_read): Ditto.
5681 (sh64_register_read): Ditto.
5682 (sh_pseudo_register_write): Ditto.
5683 (sh4_register_write): Ditto.
5684 (sh64_pseudo_register_write): Ditto.
5685 (sh64_register_write): Ditto.
5686
5687 * defs.h (XCALLOC): Define.
5688
152d9db6
GS
56892002-06-19 Grace Sainsbury <graces@redhat.com>
5690
5691 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5692 * m68k-tdep.c (m68k_gdbarch_init): Added.
5693 (m68k_dump_tdep): Added.
5694
170911c7
DJ
56952002-06-19 Daniel Jacobowitz <drow@mvista.com>
5696
5697 * ada-lang.c (fill_in_ada_prototype): Update comment.
5698
2e4ebe70
DJ
56992002-06-19 Daniel Jacobowitz <drow@mvista.com>
5700
5701 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5702 MIPS_ABI_LAST.
5703 (mips_abi_string, mips_abi_strings): New.
5704 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5705 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5706 tdep->mips_abi_string. Honor mips_abi_string. Default to
5707 O32 if no ABI is found.
5708 (mips_dump_tdep): Use mips_abi_strings.
5709 (mips_abi_update): New function.
5710 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5711 ``set mips abi'' and ``show mips abi''. Check the size of
5712 mips_abi_strings.
5713
16775908
AC
57142002-06-19 Andrew Cagney <cagney@redhat.com>
5715
5716 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5717 constant.
5718
5051bfa4 57192002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5720
5051bfa4
JB
5721 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5722 current frame using only the first stack size adjustment. All
5723 subsequent size adjustments are not considered to be part of
5724 the "static" part of the current frame.
5725 Compute the address of the saved registers relative to the
5726 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5727 in use in this frame.
5728
56468235
DH
57292002-06-18 Don Howard <dhoward@redhat.com>
5730
5731 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5732 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5733 suggesting this solution.
5734
0b624158
AC
57352002-06-18 Andrew Cagney <ac131313@redhat.com>
5736
5737 * config/romp/xm-rtbsd.h: Delete file.
5738 * config/romp/rtbsd.mh: Delete file.
5739
221ea385
KS
57402002-06-18 Keith Seitz <keiths@redhat.com>
5741
5742 * breakpoint.c (condition_command): Post breakpoint_modify
5743 when a condition is added to an existing breakpoint.
5744 (commands_command): Likewise for commands.
5745 (set_ignore_count): Likewise for ignore counts.
5746 If no tty, do not simply return, still need to send event
5747 notification.
5748 (ignore_command): Only print a newline if the command came
5749 from a tty.
5750 Don't call breakpoints_changed, since this is now properly
5751 handled by set_ignore_count.
5752
5402eed1
AC
57532002-06-18 Andrew Cagney <cagney@redhat.com>
5754
5755 * MAINTAINERS: Note that cris-elf target can be compiled with
5756 -Werror.
5757 * cris-tdep.c (cris_register_name): Make return type constant.
5758 (cris_breakpoint_from_pc): Ditto.
5759
cc22880b
ML
57602002-06-18 Michal Ludvig <mludvig@suse.cz>
5761
5762 * frame.h (struct frame_info): Change type of context to
5763 'struct context'.
5764
fa88f677
AC
57652002-06-17 Andrew Cagney <cagney@redhat.com>
5766
5767 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5768 pointer.
5769 * gdbarch.h, gdbarch.c: Regenerate.
5770 * config/mips/tm-mips.h (mips_register_name): Update.
5771 * i386-tdep.h (i386_register_name): Update.
5772 * mips-tdep.c (mips_register_name): Update
5773 * alpha-tdep.c (alpha_register_name): Update.
5774 * arch-utils.c (legacy_register_name): Update.
5775 * arch-utils.h (legacy_register_name): Update.
5776 * avr-tdep.c (avr_register_name): Update.
5777 * ia64-tdep.c (ia64_register_name): Update.
5778 * i386-tdep.c (i386_register_name): Update.
5779 * sparc-tdep.c (sparc32_register_name): Update.
5780 (sparc64_register_name): Update.
5781 (sparclite_register_name): Update.
5782 (sparclet_register_name): Update.
5783 * sh-tdep.c (sh_generic_register_name): Update.
5784 (sh_sh_register_name): Update.
5785 (sh_sh3_register_name): Update.
5786 (sh_sh3e_register_name): Update.
5787 (sh_sh_dsp_register_name): Update.
5788 (sh_sh3_dsp_register_name): Update.
5789 (sh_sh4_register_name): Update.
5790 (sh_sh64_register_name): Update.
5791 * s390-tdep.c (s390_register_name): Update.
5792 * rs6000-tdep.c (rs6000_register_name): Update.
5793 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5794 (ns32k_register_name_32382): Update.
5795 * d10v-tdep.c (d10v_ts2_register_name): Update.
5796 (d10v_ts3_register_name): Update.
5797 * xstormy16-tdep.c (xstormy16_register_name): Update.
5798 * vax-tdep.c (vax_register_name): Update.
5799 * v850-tdep.c (v850_register_name): Update.
5800 * m68hc11-tdep.c (m68hc11_register_name): Update.
5801 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5802 (am33_register_name): Update.
5803
ea1e7ef6
GS
58042002-06-17 Grace Sainsbury <graces@redhat.com>
5805
5806 * m68k-tdep.c: Reindented.
5807
9b02dd1b
AC
58082002-06-17 Andrew Cagney <ac131313@redhat.com>
5809
5810 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5811 list of predefined types.
5812
8758dec1
MK
58132002-06-16 Mark Kettenis <kettenis@gnu.org>
5814
b6197528
MK
5815 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5816 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5817 REGISTER_CONVERT_TO_RAW): Remove defines.
5818 (i386_register_virtual_type, i386_register_convertible,
5819 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5820 Remove prototypes.
5821 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5822 macros mentioned above.
5823
82b47e62
MK
5824 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5825 (i386lynx_saved_pc_after_call): Remove prototype.
5826 * i386ly-tdep.c: Include "i386-tdep.h".
5827 (i386lynx_saved_pc_after_call): Make static. Use
5828 read_memory_nobpt instead of read_memory. Use
5829 read_memory_unsigned_integer instead of read_memory_integer.
5830 (i386lynx_init_abi): New function.
5831 (i386lynx_coff_osabi_sniffer): New function.
5832 (_initialize_i386bsd_tdep): New function.
5833
8758dec1
MK
5834 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5835 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5836 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5837 (i386_fix_call_dummy): Remove prototype.
5838 * i386-tdep.c (i386_call_dummy_words): New variable.
5839 (i386_gdbarch_init): Adjust for removal of the
5840 macros mentioned above.
5841
e9e68a56
AC
58422002-06-15 Andrew Cagney <ac131313@redhat.com>
5843
5844 * command.h (add_setshow_auto_boolean_cmd): Replace
5845 add_set_auto_boolean_cmd.
5846 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5847 add_set_auto_boolean_cmd.
5848 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5849 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5850 mask-address'' command.
5851 (show_mask_address): Add cmd parameter.
5852 * remote.c (add_packet_config_cmd): Update. Change type of
5853 set_func and show_func to cmd_sfunc_ftype.
5854 (_initialize_remote): Update `set remote Z-packet'
5855 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5856 (show_remote_protocol_e_packet_cmd): Ditto.
5857 (show_remote_protocol_E_packet_cmd): Ditto.
5858 (show_remote_protocol_P_packet_cmd): Ditto.
5859 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5860 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5861 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5862 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5863 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5864 (show_remote_protocol_Z_packet_cmd): Ditto.
5865 (show_remote_protocol_binary_download_cmd): Ditto.
5866 (show_remote_cmd): Pass NULL to all of above.
5867
fc08ec52
MK
58682002-06-15 Mark Kettenis <kettenis@gnu.org>
5869
5870 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5871 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5872 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5873 POP_FRAME): Remove defines.
5874 (i386_push_arguments, i386_store_struct_return,
5875 i386_extract_return_value, i386_store_return_value,
5876 i386_extract_struct_value_address, i386_push_dummy_frame,
5877 i386_pop_frame): Renove prototypes.
5878 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5879 macros mentioned above.
5880
e707bbc2
AC
58812002-06-15 Andrew Cagney <ac131313@redhat.com>
5882
5883 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5884 add_set_boolean_cmd.
5885 (add_setshow_cmd): New function.
5886 * command.h (add_setshow_boolean_cmd): Replace
5887 add_set_boolean_cmd.
5888 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5889 and ``set rdiromatzero''.
5890 * maint.c (_initialize_maint_cmds): Update commented out code.
5891 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5892 * target.c (initialize_targets): Update `set
5893 trust-readonly-sections'.
5894 * remote.c (_initialize_remote): Update `set remotebreak'.
5895
42fdc8df
MK
58962002-06-15 Mark Kettenis <kettenis@gnu.org>
5897
93924b6b
MK
5898 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5899 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5900 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5901 fit into multi-arch framework.
5902 (i386_breakpoint_from_pc): New function.
5903 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5904 above.
5905
42fdc8df
MK
5906 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5907 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5908 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5909 (i386_frameless_function_invocation, i386_frame_num_args,
5910 i386_frame_init_saved_regs): Remove prototypes.
5911 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5912 macros mentioned above.
5913
9773a94b
AC
59142002-06-15 Andrew Cagney <ac131313@redhat.com>
5915
5916 * cli/cli-decode.c (set_cmd_cfunc): Update.
5917 (set_cmd_sfunc): Update.
5918 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5919 (set_cmd_sfunc, set_cmd_cfunc): Update.
5920 * cli/cli-decode.h: Update.
5921
6e157172
MK
59222002-06-15 Mark Kettenis <kettenis@gnu.org>
5923
5924 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5925 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5926
7f19b9a2
AC
59272002-06-15 Andrew Cagney <ac131313@redhat.com>
5928
5929 * defs.h (auto_boolean): Declare enum.
5930 * command.h (cmd_auto_boolean): Delete enum.
5931 * mips-tdep.c (mask_address_var): Update.
5932 (mips_mask_address_p): Update.
5933 (show_mask_address): Update.
5934 * remote.c (struct packet_config): Update.
5935 (update_packet_config): Update.
5936 (show_packet_config_cmd): Update.
5937 (packet_ok): Update.
5938 (add_packet_config_cmd): Update.
5939 (_initialize_remote):
5940 * command.h: Update.
5941 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5942 (do_setshow_command): Update.
5943 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5944 * cli/cli-decode.h: Update.
5945
1cf88de5
MK
59462002-06-15 Mark Kettenis <kettenis@gnu.org>
5947
22ba8cf2
MK
5948 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5949 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5950 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5951 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5952 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5953 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5954
762c5349
MK
5955 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5956 list of DJGPP COFF targets.
5957
091198bb
MK
5958 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5959 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5960 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5961 (FP0_REGNUM): Remove define.
5962 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5963 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5964 (i386_register_virtual_size): Remove protoype.
5965 * i386-tdep.c (i386_register_virtual_size): Removed.
5966 (i386_extract_return_value, i386_store_return_value): Use
5967 FP0_REGNUM instead of NUM_FREGS to determine whether the
5968 floating-point registers are available.
5969 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5970 Adjust for removal of macros mentioned above.
5971
59722002-06-15 Mark Kettenis <kettenis@gnu.org>
5973
fcc9bf01
MK
5974 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5975 comments.
5976 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5977 Remove prototypes.
5978 (supply_gregset, fill_gregset): Remove use of register keyword and
5979 remove declaration for regmap. Use I386_NUM_GREGS instead of
5980 NUM_REGS and NUM_FREGS.
5981 (FPREGSET_FSAVE_OFFSET): Remove.
5982 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5983 NUM_FREGS to determine whether the floating-point registers are
5984 available.
5985
65e78234
MK
5986 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5987 gnu_store_registers): Replace usage of NUM_GREGS with
5988 I386_NUM_GREGS.
5989
98df6387
MK
5990 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5991 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5992 usage of NUM_GREGS with I386_NUM_GREGS.
5993
099a9414
MK
5994 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5995
57976e88
MK
5996 * i386bsd-nat.c: Include "i386-tdep.h".
5997 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5998 I386_NUM_GREGS.
5999
b335f4a6
MK
6000 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
6001 and associated comment. They no longer make any sense, since we
6002 don't use this file anymore on Linux.
6003
1cf88de5
MK
6004 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
6005 * i386-tdep.c (i386_register_offset, i386_register_size): Use
6006 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
6007 elements in these arrays.
6008 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
6009 MAX_NUM_REGS.
6010
daa66587
MK
60112002-06-15 Mark Kettenis <kettenis@gnu.org>
6012
6013 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
6014 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
6015
26e9b323
AC
60162002-06-14 Andrew Cagney <cagney@redhat.com>
6017
6018 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
6019 EXTRACT_RETURN_VALUE.
6020 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
6021 EXTRACT_STRUCT_VALUE_ADDRESS.
6022 * gdbarch.h, gdbarch.c: Regenerate.
6023
6024 * values.c (value_being_returned): Handle
6025 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
6026 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
6027
6028 * arm-linux-tdep.c (arm_linux_init_abi): Update.
6029 * arm-tdep.c (arm_gdbarch_init): Update.
6030 * avr-tdep.c (avr_gdbarch_init): Update.
6031 * cris-tdep.c (cris_gdbarch_init): Update.
6032 * d10v-tdep.c (d10v_gdbarch_init): Update.
6033 * ia64-tdep.c (ia64_gdbarch_init): Update.
6034 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6035 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6036 * s390-tdep.c (s390_gdbarch_init): Update.
6037 * sh-tdep.c (sh_gdbarch_init): Update.
6038 * s390-tdep.c (s390_gdbarch_init): Update.
6039 * sparc-tdep.c (sparc_gdbarch_init): Update.
6040 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
6041 * v850-tdep.c (v850_gdbarch_init): Update.
6042 * vax-tdep.c (vax_gdbarch_init): Update.
6043 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
6044 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6045
6046 * config/arc/tm-arc.h: Update.
6047 * config/d30v/tm-d30v.h: Update.
6048 * config/fr30/tm-fr30.h: Update.
6049 * config/h8300/tm-h8300.h: Update.
6050 * config/h8500/tm-h8500.h: Update.
6051 * config/i386/tm-i386.h: Update.
6052 * config/i386/tm-ptx.h: Update.
6053 * config/i386/tm-symmetry.h: Update.
6054 * config/i960/tm-i960.h: Update.
6055 * config/m32r/tm-m32r.h: Update.
6056 * config/m68k/tm-delta68.h: Update.
6057 * config/m68k/tm-linux.h: Update.
6058 * config/m68k/tm-m68k.h: Update.
6059 * config/m88k/tm-m88k.h: Update.
6060 * config/mcore/tm-mcore.h: Update.
6061 * config/mips/tm-mips.h: Update.
6062 * config/mn10200/tm-mn10200.h: Update.
6063 * config/pa/tm-hppa.h: Update.
6064 * config/pa/tm-hppa64.h: Update.
6065 * config/sparc/tm-sp64.h: Update.
6066 * config/sparc/tm-sparc.h: Update.
6067 * config/sparc/tm-sparclet.h: Update.
6068 * config/z8k/tm-z8k.h: Update.
6069
5179e78f
AC
60702002-06-14 Andrew Cagney <cagney@redhat.com>
6071
6072 * Makefile.in (i386_linux_tdep_h): Define.
6073 (i386_tdep_h, i387_tdep_h): Define.
6074 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
6075 $(i386_tdep_h) and $(i387_tdep_h).
6076 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6077
8201327c
MK
60782002-06-14 Mark Kettenis <kettenis@gnu.org>
6079
edf393ac
MK
6080 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
6081 Already covered by the default.
6082
896fb97d
MK
6083 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
6084 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
6085 (i386_gdbarch_init): Initialize long_double_format and long_double
6086 bit.
6087
8201327c
MK
6088 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
6089 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
6090 Move these to ...
6091 * config/i386/i386sol2.mh: ... here.
6092 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
6093 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
6094 (SIGCONTEXT_PC_OFFSET): Remove define.
6095 (IN_SIGTRAMP): Remove define.
6096 * i386-sol2-tdep.c: New file.
6097
6098 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
6099 * config/i386/tm-i386nw.h: Removed.
6100
6101 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
6102 USE_STRUCT_CONVENTION): Remove defines.
6103 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6104 (get_longjmp_target): Remove prototype.
6105 (IN_SIGTRAMP): Remove define.
6106 (i386bsd_in_sigtramp): Remove prototype.
6107 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6108 function. Update comment accordingly
6109 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6110 (FRAME_SAVED_PC): Remove define.
6111 (i386bsd_frame_saved_pc): Remove prototype.
6112 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
6113 GET_LONGJMP_TARGET): Remove defines.
6114 (get_longjmp_target): Remove prototype.
6115 (IN_SIGTRAMP): Remove define.
6116 (i386bsd_in_sigtramp): Remove prototype.
6117 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
6118 function. Update comment accordingly
6119 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
6120 (FRAME_SAVED_PC): Remove define.
6121 (i386bsd_frame_saved_pc): Remove prototype.
6122 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
6123 Remove prototype.
6124 (USE_STRUCT_CONVENTION): Remove prototype.
6125 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
6126 declaration.
6127 (_initialize_i386bsd_nat): Revise logic to determine some
6128 constants at compile time when compiling a native GDB. Warn if
6129 things don't match up with what we expect.
6130 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
6131 Remove variables.
6132 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
6133 to use date stored in `struct gdbarch_tdep'.
6134 (i386bsd_sigcontext_offset): Remove varaible.
6135 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
6136 stored in `struct gdbarch_tdep'.
6137 (i386bsd_frame_saved_pc): Make static.
6138 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
6139 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
6140 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
6141 i386fbsd4_sc_pc_offset): New variables.
6142 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
6143 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
6144 functions.
6145 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
6146 functions.
6147 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
6148 Modify the value of i386fbsd_sigtramp_start and
6149 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
6150 i386fbsd_sigtramp_end.
6151 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
6152 function.
6153
6154 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
6155 define to i386-linux-tdep.h.
6156 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
6157 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
6158 defines.
6159 (i386_linux_register_name, i386_linux_register_byte,
6160 i386_linux_register_raw_size): Remove prototypes.
6161 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
6162 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
6163 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
6164 TARGET_WRITE_PC): Remove defines.
6165 (i386_linux_in_sigtramp, i386_linux_frame_chain,
6166 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
6167 i386_linux_write_pc): Remove prototypes.
6168 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6169 (get_longjmp_target): Remove prototype.
6170 * i386-linux-tdep.h: New file.
6171 * i386-linux-nat.c: Include "i386-linux-tdep.h".
6172 * i386-linux-tdep.c: Include "i386-tdep.h" and
6173 "i386-linux-tdep.h".
6174 (i386_linux_register_name, i386_linux_register_byte,
6175 i386_linux_register_raw_size, i386_linux_in_sigtramp,
6176 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
6177 Make static.
6178 (i386_linux_init_abi): New function.
6179 (_initialize_i386_linux_tdep): New function.
6180
6181 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
6182 (i386_saved_pc_after_call): Remove prototype.
6183 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
6184 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
6185 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
6186 (i386_register_name, i386_stab_reg_to_regnum,
6187 i386_dwarf_reg_to_regnum): Remove prototypes.
6188 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
6189 SIZEOF_SSE_REGS): Remove defines.
6190 (REGISTER_BYTES): Remove define.
6191 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
6192 (i386_register_byte, i386_register_raw_size): Remove prototypes.
6193 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
6194 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
6195 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
6196 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
6197 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
6198 (get_longjmp_target): Remove prototype.
6199 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
6200 (sigtramp_saved_pc): Remove define.
6201 (i386v4_sigtramp_saved_pc): Remove prototype.
6202 * config/i386/tm-go32.h (FRAME_CHAIN,
6203 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
6204 (i386go32_frame_saved_pc): Remove prototype.
6205 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
6206 (get_longjmp_target): Remove prototype.
6207 * i386-tdep.h: Include "osabi.h".
6208 (enum i386_abi): Removed.
6209 (enum struct_return): New enum.
6210 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
6211 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
6212 sc_pc_offset members.
6213 (i386_gdbarch_register_os_abi): Remove prototype.
6214 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
6215 I386_SSE_NUM_REGS): New defines.
6216 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
6217 I386_SSE_SIZEOF_REGS): New defines.
6218 (i386_register_name, i386_register_byte, i386_register_raw_size):
6219 New prototypes.
6220 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
6221 (i386bsd_sigtramp_saved_pc): New prototype.
6222 * i386-tdep.c: Don't include "elf-bfd.h".
6223 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
6224 i386_frame_chain, i386_saved_pc_after_call): Make static.
6225 (i386_frame_saved_pc): Rewrite to call architecture dependent
6226 function to deal with signal handlers. Make static.
6227 (i386go32_frame_saved_pc): Removed.
6228 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
6229 Removed.
6230 (i386_get_longjmp_target): New function.
6231 (default_struct_convention, pcc_struct_convention,
6232 reg_struct_convention, valid_conventions, struct_convention): New
6233 variables.
6234 (i386_use_struct_convention): New function.
6235 (i386v4_sigtramp_saved_pc): Renamed to
6236 i386_svr4_sigtramp_saved_pc. Made static. Moved.
6237 (i386_pc_in_sigtramp): New function.
6238 (i386_abi_names): Removed.
6239 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
6240 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
6241 Removed.
6242 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
6243 i386_gdbarch_register_os_abi): Removed.
6244 (struct i386_abi_handler): Removed.
6245 (i386_abi_handler_list): Removed.
6246 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
6247 functions.
6248 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
6249 i386_nw_init_abi): New functions.
6250 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
6251 Use set_gdbarch_xxx() calls instead of relying on macros for a
6252 number of calls.
6253 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
6254 (_initialize_i386_tdep): Add new 'struct-convcention' command.
6255 Register the various architecture variants defined in this file.
6256
ad2f7632
DJ
62572002-06-14 Daniel Jacobowitz <drow@mvista.com>
6258
6259 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
6260 (struct main_type): Remove arg_types member. Update comments for
6261 struct field.
6262 (TYPE_ARG_TYPES): Remove.
6263 (TYPE_FN_FIELD_ARGS): Update.
6264 (smash_to_method_type): Update prototype.
6265
6266 * c-typeprint.c (cp_type_print_method_args): Take method type
6267 instead of argument list. Use new argument layout. Simplify.
6268 (c_type_print_args): Use new argument layout. Simplify.
6269 (c_type_print_base): Update call to cp_type_print_method_args.
6270 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
6271 argument; use die->type instead. Update call to
6272 smash_to_method_type.
6273 (read_structure_scope): Update call to dwarf2_add_member_fn.
6274 * gdbtypes.c (allocate_stub_method): Update comment.
6275 (smash_to_method_type): Take new NARGS and VARARGS arguments.
6276 Use new argument layout.
6277 (check_stub_method): Use new argument layout. Don't count
6278 void as an argument.
6279 (print_arg_types): Update comments. Use new argument layout.
6280 (recursive_dump_type): Don't print arg_types member.
6281 * hpread.c (hpread_read_struct_type): Use new argument layout.
6282 (fixup_class_method_type): Likewise.
6283 (hpread_type_lookup): Likewise.
6284 * stabsread.c (read_type): Update calls to read_args and
6285 smash_to_method_type.
6286 (read_args): Use new argument layout. Simplify.
6287 * valops.c (typecmp): Use new argument layout. Update parameters
6288 and comments. Simplify.
6289 (hand_function_call): Use new argument layout.
6290 (search_struct_method): Update call to typecmp.
6291 (find_overload_match): Use new argument layout.
6292
6da02953
DJ
62932002-06-13 Daniel Jacobowitz <drow@mvista.com>
6294
6295 * NEWS: Mention multithreaded debug support for gdbserver.
6296
519b2366
DJ
62972002-06-13 Daniel Jacobowitz <drow@mvista.com>
6298
6299 * MAINTAINERS: Mention NEWS.
6300
6c0d6680
DJ
63012002-06-13 Daniel Jacobowitz <drow@mvista.com>
6302
6303 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
6304 (struct mips_objfile_private, compare_pdr_entries): New.
6305 (non_heuristic_proc_desc): Read the ".pdr" section if it
6306 is present.
6307
6529d2dd
AC
63082002-06-12 Andrew Cagney <ac131313@redhat.com>
6309
6310 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
6311 (arm_debug): New static variable.
6312 (_initialize_arm_tdep): Add ``set debug arm'' command.
6313
26216b98
AC
63142002-06-12 Andrew Cagney <ac131313@redhat.com>
6315
6316 * Makefile.in (sim_arm_h): Define.
6317 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
6318 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
6319 (arm_register_sim_regno): New function, map an internal REGNUM
6320 onto a simulator register number.
6321 (arm_gdbarch_init): Set register_sim_regno.
6322
814b3ba0
AH
63232002-06-09 Aldy Hernandez <aldyh@redhat.com>
6324
6325 * MAINTAINERS: Add self.
6326
475b0867
JB
63272002-06-11 Jim Blandy <jimb@redhat.com>
6328
919d772c
JB
6329 * source.c (source_info): Mention whether the symtab has
6330 information about preprocessor macros.
6331
475b0867
JB
6332 Call the command `info macro', not `show macro'.
6333 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
6334 Fix error message.
6335 (_initialize_macrocmd): Register `info_macro_command' in
6336 `infolist', not `showlist'.
6337
9e364162
DJ
63382002-06-11 Daniel Jacobowitz <drow@mvista.com>
6339
6340 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
6341 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
6342 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
6343 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
6344 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
6345 unconditionally.
6346 (set_mipsfpu_single_command, set_mipsfpu_double_command)
6347 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
6348 (_initialize_mips_tdep): Remove dead code.
6349 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
6350 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6351 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
6352 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
6353 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
6354 MIPS_LAST_FP_ARG_REGNUM): Remove.
6355
23aa4c72
ML
63562002-06-11 Michal Ludvig <mludvig@suse.cz>
6357
6358 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
6359 (unwind_tmp_obstack_free, parse_frame_info)
6360 (update_context, cfi_read_fp, cfi_write_fp)
6361 (cfi_frame_chain, cfi_init_extra_frame_info)
6362 (cfi_virtual_frame_pointer): Use the above function.
264d1763 6363 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 6364
70eb15a4
CV
63652002-06-11 Corinna Vinschen <vinschen@redhat.com>
6366
6367 * v850-tdep.c (v850_type_is_scalar): New function.
6368 (v850_use_struct_convention): Match current gcc implementation
6369 as close as possible.
6370 (v850_push_arguments): Fix stack_offset handling. Don't write
6371 struct_addr into register. This is done by v850_store_struct_return.
6372 (v850_extract_return_value): Care for structs.
6373 (v850_store_return_value): Ditto.
6374 (v850_store_struct_return): Actually write address.
6375
482a4d06
ML
63762002-06-11 Michal Ludvig <mludvig@suse.cz>
6377
6378 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
6379 without debug information too.
6380
d855c300
AC
63812002-06-10 Andrew Cagney <ac131313@redhat.com>
6382
6383 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
6384 Make multi-arch pure.
6385 * gdbarch.h, gdbarch.c: Re-generate.
6386 * arm-tdep.c (arm_print_float_info): Update.
6387 * arch-utils.h (default_print_float_info): Update.
6388 * arch-utils.c (default_print_float_info): Update.
6389 * infcmd.c (float_info): Update call.
6390
dd12a101
AC
63912002-06-10 Andrew Cagney <ac131313@redhat.com>
6392
6393 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
6394 the front of the initialize list.
6395
101dcfbe
AC
63962002-06-10 Andrew Cagney <ac131313@redhat.com>
6397
6398 * infrun.c (struct inferior_status): Replace fields
6399 selected_frame_address and selected_level with field
6400 selected_frame_id.
6401 (save_inferior_status): Update. Use get_frame_id.
6402 (struct restore_selected_frame_args): Delete.
6403 (restore_selected_frame): Update. Use frame_find_by_id.
6404 (restore_inferior_status): Update.
6405
6406 * breakpoint.h (struct breakpoint): Change type of
6407 watchpoint_frame to frame_id.
6408 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
6409 call to get_current_frame.
6410 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
6411 get_current_frame.
6412 (watchpoint_check): Use frame_find_by_id.
6413
6414 * frame.h (record_selected_frame): Delete declaration.
6415 * stack.c (record_selected_frame): Delete function.
6416
6417 * frame.h (struct frame_id): Define.
6418 (get_frame_id): Declare.
6419 (frame_find_by_id): Declare.
6420 * frame.c (frame_find_by_id): New function.
6421 (get_frame_id): New function.
6422
304270b6
AV
64232002-06-10 Andrey Volkov <avolkov@transas.com>
6424
6425 * ser-e7kpc.c: Fix duplicated define and call of
6426 _initialize_ser_e7000pc
6427
2f2cf184
DJ
64282002-06-09 Daniel Jacobowitz <drow@mvista.com>
6429
6430 * signals/signals.c (target_signal_from_host): Fix #ifdef
6431 SIGRTMIN case.
6432 (do_target_signal_to_host): Likewise.
6433
caaa3122
DJ
64342002-06-09 Daniel Jacobowitz <drow@mvista.com>
6435
6436 * mips-tdep.c (mips_find_abi_section): New function.
6437 (mips_gdbarch_init): Call it.
6438
6ac5df3a
MK
64392002-06-09 Mark Kettenis <kettenis@gnu.org>
6440
6441 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
6442 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
6443 after Andrew's 2002-06-08 gdbarch change.
6444
82ea117a
MK
64452002-06-09 Mark Kettenis <kettenis@gnu.org>
6446
6447 * i386-linux-nat.c (suppy_gregset): Don't supply
6448 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
6449 register cache.
6450 (fill_gregset): Don't fetch it under the same circumstances.
6451
3c25f8c7
AC
64522002-06-09 Andrew Cagney <cagney@redhat.com>
6453
6454 * Makefile.in (callback_h): Define.
6455 (remote_sim_h): Update path to remote-sim.h.
6456 (remote-rdp.o): Add $(callback_h).
6457 (remote-sim.o): Use $(callback_h).
6458 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
6459 * remote-rdp.c: Include "gdb/callback.h".
6460
1029b7fa
MK
64612002-06-09 Mark Kettenis <kettenis@gnu.org>
6462
6463 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
6464 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
6465
616675d3
AC
64662002-06-08 Andrew Cagney <ac131313@redhat.com>
6467
a3efda28
AC
6468 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
6469 * rdi-share/serpardr.c: Ditto.
6470 * rdi-share/unixcomm.c: Ditto.
6471 * rdi-share/serdrv.c: Ditto.
6472 * rdi-share/hostchan.h: Ditto.
6473 * rdi-share/hostchan.c: Ditto.
6474 * rdi-share/host.h: Ditto.
6475 * rdi-share/devsw.c: Ditto.
6476
c5f10366
AC
6477 * objfiles.h: Change type of obj_private to void pointer.
6478 * pa64solib.c: Update copyright. Don't include "assert.h", use
6479 strcmp instead of STREQ, use LONGEST, do not use PTR
6480 * somsolib.c: Ditto.
6481
616675d3
AC
6482 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
6483 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
6484 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
6485
e4b415d9
AC
64862002-06-08 Andrew Cagney <ac131313@redhat.com>
6487
6488 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
6489 (default_get_saved_register): Delete function.
6490 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
6491 generic_unwind_get_saved_register.
6492 * gdbarch.h, gdbarch.c: Re-generate.
6493
ca0d0b52
AC
64942002-06-08 Andrew Cagney <ac131313@redhat.com>
6495
6496 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
6497 generic_func_frame_chain_valid.
6498 * gdbarch.h, gdbarch.c: Re-generate.
6499 * blockframe.c (generic_func_frame_chain_valid): Only check
6500 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
6501 passing FP to PC_IN_CALL_DUMMY.
6502 Fix PR gdb/360.
6503
76860b5f
AC
65042002-06-08 Andrew Cagney <ac131313@redhat.com>
6505
6506 * gdbarch.sh (struct gdbarch_data): Add field init_p.
6507 (register_gdbarch_data): Initialize init_p.
6508 (gdbarch_data): Initialize data pointer using the init function.
6509 (init_gdbarch_data): Delete function.
6510 (gdbarch_update_p): Update.
6511 (initialize_non_multiarch): Update.
6512 (struct gdbarch): Add field initialized_p.
6513 * gdbarch.h, gdbarch.c: Re-generate.
6514
8dda9770
ML
65152002-06-07 Michal Ludvig <mludvig@suse.cz>
6516
6517 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
6518 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
6519 better do the things actually here.
6520 * x86-64-tdep.c (x86_64_register_name2nr): New.
6521 (x86_64_register_name): Renamed to x86_64_register_nr2name.
6522 (x86_64_gdbarch_init): Respect the above change.
6523 * x86-64-tdep.h (x86_64_register_name2nr)
6524 (x86_64_register_nr2name): Add prototypes.
6525 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
6526
3d79a47c
MS
65272002-06-06 Michael Snyder <msnyder@redhat.com>
6528
7bd91a28
MS
6529 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
6530 Delete extra braces and re-indent.
6531 (d10v_store_return_value): Char return values
3d79a47c
MS
6532 must be shifted over by one byte in R0.
6533 (d10v_extract_return_value): Delete extra braces, re-indent.
6534
095a4c96
EZ
65352002-06-06 Elena Zannoni <ezannoni@redhat.com>
6536
6537 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
6538 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
6539 (d10v_integer_to_address): Rewrite.
6540 (d10v_frame_init_saved_regs): When reading fp and sp registers use
6541 the d10v specific functions which take care of converting to the
6542 correct space.
6543
e8a77ca4
EZ
65442002-06-06 Elena Zannoni <ezannoni@redhat.com>
6545
6546 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
6547 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
6548
4f2e4a4f
AC
65492002-06-02 Andrew Cagney <ac131313@redhat.com>
6550
6551 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
6552 includes.
6553 * config/tm-linux.h: Ditto.
6554 * config/alpha/tm-alphalinux.h: Ditto.
6555 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
6556 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
6557 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
6558 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
6559 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
6560 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
6561 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
6562 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
6563 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
6564 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
6565 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
6566 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
6567 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
6568 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
6569 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
6570 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
6571 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
6572 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
6573 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
6574 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
6575 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6576 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6577 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6578 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6579 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6580 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6581 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6582 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6583 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6584 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6585 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6586 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6587 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6588 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6589 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6590 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6591 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6592
ae2ab2ce
AS
65932002-05-04 Aidan Skinner <aidan@velvet.net>
6594
6595 * ada-exp.tab.c: New file
6596 * ada-exp.y: New file
6597 * ada-lang.c: New file
6598 * ada-lang.h: New file
6599 * ada-lex.c: New file
6600 * ada-lex.l: New file
6601 * ada-tasks.c: New file
6602 * ada-typeprint.c: New file
6603 * ada-valprint.c: New file
6604
0ddd0135
JT
66052002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6606
6607 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6608 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6609
750fbacc
JT
66102002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6611
6612 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6613 insetead of ppc-linux-tdep.o.
6614 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6615 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6616
df94e18a
AC
66172002-06-02 Andrew Cagney <ac131313@redhat.com>
6618
6619 2002-05-07 Christian Groessler <chris@groessler.org>
6620 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6621 bit register contents for little endian hosts.
6622
1a38ab75
AC
66232002-06-01 Andrew Cagney <ac131313@redhat.com>
6624
6625 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6626 any maintainer.
6627
8b1632ac
AC
66282002-06-01 Andrew Cagney <ac131313@redhat.com>
6629
6630 * gdbarch.h: Regenerate.
6631
627054c8
AC
66322002-06-01 Andrew Cagney <ac131313@redhat.com>
6633
6634 * MAINTAINERS: Add everyone to write-after-approval list.
6635
4f460812
AC
66362002-06-01 Andrew Cagney <ac131313@redhat.com>
6637
6638 * stack.c (frame_info): Use frame_register_unwind instead of
6639 saved_regs. Mention when the SP is on the stack or in a register.
6640
6641 * frame.h (frame_register_unwind_ftype): Define. Document.
6642 (struct frame_info): Add field register_unwind and
6643 register_unwind_cache.
6644 (frame_register_unwind): Declare.
6645 (generic_unwind_get_saved_register): Declare.
6646
6647 * frame.c (frame_register_unwind): New function.
6648 (generic_unwind_get_saved_register): New function.
6649
6650 * blockframe.c (generic_call_dummy_register_unwind): New function.
6651 (frame_saved_regs_register_unwind): New function.
6652 (set_unwind_by_pc): New function.
6653 (create_new_frame): New function.
6654 (get_prev_frame): New function.
6655
de888f76
AC
66562002-05-30 Andrew Cagney <ac131313@redhat.com>
6657
6658 * a29k-share/: Delete directory.
6659 * remote-vx29k.c: Delete file.
6660
2f2c3626
JT
66612002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6662
6663 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6664 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6665
9ce5c36a
JT
66662002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6667
6668 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6669 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6670 (sparc64nbsd-nat.o)
6671 (sparcnbsd-nat.o)
6672 (sparcnbsd-tdep.o): New dependency lists.
6673 * NEWS: Note new UltraSPARC NetBSD native configuration.
6674 * configure.host (sparc64-*-netbsd*): New host.
6675 * configure.tgt (sparc-*-netbsdelf*)
6676 (sparc-*-netbsd*): Set gdb_target to nbsd.
6677 (sparc64-*-netbsd*): New target.
6678 * sparc64nbsd-nat.c: New file.
6679 * sparcnbsd-nat.c: New file.
6680 * sparcnbsd-tdep.c: New file.
6681 * sparcnbsd-tdep.h: New file.
6682 * config/sparc/nbsd.mt: New file.
6683 * config/sparc/nbsd64.mh: New file.
6684 * config/sparc/nbsd64.mt: New file.
6685 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6686 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6687 (HOST_IPC): Remove.
6688 * config/sparc/nbsdaout.mt: Remove.
6689 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6690 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6691 (HOST_IPC): Remove.
6692 * config/sparc/nbsdelf.mt: Remove.
6693 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6694 sparc-nat.c compatiblity defines.
6695 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6696 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6697 * config/sparc/tm-nbsd64.h: New file.
6698 * config/sparc/tm-nbsdaout.h: Remove.
6699 * config/sparc/xm-nbsd.h: Remove.
6700
ef3cf062
JT
67012002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6702
6703 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6704 * sparc-tdep.c: Include osabi.h.
6705 (gdbarch_tdep): Add osabi member.
6706 (_initialize_sparc_tdep): Use gdbarch_register.
6707 (sparc_gdbarch_init): Use generic OS ABI framework.
6708 (sparc_dump_tdep): New function.
6709
ee8ff470
KB
67102002-05-30 Kevin Buettner <kevinb@redhat.com>
6711
6712 * corefile.c (do_captured_read_memory_integer): Return non-zero
6713 result.
6714 (safe_read_memory_integer): Copy result of memory read when
6715 status is non-zero. Also, add comments.
6716
7b112f9c
JT
67172002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6718
6719 * Makefile.in (ppc_tdep_h): Define.
6720 (ppc-linux-nat.o)
6721 (ppc-linux-tdep.o)
6722 (rs6000-tdep.o): Use $(ppc_tdep_h).
6723 (ppc-sysv-tdep.o)
6724 (ppcnbsd-nat.o)
6725 (ppcnbsd-tdep.o): New dependency lists.
6726 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6727 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6728 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6729 (ppc_sysv_abi_broken_use_struct_convention)
6730 (ppc_sysv_abi_use_struct_convention)
6731 (ppc_sysv_abi_push_arguments): Move to...
6732 * ppc-sysv-tdep.c: ...here.
6733 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6734 * rs6000-tdep.c (process_note_abi_tag_sections)
6735 (get_elfosabi): Remove.
6736 (rs6000_gdbarch_init): Use generic OS ABI framework.
6737 (rs6000_dump_tdep): New function.
6738 (_initialize_rs6000_tdep): Use gdbarch_register.
6739 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6740 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6741 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6742 of ppc-linux-tdep.o.
6743 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6744 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6745 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6746 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6747 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6748 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6749
480dd42a
JB
67502002-05-29 Jim Blandy <jimb@redhat.com>
6751
6752 * macroscope.c (default_macro_scope): Put `void' in empty argument
6753 list.
6754
4182591f
AC
67552002-05-29 Andrew Cagney <ac131313@redhat.com>
6756
6757 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6758 * arch-utils.c: Include "sim-regno.h".
6759 * gdbarch.sh: Don't include "sim-regno.h".
6760 * gdbarch.h, gdbarch.c: Regenerate.
6761 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6762 here.
6763 * arch-utils.h (legacy_register_sim_regno): To here.
6764 * remote-sim.c (legacy_register_sim_regno): Move function from
6765 here.
6766 * arch-utils.c (legacy_register_sim_regno): To here.
6767
8238d0bf
AC
67682002-05-28 Andrew Cagney <ac131313@redhat.com>
6769
6770 * sim-regno.h: New file.
6771 * Makefile.in (sim_regno_h): Define.
6772 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6773 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6774 (legacy_register_sim_regno): New function.
6775 (one2one_register_sim_regno): New function.
6776 (gdbsim_fetch_register): Rewrite.
6777 (gdbsim_store_register): Only store a register when
6778 REGISTER_SIM_REGNO is valid.
6779 * d10v-tdep.c: Include "sim-regno.h".
6780 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6781 (d10v_ts3_register_sim_regno): Ditto.
6782 * gdbarch.sh: Include "sim-regno.h".
6783 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6784 * gdbarch.h, gdbarch.c: Regenerate.
6785 * arch-utils.h (default_register_sim_regno): Delete declaration.
6786 * arch-utils.c (default_register_sim_regno): Delete function.
6787
485721b1
JT
67882002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6789
6790 * ppcnbsd-nat.c: Rewrite.
6791 * ppcnbsd-tdep.c: New file.
6792 * ppcnbsd-tdep.h: New file.
6793 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6794 solib.o, and solib-svr4.o.
6795 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6796 nbsd-tdep.o, and corelow.o.
6797
697f244d
AC
67982002-05-28 Andrew Cagney <ac131313@redhat.com>
6799
6800 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6801 `tr' and `sed'. Mention that `broken' targets are not expected to
6802 build.
6803
f08caad1 68042002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6805
6806 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6807 Let PC point right after the prologue before looking up symbols.
6808
3139facc
MH
68092002-05-27 Martin M. Hunt <hunt@redhat.com>
6810
6811 * i386-tdep.c (i386_register_virtual_type): Return
6812 builtin_type_vec128i for SSE registers.
6813
6814 * gdbtypes.h (builtin_type_vec128i): Declare.
6815
6816 * gdbtypes.c (build_builtin_type_vec128i): New function.
6817 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6818 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6819 (build_gdbtypes): Initialize new builtin vector types.
6820 (_initialize_gdbtypes): Register new vector types with gdbarch.
6821
6e3ba3b8
JT
68222002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6823
6824 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6825 since it has been multi-arch'd.
6826 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6827 Move Alpha and VAX multi-arch news entries to same section
6828 as other multi-arch news.
6829
93d5585d
JT
68302002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6831
6832 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6833 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6834 static. Rename some register numbers to put them in ns32k-tdep
6835 private namespace.
6836 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6837 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6838 functions.
6839 (_initialize_ns32k_tdep): Use gdbarch_register.
6840 * ns32k-tdep.h: New file.
6841 * ns32knbsd-tdep.c: New file.
6842 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6843 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6844 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6845 REGISTER_BYTES, REGISTER_BYTE): Remove.
6846 * config/ns32k/tm-ns32k.h: New file.
6847 * config/ns32k/tm-umax.h: Remove.
6848
efb2c70e
JT
68492002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6850
6851 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6852 ns32k_store_struct_return, ns32k_extract_return_value,
6853 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6854 functions.
6855 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6856 ns32k_saved_pc_after_call.
6857 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6858 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6859 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6860 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6861 ns32k_extract_struct_value_address.
6862
7bcc927b
JT
68632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6864
6865 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6866 ns32k_fix_call_dummy): New.
6867 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6868 ns32k_call_dummy_words.
6869 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6870 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6871 CALL_DUMMY_NARGS): Remove.
6872 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6873
78f9d765
JT
68742002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6875
6876 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6877 ns32k_frame_saved_pc, ns32k_frame_args_address,
6878 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6879 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6880 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6881 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6882 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6883 (BREAKPOINT): Remove..
6884 (FRAME_CHAIN): Define as ns32k_frame_chain.
6885 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6886 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6887 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6888 (FRAME_FIND_SAVED_REGS): Remove.
6889 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6890 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6891 (POP_FRAME): Define as ns32k_pop_frame.
6892
f2c762e0
JT
68932002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6894
6895 * ns32k-tdep.c (ns32k_register_byte_32082,
6896 ns32k_register_byte_32382, ns32k_register_raw_size,
6897 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6898 functions.
6899 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6900 ns32k_register_byte_32382.
6901 * config/ns32k/tm-umax.h: Update copyright years.
6902 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6903 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6904 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6905 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6906 (ns32k_get_enter_addr): Fix prototype.
6907
af137673
JT
69082002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6909
6910 * ns32k-tdep.c: Update copyright years.
6911 (ns32k_register_name_32082): New function.
6912 (ns32k_register_name_32382): Ditto.
6913 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6914 (REGISTER_NAME): Define as ns32k_register_name_32382.
6915 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6916 (REGISTER_NAME): Define as ns32k_register_name_32082.
6917
a8bc7b56
JB
69182002-05-24 Jim Blandy <jimb@redhat.com>
6919
6920 * dwarf2read.c (free_line_header): Use xfree, not free.
6921
83a45910
JT
69222002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6923
6924 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6925 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6926
0db71247
AC
69272002-05-23 Andrew Cagney <ac131313@redhat.com>
6928
6929 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6930
b9e5e4dd
AC
69312002-05-23 Andrew Cagney <ac131313@redhat.com>
6932
6933 From Ross Alexander at NEC Europe:
6934 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6935
de530e84
MS
69362002-05-23 Michael Snyder <msnyder@redhat.com>
6937
6938 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6939 for input, rather than parse_and_eval_address.
6940
b91b96f4
AC
69412002-05-23 Andrew Cagney <ac131313@redhat.com>
6942
6943 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6944 * Makefile.in (sim_d10v_h): Update definition.
6945
8b279e7a
AC
69462002-05-24 Andrew Cagney <cagney@redhat.com>
6947
6948 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6949 change `2002-05-22 Michael Snyder' below.
6950 (d10v_push_arguments): Ditto.
6951 (d10v_extract_return_value): Ditto.
6952
0a3d0425
JB
69532002-05-23 Jim Blandy <jimb@redhat.com>
6954
6955 * macrotab.c (check_for_redefinition): Don't complain if the new
6956 definition is the same as the previous one. Take more arguments
6957 to allow the comparison.
6958 (macro_define_object, macro_define_function): Pass more arguments
6959 to check_for_redefinition.
6960
78eac43e
MS
69612002-05-22 Michael Snyder <msnyder@redhat.com>
6962
6963 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6964 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6965 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6966 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6967 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6968 Add a temp variable to save a call (and a memory read).
6969 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6970 if possible (so that PC_IN_CALL_DUMMY will work).
6971
9bc1edb8
CV
69722002-05-22 Corinna Vinschen <vinschen@redhat.com>
6973
6974 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6975
005ef3d2
ML
69762002-05-22 Michal Ludvig <mludvig@suse.cz>
6977
6978 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6979 fde->cie_ptr.
6980 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6981 (dwarf2_build_frame_info): Add offset to fde->initial_location
6982 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6983 (execute_stack_op): Change type of 'result' from ULONGEST to
6984 CORE_ADDR.
005ef3d2 6985
fcf4f891
JT
69862002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6987
6988 * config/alpha/tm-nbsd.h: Include solib.h.
6989
cfef91e4
JT
69902002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6991
6992 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6993 assumptions about the host's byte order.
6994
9964235a
JT
69952002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6996
6997 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6998 to dependency list.
6999 * alphanbsd-tdep.c: Include solib-svr4.h.
7000 * shnbsd-tdep.c: Ditto.
7001
9eeef8ef
JT
70022002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7003
7004 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
7005 nbsd-tdep.h to dependency list.
7006 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
7007 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
7008 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
7009 nbsdaout.mh and nbsdelf.mh consistently.
7010 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
7011 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
7012 nbsdaout.mt and nbsdelf.mh consistently.
7013 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
7014 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
7015 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7016 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
7017 a.out shared library stuff from here...
7018 * config/nm-nbsdaout.h: ...to here.
7019 * config/tm-nbsd.h: Remove.
7020 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
7021 * config/arm/nbsd.mh: Remove.
7022 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
7023 nbsd-tdep.o.
7024 * config/arm/nbsdaout.mh: New file.
7025 * config/arm/nbsdelf.mh: New file.
7026 * config/arm/nm-nbsdaout.h: New file.
7027 * config/i386/nbsd.mh: Remove.
7028 * config/i386/nbsd.mt: Remove.
7029 * config/i386/nbsdaout.mh: New file.
7030 * config/i386/nbsdaout.mt: New file.
7031 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7032 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
7033 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
7034 i386_register_u_addr): Remove.
7035 * config/i386/nm-nbsdaout.h: New file.
7036 * config/i386/nm-nbsdelf.h: Remove.
7037 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
7038 (USE_STRUCT_CONVENTION): Remove.
7039 * config/i386/tm-nbsdaout.h: New file.
7040 * config/i386/tm-nbsdelf.h: Remove.
7041 * config/m68k/nbsd.mh: Remove.
7042 * config/m68k/nbsd.mt: Remove.
7043 * config/m68k/nbsdaout.mh: New file.
7044 * config/m68k/nbsdaout.mt: New file.
7045 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
7046 * config/m68k/nm-nbsdaout.h: New file.
7047 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7048 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7049 * config/ns32k/nbsd.mh: Remove.
7050 * config/ns32k/nbsd.mt: Remove.
7051 * config/ns32k/nbsdaout.mh: New file.
7052 * config/ns32k/nbsdaout.mt: New file.
7053 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
7054 * config/ns32k/nm-nbsdaout.h: New file.
7055 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
7056 (IN_SOLIB_CALL_TRAMPOLINE): Define.
7057 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
7058 (SVR4_SHARED_LIBS): Remove.
7059 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
7060 * config/sparc/nbsd.mh: Remove.
7061 * config/sparc/nbsd.mt: Remove.
7062 * config/sparc/nbsdaout.mh: New file.
7063 * config/sparc/nbsdaout.mt: New file.
7064 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
7065 * config/sparc/nbsdelf.mt: New file.
7066 * config/sparc/nm-nbsdaout.h: New file.
7067 * config/sparc/nm-nbsdelf.h: Remove.
7068 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
7069 * config/sparc/tm-nbsdaout.h: New file.
7070
257ce470
JT
70712002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7072
7073 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
7074 mipsnbsd-tdep.c
7075 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
7076
76a6d5fe
JT
70772002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7078
7079 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
7080 shnbsd-nat.c.
7081 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
7082
45888261
JT
70832002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7084
7085 * NEWS: Note new MIPS NetBSD native configuration.
7086 * configure.host (mips*-*-netbsd*): New host.
7087 * configure.tgt (mips*-*-netbsd*): New target.
7088 * mipsnbsd-nat.c: New file.
7089 * mipsnbsd-tdep.c: New file.
7090 * mipsnbsd-tdep.h: New file.
7091 * config/mips/nbsd.mh: New file.
7092 * config/mips/nbsd.mt: New file.
7093 * config/mips/nm-nbsd.h: New file.
7094 * config/mips/tm-nbsd.h: New file.
7095
70f80edf
JT
70962002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7097
7098 * Makefile.in (SFILES): Add osabi.c.
7099 (COMMON_OBS): Add osabi.o.
7100 (osabi.o): New dependency list.
7101 * osabi.c: New file.
7102 * osabi.h: New file.
7103 * doc/gdbint.texinfo: Document new generic OS ABI framework.
7104
7105 * Makefile.in (alpha_tdep_h): Define and use instead of
7106 alpha-tdep.h.
7107 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
7108 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
7109 Remove.
7110 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
7111 * alpha-tdep.h: Include osabi.h.
7112 (alpha_abi): Remove.
7113 (gdbarch_tdep): Use generic OS ABI framework.
7114 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
7115 gdbarch_register_osabi.
7116 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
7117 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
7118 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
7119
7120 * Makefile.in (sh_tdep_h): Add osabi.h.
7121 * sh-tdep.h (sh_osabi): Remove.
7122 (gdbarch_tdep): Use generic OS ABI framework.
7123 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
7124 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
7125 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
7126 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
7127
7128 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
7129 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
7130 gdbarch_register_osabi.
7131 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
7132 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
7133 (get_elfosabi): Rename to...
7134 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
7135 ABI framework support routines.
7136 (arm_gdbarch_init): Use generic OS ABI framework.
7137 (arm_dump_tdep): Likewise.
7138 (_initialize_arm_tdep): Likewise.
7139 * arm-tdep.h: Include osabi.h.
7140 (arm_abi): Remove.
7141 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
7142 osabi member.
7143 (arm_gdbarch_register_os_abi): Remove prototype.
7144 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
7145 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
7146
7147 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
7148 * mips-tdep.c: Include osabi.h.
7149 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
7150 OS ABI framework.
7151
d194345b
KH
71522002-05-20 Kazu Hirata <kazu@cs.umass.edu>
7153
7154 * h8300-tdep.c: Fix formatting.
7155
70c6b0d1
EZ
71562002-05-20 Elena Zannoni <ezannoni@redhat.com>
7157
7158 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
7159 printing vector registers.
7160
165b8e33
AC
71612002-05-19 Andrew Cagney <ac131313@redhat.com>
7162
7163 From Fernando Nasser:
7164 * remote.c (remote_async_open_1): Re-throw the exception when the
7165 connection fails.
7166 (remote_cisco_open): Ditto.
7167 (remote_open_1): Ditto.
7168
36918e70
AC
71692002-05-19 Andrew Cagney <ac131313@redhat.com>
7170
7171 * remote.c (remote_start_remote_dummy): Add uiout parameter.
7172 (remote_start_remote): Add uiout parameter. Pass through to
7173 remote_start_remote_dummy.
7174 (remote_open_1): Use catch_exception instead of catch_errors.
7175 (remote_async_open_1): Ditto.
7176 (remote_cisco_open): Ditto.
7177
ae44c0c4
AC
71782002-05-19 Andrew Cagney <ac131313@redhat.com>
7179
7180 * remote.c (remote_start_remote): Replace PTR with void pointer.
7181 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
7182 static.
7183
8efe637d
AC
71842002-05-18 Andrew Cagney <ac131313@redhat.com>
7185
7186 * gdb_indent.sh: Allow the script to be run in the sim directory.
7187
2f1b5984
MK
71882002-05-18 Mark Kettenis <kettenis@gnu.org>
7189
f0f625e2
MK
7190 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
7191 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
7192
2f1b5984
MK
7193 * corelow.c (core_open): Only call set_gdbarch_from_file if
7194 exec_bfd is NULL.
7195
fc974602
AV
71962002-05-17 Andrey Volkov <avolkov@transas.com>
7197
7198 * h8300-tdep.c: Add support of EXR register
7199 * config/h8300/tm-h8300.h: Ditto.
7200
906709f4
AV
72012002-05-17 Andrey Volkov <avolkov@transas.com>
7202
7203 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
7204
6e591d68
AV
72052002-05-17 Andrey Volkov <avolkov@transas.com>
7206
7207 * h8300-tdep.c: Change literal regnums to REGNO.
7208
84f0252a
JB
72092002-05-17 Jim Blandy <jimb@redhat.com>
7210
e0e9281e
JB
7211 * NEWS: Note addition of macro support.
7212
84f0252a
JB
7213 Expand preprocessor macros in C expressions.
7214 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
7215 (scan_macro_expansion, scanning_macro_expansion,
7216 finished_macro_expansion): New function declarations.
7217 (expression_macro_lookup_func, expression_macro_lookup_baton): New
7218 variable declarations.
7219 * parser-defs.h (expression_context_pc): New declaration.
7220 * parse.c (expression_context_pc): New variable.
7221 (parse_exp_1): Set expression_context_pc, as well as
7222 expression_context_block.
7223 * c-exp.y (yylex): If we're not already reading the result of a
7224 macro expansion, try to macro-expand the next token. When we're
7225 done scanning a macro expansion, switch back to the mainline text.
7226 Commas and `if's in a macro's expansion don't terminate the input.
7227 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
7228 (macro_original_text, macro_expanded_text,
7229 expression_macro_lookup_func, expression_macro_lookup_baton): New
7230 variables.
7231 (scan_macro_expansion, scanning_macro_expansion,
7232 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
7233 c_preprocess_and_parse): New functions.
7234 (c_language_defn, cplus_language_defn, asm_language_defn): Call
7235 c_preprocess_and_parse, instead of c_parse.
7236 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
7237 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
7238
1c509ca8
JR
7239Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
7240
7241 * sh-tdep.c (gdb_print_insn_sh64): Delete.
7242 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
7243 (sh_gdbarch_init): Always use gdb_print_insn_sh.
7244
2250ee0c
CV
72452002-05-17 Corinna Vinschen <vinschen@redhat.com>
7246
7247 * NEWS: Add section for multi-arched targets. Add v850 to that section.
7248
ab3b8126
JT
72492002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
7250
7251 * Makefile.in (sh_tdep_h): Define and use.
7252 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
7253 register enum): Move to...
7254 * * sh-tdep.h: ...here.
7255 * sh-tdep.c: Include sh-tdep.h.
7256 * sh3-rom.c: Likewise.
7257 * shnbsd-tdep.c: Likewise.
7258
ed9d4749
MS
72592002-05-16 Michael Snyder <msnyder@redhat.com>
7260
7261 * arm-tdep.c: Spelling fix in comment.
7262
2e276125
JB
72632002-05-16 Jim Blandy <jimb@redhat.com>
7264
6821892e
JB
7265 Add commands for manually expanding macros and showing their
7266 definitions.
7267 * macrocmd.c, macroscope.c, macroscope.h: New files.
7268 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
7269 (macroscope_h): New variable.
7270 (HFILES_NO_SRCDIR): Add macroscope.h.
7271 (COMMON_OBS): Add macrocmd.o, macroscope.o.
7272 (macroscope.o, macrocmd.o): New rules.
7273
2e276125
JB
7274 Teach the Dwarf 2 reader to read macro information.
7275 * dwarf2read.c: #include "macrotab.h".
7276 (dwarf_macinfo_buffer): New variable.
7277 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
7278 dwarf_macinfo_size.
7279 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
7280 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
7281 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
7282 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
7283 dwarf2_macro_spaces_in_definition): New complaints.
7284 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
7285 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
7286 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
7287 the partial symbol table.
7288 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
7289 from what's recorded in the partial symbol table.
7290 (read_file_scope): If the compilation unit has a
7291 `DW_AT_macro_info' attribute, read its macro information.
7292 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
7293
2f53fe6c
DJ
72942002-05-16 Daniel Jacobowitz <drow@mvista.com>
7295
7296 Fix PR gdb/546
7297 * ser-tcp.c: Don't include <netinet/udp.h>.
7298
2be99286
SC
72992002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7300
7301 * MAINTAINERS: Update my email address.
7302
c9af212b 73032002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
7304
7305 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
7306 include file of the same name.
7307
bf5f1a52
CV
73082002-05-16 Corinna Vinschen <vinschen@redhat.com>
7309
7310 * configure.tgt: Mark v850 as multi-arched.
7311 * config/v850/tm-v850.h: Remove file.
7312 * config/v850/v850.mt: Eliminate TM_FILE.
7313
435e042a
CV
73142002-05-16 Corinna Vinschen <vinschen@redhat.com>
7315
7316 * v850-tdep.c: Full multi-arch.
7317 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
7318 Define GDB_MULTI_ARCH to 2.
7319
9819c6c8
PM
73202002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
7321
7322 * p-exp.y (current_type): New static variable.
7323 Carries the type of the expression at the position that is parsed.
7324 (push_current_type, pop_current_type): Two new functions. Used
7325 to store/restore current_type in expression on specific tokens.
c9af212b
RE
7326 (search_field): New static variable. Set to one after parsing a point
7327 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
7328 (FIELDNAME): New token. After a point only a token belonging to
7329 current_type type definition is allowed.
7330 (all over token rules): reset and change current_type according
7331 to rules.
7332 (exp '[' rule): insert implicit array index field if
7333 exp is a pascal string type.
7334
3a06899a
CV
73352002-05-16 Corinna Vinschen <vinschen@redhat.com>
7336
7337 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
7338 frame info. Use frame_info's saved_regs instead of matching member
7339 in extra_frame_info throughout.
7340 (v850_frame_init_saved_regs): New function.
7341 (v850_init_extra_frame_info): Move most functionality into
7342 v850_frame_init_saved_regs().
7343 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
7344 (v850_frame_find_saved_regs): Remove declaration.
7345 (FRAME_FIND_SAVED_REGS): Remove definition.
7346 (v850_frame_init_saved_regs): Add declaration.
7347 (FRAME_INIT_SAVED_REGS): Add definition.
7348
6ed14b0e
CV
73492002-05-16 Corinna Vinschen <vinschen@redhat.com>
7350
7351 * v850-tdep.c: Begin multi-arch'ing v850.
7352 (v850_target_architecture_hook): Remove function.
7353 (v850_gdbarch_init): New function. Add code previously in
7354 v850_target_architecture_hook().
7355 (_initialize_v850_tdep): Don't set target_architecture_hook.
7356 Call register_gdbarch_init() instead.
7357
42725910
DJ
73582002-05-16 Daniel Jacobowitz <drow@mvista.com>
7359
7360 * gdbtypes.h (struct cplus_struct_type): Remove args field.
7361 * hpread.c (hpread_read_struct_type): Remove assignments to args.
7362 (fixup_class_method_type): Likewise.
7363
99d9066e
JB
73642002-05-15 Jim Blandy <jimb@redhat.com>
7365
7366 Add macro structures to GDB's symbol tables. Nobody puts anything
7367 in them yet.
7368 * symtab.h (struct symtab): New member: `macro_table'.
7369 * buildsym.h (pending_macros): New global variable.
7370 * buildsym.c: #include "macrotab.h".
7371 (buildsym_init): Initialize `pending_macros'.
7372 (end_symtab): If we found macro information while reading a CU's
7373 debugging info, do build a symtab structure for it. Make the
7374 symtab point to the macro information, and clear the
7375 `pending_macros' pointer which held it while we were reading the
7376 debug info.
7377 (really_free_pendings): Free any pending macro table.
7378 * objfiles.h (struct objfile): New member: `macro_cache'.
7379 * objfiles.c (allocate_objfile): Set allocate and free functions
7380 for the macro cache's objstack.
7381 (free_objfile): Empty the macro cache's obstack.
7382 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
7383 set new allocate and free functions for it.
7384 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
7385 free functions for the macro cache's objstack. (Why is this
7386 function building its own objfile?)
7387 * symmisc.c (print_objfile_statistics): Print statistics on the
7388 macro bcache.
7389 * Makefile.in: Note that buildsym.o depends on macrotab.h.
7390
c899585b
RE
73912002-05-15 Richard Earnshaw <rearnsha@arm.com>
7392
7393 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
7394 (REGISTER_U_ADDR): Delete definition.
7395 (arm_register_u_addr): Delete declaration.
7396
a6cdd8c5
RE
73972002-05-15 Richard Earnshaw <rearnsha@arm.com>
7398
7399 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
7400 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
7401
c97dcfc7
AC
74022002-05-14 Andrew Cagney <ac131313@redhat.com>
7403
7404 * regcache.c (register_valid): Revise comments refering to "Not
7405 available" and "unavailable".
7406 * frame.c (frame_register_read): Ditto.
7407 * findvar.c (value_of_register): Ditto.
7408
93021b7d
AC
74092002-05-15 Andrew Cagney <cagney@redhat.com>
7410
7411 * Makefile.in (remote_sim_h): Replace remote-sim_h.
7412 (remote-sim.o): Update dependencies.
7413 (d10v-tdep.o): Specify dependencies.
7414 (sim_d10v_h): Define.
7415
a86bc61c
JB
74162002-05-14 Jim Blandy <jimb@redhat.com>
7417
7418 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
7419 * macrotab.c (macro_lookup_inclusion, find_definition,
7420 new_macro_table): Same.
7421
7422 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
7423 not `! strcmp ()'. This is a dubious improvement.
7424 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
7425
7426 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
7427 although it's not necessary, to avoid a warning.
7428
2fdde8f8
DJ
74292002-05-14 Daniel Jacobowitz <drow@mvista.com>
7430
7431 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
7432 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
7433 TYPE_INSTANCE_FLAGS.
7434 (struct main_type): New.
7435 (struct type): Move most members to struct main_type. Change
7436 cv_type and as_type to new type_chain member. Add instance_flags.
7437 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
7438 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
7439 (finish_cv_type): Remove prototype.
7440 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
7441 Set TYPE_CHAIN.
7442 (alloc_type_instance): New function.
7443 (smash_type): New function.
7444 (make_pointer_type, make_reference_type, make_function_type)
7445 (smash_to_member_type, smash_to_method_type): Call smash_type.
7446 (make_qualified_type): New function.
7447 (make_type_with_address_space): Call make_qualified_type.
7448 (make_cv_type): Likewise.
7449 (finish_cv_type): Remove unnecessary function.
7450 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
7451 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
7452 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
7453 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
7454 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
7455 * hpread.c (hpread_read_struct_type): Likewise.
7456 * stabsread.c (read_struct_type): Likewise.
7457
843fedf4
EZ
74582002-05-14 Elena Zannoni <ezannoni@redhat.com>
7459
7460 * configure.tgt: Add a catch all sh* target, for cases like
7461 sh[2,3,4]-elf and sh-hms.
7462
05a6c72c
KS
74632002-05-14 Keith Seitz <keiths@redhat.com>
7464
7465 * event-loop.c (create_file_handler): Don't do anything but
7466 update data when we are given a fd which we are already
7467 monitoring.
7468
5d085aaf
ML
74692002-05-14 Michal Ludvig <mludvig@suse.cz>
7470
7471 * dwarf2cfi.c (context_cpy): Copy registers correctly.
7472 (update_context): Use __func__ in warnings.
7473
9db8d71f
DJ
74742002-05-14 Daniel Jacobowitz <drow@mvista.com>
7475
7476 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
7477 and tcp_close to net_open and net_close.
7478 (net_open): Accept "udp:" and "tcp:" specifications. Connect
7479 using UDP if requested. Don't try to disable Nagle on UDP
7480 sockets.
7481 * remote.c (remote_serial_open): New function. Warn about UDP.
7482 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
7483
5dbc6baa
EZ
74842002-05-13 Elena Zannoni <ezannoni@redhat.com>
7485
7486 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
7487
cc3023f7
EZ
74882002-05-13 Elena Zannoni <ezannoni@redhat.com>
7489
7490 * configure.tgt: Remove sh-hms target.
7491 * MAINTAINERS: Don't list sh-hms as a separate target.
7492
ec2bcbe7
JB
74932002-05-13 Jim Blandy <jimb@redhat.com>
7494
7495 Add first preprocessor macro-expansion files.
7496 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7497 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7498 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7499 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7500 (COMMON_OBS): Add macrotab.o, macroexp.o.
7501 (macroexp.o, macrotab.o): New rules.
7502
6d531722
AC
75032002-05-13 Andrew Cagney <ac131313@redhat.com>
7504
7505 * config/m88k/tm-m88k.h: Update copyright.
7506 (m88k_target_write_pc): Declare
7507 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
7508 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
7509 (SHIFT_INST_REGS): Update definition.
7510 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
7511 using old definition of TARGET_WRITE_PC.
7512 * regcache.c (generic_target_write_pc): Delete code handling
7513 NNPC_REGNUM.
7514 * gdbarch.sh (NNPC_REGNUM): Delete.
7515 * gdbarch.h, gdbarch.c: Regenerate.
7516
3e3f2739
RE
75172002-05-13 Richard Earnshaw <rearnsha@arm.com>
7518
7519 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
7520 builtin reg number.
7521
0004e5a2
DJ
75222002-05-13 Daniel Jacobowitz <drow@mvista.com>
7523
7524 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
7525 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
7526 (gen_address_of, gen_struct_ref, gen_repeat): Use type
7527 access macros.
7528 * c-typeprint.c (cp_type_print_method_args): Likewise.
7529 (c_type_print_args): Likewise.
7530 * d10v-tdep.c (d10v_push_arguments): Likewise.
7531 (d10v_extract_return_value): Likewise.
7532 * expprint.c (print_subexp): Likewise.
7533 * gdbtypes.c (lookup_primitive_typename): Likewise.
7534 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
7535 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
7536 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
7537 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
7538 (TYPE_VECTOR): Likewise.
7539 * hpread.c (hpread_read_struct_type)
7540 (fix_static_member_physnames, fixup_class_method_type)
7541 (hpread_type_lookup): Likewise.
7542 * mdebugread.c (parse_symbol, parse_type): Likewise.
7543 * p-lang.c (is_pascal_string_type): Likewise.
7544 * valops.c (hand_function_call): Likewise.
7545 * x86-64-tdep.c (classify_argument): Likewise.
7546
7547 * hpread.c (hpread_read_function_type)
7548 (hpread_read_doc_function_type): Call replace_type.
7549 * dstread.c (create_new_type): Delete.
7550 (decode_dst_structure, process_dst_function): Call alloc_type.
7551 Use type access macros.
7552
dff95cc7
MK
75532002-05-12 Mark Kettenis <kettenis@gnu.org>
7554
7555 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
7556 the're not supported by the current architecture.
7557 (i387_fill_fxsave): Likewise.
7558
bbcd32ad
FF
75592002-05-12 Fred Fish <fnf@redhat.com>
7560
7561 * symfile.c (default_symfile_offsets): Arrange for uninitialized
7562 sect_index_xxx members to index the first slot in section_offsets
7563 if all of the section_offsets are zero.
7564
89cf4787
MK
75652002-05-12 Mark Kettenis <kettenis@gnu.org>
7566
7567 * configure.tgt (sparc-*openbsd): Remove entry accidentially
7568 checked in with last change.
7569
1f77ffc5
MK
75702002-05-12 Mark Kettenis <kettenis@gnu.org>
7571
7572 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
7573 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
7574 config.sub.
7575
89b8b4a9
DJ
75762002-05-12 Daniel Jacobowitz <drow@mvista.com>
7577
7578 * Makefile.in: Update dependencies.
7579
14a5e767
AC
75802002-05-11 Andrew Cagney <ac131313@redhat.com>
7581
7582 * language.c (local_hex_string_custom): Simplify. Do not depend
7583 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7584
7585 * memattr.c (mem_info_command): Replace calls to
7586 longest_local_hex_string and longest_local_hex_string_custom.
7587 * buildsym.c (make_blockvector): Ditto.
7588 * solib.c (info_sharedlibrary_command): Ditto.
7589 * tracepoint.c (tracepoints_info): Ditto.
7590 * symtab.c (print_msymbol_info): Ditto.
7591
7592 * language.c (local_hex_string): Delete.
7593 (local_hex_string_custom): Delete.
7594 (longest_local_hex_string): Rename to local_hex_string.
7595 (longest_local_hex_string_custom): Rename to
7596 local_hex_string_custom.
7597 * language.h (local_hex_string): Change parameter type to LONGEST.
7598 (local_hex_string_custom): Ditto.
7599 (longest_local_hex_string): Delete declaration.
7600 (longest_local_hex_string_custom): Ditto.
7601
7602 * solib.c: Update copyright.
7603 * memattr.c: Update copyright.
7604
13d01224
AC
76052002-05-11 Andrew Cagney <ac131313@redhat.com>
7606
7607 * arch-utils.h (legacy_register_to_value): Declare.
7608 (legacy_value_to_register): Declare.
7609 (legacy_convert_register_p): Declare.
7610 * arch-utils.c (legacy_register_to_value): New function.
7611 (legacy_value_to_register): New function.
7612 (legacy_convert_register_p): New function.
7613
7614 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7615 (VALUE_TO_REGISTER): Define.
7616 (CONVERT_REGISTER_P): Define.
7617 * gdbarch.h, gdbarch.c: Regenerate.
7618
7619 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7620 VALUE_TO_REGISTER.
7621 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7622 CONVERT_REGISTER_P.
7623
4a1970e4
DJ
76242005-05-11 Daniel Jacobowitz <drow@mvista.com>
7625 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7626
7627 * Makefile.in: Update dependencies for valops.c.
7628 * valops.c: Include "gdb_assert.h".
7629 (typecmp): Skip THIS parameter to methods.
7630 (find_method_list): Remove static_memfuncp argument,
7631 update callers. Check for stub methods.
7632 (find_value_oload_method_list): Don't set *static_memfuncp.
7633 (find_overload_match): Don't check for stub methods. Assert
7634 that methods are not stubbed. Handle static methods.
7635 (value_find_oload_method_list): Remove static_memfuncp argument.
7636 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7637 to the argument list for static stub methods.
7638 * value.h (value_find_oload_method_list): Update prototype.
7639
b2e75d78
AC
76402002-05-11 Andrew Cagney <ac131313@redhat.com>
7641
7642 * arch-utils.h (generic_register_size): Declare.
7643 (generic_register_raw_size, generic_register_virtual_size): Delete
7644 declarations.
7645 * arch-utils.c (generic_register_raw_size): Delete.
7646 (generic_register_size): New function.
7647 (generic_register_virtual_size): Delete.
7648
7649 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7650 default generic_register_size.
7651 * gdbarch.h, gdbarch.c: Re-generate.
7652
7653 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7654 register_virtual_size.
7655 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7656 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7657
451fbdda
AC
76582002-05-11 Andrew Cagney <ac131313@redhat.com>
7659
7660 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7661 * gdbarch.h, gdbarch.c: Regenerate.
7662 * gnu-v3-abi.c: Update copyright.
7663 (vtable_address_point_offset): Update.
7664 (gnuv3_rtti_type): Update.
7665 (gnuv3_baseclass_offset): Update.
7666 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7667 (init_fetch_link_map_offsets): Update.
7668 * remote.c (get_remote_state): Update.
7669
6d2f5cea
DJ
76702002-05-11 Daniel Jacobowitz <drow@mvista.com>
7671
7672 * TODO: Remove value_headof/value_from_vtable_info comment.
7673 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7674 * values.c (value_headof, value_from_vtable_info): Delete.
7675 * value.h (value_from_vtable_info): Delete prototype.
7676
d2324da4
AC
76772002-05-11 Andrew Cagney <ac131313@redhat.com>
7678
7679 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7680 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7681 $(gdb_regex_h).
7682 (gdb_assert_h): Define.
7683 (gdb_wait_h): Define.
7684 (gdb_regex_h): Define.
7685
5c717440
DJ
76862002-05-11 Daniel Jacobowitz <drow@mvista.com>
7687
7688 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7689 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7690
6c7861b3
JT
76912002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7692
7693 * nbsd-tdep.c: Fix comment.
7694
ea5bc2a6
JT
76952002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7696
7697 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7698 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7699 (nbsd-tdep.o): New dependency list.
7700 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7701 nbsd-tdep.h.
7702 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7703 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7704 * nbsd-tdep.c: New file.
7705 * nbsd-tdep.h: New file.
7706 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7707 nbsd-tdep.h.
7708 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7709 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7710 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7711 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7712
b28da865
JT
77132002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7714
7715 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7716 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7717 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7718 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7719 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7720 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7721
4b8ff1fa
JT
77222002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7723
7724 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7725 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7726 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7727 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7728 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7729 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7730 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7731
dfe6eb1f
JT
77322002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7733
7734 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7735 fetch_elfcore_registers to...
7736 * i386nbsd-tdep.c: ...here.
7737 (i386nbsd_use_struct_convention): Rename to...
7738 (i386nbsd_aout_use_struct_convention): ...this.
7739 (i386nbsd_supply_reg): New function.
7740 (i386nbsd_fill_reg): New function.
7741 (fetch_core_registers): Use i386nbsd_supply_reg.
7742 (fetch_elfcore_registers): Likewise.
7743 (_initialize_i386nbsd_tdep): New function.
7744 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7745 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7746 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7747 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7748 (i386nbsd_aout_use_struct_convention): ...this.
7749
20cb8cda
JT
77502002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7751
7752 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7753 (store_inferior_registers): Use shnbsd_fill_reg.
7754 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7755 sh_nbsd_supply_register): Collapse into...
7756 (shnbsd_supply_reg): ...this.
7757 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7758 (shnbsd_fill_reg): ...this.
7759 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7760 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7761 (fetch_core_registers): Use shnbsd_supply_reg.
7762 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7763 (sh_nbsd_core_fns): Rename to...
7764 (shnbsd_core_fns): ...this.
7765 (sh_nbsd_elfcore_fns): Rename to...
7766 (shnbsd_elfcore_fns): ...this.
7767 (sh_nbsd_init_abi): Rename to...
7768 (shnbsd_init_abi): ...this.
7769 (_initialize_sh_nbsd_tdep): Rename to...
7770 (_initialize_shnbsd_tdep): ...this.
7771 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7772 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7773 sh_nbsd_fill_register): Remove prototypes.
7774 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7775
e750d25e
JT
77762002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7777
7778 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7779 (i387-nat.o): Delete dependency list.
7780 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7781 (x86-64-linux-nat.o): Likewise.
7782 * i387-nat.c: Delete file, moving contents to...
7783 * i387-tdep.c: ...here.
7784 * i387-nat.h: Rename...
7785 * i387-tdep.h: ...to this.
7786 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7787 * i386-linux-nat.c: Likewise.
7788 * i386bsd-nat.c: Likewise.
7789 * i386gnu-nat.c: Likewise.
7790 * i386nbsd-nat.c: Likewise.
7791 * i386v4-nat.c: Likewise.
7792 * x86-64-linux-nat.c: Likewise.
7793 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7794 * config/i386/go32.mh (NATDEPFILES): Likewise.
7795 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7796 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7797 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7798 * config/i386/linux.mh (NATDEPFILES): Likewise.
7799 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7800 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7801 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7802 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7803
1aee598a
JT
78042002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7805
7806 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7807 (alphanbsd-nat.o): Remove dependency list.
7808 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7809 * alphanbsd-nat.c: Delete. Contents moved to...
7810 * alphanbsd-tdep.c: ...here.
7811 (_initialize_alphanbsd_tdep): Register core functions.
7812 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7813
12bcb0fe
JT
78142002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7815
7816 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7817 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7818 (alphanbsd-nat.o): Likewise.
7819 (alphabsd-tdep.o): New dependency list.
7820 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7821 (fill_gregset): Use alphabsd_fill_reg.
7822 (supply_fpregset): Use alphabsd_supply_fpreg.
7823 (fill_fpregset): Use alphabsd_fill_fpreg.
7824 (fetch_inferior_registers): Use struct reg and struct fpreg
7825 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7826 and alphabsd_supply_fpreg.
7827 (store_inferior_registers): Use struct reg and struct fpreg
7828 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7829 and alphabsd_fill_fpreg.
7830 * alphabsd-tdep.c: New file.
7831 * alphabsd-tdep.h: New file.
7832 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7833 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7834 alphabsd_supply_fpreg.
7835 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7836 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7837
361d1df0
EC
78382002-05-11 Eric Christopher <echristo@redhat.com>
7839
7840 * mips-tdep.c (mips_double_register_type): Fix thinko.
7841 (mips_single_register_type): Ditto.
7842 * MAINTAINERS: Add self.
7843
92dd7cee
MK
78442002-05-11 Mark Kettenis <kettenis@gnu.org>
7845
7846 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7847 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7848 right thing on architectures with different endianness and/or
7849 integer sizes.
7850
e27da16d
JT
78512002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7852
7853 From Christian Limpach <chris@Pin.LU>
7854 * configure.in: Change sed expression which comments out
7855 NATDEPFILES to also comment out continuation lines.
7856 * configure: Regenerate.
7857
ddde02bd
EZ
78582002-05-10 Elena Zannoni <ezannoni@redhat.com>
7859
7860 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7861 big patch.
7862
1c922164
EZ
78632002-05-10 Elena Zannoni <ezannoni@redhat.com>
7864
7865 * sh-tdep.c: Include correct file.
7866
283150cd
EZ
78672002-05-10 Elena Zannoni <ezannoni@redhat.com>
7868
7869 New support for sh64-elf (sh5) target.
7870
7871 * configure.tgt: For sh64-elf target, default to sh-elf.
7872
7873 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7874 (struct gdbarch_tdep): Add new fields for new registers and ABI
7875 info.
361d1df0 7876
283150cd
EZ
7877 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7878 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7879 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7880 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7881 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7882 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7883 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7884 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7885 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7886 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7887 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7888 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7889 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7890 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7891 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7892 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7893 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7894 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7895 sign_extend, sh64_nofp_frame_init_saved_regs,
7896 sh64_init_extra_frame_info, sh64_get_saved_register,
7897 sh64_extract_struct_value_address, sh64_pop_frame,
7898 sh64_push_arguments, sh64_extract_return_value,
7899 sh64_store_return_value, sh64_show_media_regs,
7900 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7901 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7902 sh_sh64_register_virtual_type,
7903 sh_sh64_register_convert_to_virtual,
7904 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7905 sh64_register_read, sh64_pseudo_register_write,
7906 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7907 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7908 sh64_do_pseudo_register, sh_compact_do_registers_info,
7909 sh64_do_registers_info, sh_gdbarch_init): New functions.
7910
3117ed25
EZ
79112002-05-10 Elena Zannoni <ezannoni@redhat.com>
7912
7913 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7914
2654e6d4
DJ
79152002-05-10 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * linespec.c (decode_line_1): Check for a double quote after
7918 a filename correctly.
7919
9ab3e532
JB
79202002-05-10 Jim Blandy <jimb@redhat.com>
7921
7922 Properly track the size of the current objfile's .debug_line section.
7923 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7924 (DWARF_LINE_SIZE): New macro.
7925 (dwarf2_build_psymtabs_hard): Record the line section's size in
7926 the partial symbol table.
7927 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7928 symbol table.
7929
126fa72d
PS
79302002-05-10 Petr Sorfa <petrs@caldera.com>
7931
7932 * ia64-tdep.c: Handle breakpoints on L instruction type
7933 in MLX instruction bundle by moving the breakpoint to
7934 the third slot (X instruction type) as L holds only data.
7935
1f077a3e
KB
79362002-05-10 Kevin Buettner <kevinb@redhat.com>
7937
7938 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7939 (process_one_symbol): Complain about discarding local symbols
7940 due to a misplaced N_LBRAC entry.
7941
8120c9d5 79422002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7943
7944 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7945 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7946 decrease the depth we are at, in the case of templates.
361d1df0 7947
67b2c998
DJ
79482002-05-09 Daniel Jacobowitz <drow@mvista.com>
7949
7950 * mips-tdep.c (mips_float_register_type): New function.
7951 (mips_double_register_type): New function.
7952 (mips_print_register): Use them.
7953 (do_fp_register_row): Likewise.
7954
fd326606
DJ
79552002-05-09 Daniel Jacobowitz <drow@mvista.com>
7956
6609d9af 7957 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7958 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7959 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7960
bef35864
MS
79612002-05-09 Michael Snyder <msnyder@redhat.com>
7962
7963 * remote-rdp.c (remote_rdp_can_run): Remove.
7964
c55a3f73
TT
79652002-05-09 Tom Tromey <tromey@redhat.com>
7966
7967 * jv-valprint.c (java_val_print): Handle `char' as a special case
7968 of TYPE_CODE_INT.
7969
b8d5e71d
MS
79702002-05-09 Michael Snyder <msnyder@redhat.com>
7971
7972 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7973 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7974 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7975 str r(0123),[sp,#nn].
361d1df0 7976 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7977 order-independent by placing it in a loop.
7978
e2cd42dd
MS
79792002-05-06 Michael Snyder <msnyder@redhat.com>
7980
7981 * stabsread.c (read_type): Add recognition for new attribute:
7982 "@V;" means that an array type is actually a vector.
7983 This is analogous to the vector flag that's been added to dwarf2.
7984
3ce1502b
MK
79852002-05-09 Mark Kettenis <kettenis@gnu.org>
7986
7987 * i386-tdep.h (i386_abi): New enum.
7988 (struct gdbarch_tdep): Replace os_ident member with abi.
7989 (i386_gdbarch_register_os_abi): New prototype.
7990 * i386-tdep.c (i386_abi_names): New array.
7991 (process_note_abi_tag_sections): Removed.
7992 (process_note_sections): New function.
7993 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7994 (struct i386_abi_handler): New struct.
7995 (i386_abi_handler_list): New variable.
7996 (i386_gdbarch_register_os_abi): New function.
7997 (i386_gdbarch_init): Adapt for the changes given above.
7998
084c156a
DJ
79992002-05-08 Daniel Jacobowitz <drow@mvista.com>
8000
8001 * gregset.h: Say "GNU/Linux".
8002
6599f021
EZ
80032002-05-08 Elena Zannoni <ezannoni@redhat.com>
8004
8005 * gdbtypes.c : Add new builtin type for 64 bit vectors.
8006 (build_gdbtypes): Build builtin_type_v2_float.
8007 (_initialize_gdbtypes): Register new builtin type.
8008
40af4b0c
AC
80092002-05-08 Andrew Cagney <ac131313@redhat.com>
8010
8011 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
8012 (clear_gdbarch_swap): New function.
8013 (initialize_non_multiarch): Call.
8014 (gdbarch_update_p): Before calling init(), swap out and clear the
8015 existing architecture.
8016 * gdbarch.c: Regenerate.
8017
4fe84f46
JT
80182002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8019
8020 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
8021 alphanbsd-tdep.c.
8022
4015edd1
JT
80232002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8024
8025 * sh-nbsd-nat.c: Rename to...
8026 * shnbsd-nat.c: ...this.
8027 * sh-nbsd-tdep.c: Rename to...
8028 * shnbsd-tdep.c: ...this.
8029 * sh-nbsd-tdep.h: Rename to...
8030 * shnbsd-tdep.h: ...this.
8031 * config/sh/nbsd.mh: Use shnbsd-nat.o.
8032 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
8033
0e2bd219
RE
80342002-05-08 Richard Earnshaw <rearnsha@arm.com>
8035
8036 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
8037 concatenation for command help messages.
8038
13a38d45
JT
80392002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8040
8041 * NEWS: Note new sh*-*-netbsdelf* configuration.
8042 * configure.host: Set gdb_host_cpu to sh for all sh*.
8043 (sh*-*-netbsdelf*): New host.
8044 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
8045 (sh*-*-netbsdelf*): New target.
8046 * sh-nbsd-nat.c: New file.
8047 * sh-nbsd-tdep.c: New file.
8048 * sh-nbsd-tdep.h: New file.
8049 * config/sh/nbsd.mh: New file.
8050 * config/sh/nbsd.mt: New file.
8051 * config/sh/nm-nbsd.h: New file.
8052 * config/sh/tm-nbsd.h: New file.
8053
d658f924
JT
80542002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
8055
8056 * sh-tdep.c (sh_osabi_names): Declare.
8057 (process_note_abi_tag_sections): New function.
8058 (get_elfosabi): Ditto.
8059 (sh_gdbarch_register_os_abi): Ditto.
8060 (sh_dump_tdep): Ditto.
8061 _initialize_sh_tdep): Use gdbarch_register to register
8062 sh_gdbarch_init and sh_dump_tdep.
8063 * config/sh/tm-sh.h (sh_osabi): Declare.
8064 (gdbarch_tdep): Add sh_osabi and osabi_name members.
8065
848cfffb
AC
80662002-05-07 Andrew Cagney <ac131313@redhat.com>
8067
8068 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
8069 (thumb_scan_prologue): Ditto.
8070 (arm_find_callers_reg): Ditto.
8071 (arm_frame_chain): Ditto.
8072 (arm_init_extra_frame_info): Ditto.
8073 (arm_frame_saved_pc): Ditto.
8074 (arm_pop_frame): Ditto.
8075 (arm_push_return_address): New function.
8076 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
8077 call_dummy_location, call_dummy_breakpoint_offset_p,
8078 call_dummy_breakpoint_offset, call_dummy_p,
8079 call_dummy_stack_adjust_p, call_dummy_words,
8080 sizeof_call_dummy_words, call_dummy_start_offset,
8081 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
8082 call_dummy_address, push_return_address and push_dummy_frame for
8083 generic dummy frames.
8084
e7d717c0
JT
80852002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8086
8087 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
8088 size computation for alloca.
8089 (sh_fp_frame_init_saved_regs): Likewise.
8090
7bbcf283
RE
80912002-05-07 Richard Earnshaw <rearnsha@arm.com>
8092
8093 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
8094 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 8095 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
8096 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
8097 * remote-rdp.c (remote_rdp_fetch_register): Use
8098 ARM_MAX_REGISTER_RAW_SIZE.
8099 (remote_rdp_store_register): Likewise.
8100
4657573b
ML
81012002-05-07 Michal Ludvig <mludvig@suse.cz>
8102
361d1df0 8103 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
8104 added default labels to switch {} statements.
8105 * x86-64-tdep.c: Ditto.
8106 * x86-64-linux-nat.c: Ditto.
8107
010f3b2f
JT
81082002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
8109
8110 * solib.h: Protect against multiple inclusion.
8111
debd256d
JB
81122002-05-06 Jim Blandy <jimb@redhat.com>
8113
9ab3e532
JB
8114 Add first preprocessor macro-expansion files.
8115 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
8116 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
8117 (splay_tree_h, macroexp_h, macrotab_h): New variable.
8118 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
8119 (COMMON_OBS): Add macrotab.o, macroexp.o.
8120 (macroexp.o, macrotab.o): New rules.
8121
debd256d
JB
8122 Separate the job of reading the line number info statement program
8123 header (...expialidocious) out into its own function.
8124 * dwarf2read.c (struct line_head, struct filenames, struct
8125 directories): Replace with...
8126 (struct line_header): New structure, containing the full
8127 contents of the statement program header, including the
8128 include directory and file name tables.
8129 (read_file_scope): If we have line number info, instead of just
8130 calling dwarf_decode_lines to do all the work, call
8131 dwarf_decode_line_header first to get a `struct line_header'
8132 containing the data in the statement program header, and then
8133 pass that to dwarf_decode_lines, which will pick up where that
8134 left off. Be sure to clean up the `struct line_header' object.
8135 (dwarf_decode_line_header, free_line_header, add_include_dir,
8136 add_file_name): New functions.
8137 (dwarf_decode_lines): Move all the code to read the statement
8138 program header into dwarf_decode_line_header. Take the line
8139 header it built as the first argument, instead of the offset to
8140 the compilation unit's line number info. Use the new `struct
8141 line_header' type instead of the old structures. No need to do
8142 cleanups here now, since we don't allocate anything.
8143 (dwarf2_statement_list_fits_in_line_number_section,
8144 dwarf2_line_header_too_long): New complaints.
8145
ac3aafc7
EZ
81462002-05-06 Elena Zannoni <ezannoni@redhat.com>
8147
8148 * gdbtypes.c (init_vector_type): New function.
8149 (build_builtin_type_vec128): Simplify the representation of SIMD
8150 registers.
8151 (build_gdbtypes): Initialize new builtin vector types.
8152 (_initialize_gdbtypes): Register new vector types with gdbarch.
8153 (builtin_type_v4_float, builtin_type_v4_int32,
8154 builtin_type_v8_int16, builtin_type_v16_int8,
8155 builtin_type_v2_int32, builtin_type_v4_int16,
8156 builtin_type_v8_int8): New (renamed) SIMD types.
8157
13e49980
MK
81582002-05-06 Mark Kettenis <kettenis@gnu.org>
8159
8160 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
8161 (i387_fill_fxsave): Likewise.
8162
997b20b8
AO
81632002-05-05 Alexandre Oliva <aoliva@redhat.com>
8164
8165 * alpha-tdep.c (alpha_extract_return_value): Don't use
8166 non-constant array size in prototype.
8167
535c96ce
AC
81682002-05-04 Andrew Cagney <ac131313@redhat.com>
8169
8170 From Brian Taylor <briant at model dot com>:
8171 * ui-out.c (ui_out_field_core_addr): Use the function
8172 longest_local_hex_string_custom'to format addresses > 32 bits
8173 wide.
8174
8175 * ui-out.c (ui_out_field_core_addr): Update comment.
8176
bedfa57b
AC
81772002-05-04 Andrew Cagney <ac131313@redhat.com>
8178
8179 * stack.c (select_and_print_frame): Make static. Delete the
8180 parameter `level'.
8181 (func_command): Update call.
8182 (select_frame_command): Delete code computing the frame level.
8183 * frame.h (select_and_print_frame): Delete declaration.
8184
f621c63e
AC
81852002-05-04 Andrew Cagney <ac131313@redhat.com>
8186
8187 * sparc-tdep.c (sparc_get_saved_register): Comment why
8188 get_prev_frame call is safe.
8189
0f7d239c
AC
81902002-05-04 Andrew Cagney <ac131313@redhat.com>
8191
8192 * frame.h (select_frame): Delete level parameter.
8193 * stack.c (select_frame): Update. Use frame_relative_level to
8194 obtain the frame's level.
8195 (select_and_print_frame): Update call.
8196 (select_frame_command): Ditto.
8197 (up_silently_base): Ditto.
8198 (down_silently_base): Ditto.
8199 * ocd.c (ocd_start_remote): Ditto.
8200 * remote-rdp.c (remote_rdp_open): Ditto.
8201 * remote-mips.c (mips_initialize): Ditto.
8202 (common_open): Ditto.
8203 * remote-e7000.c (e7000_start_remote): Ditto.
8204 * m3-nat.c (select_thread): Ditto.
8205 * hppa-tdep.c (child_get_current_exception_event): Ditto.
8206 (child_get_current_exception_event): Ditto.
8207 * varobj.c (varobj_create): Ditto.
8208 (varobj_update): Ditto.
8209 (c_value_of_root): Ditto.
8210 * tracepoint.c (finish_tfind_command): Ditto.
8211 * corelow.c (core_open): Ditto.
8212 * arch-utils.c (generic_prepare_to_proceed): Ditto.
8213 * thread.c (info_threads_command): Ditto.
8214 (switch_to_thread): Ditto.
8215 * infrun.c (normal_stop): Ditto.
8216 (restore_selected_frame): Ditto.
8217 (restore_inferior_status): Ditto.
8218 * breakpoint.c (insert_breakpoints): Ditto.
8219 (watchpoint_check): Ditto.
8220 (bpstat_stop_status): Ditto.
8221 (do_enable_breakpoint): Ditto.
8222 * blockframe.c (flush_cached_frames): Ditto.
8223 (reinit_frame_cache): Ditto.
8224
71d6c7b1
AC
82252002-05-04 Andrew Cagney <ac131313@redhat.com>
8226
8227 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
8228 maintainer.
8229
cda6c68a
JB
82302002-05-04 Jim Blandy <jimb@redhat.com>
8231
8232 * gdbtypes.c (replace_type): Doc fix.
8233
5c1c87f0
AC
82342002-05-04 Andrew Cagney <ac131313@redhat.com>
8235
8236 * valprint.c (strcat_longest): Delete commented out function.
8237 Update copyright.
8238
cd9bfe15
AC
82392002-05-04 Andrew Cagney <ac131313@redhat.com>
8240
8241 * MAINTAINERS: Mark a29k as deleted.
8242 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
8243 Move new configurations to the top.
8244 * configure.tgt: Remove a29k.
8245 * config/a29k/tm-vx29k.h: Delete.
8246 * config/a29k/vx29k.mt: Delete.
8247 * config/a29k/tm-a29k.h: Delete.
8248 * config/a29k/a29k-udi.mt: Delete.
8249 * config/a29k/a29k.mt: Delete.
8250 * a29k-tdep.c: Delete.
8251 * remote-udi.c: Delete.
8252 * remote-mm.c: Delete.
8253 * remote-eb.c: Delete.
8254 * remote-adapt.c: Delete.
8255 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
8256 * config/s390/s390x.mt: Ditto.
8257 * config/s390/s390.mt: Ditto.
8258 * config/sparc/sparclynx.mh: Ditto.
8259 * config/sparc/linux.mh: Ditto.
8260 * config/pa/hppaosf.mh: Ditto.
8261 * config/pa/hppabsd.mh: Ditto.
8262 * config/ns32k/nbsd.mt: Ditto.
8263 * config/mips/vr5000.mt: Ditto.
8264 * config/m68k/sun3os4.mh: Ditto.
8265 * config/m68k/nbsd.mt: Ditto.
8266 * config/m68k/m68klynx.mh: Ditto.
8267 * config/m32r/m32r.mt: Ditto.
8268 * config/i386/x86-64linux.mt: Ditto.
8269 * config/i386/nbsdelf.mt: Ditto.
8270 * config/i386/nbsd.mt: Ditto.
8271 * config/i386/i386lynx.mh: Ditto.
8272
bf0c5130
AC
82732002-05-04 Andrew Cagney <ac131313@redhat.com>
8274
8275 * target.c (debug_print_register): New function. Handle oversize
8276 registers.
8277 (debug_to_fetch_registers): Call.
8278 (debug_to_store_registers): Call.
8279
2ae1c2d2
JB
82802002-05-03 Jim Blandy <jimb@redhat.com>
8281
13a393b0
JB
8282 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
8283 (read_type): Doc fix.
8284 * gdbtypes.c (replace_type): Doc fix.
8285
2ae1c2d2
JB
8286 * stabsread.c (multiply_defined_struct): New complaint.
8287 (read_struct_type): If the type we were passed isn't empty, or
8288 incomplete, don't read the new struct type into it; complain,
8289 and return the original type unchanged. Take a new `type_code'
8290 argument, which is the type code for the new type.
8291 (read_type): Rather than storing the type's type code here, pass
8292 it as an argument to read_struct_type, and let that take care of
8293 storing it. That way, we don't overwrite the original type code,
8294 so read_struct_type can use it to decide whether we're overwriting
8295 something we shouldn't.
8296 (complain_about_struct_wipeout): New function.
8297
8de9bdc4
AC
82982002-05-03 Andrew Cagney <ac131313@redhat.com>
8299
8300 * gdbarch.sh: Assert that gdbarch is non-NULL.
8301 * gdbarch.c: Regenerate.
8302
f773fdbb
JM
83032002-05-03 Jason Merrill <jason@redhat.com>
8304
8305 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
8306 and return NULL.
8307
0e04a514
ML
83082002-05-03 Michal Ludvig <mludvig@suse.cz>
8309
8310 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
8311 (x86_64_dwarf2gdb_regno_map_length),
8312 (x86_64_dwarf2_reg_to_regnum): Added.
8313 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
8314 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
8315 (_initialize_x86_64_tdep): Synced with the change above.
8316 (x86_64_skip_prologue): Reformulated message.
8317
065432a8
PM
83182002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
8319
8320 * f-exp.y: Also use new prev_lexptr variable
8321 to improve error reporting. Based on Michael Snyder
8322 2002-04-24 dated patch to c-exp.y.
8323 * jv-exp.y: Likewise.
8324 * m2-exp.y: Likewise.
8325
a3162708
EZ
83262002-05-02 Elena Zannoni <ezannoni@redhat.com>
8327
8328 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
8329 we are dealing with vectors.
8330
03620c38
PM
83312002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8332
8333 * config/m68k/tm-nbsd.h: Obvious fix,
8334 correct machine name.
8335
6604db2e
PM
83362002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8337
8338 * p-typeprint.c (pascal_type_print_base): Add support
8339 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
8340
0906b739
PM
83412002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8342
8343 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
8344 for fondamental pascal 'char' type.
8345
e2625b33
PM
83462002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
8347
8348 * p-lang.h (is_pascal_string_type): Declaration changed,
8349 new sixth argument of type char ** added.
361d1df0 8350 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
8351 changed. Args length_pos, length_size, string_pos, char_size
8352 can now be NULL. New argument arrayname set to the field
8353 name of the char array. Return value set to char array
8354 field index plus one.
361d1df0 8355 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
8356 is_pascal_string_type function.
8357
cf17c188
AC
83582002-05-02 Andrew Cagney <cagney@redhat.com>
8359
8360 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
8361 <cagney@redhat.com> change.
8362 * gdbarch.c: Regenerate.
8363
52bca491
AC
83642002-05-02 Andrew Cagney <cagney@redhat.com>
8365
8366 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
8367 before probing for a new one. Detect errorenous gdbarch_init
8368 functions.
8369 * gdbarch.c: Regenerate.
8370
d5e72505
AC
83712002-05-01 Andrew Cagney <cagney@redhat.com>
8372
8373 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
8374 * config/mcore/tm-mcore.h: Ditto. Update copyright.
8375 * config/v850/tm-v850.h: Ditto. Update copyright.
8376
af566d9f
AC
83772002-04-30 Andrew Cagney <ac131313@redhat.com>
8378
8379 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
8380 current_gdbarch.
8381
880d85fa
MS
83822002-04-30 Michael Snyder <msnyder@redhat.com>
8383
94c30b78
MS
8384 * arm-tdep.c: Whitespace clean-ups.
8385 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
8386 should have been removed as part of 4/24 change.
8387
6f5987a6
KB
83882002-04-30 Kevin Buettner <kevinb@redhat.com>
8389
8390 * rs6000-tdep.c: Added comment describing how fpscr register
8391 numbers were chosen.
8392
1a113c93
MS
83932002-04-30 Michael Snyder <msnyder@redhat.com>
8394
8395 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
8396
9a6f53fe
EZ
83972002-04-29 Elena Zannoni <ezannoni@redhat.com>
8398
8399 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
8400 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
8401 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
8402
11ed25ac
KB
84032002-04-29 Kevin Buettner <kevinb@redhat.com>
8404
8405 From Louis Hamilton <hamilton@redhat.com>:
8406 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
8407 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
8408 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
8409 not bfd-private xcoff data, to determine wordsize.
8410 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
8411
ae232405
AC
84122002-04-29 Andrew Cagney <ac131313@redhat.com>
8413
8414 GDB 5.2 released from 5.2 branch.
8415
91fd20f7
ML
84162002-04-29 Michal Ludvig <mludvig@suse.cz>
8417
8418 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
8419 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
8420 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 8421
2dc5091b
EZ
84222002-04-29 Elena Zannoni <ezannoni@redhat.com>
8423
8424 * rs6000-tdep.c (rs6000_extract_return_value,
8425 rs6000_store_return_value): Handle returning vectors.
8426 (rs6000_gdbarch_init): Use
8427 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
8428 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
8429 New function.
8430 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
8431 vectors.
8432 (ppc_sysv_abi_push_arguments): Handle vector parameters.
8433 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 8434
2b9848d8
PM
84352002-04-24 Pierre Muller <ics.u-strasbg.fr>
8436
8437 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 8438 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
8439 with fprintf_unfiltered (gdb_stderr,...).
8440
f8d17dc5
PM
84412002-04-24 Pierre Muller <ics.u-strasbg.fr>
8442
8443 * remote-array.c (printf_monitor, write_monitor,
361d1df0 8444 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
8445 Replace fprintf (stderr,...
8446 with fprintf_unfiltered (gdb_stderr,....
8447 * remote-es.c: Likewise.
8448 * remote-os9k.c: Likewise.
8449 * remote-st.c: Likewise.
8450
2f2f1ad1
AS
84512002-04-28 Andreas Schwab <schwab@suse.de>
8452
8453 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
8454 linux-proc.o and gcore.o.
8455
b6779aa2
AC
84562002-04-26 Michal Ludvig <mludvig@suse.cz>
8457
8458 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
8459 code without frame pointers.
8460
7e57f5f4
AC
84612002-04-26 Andrew Cagney <ac131313@redhat.com>
8462
8463 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
8464 ON_STACK is needed.
8465
2ceb85d0
BE
84662002-04-26 Ben Elliston <bje@redhat.com>
8467
8468 * target.c (do_xfer_memory): Correct reference to the new option
8469 "trust-readonly-sections".
8470
f5f8a009
EZ
84712002-04-26 Elena Zannoni <ezannoni@redhat.com>
8472
8473 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
8474 * gdbtypes.c (recursive_dump_type): Output the vector flag.
8475 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
8476 vectors.
8477 (read_array_type): Record the fact that this array type is really a
8478 vector (i.e. are passed in by value).
8479
5868c862
JT
84802002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
8481
8482 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
8483 * alpha-tdep.c (alpha_sigcontext_addr): New function.
8484 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
8485 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
8486 * alpha-linux-tdep.c: Include frame.h.
8487 (alpha_linux_sigcontext_addr): New function.
8488 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
8489 alpha_linux_sigcontext_addr.
8490 * alpha-osf1-tdep.c: Include gdbcore.h.
8491 (alpha_osf1_sigcontext_addr): New function.
8492 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
8493 alpha_osf1_sigcontext_addr.
8494 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
8495 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
8496
bfb01f37
AC
84972002-04-26 Andrew Cagney <ac131313@redhat.com>
8498
361d1df0 8499 * stack.c (selected_frame_level):
bfb01f37
AC
8500 (select_frame): Do not set selected_frame_level.
8501 * frame.h (selected_frame_level): Delete declaration.
8502
15813d3f
AC
85032002-04-26 Andrew Cagney <ac131313@redhat.com>
8504
8505 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
8506 convert_from_func_ptr-addr when AIX / PowerOpen.
8507
6096c27a
AC
85082002-04-25 Andrew Cagney <ac131313@redhat.com>
8509
8510 * valops.c (hand_function_call): Call
8511 generic_save_call_dummy_addr.
8512 * frame.h (generic_save_call_dummy_addr): Declare.
8513 * blockframe.c (struct dummy_frame): Add fields call_lo and
8514 call_hi.
8515 (generic_find_dummy_frame): Check for PC in range call_lo to
8516 call_hi instead of entry_point_address.
8517 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
8518 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
8519 (generic_save_call_dummy_addr): New function.
8520
f510d44e
DM
85212002-04-24 David S. Miller <davem@redhat.com>
8522
8523 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
8524 sparc_skip_prologue.
8525 (sparc_skip_prologue): Kill frameless_p arg, and use line number
8526 information to find prologue when possible.
8527 (sparc_prologue_frameless_p): Call examine_prologue directly.
8528 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
8529 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
8530 second argument.
8531 (SKIP_PROLOGUE): Likewise.
8532
15d72a92
JT
85332002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8534
8535 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
8536 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
8537 indicate that the condition it was testing is always true.
8538 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
8539 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8540 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
8541
accc6d1f
JT
85422002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8543
8544 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
8545 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
8546 tdep->jb_pc and tdep->jb_elt_size.
8547 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
8548 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
8549 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
8550 * alpha-nat.c (get_longjmp_target): Remove.
8551 (JB_ELEMENT_SIZE): Ditto.
8552 (JB_PC): Ditto.
8553 * alpha-tdep.c (alpha_get_longjmp_target): New function.
8554 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
8555 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
8556 to alpha_get_longjmp_target.
8557 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
8558 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
8559 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
8560
1bfdc549
AC
85612002-04-25 Andrew Cagney <ac131313@redhat.com>
8562
8563 * README: Update to GDB 5.2.
8564
1bd316f0
AC
85652002-04-25 Andrew Cagney <ac131313@redhat.com>
8566
8567 * gdbarch.sh (LC_ALL): Set to `c'.
8568
2e5ff58c
TR
85692002-04-25 Theodore A. Roth <troth@verinet.com>
8570
8571 * avr-tdep.c: Ran through gdb_indent.sh.
8572
e33ce519
TR
85732002-04-25 Theodore A. Roth <troth@verinet.com>
8574
8575 * MAINTAINERS: Add myself as AVR maintainer.
8576 * NEWS: Note new target avr.
8577
8818c391
TR
85782002-04-25 Theodore A. Roth <troth@verinet.com>
8579
8580 * Makefile.in: Add support for AVR target.
8581 * configure.tgt: Add support for AVR target.
8582 * avr-tdep.c: New file
8583 * config/avr/avr.mt: New file.
8584
79509c2d
TR
85852002-04-25 Theodore A. Roth <troth@verinet.com>
8586
8587 * MAINTAINERS: Add myself to write-after-approval.
8588
dac8068e
PM
85892002-04-24 Pierre Muller <ics.u-strasbg.fr>
8590
8591 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8592 with fprintf_unfiltered (gdb_stderr,....
8593
25bf3106
PM
85942002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8595
8596 Fix PR gdb/508.
8597 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8598
24467a86
PM
85992002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8600
8601 * p-exp.y: Also use new prev_lexptr variable
8602 to improve error reporting. Based on Michael Snyder
8603 2002-04-24 dated patch to c-exp.y.
8604
95b80706
JT
86052002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8606
8607 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8608 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8609 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8610 to 0.
8611 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8612 and struct value.
8613 (FUNCTION_START_OFFSET): Remove.
8614 (BREAKPOINT): Ditto.
8615
e90cc612
JT
86162002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8617
8618 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8619 * NEWS: Ditto.
8620
6c72f9f9
JT
86212002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8622
8623 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8624 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8625 alpha_linux_pc_in_sigtramp.
8626 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8627 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8628 alpha_osf1_pc_in_sigtramp.
8629 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8630 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8631 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8632 alphafbsd_pc_in_sigtramp.
8633 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8634 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8635 alphanbsd_pc_in_sigtramp.
8636 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8637 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8638
5e4f3379
JT
86392002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8640
8641 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8642
da8ca43d
JT
86432002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8644
8645 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8646 alphanbsd-tdep.c.
8647 (alphanbsd-nat.o): New dependency list.
8648 (alphanbsd-tdep.o): Ditto.
8649 * NEWS: Note new native NetBSD/alpha configuration.
8650 * alphanbsd-nat.c: New file.
8651 * alphanbsd-tdep.c: Ditto.
8652 * configure.host (alpha*-*-netbsd*): New host.
8653 * configure.tgt (alpha*-*-netbsd*): New target.
8654 * config/alpha/nbsd.mh: New file.
8655 * config/alpha/nbsd.mt: Ditto.
8656 * config/alpha/nm-nbsd.h: Ditto.
8657 * config/alpha/tm-nbsd.h: Ditto.
8658
36a6271d
JT
86592002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8660
8661 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8662 (alpha-osf1-tdep.o): New dependency list.
8663 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8664 and skip_sigtramp_frame members.
8665 * alpha-linux-tdep.c: Include gdbcore.h.
8666 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8667 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8668 * alpha-osf1-tdep.c: New file.
8669 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8670 alpha-osf1-dep.c.
8671 (alpha_frame_past_sigtramp_frame): New function.
8672 (alpha_dynamic_sigtramp_offset): Ditto.
8673 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8674 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8675 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8676 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8677 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8678 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8679 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8680 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8681 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8682 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8683 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8684 to find_solib_trampoline_target.
8685 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8686 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8687 (SKIP_TRAMPOLINE_CODE): Remove.
8688 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8689 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8690 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8691 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8692 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8693 (PROC_SIGTRAMP_MAGIC): Ditto.
8694 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8695 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8696 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8697 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8698 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8699
2f4bc57b
JT
87002002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8701
8702 * NEWS: Note that Alpha targets are now multi-arch.
8703
665132f9
MS
87042002-04-24 Michael Snyder <msnyder@redhat.com>
8705
8706 * parser-defs.h (prev_lexptr): New external variable.
8707 * parse.c (parse_exp_1): Set prev_lexptr to null before
8708 calling the language-specific parser.
8709 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8710 (yyerror): Use prev_lexptr in error reporting.
8711
32872fa7
DJ
87122002-04-24 Daniel Jacobowitz <drow@mvista.com>
8713
8714 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8715 * gregset.h: If FILL_FPXREGSET is defined, provide
8716 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8717 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8718 is defined, call fill_fpxregset.
8719
57e76fac
MS
87202002-04-24 Roland McGrath <roland@frob.com>
8721
8722 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8723 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8724 (supply_gregset, supply_fpregset): New functions.
8725
8726 * gnu-nat.c (gnu_find_memory_regions): New function.
8727 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8728 (gnu_xfer_memory): Add a cast.
8729
f43845b3
MS
87302002-04-24 Michael Snyder <msnyder@redhat.com>
8731
361d1df0 8732 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8733 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8734 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8735 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8736 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8737 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8738
a0abec03
AC
8739Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8740
8741 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8742 NUM_PSEUDO_REGS can be used.
8743
d7bd68ca
AC
87442002-04-24 Andrew Cagney <ac131313@redhat.com>
8745
8746 * arch-utils.h: Update copyright.
8747
8748 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8749 * gdbarch.h, gdbarch.c: Re-generate.
8750
8751 * inferior.h (IN_SIGTRAMP): Delete definition.
8752 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8753 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8754
8755 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8756 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8757 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8758 (find_proc_framesize): Ditto.
8759 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8760 (alpha_init_extra_frame_info): Ditto.
8761 * infrun.c (handle_inferior_event): Ditto.
8762 (handle_inferior_event): Ditto.
8763 (check_sigtramp2): Ditto.
8764 * blockframe.c (create_new_frame): Ditto.
8765 (get_prev_frame): Ditto.
8766 * ppc-linux-tdep.c: Update comments.
8767 * i386-linux-tdep.c: Update comments.
8768 * breakpoint.c (bpstat_what): Update comment.
8769
4867e41e
DM
87702002-04-24 David S. Miller <davem@redhat.com>
8771
21d83aa5
DM
8772 * i960-tdep.c (register_in_window_p): New function.
8773 (i960_find_saved_register): Use it instead of
8774 REGISTER_IN_WINDOW_P.
8775 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8776
4867e41e
DM
8777 * symtab.h (find_stab_function_addr): Kill extern.
8778 * minsyms.c (find_stab_function_addr): Remove from here...
8779 * dbxread.c: ... to here, and mark it static.
8780
69cdf6a2
DM
87812002-04-20 David S. Miller <davem@redhat.com>
8782
8783 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8784 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8785
5a595886
DM
87862002-04-21 David S. Miller <davem@redhat.com>
8787
8788 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8789 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8790 (vx_write_register): Likewise.
8791
1da1a192
JB
87922002-04-23 J. Brobecker <brobecker@gnat.com>
8793
8794 * source.c (is_regular_file): New function.
8795 (openp): Check wether file to open is a regular file
8796 to avoid opening directories.
8797
baa6f10b
JT
87982002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8799
8800 * findvar.c (extract_signed_integer): Cast printf argument
8801 to suppress format warning.
8802 (extract_unsigned_integer): Likewise.
8803 * infcmd.c (registers_info): Likewise.
8804 * top.c (get_prompt_1): Likewise.
8805 * valops.c (value_assign): Likewise.
8806 * valprint.c (print_decimal): Likewise.
8807
b2c4da81
L
88082002-04-22 H.J. Lu (hjl@gnu.org)
8809
8810 * c-exp.y (typebase): Support
361d1df0 8811
b2c4da81
L
8812 [long|long long|short] [signed|unsigned] [int|]
8813
8814 and
8815
8816 signed [long|long long|short] int
8817
f267bd6a
JT
88182002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8819
8820 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8821 and vax-tdep.h.
8822 * vax-tdep.h: New file.
8823 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8824 Make several routines static.
8825 (vax_get_saved_register): New function.
8826 (vax_gdbarch_init): New function.
8827 (_initialize_vax_tdep): Register vax_gdbarch_init.
8828 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8829 Remove macros now under the control of gdbarch.
8830
da3c6d4a
MS
88312002-04-22 Michael Snyder <msnyder@redhat.com>
8832
11d3b27d
MS
8833 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8834 Some whitespace and coding standards tweaks.
da3c6d4a 8835
a33f7558
JT
88362002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8837
8838 * vax-tdep.c: Include regcache.h.
8839 (vax_call_dummy_words): New.
8840 (sizeof_vax_call_dummy_words): New.
8841 (vax_fix_call_dummy): New function.
8842 (vax_saved_pc_after_call): Ditto.
8843 * config/vax/tm-vax.h: Don't include regcache.h.
8844 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8845 (CALL_DUMMY): Remove.
8846 (CALL_DUMMY_WORDS): Define.
8847 (SIZEOF_CALL_DUMMY_WORDS): Define.
8848 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8849
47a73475
MS
88502002-04-18 Michael Snyder <msnyder@redhat.com>
8851
8852 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8853
52efde73
JT
88542002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8855
8856 * vax-tdep.c (vax_frame_chain): New function.
8857 (vax_push_dummy_frame): Ditto.
8858 (vax_pop_frame): Ditto.
8859 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8860 (FRAMELESS_FUNCTION_INVOCATION): Use
8861 generic_frameless_function_invocation_not.
8862 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8863 (POP_FRAME): Use vax_pop_frame.
8864
ea74468c
JT
88652002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8866
8867 * vax-tdep.c (vax_store_struct_return): New function.
8868 (vax_extract_return_value): Ditto.
8869 (vax_store_return_value): Ditto.
8870 (vax_extract_struct_value_address): Ditto.
8871 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8872 vax_store_struct_return.
8873 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8874 (STORE_RETURN_VALUE): Use vax_store_return_value.
8875 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8876
5516aa92
JT
88772002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8878
8879 * vax-tdep.c (vax_frame_saved_pc): New function.
8880 (vax_frame_args_address_correct): Ditto.
8881 (vax_frame_args_address): Ditto.
8882 (vax_frame_locals_address): Ditto.
8883 (vax_frame_num_args): Move code to be in proximity to
8884 other frame-related functions.
8885 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8886 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8887 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8888 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8889 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8890
36af0b35
L
88912002-04-22 H.J. Lu (hjl@gnu.org)
8892
8893 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8894 includedir.
8895
ab62c900
JT
88962002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8897
8898 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8899 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8900 (FRAME_INIT_SAVED_REGS): New macro.
8901
7232b100
JT
89022002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8903
8904 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8905
b70d2aee
JT
89062002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8907
8908 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8909 where needed.
8910 (fetch_osf_core_registers): Likewise.
8911 (supply_gregset): Likewise.
8912
a0e8a2d1 89132002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8914
a0e8a2d1
JB
8915 * symfile.h (get_section_index): Define.
8916 * symfile.c (get_section_index): New function.
8917 * mdebugread.c (SC_IS_SBSS): New macro.
8918 (SC_IS_BSS): Return true for the scBss storage class only, as
8919 the scSBss storage class refers to the .sbss section.
8920 (parse_partial_symbols): Discard the symbols which associated
8921 section does not exist.
8922 Make sure to use the .sbss section index for symbols which
8923 storage class is scBss, rather than using the .bss section index.
8924
51eb8b08
JT
89252002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8926
8927 * vax-tdep.c: Update copyright years.
8928 (vax_register_name): New function.
8929 (vax_register_byte): Ditto.
8930 (vax_register_raw_size): Ditto.
8931 (vax_register_virtual_size): Ditto.
8932 (vax_register_virtual_type): Ditto.
8933 * config/vax/tm-vax.h: Update copyright years.
8934 (REGISTER_NAMES): Remove.
8935 (REGISTER_NAME): Define.
8936 (REGISTER_BYTE): Use vax_register_byte.
8937 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8938 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8939 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8940
6cc1c0a8
AC
89412002-04-21 Andrew Cagney <ac131313@redhat.com>
8942
8943 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8944 declaration
8945 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8946
9319a2fe
DM
89472002-04-21 David S. Miller <davem@redhat.com>
8948
8949 * arch-utils.c (generic_prologue_frameless_p): Kill
8950 SKIP_PROLOGUE_FRAMELESS_P code.
8951 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8952 references.
8953 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8954 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8955 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8956 references.
8957 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8958 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8959 (sparc_gdbarch_init): Pass it to
8960 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8961
e9ed6d01
JT
89622002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8963
8964 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8965 (alphabsd-nat.o): New dependency list.
8966
36012033
JT
89672002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8968
8969 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8970 alphafbsd-tdep.c.
8971 (alpha-linux-tdep.o): New dependency list.
8972 (alphafbsd-tdep.o): Likewise.
8973
3379287a
JT
89742002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8975
8976 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8977 to here...
8978 * alpha-tdep.c: ...from here.
8979 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8980
4bcbd6cb
JT
89812002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8982
8983 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8984 prototype from here...
8985 * alpha-tdep.h: ...to here.
8986
b31da25e
AC
89872002-04-21 Andrew Cagney <ac131313@redhat.com>
8988
8989 * frame.h (selected_frame_level): Document as deprecated.
8990 (frame_relative_level): Declare.
8991 * stack.c (frame_relative_level): New function.
8992 (selected_frame_level): Document as deprecated.
8993 (select_frame): Do not set the selected_frame_level.
8994
8995 * stack.c (frame_info, record_selected_frame): Update.
8996 (frame_command, current_frame_command): Update.
8997 (up_silently_base, up_command, down_silently_base): Update.
8998 (down_command): Update.
8999 * inflow.c (kill_command): Update.
9000 * tracepoint.c (finish_tfind_command): Update.
9001 * corelow.c (core_open): Update.
9002 * thread.c (info_threads_command): Update.
9003 (do_captured_thread_select): Update.
9004 * infcmd.c (finish_command): Update.
9005 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
9006
9c1d6fe5
JT
90072002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9008
9009 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
9010
ab89facf
AC
90112002-04-21 Andrew Cagney <ac131313@redhat.com>
9012
9013 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
9014 type const.
9015
82a4efa1
JT
90162002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9017
9018 * alphafbsd-tdep.c: Update copyright years. Include
9019 alpha-tdep.h.
9020 (alphafbsd_use_struct_convention): Make static.
9021 (alphafbsd_init_abi): New function.
9022 (_initialize_alphafbsd_tdep): New function.
9023 * config/alpha/tm-fbsd.h: Update copyright years.
9024 (USE_STRUCT_CONVENTION): Remove.
9025
44dffaac
JT
90262002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9027
9028 * alpha-tdep.c (alpha_abi_handler): New structure to describe
9029 an Alpha ABI variant.
9030 (alpha_abi_handler_list): Declare.
9031 (alpha_gdbarch_register_os_abi): New function.
9032 (alpha_gdbarch_init): Give registered ABI variant handlers a
9033 chance to tweak the gdbarch once we have set up defaults.
9034 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
9035
65585be4
JT
90362002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9037
9038 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
9039 to standard_coerce_float_to_double.
9040 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
9041
d9b023cc
JT
90422002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9043
9044 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
9045 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
9046 from gdbarch_tdep rather than a constant.
9047 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
9048 the default text address for all Alpha Unix ABIs.
9049 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
9050 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
9051
dc129d82
JT
90522002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
9053
9054 * alpha-tdep.h: New file. Includes several Alpha target constants
9055 taken from...
9056 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
9057 let gdbarch deal with.
9058 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
9059 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
9060 to dependency list.
9061 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
9062 Alpha target register names.
9063 * alphabsd-nat.c: Likewise.
9064 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
9065 Alpha target register names. Make serveral routines static.
9066 (alpha_get_saved_register): New function.
9067 (alpha_abi_names): New.
9068 (process_note_abi_tag_sections): New function.
9069 (get_elfosabi): New function.
9070 (alpha_gdbarch_init): New function.
9071 (alpha_dump_tdep): New function.
9072 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
9073
d49d1e0a
AC
90742002-04-21 Andrew Cagney <ac131313@redhat.com>
9075
9076 * frame.c (find_saved_register): Delete #ifdef
9077 HAVE_REGISTER_WINDOWS code.
9078 * config/sparc/tm-sparc.h: Update comments.
9079 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
9080
92e8c9ed
AC
90812002-04-21 Andrew Cagney <ac131313@redhat.com>
9082
9083 * i960-tdep.c (i960_find_saved_register): New function.
9084 (i960_get_saved_register): New function.
9085 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
9086 (i960_get_saved_register): Declare.
9087 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
9088
e1925118
DM
90892002-04-20 David S. Miller <davem@redhat.com>
9090
9091 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
9092
29673b29
AC
90932002-04-20 Andrew Cagney <ac131313@redhat.com>
9094
9095 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
9096 instead of NUM_PSEUDO_REGS.
9097
6c86dcd5
DM
90982002-04-20 David S. Miller <davem@redhat.com>
9099
9100 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
9101 GDB_MULTI_ARCH_PARTIAL
9102 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
9103 define, let tm-sp64.h do it.
9104
aa40ec90
JT
91052002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
9106
9107 * frame.c (find_saved_register): Avoid a NULL pointer
9108 dereference and actually walk the frame list.
9109
0f79675b
AC
91102002-04-20 Andrew Cagney <ac131313@redhat.com>
9111
9112 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
9113 sorted in most most-recent-used order. Document.
9114 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9115
f91305dd 91162002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
9117
9118 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
9119 instead of ->prev.
9120 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
9121 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
9122 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
9123 instead of ->prev.
9124
73d322b1
EZ
91252002-04-19 Elena Zannoni <ezannoni@redhat.com>
9126
9127 Fix PR gdb/471.
9128 * gdbtypes.c (init_simd_type): Rewrite using new functions.
9129 (build_builtin_type_vec128): Ditto.
9130 (append_composite_type_field): Fix calculation of type length in
9131 union case.
9132
ccd9a834
EZ
91332002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9134
9135 * config/djgpp/README: Update.
9136
9137 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
9138 compiler warnings.
9139
a57f9e49
JT
91402002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
9141
9142 * alpha-tdep.c (setup_arbitrary_frame): Rename...
9143 (alpha_setup_arbitrary_frame): ...to this.
9144 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
9145 for alpha_setup_arbitrary_frame.
9146
f4f9705a
AC
91472002-04-18 Andrew Cagney <cagney@redhat.com>
9148
9149 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
9150 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 9151
f4f9705a
AC
9152 * defs.h (breakpoint_from_pc_fn): Delete type definition.
9153 * target.h (memory_breakpoint_from_pc): Update declaration.
9154 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
9155
9156 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
9157 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
9158 * mem-break.c (memory_breakpoint_from_pc): Ditto.
9159 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
9160 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
9161 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
9162 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
9163 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
9164 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
9165 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
9166 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
9167 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
9168
9169 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
9170 const pointer.
9171 * monitor.c (monitor_insert_breakpoint): Ditto.
9172 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
9173
9174 * config/mcore/tm-mcore.h: Update copyright.
9175 * mem-break.c: Ditto.
9176 * xstormy16-tdep.c: Ditto.
9177
29f319b8
PM
91782002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
9179
9180 * p-exp.y: Add precedence rule for '^' token.
9181 This removes the shift/reduce conflicts.
9182 Remove the comment concerning these shift/reduce conflicts.
9183
ebeac11a
EZ
91842002-04-18 Elena Zannoni <ezannoni@redhat.com>
9185
9186 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
9187 (registers_powerpc_nofp): New register set for processors
9188 without floating point unit.
9189
27c31547
DM
91902002-04-18 David S. Miller <davem@redhat.com>
9191
9192 * MAINTAINERS: Add myself to write-after-approval.
9193
47a73475
MS
91942002-04-17 Michael Snyder <msnyder@redhat.com>
9195
9196 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
9197
953836b2
AC
91982002-04-17 Andrew Cagney <ac131313@redhat.com>
9199
9200 * rs6000-tdep.c (frame_initial_stack_address): Use
9201 frame_register_read to read the alloca_reg.
9202
8b0d4340
AC
92032002-04-17 Andrew Cagney <ac131313@redhat.com>
9204
9205 * frame.c (find_saved_register): Find saved registers in the next
9206 not prev frame.
9207 Fix PR gdb/365.
9208
d8864532
AC
92092002-04-17 Andrew Cagney <ac131313@redhat.com>
9210
9211 * gdbarch.sh (LANG): Set to ``c''.
9212
36cc83a3 92132002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 9214
36cc83a3 9215 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 9216
2f4150cc 92172002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
9218
9219 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
9220 Update copyright.
9221
628703c6 9222 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 9223 Also fix PR gdb/391.
361d1df0 9224
56157b4a
AC
92252002-04-14 Andrew Cagney <ac131313@redhat.com>
9226
9227 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
9228 * aclocal.m4, configure: Re-generate.
9229 Fix PR gdb/391.
361d1df0 9230
6d1e3329
EZ
92312002-04-14 Elena Zannoni <ezannoni@redhat.com>
9232
9233 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
9234 instead of tm_print_insn.
9235
cb06fa07
EZ
92362002-04-14 Elena Zannoni <ezannoni@redhat.com>
9237
9238 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
9239
f208ba17
AC
92402002-04-14 Andrew Cagney <ac131313@redhat.com>
9241
9242 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
9243 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
9244 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
9245
20f01a46
DH
92462002-04-12 Don Howard <dhoward@redhat.com>
9247
9248 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
9249 max_user_call_depth.
9250 (init_cmd_lists): Initialize the new value;
9251 * cli/cli-script.c (execute_user_command): Limit the call depth of
9252 user defined commands. This avoids a core-dump when user commands
9253 are infinitly recursive.
9254
a88376a3
KB
92552002-04-12 Kevin Buettner <kevinb@redhat.com>
9256
9257 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
9258 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
9259 from tdep struct instead of DEFAULT_LR_SAVE.
9260 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
9261 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
9262 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
9263
f2172603
MS
92642002-04-12 Michael Snyder <msnyder@redhat.com>
9265
694f61fb 9266 * Remote.c: Spelling fix.
20fe79c8
MS
9267 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
9268 If no symbol found for "sbrk", try "_sbrk".
9269 (make_output_phdrs): Use bfd_section_name.
9270 (gcore_copy_callback): Use bfd_section_name.
62995fc4 9271 * eval.c: Indentation fix-ups.
169a7369
MS
9272 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
9273 in case it gets applied to an address that is already
9274 in the instruction space.
de74f71f
MS
9275 * cli/cli-decode.c (help_list): Allow long lines to wrap.
9276 * symfile.c: Fix indentation, long lines.
f2172603
MS
9277 * source.c: White space fix-up.
9278
cda5a58a
AC
92792002-04-12 Andrew Cagney <cagney@redhat.com>
9280
9281 * defs.h (read_relative_register_raw_bytes): Delete declaration.
9282 * frame.c (frame_register_read): New function. Return non-zero on
9283 success.
9284 (read_relative_register_raw_bytes_for_frame): Delete.
9285 (read_relative_register_raw_bytes): Delete.
9286 * frame.h (frame_register_read): Declare.
9287 * d30v-tdep.c: Update Copyright. Use frame_register_read.
9288 * sh-tdep.c: Ditto.
9289 * infcmd.c (do_registers_info): Ditto.
9290 * hppa-tdep.c: Ditto.
9291 * rs6000-tdep.c: Ditto.
9292 * h8500-tdep.c: Ditto.
9293 * mips-tdep.c: Ditto.
9294 * h8300-tdep.c: Ditto.
9295 * z8k-tdep.c: Ditto.
9296
2ea5f656
KB
92972002-04-12 Kevin Buettner <kevinb@redhat.com>
9298
9299 From Jimi X <jimix@watson.ibm.com>:
9300 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
9301 64-bit SysV ABI.
9302
27b15785
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): Compute ``wordsize'' from
9307 bfd info.
9308
5d57ee30
KB
93092002-04-12 Kevin Buettner <kevinb@redhat.com>
9310
9311 From Jimi X <jimix@watson.ibm.com>:
9312 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
9313 register sets for these processor variants.
9314
bc1e36ca
DJ
93152002-04-11 Daniel Jacobowitz <drow@mvista.com>
9316
bc1e36ca
DJ
9317 * regformats/reg-ppc.dat: Support FPSCR.
9318
e3f36dbd
KB
93192002-04-11 Kevin Buettner <kevinb@redhat.com>
9320
9321 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
9322 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
9323 Add fpscr as an invalid/unfetchable register.
9324 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
9325 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
9326 (fill_fpregset): Add support for register fpscr.
9327 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
9328 (fill_gregset): Account for the fact that register ``mq'' might
9329 not exist.
9330 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
9331 (registers_power): Add fpscr to register set at slot 71.
9332 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
9333 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
9334
943c9c25
MS
93352002-04-11 Michael Snyder <msnyder@redhat.com>
9336
9337 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
9338 * configure: Regenerate.
9339 * config.in: Regenerate.
9340 * acconfig.h: Add define for _SYSCALL32.
9341 * core-sol2.c: Remove #define _SYSCALL32.
9342 * solib-legacy.c: Remove #define _SYSCALL32.
9343
d8c0a2e7
AC
93442002-04-10 Andrew Cagney <ac131313@redhat.com>
9345
9346 * stack.c (select_frame): Cleanup internal error message, do not
9347 use %p.
9348
7cc19214
AC
93492002-04-10 Andrew Cagney <ac131313@redhat.com>
9350
9351 * stack.c (select_frame): Check that selected_frame and the
9352 specified level are as expected.
9353 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
9354 Update copyright.
9355 * frame.h (struct frame_info): Add field `level'. Update
9356 copyright.
9357 Work-in-progress PR gdb/464.
9358
67a2b77e
AC
93592002-04-10 Andrew Cagney <ac131313@redhat.com>
9360
9361 * maint.c (maint_print_section_info): Rename print_section_info.
9362 (print_bfd_section_info, print_objfile_section_info): Update.
9363 * inferior.h (struct gdbarch): Add opaque declaration.
9364 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
9365 * gdbarch.h: Regenerate.
9366
8cfda98c
ML
93672002-04-10 Michal Ludvig <mludvig@suse.cz>
9368
9369 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
9370 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
9371 (kernel_u_size): Added.
9372 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
9373 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
9374
ca439ad2 93752002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 9376
ca439ad2
JI
9377 * valarith.c (find_size_for_pointer_math): New function, either returns
9378 the size for a pointer's target, returns 1 for void *, or errors for
9379 incomplete types.
9380 (value_add, value_sub): use find_size_for_pointer_math.
9381
2f2893d9
DJ
93822002-04-09 Daniel Jacobowitz <drow@mvista.com>
9383
9384 * linux-low.c (linux_look_up_symbols): New hook.
9385 (linux_target_ops): Add linux_look_up_symbols.
9386 * remote-utils.c (decode_address): New function.
9387 (look_up_one_symbol): New function.
9388 * server.c (handle_query): Call target look_up_symbols hook.
9389 * server.h (look_up_one_symbol): Add prototype.
9390 * target.h (struct target_ops): Add look_up_symbols hook.
9391
96cb11df
AC
93922002-04-09 Andrew Cagney <ac131313@redhat.com>
9393
9394 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
9395 override FP_REGNUM with frame->fp. Update copyright.
9396 * parse.c (num_std_regs, std_regs): Delete.
9397 (target_map_name_to_register): Do not search std_regs. Update
9398 function description.
9399 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
9400 declarations. Update copyright.
9401 Fix PR gdb/251.
361d1df0 9402
97658e92
DJ
94032002-04-09 Daniel Jacobowitz <drow@mvista.com>
9404
9405 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
9406 after the last symbol in a block.
9407
6044e3eb
PM
94082002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
9409
9410 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
9411 is non zero as a found symbol.
9412
0406ec40
AC
94132002-04-08 Andrew Cagney <ac131313@redhat.com>
9414
9415 * findvar.c: Include "builtin-regs.h".
9416 (value_of_register): Call value_of_builtin_reg when applicable.
9417 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
9418 (target_map_name_to_register): Call
9419 builtin_reg_map_name_to_regnum.
9420 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
9421 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
9422 (builtin_regs_h): Define.
9423 (builtin-regs.o): New target.
9424 (findvar.o): Add $(builtin_regs_h).
9425 * builtin-regs.c, builtin-regs.h: New files.
9426 * std-regs.c: New file.
9427 Partial fix for PR gdb/251.
9428
56a6dfb9
KB
94292002-04-08 Kevin Buettner <kevinb@redhat.com>
9430
9431 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
9432 it's no longer required.
9433
3a808432
AC
94342002-04-08 Andrew Cagney <ac131313@redhat.com>
9435
9436 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
9437
7c40d541
KB
94382002-04-08 Kevin Buettner <kevinb@redhat.com>
9439
9440 From Jimi X <jimix@watson.ibm.com>:
9441 * rs6000-tdep.c (rs6000_software_single_step): Use
9442 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
9443 and size. Use target_insert_breakpoint() and
9444 target_remove_breakpoint() to insert and remove breakpoints
9445 instead of explicit memory reads and writes.
9446
cc9836a8
KB
94472002-04-08 Kevin Buettner <kevinb@redhat.com>
9448
9449 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
9450 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
9451 ELF_OBJECT_FORMAT ifdef.
9452
7495d1dc
KB
94532002-04-08 Kevin Buettner <kevinb@redhat.com>
9454
9455 From Jimi X <jimix@watson.ibm.com>:
9456 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
9457
4288e836
KB
94582002-04-08 Kevin Buettner <kevinb@redhat.com>
9459
9460 From Jimi X <jimix@watson.ibm.com>:
9461 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
9462 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
9463
a4e4e501
MK
94642002-04-07 Mark Kettenis <kettenis@gnu.org>
9465
9466 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
9467 s/asprintf/xasprintf/.
9468 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
9469
006defba
AC
94702002-04-07 Andrew Cagney <ac131313@redhat.com>
9471
9472 I believe Jeff Law denies responsability for this one:
9473 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
9474 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
9475 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
9476 Work-around for PR gdb/366.
9477
7aa83cac
EZ
94782002-04-07 Elena Zannoni <ezannoni@redhat.com>
9479
9480 * remote-e7000.c (write_small, e7000_read_inferior_memory,
9481 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
9482 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
9483
cf1fcca1
EZ
94842002-04-07 Elena Zannoni <ezannoni@redhat.com>
9485
9486 * sh-tdep.c (sh_fp_frame_init_saved_regs,
9487 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
9488 information.
9489
3f289e6f
AC
94902002-04-07 Andrew Cagney <ac131313@redhat.com>
9491
9492 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
9493 maintainer.
9494
129188f6
AC
94952002-04-07 Andrew Cagney <ac131313@redhat.com>
9496
9497 * README (Reporting Bugs in GDB): Document the bug web page as the
9498 prefered way of submitting bugs.
9499 Fix PR gdb/402.
9500
1200cd6e
AC
95012002-04-06 Andrew Cagney <ac131313@redhat.com>
9502
9503 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
9504 -1. Update comment.
9505 * gdbarch.h, gdbarch.c: Re-generate.
9506
2853c33c
AS
95072002-04-07 Andreas Schwab <schwab@suse.de>
9508
9509 * m68klinux-nat.c (fill_fpregset): Properly pass address of
9510 buffer to regcache_collect.
9511
c2169756
AC
95122002-04-06 Andrew Cagney <ac131313@redhat.com>
9513
9514 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
9515 * gdbarch.c, gdbarch.h: Re-generate.
9516
25f1b008
AC
95172002-04-06 Andrew Cagney <ac131313@redhat.com>
9518
9519 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
9520 declaration. Fix -Werror.
9521
59263426
DJ
95222002-04-05 Daniel Jacobowitz <drow@mvista.com>
9523
9524 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
9525 * gdbarch.c: Regenerate.
9526
f5db4da3
MS
95272002-04-05 Michael Snyder <msnyder@redhat.com>
9528
80f8a6eb
MS
9529 * breakpoint.c (clear_command): Rewrite middle section to
9530 combine two loops with identical control conditions.
9531 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
9532 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
9533
ad3dcc5c
L
95342002-04-05 H.J. Lu (hjl@gnu.org)
9535
9536 * solib-svr4.c (bkpt_names): Add "__start".
9537
f32e7a74
AC
95382002-04-04 Andrew Cagney <ac131313@redhat.com>
9539
9540 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
9541 as test for 64 bit target.
9542
8227c0ff
AC
95432002-04-05 Andrew Cagney <ac131313@redhat.com>
9544
9545 * h8500-tdep.c (h8500_write_fp): Delete function.
9546 * dwarf2cfi.c (cfi_write_fp): Document as not used.
9547 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
9548 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
9549 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
9550 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
9551 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
9552 (s390_write_fp):
9553 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
9554 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
9555 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
9556 (d10v_write_fp): Delete function.
9557 * inferior.h (write_fp, generic_target_write_fp): Delete
9558 declarations.
9559 * regcache.c (generic_target_write_fp): Delete function.
9560 (write_fp): Delete function.
9561 * gdbarch.sh (TARGET_WRITE_FP): Delete.
9562 * gdbarch.h, gdbarch.c: Regenerate.
9563 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
9564 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
9565 (sparc64_write_fp): Delete declaration.
9566 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
9567 (h8500_write_fp): Delete declaration.
9568
2757dd86
AC
95692002-04-04 Andrew Cagney <ac131313@redhat.com>
9570
9571 * sparc-tdep.c (sparc64_write_fp): Delete.
9572 (sparc_push_dummy_frame): Replace write_fp call with code to store
9573 the FP directly.
9574 (sparc_gdbarch_init): Do not initialize write_fp.
9575
c69255e1
KB
95762002-04-05 Kevin Buettner <kevinb@redhat.com>
9577
9578 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9579 clause.
9580
ae767bfb
JB
95812002-03-29 Jim Blandy <jimb@redhat.com>
9582
9583 * stack.c (get_selected_block): Add new argument `addr_in_block',
9584 used to return the exact code address we used to select the block,
9585 not just the block.
9586 * blockframe.c (get_frame_block, get_current_block): Same.
9587 * frame.h (get_frame_block, get_current_block,
9588 get_selected_block): Update declarations.
9589 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9590 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9591
84d2ac95
MS
95922002-04-05 Michael Snyder <msnyder@redhat.com>
9593
9594 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9595 warning message.
9596
596aa3bf
JB
95972002-04-05 J. Brobecker <brobecker@gnat.com>
9598
9599 * utils.c (xfullpath): New function.
9600 * defs.h (xfullpath): Add declaration.
9601 * source.c (openp): Use xfullpath in place of gdb_realpath to
9602 avoid resolving the basename part of filenames when the
9603 associated file is a symbolic link. This fixes a potential
9604 inconsistency between the filenames known to GDB and the
9605 filenames it prints in the annotations.
9606 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9607 to be able to match a filename with either the real filename, or
9608 the name of any symbolic link to this file.
9609 (lookup_partial_symtab): Ditto.
9610
c02f5703
MS
96112002-04-04 Michael Snyder <msnyder@redhat.com>
9612
9613 * breakpoint.c: Add support for hardware breakpoints in overlays.
9614 (overlay_events_enabled): New state variable.
9615 (insert_breakpoints): Use overlay_events_enabled to decide
9616 whether to attempt to set a breakpoint at the overlay load addr.
9617 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9618 (remove_breakpoint): Use overlay_events_enabled to decide
9619 whether breakpoints need to be removed from overlay load addr.
9620 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9621 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9622 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9623 disable_overlay_breakpoints): Update overlay_events_enabled.
9624
5fb290d7
DJ
96252002-04-04 Daniel Jacobowitz <drow@mvista.com>
9626
9627 * dwarf2read.c (struct function_range): New.
9628 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9629 (check_cu_functions): New.
9630 (read_file_scope): Initialize global function lists.
9631 Call dwarf_decode_line after processing children.
9632 (read_func_scope): Add to global function list.
9633 (dwarf_decode_lines): Call check_cu_functions everywhere
9634 record_line is called. Call record_line with a linenumber
9635 of 0 to mark sequence ends.
9636
7b3fabf0
ML
96372002-04-04 Michal Ludvig <mludvig@suse.cz>
9638
361d1df0 9639 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9640 change sync with glibc.
9641
bce58c09
JB
96422002-04-03 Jim Blandy <jimb@redhat.com>
9643
9644 * configure.in: Call AC_C_INLINE.
9645 * configure: Regenerated.
361d1df0 9646
2fccf04a
DJ
96472002-04-01 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9650 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9651
2d1bfe2e
MK
96522002-03-31 Mark Kettenis <kettenis@gnu.org>
9653
a5941fbf
MK
9654 * NEWS: Mention gcore support on FreeBSD/i386.
9655
a90cd31d
MK
9656 * fbsd-proc.c: New file.
9657 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9658 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9659
2d1bfe2e
MK
9660 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9661 while statement.
9662
9eb6e5a1
JB
96632002-03-29 Jim Blandy <jimb@redhat.com>
9664
9665 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9666 unescaped newlines in string literals, but newer ones don't. So
9667 escape them.
9668
f02df580
MS
96692002-03-26 Michael Snyder <msnyder@redhat.com>
9670 Andrew Cagney <cagney@redhat.com>
9671
361d1df0 9672 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9673 restore file to memory.
9674 * cli/cli-dump.h: New file.
9675 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9676 * NEWS: Mention new commands.
f02df580 9677
109f874e
MS
96782002-03-28 Michael Snyder <msnyder@redhat.com>
9679
9680 * symfile.c (symbol_file_add): Move test for null symbols to later.
9681
520f6ade
AC
96822002-03-27 Andrew Cagney <ac131313@redhat.com>
9683
9684 From veksler at il.ibm.com:
9685 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9686 the xstrduped original path.
9687 Fix PR gdb/417.
9688
d4654627
MS
96892002-03-27 Michael Snyder <msnyder@redhat.com>
9690
9691 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9692 * infcmd.c (_initialize_infcmd): Ditto.
9693 * language.c (_initialize_language): Ditto.
9694 * symfile.c (_initialize_symfile): Ditto.
9695 * top.c (_init_main): Ditto.
9696 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9697
6be8bc0c
EZ
96982002-03-27 Elena Zannoni <ezannoni@redhat.com>
9699
9700 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9701 vector registers handling.
9702 (skip_prologue): Handle new AltiVec instructions. Fill in new
9703 fields of frame data.
9704 (frame_get_saved_regs): Fill in information for AltiVec registers.
9705
12af6855
JB
97062002-03-27 Jim Blandy <jimb@redhat.com>
9707
9708 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9709 a function; leave this macro here to invoke that function.
9710 (symbol_init_mangled_name): Declaration for that function.
9711 * symtab.c (symbol_init_mangled_name): New function.
9712
dc672865
AC
97132002-03-27 Andrew Cagney <ac131313@redhat.com>
9714
9715 * valarith.c: Replace strerror with safe_strerror.
9716 * tracepoint.c: Ditto.
9717 * lin-lwp.c: Ditto.
9718 * go32-nat.c: Ditto.
9719 * inflow.c: Ditto.
9720 * gnu-nat.c: Ditto.
9721
d96429cd
AS
97222002-03-27 Andreas Schwab <schwab@suse.de>
9723
9724 * event-top.c (command_line_handler): Remove useless if.
9725
7e336ba1
AJ
97262002-03-27 Andreas Jaeger <aj@suse.de>
9727
9728 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9729 comment.
9730
de220d0f
ML
97312002-03-27 Michal Ludvig <mludvig@suse.cz>
9732
9733 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9734 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9735 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9736 (x86_64_linux_dr_get_status, supply_gregset),
9737 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9738 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9739 (x86_64_register_info_table): Add.
9740 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9741 (x86_64_register_raw_size, x86_64_register_virtual_type),
9742 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9743 general x86_64_register_info_table.
9744 (i386_gdbarch_init): gdbarch_register_bytes is now set
9745 dynamicaly during initialization.
9746 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9747 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9748
0e98d0a7
DJ
97492002-03-27 Daniel Jacobowitz <drow@mvista.com>
9750
9751 * gdbserver/server.c (main): Call target_signal_to_host_p
9752 and target_signal_to_host on signals received from the remote.
9753 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9754 target_signal_from_host on signals sent to the remote.
9755 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9756 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9757
3130066b
DJ
97582002-03-27 Daniel Jacobowitz <drow@mvista.com>
9759
9760 * signals/signals.c: Include "server.h" in gdbserver build.
9761 (target_signal_from_name): Don't use STREQ.
9762 (_initialize_signals): Likewise. Don't include function in
9763 gdbserver build.
9764
9aedf4f4
DJ
97652002-03-27 Daniel Jacobowitz <drow@mvista.com>
9766
9767 * signals.c: Moved to...
9768 * signals/signals.c: Here.
7e336ba1 9769 * Makefile (signals.o): Update.
9aedf4f4 9770
3fa41cdb
JL
97712002-03-26 Jeff Law (law@redhat.com)
9772
9773 * somread.c (som_symtab_read): Remove some commented out code and
9774 updated related comments. Do not set the minimal symbol table to
9775 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9776 in a dynamic executable.
9777 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9778 where we are unable to find the minimal symbol for the given
9779 PC value.
9780
ee677e8d
MS
97812002-03-25 Jeff Law (law@redhat.com)
9782
9783 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9784
e76e1718
ML
97852002-03-25 Michal Ludvig <mludvig@suse.cz>
9786
9787 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9788
18a642a1
AC
97892002-03-23 Andrew Cagney <ac131313@redhat.com>
9790
9791 * command.h: Update copyright.
9792 (struct cmd_list_element): Replace definition with opaque
9793 declaration.
9794 (enum cmd_types): Document that it will eventually be moved to
9795 cli/cli-decode.h
9796 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9797 (MALLOCED_REPLACEMENT): Delete macro.
9798 * Makefile.in (cli_decode_h): Add $(command_h).
9799 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9800 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9801 * completer.c: Include "cli/cli-decode.h".
9802 * maint.c: Include "cli/cli-decode.h".
9803 * cli/cli-decode.h: Include "command.h".
9804 (enum command_class): Delete.
9805 (enum cmd_types): Comment out.
9806 (enum cmd_auto_boolean): Delete.
9807 (enum var_types): Delete.
9808
b2875cc0
AC
98092002-03-23 Andrew Cagney <ac131313@redhat.com>
9810
9811 * cli/cli-decode.c: Include "gdb_assert.h".
9812 (add_set_or_show_cmd): New static function.
9813 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9814 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9815 all fields, such as func, from the set command.
9816
3b45974e
AC
98172002-03-23 Andrew Cagney <ac131313@redhat.com>
9818
9819 * MAINTAINERS (sh-elf): Change warning flag to -w.
9820
823ca731
AC
98212002-03-23 Andrew Cagney <cagney@redhat.com>
9822
9823 * defs.h (error): Add printf format attribute.
9824 * thread-db.c (thread_from_lwp): Fix error format string.
9825 * stack.c (parse_frame_specification): Ditto.
9826 * cli/cli-decode.c (undef_cmd_error): Ditto.
9827 * scm-lang.c (scm_lookup_name): Ditto.
9828 * tracepoint.c (trace_error): Ditto.
9829 * remote-utils.c (usage): Ditto.
9830 * remote.c (compare_sections_command): Ditto.
9831 Fix PR gdb/328.
9832
0e101458
AC
98332002-03-22 Andrew Cagney <ac131313@redhat.com>
9834
9835 * gdbtypes.c (append_composite_type_field): New function.
9836 (init_composite_type): New function.
9837 * gdbtypes.h (append_composite_type_field): Declare.
9838 (init_composite_type): Ditto.
9839
8e0662df
EZ
98402002-03-22 Elena Zannoni <ezannoni@redhat.com>
9841
9842 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9843 function.
8e0662df
EZ
9844 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9845 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9846 structure returning convention for SYSV ABI case, but not
9847 for GNU/Linux, FreeBSD, or NetBSD.
9848
3121eff0
DJ
98492002-03-22 Daniel Jacobowitz <drow@mvista.com>
9850
9851 * symtab.h (lookup_block_symbol): Add mangled_name argument
9852 to prototype.
9853
9854 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9855 with new mangled_name argument.
9856 * linespec.c (decode_line_1): Likewise.
9857 * valops (value_of_this): Likewise.
9858 * symtab.c (lookup_transparent_type): Likewise.
9859 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9860 (lookup_symbol): If we are given a mangled name, pass it down
9861 to lookup_symbol_aux.
9862 (lookup_block_symbol): If we are given a mangled name to check
9863 against, only return symbols which match it.
9864
349b409f
CF
98652002-03-22 Christopher Faylor <cgf@redhat.com>
9866
9867 * win32-nat.c (child_create_inferior): Check for proper shell to use
9868 here, in case the user changes it on the fly.
9869 (_initialize_inftarg): Remove shell path considerations.
9870
2a873819
EZ
98712002-03-21 Elena Zannoni <ezannoni@redhat.com>
9872
9873 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9874 for gdbarch_max_register_raw_size and max_register_virtual_size.
9875 Adjust copyright year.
9876
a1b9830c
DJ
98772002-03-21 Daniel Jacobowitz <drow@mvista.com>
9878
9879 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9880 in a function to cover the entire beginning of the function
9881 as well if it does not already.
9882
8b5790f2
TR
98832002-03-21 Tom Rix <trix@redhat.com>
9884
9885 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9886 (rs6000_ptrace64): Renamed from ptrace64.
9887
bdbe5747
MH
98882002-03-20 Martin M. Hunt <hunt@redhat.com>
9889
9890 * gdbserver/remote-utils.c (remote_open): Don't call
9891 getprotobyname, we're all using TCP here so just use
9892 IPPROTO_TCP.
7e336ba1 9893 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9894
98952002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9896
bdbe5747
MH
9897 * regcache.c (_initialize_regcache): No need to call
9898 build_regcache() at this time; it gets called whenever
9899 the gdbarch changes.
9900
7781cd62
DB
99012002-03-20 David O'Brien <obrien@FreeBSD.org>
9902
9903 * sparc-nat.c: Include sys/param.h where possible.
9904
f65ca430
DJ
99052002-03-20 Daniel Jacobowitz <drow@mvista.com>
9906
9907 Fix PR gdb/422.
9908 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9909 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9910 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9911 complex types.
9912 * stabsread.c (rs6000_builtin_type): Likewise.
9913 (read_sun_floating_type): Likewise.
9914
0c867556
PS
99152002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9916
9917 * stabsread.c (read_member_functions): Remove skip code for duplicate
9918 constructor/destructor methods. Use standard parsing for these
9919 methods and just do not chain them to the list of methods after
9920 parsing.
9921
12b9c64f
AO
99222002-03-19 Alexandre Oliva <aoliva@redhat.com>
9923
9924 * coffread.c: Remove redundant static declarations. Replace
9925 occurrences of `PTR' with `void *'.
9926 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9927 * top.h (quit_cover): Likewise.
9928 * defs.h (catch_errors): Likewise.
9929
349c5d5f
AC
99302002-03-18 Andrew Cagney <ac131313@redhat.com>
9931
9932 * defs.h (XMALLOC): Define.
9933 * gdb-events.sh (XMALLOC): Delete macro.
9934 * gdb-events.c, gdb-events.h: Regenerate.
9935 * gdbarch.sh (XMALLOC): Delete macro.
9936 * gdbarch.c: Regenerate.
9937 * serial.c (XMALLOC): Delete macro.
9938 * ui-file.c (XMALLOC): Ditto.
9939 * ser-unix.h (XMALLOC): Ditto.
9940 * sh-tdep.c (XMALLOC): Ditto.
9941 * ui-out.c (XMALLOC): Ditto.
9942 * utils.c (XMALLOC): Ditto.
9943 * i386-tdep.c (XMALLOC): Ditto.
9944 * gdb-events.c (XMALLOC): Ditto.
9945 * d10v-tdep.c (XMALLOC): Ditto.
9946 * cli-out.c (XMALLOC): Ditto.
9947
9948 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9949 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9950 * ui-file.c, ui-out.c: Ditto.
9951
7d0766f3
AC
99522002-03-18 Andrew Cagney <ac131313@redhat.com>
9953
9954 * command.h (struct cmd_list_element): Add field context.
9955 (set_cmd_context, get_cmd_context): Declare.
9956 * cli/cli-decode.h: Ditto.
9957 * cli/cli-decode.c (get_cmd_context): New function.
9958 (set_cmd_context): New function.
9959 (add_cmd): Initialize context.
9960 Part of fixing PR gdb/145 and PR gdb/146.
9961
5913bcb0
AC
99622002-03-17 Andrew Cagney <ac131313@redhat.com>
9963
1868c04e
AC
9964 * cli/cli-decode.c (cmd_type): New function.
9965 * command.h (cmd_type): Declare.
9966 * infrun.c (set_schedlock_func): Call function cmd_type.
9967 * kod.c (kod_set_os): Call cmd_type.
9968 * cris-tdep.c (cris_version_update): Use function cmd_type.
9969 (cris_mode_update, cris_abi_update): Ditto.
9970
5913bcb0
AC
9971 * command.h: (execute_cmd_post_hook): Declare.
9972 (execute_cmd_pre_hook): Declare.
9973 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9974 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9975 functions. Execute pre/post hook while ensuring that afterwords
9976 hook_in is cleared.
9977 * top.c (execute_command): Use execute_cmd_post_hook, and
9978 execute_cmd_pre_hook to execute pre/post commands.
9979 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9980 hook_stop_stub.
9981 (hook_stop_stub): Call execute_cmd_pre_hook.
9982
b51450c9
AC
99832002-03-17 Andrew Cagney <ac131313@redhat.com>
9984
9985 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9986 set'' and this leads to a core dump. Move xstrdup of
9987 operating_system to after check that it is not NULL.
9988
f66c9f11
AC
99892002-03-17 Andrew Cagney <ac131313@redhat.com>
9990
8e694ecf
AC
9991 * kod.c (kod_set_os): Remove unnecessary check that
9992 ``command->type'' is set_cmd.
9993
f66c9f11
AC
9994 * valprint.c (set_input_radix): Use input_radix.
9995 (set_output_radix): Use output_radix.
9996 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9997 isn't reverted.
9998
9d01611c
AC
99992002-03-16 Andrew Cagney <ac131313@redhat.com>
10000
10001 * value.h (struct value): Delete field ``substring_addr''. Change
10002 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
10003 force_core_addr_align and force_pointer_aligh.
10004
10005 * value.h (struct value): Fix typo in above change.
9d01611c 10006
4156bb53
PS
100072002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10008
10009 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
10010 to fix internal_error from ``maintenance print architecture''.
10011
0e5e3ea6
PS
100122002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10013
10014 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
10015 for gcc versions after gcc-2.8.1.
10016
9b013045
PS
100172002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10018
10019 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
10020 for method resolution. Restore adjustment of ``this'' pointer after
10021 calling value_struct_elt, which was accidentally removed during the
10022 HP merge.
10023
376c9600
AC
100242002-03-15 Andrew Cagney <ac131313@redhat.com>
10025
10026 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
10027 value_of_register.
10028 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
10029 get_saved_register.
10030 * value.h (value_of_register): Update.
10031
a4db0f07
RH
100322002-03-14 Richard Henderson <rth@redhat.com>
10033
10034 * configure.in: Detect declaration for canonicalize_file_name.
10035 * utils.c (canonicalize_file_name): Declare, if needed.
10036 (gdb_realpath): Prefer realpath if available and usable.
10037 * config.in, configure: Rebuild.
10038
96383835
RH
100392002-03-14 Richard Henderson <rth@redhat.com>
10040
10041 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
10042 a constant array bound.
10043
10044 * MAINTAINERS: Add myself to write-after-approval.
10045
75245b24
MS
100462002-03-14 Michael Snyder <msnyder@redhat.com>
10047
10048 * symfile.c (syms_from_objfile): Return immediately if no syms.
10049 (symbol_file_add): Return immediately if no syms.
10050 (find_sym_fns): Return immediately if no syms.
10051
e641a1ca
ML
100522002-03-13 Michal Ludvig <mludvig@suse.cz>
10053
10054 * gdbserver/remote-util.c (remote_open): Print remote-side's
10055 IP address when remote debugging over the network.
7e336ba1 10056
df08bfec
DB
100572002-03-12 David O'Brien <obrien@FreeBSD.org>
10058
10059 * config/sparc/fbsd.mh: Fix copyright.
10060 * config/sparc/fbsd.mt: Likewise.
10061
9a57864f
RE
100622002-03-11 Richard Earnshaw <rearnsha@arm.com>
10063
10064 * MAINTAINERS: Fix typo in name of gdb warnings option.
10065 (x86-64): Fix formating so that this can be parsed by awk.
10066
dd7bf85e
DJ
100672002-03-10 Daniel Jacobowitz <drow@mvista.com>
10068
10069 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
10070 * defs.h: Include "gdb/signals.h".
10071 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
10072
33a0a2ac
ML
100732002-03-10 Michal Ludvig <mludvig@suse.cz>
10074
10075 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 10076 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
10077 from x86-64-tdep.h
10078
dd824b04
DJ
100792002-03-10 Daniel Jacobowitz <drow@mvista.com>
10080 Don Howard <dhoward@redhat.com>
10081
10082 * mips-tdep.c (ST0_FR): Define.
10083 (mips2_fp_compat): New function, temporarily disabled.
10084 (mips_read_fp_register_single): New function.
10085 (mips_read_fp_register_double): New function.
10086 (mips_print_register): Use them.
10087 (do_fp_register_row): Likewise.
10088
6a41ff59
AC
100892002-03-09 Andrew Cagney <ac131313@redhat.com>
10090
10091 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
10092 approval''.
10093
4ea09c10
PS
100942002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10095
10096 * stabsread.c (read_member_functions): Fix is_stub test for
10097 static member functions, improve comment.
10098
6ccc741d
RE
100992002-03-07 Richard Earnshaw <rearnsha@arm.com>
10100
10101 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
10102 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
10103 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
10104 commands that set boolean values.
10105 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
10106 (arm_rdi_resume): Always initialize PC.
10107 (arm_rdi_open): Don't use rslt as a boolean.
10108 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
10109 (arm_rdi_fetch_registers, arm_rdi_store_registers)
10110 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
10111 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
10112
438013df
AO
101132002-03-06 Alexandre Oliva <aoliva@redhat.com>
10114
10115 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
10116 * configure: Rebuilt.
10117
70ed8774
SC
101182002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10119
10120 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
10121 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
10122
5ba2abeb
AC
101232002-03-06 Andrew Cagney <ac131313@redhat.com>
10124
10125 * cli/cli-decode.c (set_cmd_completer): New function.
10126 * command.h (set_cmd_completer): Declare.
10127 * cli/cli-decode.h (set_cmd_completer): Ditto.
10128
10129 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
10130 * cli/cli-cmds.c (init_cli_cmds): Ditto.
10131 * win32-nat.c (_initialize_inftarg): Ditto.
10132 * remote-rdi.c (_initialize_remote_rdi): Ditto.
10133 * proc-api.c (_initialize_proc_api): Ditto.
10134 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
10135 * source.c (_initialize_source): Ditto.
10136 * exec.c (_initialize_exec): Ditto.
10137 * solib.c (_initialize_solib): Ditto.
10138 * top.c (init_main): Ditto.
10139 * tracepoint.c (_initialize_tracepoint): Ditto.
10140 * symfile.c (_initialize_symfile): Ditto.
10141 * printcmd.c (_initialize_printcmd): Ditto.
10142 * infcmd.c (_initialize_infcmd): Ditto.
10143 * corefile.c (_initialize_core): Ditto.
10144
f779ca99
AC
101452002-03-05 Andrew Cagney <ac131313@redhat.com>
10146
10147 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
10148
01a3934b
AC
101492002-03-05 Andrew Cagney <ac131313@redhat.com>
10150
10151 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
10152
37057839
AC
101532002-03-05 Andrew Cagney <ac131313@redhat.com>
10154
10155 * NEWS: Update headings, 5.2 has branched.
10156
c6ecbae5
DJ
101572002-03-04 Daniel Jacobowitz <drow@mvista.com>
10158
10159 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
10160 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
10161 (register_addr, REGISTER_RAW_SIZE): Likewise.
10162 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
10163 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
10164
e9f30c21
ML
101652002-03-03 Michal Ludvig <mludvig@suse.cz>
10166
10167 * MAINTAINERS (x86-64): Add myself.
10168 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
10169 changed value_ptr -> struct value *
10170
54394ac3
DB
101712002-03-01 David O'Brien <obrien@FreeBSD.org>
10172
10173 * configure.host (sparc64-*-freebsd): Add.
10174 * configure.tgt: Likewise.
10175 * config/sparc/fbsd.mh: New file.
10176 * config/sparc/fbsd.mt: Likewise.
10177 * config/sparc/nm-fbsd.h: Likewise.
10178 * config/sparc/tm-fbsd.h: Likewise.
10179
bfe95955
DJ
101802002-03-01 Daniel Jacobowitz <drow@mvista.com>
10181
10182 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
10183 regformats/reg-s390x.dat.
10184
f33c6cbf
AC
101852002-03-01 Andrew Cagney <ac131313@redhat.com>
10186
10187 * utils.c: Add FIXME explaining true/false problem.
10188
5ecaa7dd
AC
101892002-02-28 Andrew Cagney <ac131313@redhat.com>
10190
10191 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
10192
2a251cc2
MC
101932002-02-28 Michael Chastain <mec@shout.net>
10194
10195 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
10196
6a8031a3 101972002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
10198
10199 * gdbserver/linux-s390-low.c: New file.
10200 * regformats/reg-s390.dat: New file.
10201 * regformats/reg-s390x.dat: New file.
10202 * gdbserver/configure.srv: Add S/390.
10203 * gdbserver/Makefile.in: Add S/390.
10204 * configure.tgt: Enable gdbserver for S/390.
10205
ac469903
EZ
102062002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
10209 first line of the doc string for "info dos", except at the end of
10210 the sentence, since the short help stops at the first period.
10211
985cb1a3
JM
102122002-02-28 Jason Merrill <jason@redhat.com>
10213
10214 * dwarf2read.c (dwarf_cfi_name): Add new codes.
10215
c570663e
FF
102162002-02-27 Fred Fish <fnf@redhat.com>
10217
10218 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
10219 comment (dumy -> dummy).
10220
43630227
PS
102212002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10222
10223 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
10224
b84911e8
RB
102252002-02-27 Rodney Brown <rbrown64@csc.com.au>
10226
10227 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
10228
58caa3dc
DJ
102292002-02-27 Daniel Jacobowitz <drow@mvista.com>
10230
10231 * gdbserver/acconfig.h: New file.
10232 * gdbserver/i387-fp.c: New file.
10233 * gdbserver/i387-fp.h: New file.
10234 * gdbserver/linux-x86-64.c: New file.
10235 * regformats/reg-x86-64.dat: New file.
10236 * configure.tgt: Add x86_64-*-linux* gdbserver support.
10237 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
10238 * gdbserver/configure.in: Add support for regsets.
10239 * gdbserver/config.in: Regenerate.
10240 * gdbserver/configure: Regenerate.
10241 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
10242 * gdbserver/linux-low.h: New file.
10243 * gdbserver/linux-low.c: Include "linux-low.h". Add support
10244 for regsets.
10245 * gdbserver/linux-arm-low.c: Include "linux-low.h".
10246 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
10247 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
10248 * gdbserver/linux-mips-low.c: Include "linux-low.h".
10249 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
10250 * gdbserver/linux-sh-low.c: Include "linux-low.h".
10251 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
10252 "i387-fp.h". Add PTRACE_GETREGS and friends.
10253 * gdbserver/regcache.c (supply_register): New function.
10254 (supply_register_by_name): New function.
10255 (collect_register): New function.
10256 (collect_register_by_name): New function.
10257
93652174
DJ
102582002-02-27 Daniel Jacobowitz <drow@mvista.com>
10259
10260 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
10261 (config.status): Add configure.srv dependency.
10262 (server_h): Add config.h dependency.
10263
a02e4a61
DJ
102642002-02-27 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
10267 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
10268 * gdbserver/configure.srv: Change i386-*-linux* to use
10269 reg-i386-linux.o.
10270
ce0eebec
AC
102712002-02-26 Andrew Cagney <ac131313@redhat.com>
10272
10273 * x86-64-tdep.c: Re-indent. Update copyright date.
10274
82dbc5f7
AC
102752002-02-26 Andrew Cagney <ac131313@redhat.com>
10276
10277 From Michal Ludvig <mludvig@suse.cz>:
10278 * x86-64-tdep.c (value.h): Delete.
10279 (gdb_assert.h): Include.
10280 (x86_64_register_convert_to_virtual,
10281 x86_64_register_convert_to_raw ): Add check which lets only
10282 floating-point values to be converted.
10283 (value_push): Delete.
10284 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
10285 (i386_gdbarch_init): Number of register_bytes fixed.
10286
e4621584
AC
102872002-02-26 Andrew Cagney <ac131313@redhat.com>
10288
10289 * MAINTAINERS: Add x86-64 target.
10290
81a9a963
AC
102912002-02-26 Andrew Cagney <ac131313@redhat.com>
10292
10293 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
10294 * osfsolib.c (solib_map_sections): Ditto.
10295 * irix5-nat.c (solib_map_sections): Ditto.
10296 * corelow.c (gdb_check_format): Ditto.
10297 * symfile.c (symfile_bfd_open): Ditto.
10298 * solib.c (solib_map_sections): Ditto.
10299 Fix PR gdb/354.
7e336ba1 10300
0f017ab9
AC
103012002-02-26 Andrew Cagney <ac131313@redhat.com>
10302
10303 * remote.c (_initialize_remote): By default, disable ``e'' and
10304 ``E'' step out-of-range packets.
10305
75738c29
AS
103062002-02-26 Andreas Schwab <schwab@suse.de>
10307
10308 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
10309 m68k_linux_frame_saved_pc.
10310 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
10311 in_sigtramp.
10312 (SIGCONTEXT_PC_OFFSET): Remove.
10313 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
10314 m68k_linux_sigtramp_saved_pc): New functions.
10315 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
10316 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
10317 (UCONTEXT_PC_OFFSET): Define.
10318 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
10319 non-RT and RT signal trampolines.
10320
7e8ed687
RE
103212002-02-26 Richard Earnshaw <rearnsha@arm.com>
10322
10323 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
10324 (TARGET_NBPG, STACK_END_ADDR): Delete
10325 (VARIABLES_INSIDE_BLOCK): Delete.
10326
6972bc8b
AC
103272002-02-25 Andrew Cagney <ac131313@redhat.com>
10328
10329 * utils.c (perror_with_name): Make string parameter constant.
10330 (print_sys_errmsg): Ditto.
10331 (query): Ditto.
10332 * defs.h (perror_with_name): Update.
10333 (print_sys_errmsg): Update.
10334 (query): Update.
10335
aa32f823
DJ
103362002-02-25 Daniel Jacobowitz <drow@mvista.com>
10337
10338 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
10339 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
10340
19caaa45
PS
103412002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10342
10343 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
10344 if it already matches the current architecture from the exec file.
10345 Include arch-utils.h for gdbarch_info_init prototype.
10346 * Makefile.in (rs6000-nat.o): Update dependencies.
10347
d951901f
EZ
103482002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
10349
10350 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
10351 list of exported variables.
10352
7ea81414
DJ
103532002-02-24 Daniel Jacobowitz <drow@mvista.com>
10354
10355 * gdbserver/configure.srv: New file.
10356 * gdbserver/configure.in: Use configure.srv instead
10357 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
10358 from it.
10359 * gdbserver/configure: Regenerated.
10360 * gdbserver/terminal.h: New file.
10361 * gdbserver/Makefile.in: Update for configure changes. Remove
10362 more unneeded include paths.
10363
080fe24b
AC
103642002-02-24 Andrew Cagney <ac131313@redhat.com>
10365
10366 From wiz at danbala:
10367 * config/sparc/tm-sp64.h: Fix grammar and typos.
10368 Fix PR gdb/287.
10369
8605d56e
AC
103702002-02-24 Andrew Cagney <ac131313@redhat.com>
10371
10372 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
10373 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
10374 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
10375 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
10376 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
10377 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
10378 * s390-tdep.c: Ditto.
92362027
AC
10379 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
10380 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
10381 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
10382 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
10383 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
10384 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
10385 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
10386 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
10387 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
10388 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 10389 Fix PR gdb/378.
7e336ba1 10390
8ed32cc0
AC
103912002-02-23 Andrew Cagney <ac131313@redhat.com>
10392
a3007b6f
AC
10393 * lin-thread.c: Delete file.
10394 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
10395 to gdb_proc_service.h.
10396 * configure: Re-generate.
10397
50a9e2f1
AC
10398 * ocd.c (ocd_open): Do not try to open the "ocd" device.
10399 * serial.c (serial_open): Delete check for "ocd".
10400 Fix PR gdb/349.
10401
8b6e7932
AC
10402 * Makefile.in (linux-thread.o): Delete target.
10403 * linux-thread.c: Delete file.
10404
d155c46b
AC
10405 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
10406 renamed SH files to be consistent.
10407
8ed32cc0
AC
10408 * symtab.c (sort_search_symbols): Use xfree.
10409
0e18d038
RE
104102002-02-23 Richard Earnshaw <rearnsha@arm.com>
10411
10412 * arm-linux-tdep.c (arm_linux_init_abi): Register
10413 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
10414 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
10415 definition with undef, since we don't want the sysvr4 definition.
10416 (SKIP_TRAMPOLINE_CODE): Likewise.
10417
27aac7ff
AC
104182002-02-23 Andrew Cagney <ac131313@redhat.com>
10419
10420 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
10421
10422 * configure.in: (AC_CHECK_FUNCS) Added test for
10423 canonicalize_file_name Regenerated.
10424 * config.in, configure: Regenerated.
10425 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
10426 defined use canonicalize_file_name.
7e336ba1 10427
65a6e0ee
MC
104282002-02-23 Michael Chastain <mec@shout.net>
10429
10430 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
10431
47b95330
AC
104322002-02-23 Andrew Cagney <ac131313@redhat.com>
10433
10434 * README: Remove references to cygnus.com.
10435 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
10436 dot com'' form. Remove references to cygnus.com and sourceware.
10437
696f451b
AC
104382002-02-23 Andrew Cagney <ac131313@redhat.com>
10439
10440 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
10441 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
10442 1003.1-2001 no longer allows "head -1".
10443 * gdb/Makefile.in (version.c): Likewise.
10444 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
10445 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
10446 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
10447
bbaca940
AC
104482002-02-23 Andrew Cagney <ac131313@redhat.com>
10449
10450 * cli/cli-decode.c (cmd_cfunc_eq): New function.
10451 * command.h (cmd_cfunc_eq): Declare.
10452 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
10453
10454 * cli/cli-cmds.h (is_complete_command): Change parameter to a
10455 ``struct cmd_list_element *''.
10456 * cli/cli-cmds.c (is_complete_command): Update. Use
10457 cmd_cfunc_eq.
10458 * top.c (execute_command): Pass the command to
10459 is_complete_command.
10460 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
10461
b8b8b047
AC
104622002-02-23 Andrew Cagney <ac131313@redhat.com>
10463
10464 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
10465 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
10466 architecture defines.
10467 * s390-tdep.c (s390_gdbarch_init): Likewise.
10468
19d3fc80
RE
104692002-02-23 Richard Earnshaw <rearnsha@arm.com>
10470
10471 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
10472 (arm_linux_push_arguments): Likewise.
10473 (arm_linux_init_abi): Register them. Also register linux-specific
10474 call_dummy_words.
10475 (find_minsym_and_objfile): Use strcmp, not STREQ.
10476 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
10477 (arm_linux_call_dummy_words): Delete declaration.
10478 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
10479 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
10480 declarations.
10481 (LOWEST_PC): Delete.
10482
3ab13650
PS
104832002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10484
10485 * maint.c (print_section_info): Do not prepend `0x' to filepos
10486 output, it will be handled by local_hex_string_custom.
10487
19d3fc80 104882002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
10489
10490 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
10491 (store_newfpe_double, store_newfpe_extended, store_fpregister)
10492 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
10493
d85a5daf
JB
104942002-02-22 Jim Blandy <jimb@redhat.com>
10495
10496 Indicate that the bcache functions don't change the strings
10497 they're passed.
10498 * bcache.h (bcache, hash): Add `const' keywords to declarations.
10499 * bcache.c (bcache, hash): Add `const' keywords to definitions.
10500
eeb25b8a
PM
105012002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
10502
10503 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
10504
6badb179
CF
105052002-02-21 Christopher Faylor <cgf@redhat.com>
10506
10507 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
10508 find the complete path to a loaded DLL.
10509
e8717518
FF
105102002-02-21 Fred Fish <fnf@redhat.com>
10511
10512 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
10513 that marks the end of the range of a function, enter a line number
10514 entry that has a line number of zero and a PC offset that matches
10515 the end of the function. This starts a range of PC's for which no
10516 line number information is known.
10517 * symtab.c (find_pc_sect_line): If our best fit is in a range of
10518 PC's for which no line number info is found (line number is zero)
10519 then we didn't find any valid line information.
10520 * symtab.h: Document use of zero line number entry.
10521
9abe5450
EZ
105222002-02-21 Elena Zannoni <ezannoni@redhat.com>
10523
10524 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
10525 (have_ptrace_getvrregs): Define for run time checks.
10526 (gdb_vrregset_t): New type for Altivec register handling.
10527 (fetch_register, store_register): Fetch/store altivec register
10528 when needed.
10529 (fetch_altivec_register, store_altivec_register): New functions.
10530 (supply_vrregset, fill_vrregset): New functions.
10531 (fetch_altivec_registers, store_altivec_registers): New functions.
10532 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
10533 registers as well.
10534
aaa38bb5
AJ
105352002-02-21 Jiri Smid <smid@suse.cz>
10536
10537 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
10538
b34db576
RE
105392002-02-21 Richard Earnshaw <rearnsha@arm.com>
10540
10541 * Makefile.in (armnbsd-nat.o): Update dependencies.
10542 * armnbsd-nat.c (supply_gregset): New function. Common code to
10543 supply the integer register set.
10544 (supply_fparegset): New function. Similar for FPA registers.
10545 (fetch_regs, fetch_fp_regs): Use them.
10546 (fetch_core_registers): Likewise.
10547 (fetch_elfcore_registers): New function.
10548 (arm_netbsd_elfcore_fns): New core-file type specification.
10549 (_initialize_arm_netbsd_nat): Register it.
10550
3e56fc4b
RE
105512002-02-21 Richard Earnshaw <rearnsha@arm.com>
10552
10553 * armnbsd-nat.c: Include gdbcore.h.
10554 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
10555 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
10556 'void' to declaration, to shut up ARI.
10557 (fetch_core_registers): Make static. Rewrite using supply_register.
10558 (arm_netbsd_core_fns): New core-file type specification.
10559 (_initialize_arm_netbsd_nat): New function.
10560
097f6b0b
CF
105612002-02-21 Christopher Faylor <cgf@redhat.com>
10562
10563 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
10564 value.
10565
c914e0cc
CF
105662002-02-20 Christopher Faylor <cgf@redhat.com>
10567
10568 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
10569 fails.
10570
385fa495
DJ
105712002-02-20 Daniel Jacobowitz <drow@mvista.com>
10572
10573 * jv-exp.y (parse_number): Change type of implicit longs
10574 to builtin_type_uint64.
10575
e5f1222d
DJ
105762002-02-20 Daniel Jacobowitz <drow@mvista.com>
10577
10578 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10579 to be an integer instead of a `union wait'.
10580
75c9abc6
DJ
105812002-02-20 Daniel Jacobowitz <drow@mvista.com>
10582
10583 * mips-linux-nat.c: Call the operating system GNU/Linux.
10584 * mips-linux-tdep.c: Likewise.
10585 * mips-tdep.c: Likewise.
10586
551792a5
DJ
105872002-02-20 Daniel Jacobowitz <drow@mvista.com>
10588
10589 Fix PR gdb/265.
10590 * jv-exp.y (parse_number): Handle 64-bit integers.
10591
ee6e2b82
DJ
105922002-02-20 Daniel Jacobowitz <drow@mvista.com>
10593
10594 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10595 AC_STDC_HEADERS to AC_HEADER_STDC.
10596 * gdbserver/configure: Regenerated.
10597
a48442a0
RE
105982002-02-20 Richard Earnshaw <rearnsha@arm.com>
10599
10600 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10601 is defined.
10602 * sparc-tdep.c (get_longjmp_target): Likewise.
10603
fe419ffc
RE
106042002-02-20 Richard Earnshaw <rearnsha@arm.com>
10605
10606 * News: Add news about ARM and Multi-arch. Mention the new target
10607 arm*-*-netbsd*.
10608
5832ed7e
JB
106092002-02-19 Jim Blandy <jimb@redhat.com>
10610
10611 * stabsread.c (error_type_complaint): Improve error message.
10612
84563040
DJ
106132002-02-19 Daniel Jacobowitz <drow@mvista.com>
10614
10615 * gdbserver/README: Update documentation.
10616 * gdbserver/configure.in: Update configury to match documentation.
10617 * gdbserver/Makefile.in: Likewise.
10618 * gdbserver/configure: Regenerated.
10619 * gdbserver/aclocal.m4: New file, generated by aclocal.
10620 * gdbserver/config.in: New file, generated by autoheader.
10621
375fd65b
RE
106222002-02-19 Richard Earnshaw <rearnsha@arm.com>
10623
10624 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10625 armnbsd-nat.c.
10626
08216dd7
RE
106272002-02-19 Richard Earnshaw <rearnsha@arm.com>
10628
10629 * arm-tdep.h (enum arm_float_model): New enum.
10630 (struct gdbarch_tdep): Add fp_model.
10631 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10632 up floating-point conversions until we know the floating-point model
10633 in use by the inferior. Don't complain about being unable to
10634 determine the ABI of the inferior when we don't have one.
10635 (arm_extract_return_value): Support different floating-point models.
10636 (arm_store_return_value): Likewise.
aaa38bb5 10637 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10638 ARM_FLOAT_SOFT.
10639 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10640
65d6d66a
PS
106412002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10642
10643 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10644 of ``current_gdbarch''.
10645
47221191
RE
106462002-02-19 Richard Earnshaw <rearnsha@arm.com>
10647
10648 * armnbsd-nat.c : ANSIfy all function declarations.
10649 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10650 (fetch_inferior_registers): Re-implement in terms of above.
10651 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10652 (store_inferior_registers): Re-implement in terms of above.
10653
fdf39c9a
RE
106542002-02-19 Richard Earnshaw <rearnsha@arm.com>
10655
aaa38bb5 10656 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10657 kernel.
10658 * arm-linux-tdep.c: Likewise.
10659 * config/arm/tm-linux.h: Likewise.
10660
93247f88
RE
106612002-02-19 Richard Earnshaw <rearnsha@arm.com>
10662
10663 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10664 * config/arm/nbsd.mt (TM_FILE): Delete.
10665 * config/arm/tm-nbsd.h: Delete.
10666
d7b486e7
RE
106672002-02-19 Richard Earnshaw <rearnsha@arm.com>
10668
10669 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10670 Initialize CALL_DUMMY_LENGTH.
10671
41d39a95
RE
106722002-02-19 Richard Earnshaw <rearnsha@arm.com>
10673
10674 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10675 function.
10676 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10677 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10678 defines one thing and that is incorrect for this port.
10679 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10680
e1195560
PM
106812002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10682
10683 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10684
c1748f97
PM
106852002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10686
10687 * win32-nat.c (display_selector): New function. Displays information
10688 about the information returned by GetThreadSelectorEntry API function.
10689 (display_selectors): New function. Displays the infomation of
10690 the selector given as argument, or of CS, DS ans FS selectors
10691 if no argument is given.
10692 ( _initialize_inftarg): Add "w32" as info prefix command.
10693 Add "info w32 selector" as command calling display_selectors.
10694
e41e6bbf
PM
106952002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10696
10697 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10698 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10699 if not defined.
10700
0d3a9f48
RE
107012002-02-18 Richard Earnshaw <rearnsha@arm.com>
10702
10703 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10704
3fb4b924
RE
107052002-02-18 Richard Earnshaw <rearnsha@arm.com>
10706
10707 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10708 (arm_fix_call_dummy): Call it.
10709 (arm_call_dummy_breakpoint_offset): Delete.
10710 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10711 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10712
7f55af32
AC
107132002-02-18 Andrew Cagney <ac131313@redhat.com>
10714
10715 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10716 Default to func_frame_chain_valid.
10717 * gdbarch.h, gdbarch.c: Re-generate.
10718 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10719
05f13b9c
EZ
107202002-02-18 Elena Zannoni <ezannoni@redhat.com>
10721
10722 * ppc-linux-nat.c: Update copyright.
10723 (fetch_register, store_register): Add tid parameter, don't compute
10724 tid here.
10725 (fetch_ppc_registers, store_ppc_registers): Add tid
10726 parameter. Pass it along to callees.
10727 (fetch_inferior_registers, store_inferior_registers): Compute tid
10728 here, and pass it to calleed functions.
10729 (fill_gregset, supply_fpregset): Clean up formatting.
10730
d7afb4c9
RE
107312002-02-18 Richard Earnshaw <rearnsha@arm.com>
10732
10733 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10734 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10735
9df628e0
RE
107362002-02-18 Richard Earnshaw <rearnsha@arm.com>
10737
10738 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10739 * gdbarch.c gdbarch.h: Regenerate.
10740 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10741 function.
10742 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10743 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10744 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10745
10746 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10747 * arm-tdep.c (arm_get_longjmp_target): New function.
10748 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10749 this to a positive value register arm_get_longjmp_target as the
10750 longjmp handler.
10751 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10752 (arm_linux_init_abi): Set up longjmp description in tdep.
10753 * armnbsd-nat.c (get_longjmp_target): Delete.
10754 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10755 description in tdep.
10756 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10757 (get_longjmp_target): Delete declaration.
10758 (GET_LONGJMP_TARGET): Delete.
10759 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10760 (GET_LONGJMP_TARGET): Delete.
10761
57bc8964
KB
107622002-02-17 Kevin Buettner <kevinb@redhat.com>
10763
10764 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10765 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10766 of ``current_gdbarch''.
10767
83d31a92
TT
107682002-02-17 Tom Tromey <tromey@redhat.com>
10769
10770 * cli/cli-cmds.c (compare_strings): New function.
10771 (complete_command): Only print each unique item once.
10772 * completer.h (complete_line): Declare.
10773 * completer.c (complete_line): New function.
10774 (line_completion_function): Use it.
10775
17ef5d92
AC
107762002-02-16 Andrew Cagney <ac131313@redhat.com>
10777
10778 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10779 * gdbarch.h, gdbarch.c: Re-generate.
10780
491b8946
DJ
107812002-02-16 Daniel Jacobowitz <drow@mvista.com>
10782
10783 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10784
107852002-02-16 Daniel Jacobowitz <drow@mvista.com>
10786
10787 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10788 * valops.c (value_arg_coerce): Don't take the address of a reference
10789 to convert an argument to a reference.
10790
dfe7f3ac
CF
107912002-02-15 Christopher Faylor <cgf@redhat.com>
10792
10793 * win32-nat.c (get_image_name): New function.
10794 (handle_load_dll): Use get_image_name function.
10795 (get_child_debug_event): Avoid registering debug events until possibly
10796 execed process is started.
10797 (child_create_inferior): Allow invocation via shell so that command
10798 line redirection, etc. works ok.
10799 (_initialize_inftarg): Add new command: "set shell" to control whether
10800 a shell is used to start a process.
10801
1d33e73a
DJ
108022002-02-15 Daniel Jacobowitz <drow@mvista.com>
10803
10804 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10805 instead of find_register_by_number.
10806 (cannot_store_register): Likewise.
10807
48cd0caa
PM
108082002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10809
aaa38bb5 10810 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10811 fprintf_unfiltered (gdb_stderr, ...).
10812
8656e7d8
DJ
108132002-02-15 Daniel Jacobowitz <drow@mvista.com>
10814
10815 * gdbserver/gdbserver.1: Document --attach.
10816
66e810cd
RE
108172002-02-15 Richard Earnshaw <rearnsha@arm.com>
10818
10819 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10820 descriptions.
10821 * arm-tdep.c (arm_default_arm_le_breakpoint)
10822 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10823 (arm_default_thumb_be_breakpoint): New. Initialize them from
10824 traditional breakpoint defines.
10825 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10826 (arm_gdbarch_init): Initialize new breakpoint variables.
10827 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10828 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10829 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10830 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10831 code out to ...
10832 (arm_netbsd_init_abi_common): ... here; new function.
10833 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10834 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10835 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10836 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10837
97e03143
RE
108382002-02-15 Richard Earnshaw <rearnsha@arm.com>
10839
10840 * arm-tdep.h (enum arm_abi): New enum.
10841 (struct gdbarch_tdep): New structure.
10842 (LOWEST_PC): Provide a default.
10843 (arm_gdbarch_register_os_abi): Declare new function.
10844 * arm-tdep.c (arm_abi_names): New array.
10845 (process_note_abi_tag_sections): New function.
10846 (get_elfosabi): New function.
10847 (arm_gdbarch_register_os_abi): New function.
10848 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10849 support for that ABI has been built in, then call the appropriate
10850 configuration routine. Use gdbarch_num_regs() to get the number
10851 of registers.
10852 (arm_dump_tdep): New function.
10853 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10854 place-holder functions.
10855 (_initialize_arm_tdep): Register them.
10856 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10857
10858 * armnbsd-tdep.c: New file.
10859 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10860 * config/arm/nbsd.mt (TDEPFILES): Add it.
10861 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10862
10863 * armnbsd-nat.c: Include regcache.h.
10864 * Makefile.in (armnbsd-nat.o): Update dependency list.
10865
10866 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10867
ad68be46
DJ
108682002-02-14 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * gdbserver/Makefile.in: Fix typos in target rules.
10871
003d6d1d
DJ
108722002-02-14 Daniel Jacobowitz <drow@mvista.com>
10873
aaa38bb5 10874 Fix part of PR gdb/267.
003d6d1d
DJ
10875 * linespec.c (find_methods): Handle constructors specially for now.
10876
6b230f1b
CV
108772002-02-14 Corinna Vinschen <vinschen@redhat.com>
10878
10879 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10880 handling.
10881 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10882 standard_coerce_float_to_double().
10883
1ea98d12
CF
108842002-02-14 Christopher Faylor <cgf@redhat.com>
10885
10886 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10887 GDBINIT_FILENAME.
10888
dd47e6fd
EZ
108892002-02-14 Elena Zannoni <ezannoni@redhat.com>
10890
10891 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10892 find_variant_by_name, because it confuses the multiarch
10893 framework. Return NULL if there isn't an architecture with the
10894 user supplied name, instead of forcing a different one without
10895 recording the change with the multiarch machinery.
10896 (find_variant_by_name): Delete.
10897
d7e39b9e
PS
108982002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10899
10900 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10901 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10902
76e42a4f
MH
109032002-02-13 Martin M. Hunt <hunt@redhat.com>
10904
aaa38bb5 10905 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10906 print_frame_info_listing_hook, set current_source_symtab.
10907
0a30fbc4
DJ
109082002-02-14 Daniel Jacobowitz <drow@mvista.com>
10909
10910 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10911 and remove unused $(INCLUDE_DIR).
10912 Add regcache.c to OBS.
10913 Add generated register protocol files to clean target.
10914 Update dependencies for new objects, obsolete old target code.
10915
10916 * gdbserver/linux-low.c: Remove all platform-specific code to
10917 new files. Remove various dead code. Update to use regcache
10918 functionality.
10919 * gdbserver/remote-utils.c (fromhex): Add return statement
10920 to quiet warning.
10921 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10922 constant.
10923 (input_interrupt): Add integer parameter to match prototype
10924 of a signal handler.
10925 (outreg): Use register_data ().
10926 (prepare_resume_reply): Use gdbserver_expedite_regs.
10927 * gdbserver/server.c (main): Dynamically allocate own_buf because
10928 PBUFSIZ is no longer constant. Use registers_to_string () and
10929 registers_from_string ().
10930 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10931 for error (), fatal (), and warning (). Update definition of
10932 PBUFSIZ to use regcache functionality. Add include guard.
10933 * gdbserver/utils.c (fatal): Add missing ``const''.
10934 (warning): New function.
10935
10936 * regformats/regdat.sh: Include "regcache.h" in generated files.
10937 Provide init_registers () function.
10938 * regformats/regdef.h: Add prototype for set_register_cache ().
10939 Add include guard.
10940
10941 * gdbserver/linux-arm-low.c: New file.
10942 * gdbserver/linux-i386-low.c: New file.
10943 * gdbserver/linux-ia64-low.c: New file.
10944 * gdbserver/linux-m68k-low.c: New file.
10945 * gdbserver/linux-mips-low.c: New file.
10946 * gdbserver/linux-ppc-low.c: New file.
10947 * gdbserver/linux-sh-low.c: New file.
10948
10949 * gdbserver/regcache.c: New file.
10950 * gdbserver/regcache.h: New file.
10951
10952 * gdbserver/low-linux.c: Removed obsolete file.
10953
4cc841d0
DJ
109542002-02-14 Daniel Jacobowitz <drow@mvista.com>
10955
10956 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10957 * config/i386/linux.mt: Likewise.
10958 * config/ia64/linux.mt: Likewise.
10959 * config/m68k/linux.mh: Likewise.
10960 * config/powerpc/linux.mh: Likewise.
10961 * config/mips/linux.mt: Likewise.
10962
10963 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10964
10965 * config/i386/i386lynx.mh: Mark gdbserver variables
10966 as (currently) obsolete for this target.
10967 * config/i386/nbsd.mt: Likewise.
10968 * config/i386/nbsdelf.mt: Likewise.
10969 * config/m32r/m32r.mt: Likewise.
10970 * config/m68k/m68klynx.mh: Likewise.
10971 * config/m68k/nbsd.mt: Likewise.
10972 * config/m68k/sun3os4.mh: Likewise.
10973 * config/mips/vr5000.mt: Likewise.
10974 * config/ns32k/nbsd.mt: Likewise.
10975 * config/pa/hppabsd.mh: Likewise.
10976 * config/pa/hppaosf.mh: Likewise.
10977 * config/powerpc/nbsd.mt: Likewise.
10978 * config/rs6000/rs6000lynx.mh: Likewise.
10979 * config/s390/s390.mt: Likewise.
10980 * config/s390/s390x.mt: Likewise.
10981 * config/sparc/sparclynx.mh: Likewise.
10982 * config/sparc/sun4os4.mh: Likewise.
10983 * config/i386/x86-64linux.mt: Likewise.
10984 * config/sparc/linux.mh: Likewise.
10985
a85f51e7
DJ
109862002-02-14 Daniel Jacobowitz <drow@mvista.com>
10987
10988 * configure.tgt: Configure gdbserver only for known working
10989 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10990 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10991 SUBDIRS if it is configured. Update comment for ${nativefile}.
10992 * configure: Regenerated.
10993
65554fef
MS
109942002-02-13 Michael Snyder <msnyder@redhat.com>
10995
670a52db
MS
10996 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10997
6dbdc4a3
MS
10998 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10999 (default_gcore_mach): Just return 0, work around a problem in bfd.
11000 (default_gcore_target): OK to return NULL if exec_bfd is null.
11001 (make_mem_sec): Use a cast, avoid a warning.
11002
11003 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 11004 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
11005 sizeof (host pointer) != sizeof (target pointer)).
11006 (procfs_make_note_section): Avoid overflow in psargs string.
11007
aaa38bb5 11008 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
11009 implementation return an error.
11010
110112002-02-13 Rodney Brown <rbrown64@csc.com.au>
11012
11013 * procfs.c (procfs_make_note_section): Provide a default definition
11014 (for alpha-dec-osf4.0f). Fix typos.
11015
1e4d76e7
EZ
110162002-02-13 Elena Zannoni <ezannoni@redhat.com>
11017
11018 * linux-proc.c: Add include of regcache.h.
11019 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
11020
b6d1a1d5
AC
110212002-02-13 Andrew Cagney <ac131313@redhat.com>
11022
11023 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
11024 * memattr.c (create_mem_region): Disallow useless empty region.
11025 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 11026 non-overlapping.
b6d1a1d5 11027
6c6ea35e
MC
110282002-02-13 Michael Chastain <mec@shout.net>
11029
11030 * defs.h: Kill CONST_PTR.
11031 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
11032 * c-lang.c (c_builtin_types): Likewise.
11033 * ch-lang.c (ch_builtin_types): Likewise.
11034 * f-lang.c (f_builtin_types): Likewise.
11035 * language.c (unknown_builtin_types): Likewise.
11036 * m2-lang.c (m2_builtin_types): Likewise.
11037 * p-lang.c (pascal_builtin_types): Likewise.
11038 * scm-lang.c (c_builtin_types): Likewise.
11039
3e0b0f48
KS
110402002-02-13 Keith Seitz <keiths@redhat.com>
11041
11042 * arm-tdep.h (arm_get_next_pc): Add declaration.
11043
67255d04
RE
110442002-02-13 Richard Earnshaw <rearnsha@arm.com>
11045
11046 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
11047 with other related struct-returning functions.
11048 (arm_extract_struct_value_address): New function.
11049 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
11050 initialize float_format, double_format and long_double_format as
11051 appropriate to the endianness of the target.
11052 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
11053 (arm_use_struct_convention): Delete declaration.
11054 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11055
079777f6
KS
110562002-02-13 Keith Seitz <keiths@redhat.com>
11057
11058 * defs.h (core_addr_to_string_nz): New function.
11059
34588f23
MK
110602002-02-13 Mark Kettenis <kettenis@gnu.org>
11061
11062 Apply missing bits of 2002-01-15 patch.
11063 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
11064 (fill_fpregset): Use i387_fill_fsave.
11065
49b563f9
KS
110662002-02-12 Keith Seitz <keiths@redhat.com>
11067
49b563f9
KS
11068 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
11069 (core_addr_to_string_nz): New function.
11070
aeb98c60
RE
110712002-02-11 Richard Earnshaw <rearnsha@arm.com>
11072
11073 * arm-linux-nat.c: Really include arm-tdep.h.
11074 * config/arm/tm-linux.h (struct type, struct value): Declare.
11075
65554fef
MS
110762002-02-11 Michael Snyder <msnyder@redhat.com>
11077
11078 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
11079 (gcore section): Ifdef for Solaris and Unixware only.
11080 (procfs_do_thread_registers): Unixware needs one lwpstatus
11081 per thread (not one prstatus or pstatus).
11082 (procfs_make_note_section): Iterate only over kernel threads (lwps),
11083 not over all gdb threads. For unixware, call elfcore_write_pstatus
11084 once before iterating over threads.
11085
34e8f22d
RE
110862002-02-11 Richard Earnshaw <rearnsha@arm.com>
11087
11088 * arm-tdep.h: New file.
11089 * arm-tdep.c: Include arm-tdep.h.
11090 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11091 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11092 (arm_print_float_info, arm_register_type, convert_to_extended)
11093 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11094 (arm_extract_return_value, arm_register_name): Make static.
11095 (arm_software_single_step): Similarly. Fix types in declaration.
11096 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
11097 (arm_store_return_value, arm_store_struct_return): New functions.
11098 (arm_gdbarch_init): Register the above functions. Also register
11099 call_dummy_start_offset, sizeof_call_dummy_words,
11100 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
11101 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 11102 max_register_virtual_size, register_size. Set up
34e8f22d
RE
11103 prologue_cache.saved_regs here, rather than ...
11104 (_initialize_arm_tdep): ... here.
11105 * config/arm/tm-arm.h (struct type, struct value): Delete forward
11106 declarations.
11107 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
11108 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
11109 (arm_print_float_info, arm_register_type, convert_to_extended)
11110 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
11111 (arm_extract_return_value, arm_register_name): Delete declarations.
11112 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
11113 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
11114 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
11115 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
11116 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
11117 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
11118 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
11119 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
11120 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
11121 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
11122 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
11123 (arm_get_next_pc): No-longer static -- these are needed by the RDI
11124 interface.
11125 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
11126 * remote-rdi.c remote-rdp.c: Likewise.
11127 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
11128 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
11129 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
11130 definition.
11131
11132 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
11133 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
11134 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
11135 from non-ARM_ prefixed definitions.
11136 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
11137 all uses of above.
11138 * remote-rdi.c remote-rdp.c: Likewise.
11139 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
11140
148754e5
RE
111412002-02-11 Richard Earnshaw <rearnsha@arm.com>
11142
11143 * arm-tdep.c (arm_frameless_function_invocation)
11144 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11145 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11146 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11147 (arm_pop_frame, arm_get_next_pc): Make static.
11148 (arm_gdbarch_init): Register above in gdbarch structure.
11149 (arm_read_fp): Renamed from arm_target_read_fp.
11150 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
11151 * config/arm/tm-arm.h (arm_frameless_function_invocation)
11152 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
11153 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
11154 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
11155 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
11156 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
11157 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
11158 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
11159 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
11160 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 11161
434d2d4f
DJ
111622002-02-10 Daniel Jacobowitz <drow@mvista.com>
11163
11164 * symtab.c (compare_search_syms): New function.
11165 (sort_search_symbols): New function.
11166 (search_symbols): Sort symbols after searching rather than
11167 before.
11168
55241689
AC
111692002-02-10 Andrew Cagney <ac131313@redhat.com>
11170
11171 * NEWS: Linux -> GNU/Linux.
11172
028c194b
AC
111732002-02-10 Andrew Cagney <ac131313@redhat.com>
11174
11175 * gdbarch.sh: For for level one methods, disallow a definition
11176 when partially multi-arched. Add comments explaining rationale.
11177 * gdbarch.h: Re-generate.
11178
6acf50cd
AC
111792002-02-10 Andrew Cagney <ac131313@redhat.com>
11180
11181 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
11182 multi-arch partial.
aaa38bb5 11183
50248794
AC
111842002-02-10 Andrew Cagney <ac131313@redhat.com>
11185
11186 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
11187 field. Use diff -u.
11188 * gdbarch.c: Re-generate.
11189
c30e0066
AC
111902002-02-10 Andrew Cagney <ac131313@redhat.com>
11191
9b56c5f3 11192 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
11193 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
11194 partial.
11195
6e6d6484
AC
111962002-02-10 Andrew Cagney <ac131313@redhat.com>
11197
11198 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
11199 multi-arch partial.
11200 (PUSH_ARGUMENTS): Switch to using predefault.
11201 * gdbarch.c: Regenerate.
11202
c203844d
AC
112032002-02-10 Andrew Cagney <ac131313@redhat.com>
11204
11205 * valops.c (PUSH_ARGUMENTS): Delete definition.
11206 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
11207 partial. Default to default_push_arguments.
11208 * gdbarch.h, gdbarch.c: Regenerate.
11209
b5a2688f
AC
112102002-02-09 Andrew Cagney <ac131313@redhat.com>
11211
11212 * defs.h (throw_exception): Rename return_to_top_level. Update
11213 comments.
11214 * utils.c (error_stream, internal_verror, quit): Ditto.
11215 * top.c (throw_exception, catcher): Ditto.
11216 * sparclet-rom.c (sparclet_load): Ditto.
11217 * remote.c (interrupt_query, minitelnet): Ditto.
11218 * remote-sds.c (interrupt_query): Ditto.
11219 * remote-mips.c (mips_error, mips_kill): Ditto.
11220 * ocd.c (interrupt_query): Ditto.
11221 * monitor.c (monitor_interrupt_query): Ditto.
11222 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
11223 * target.h: Update comment.
aaa38bb5 11224
b5a2688f 11225 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 11226
2fa5c1e0
AC
112272002-02-09 Andrew Cagney <ac131313@redhat.com>
11228
11229 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
11230 default_double_format.
11231 * gdbarch.h, gdbarch.c: Re-generate.
11232 * findvar.c (floatformat_unknown): Delete variable definition.
11233 * doublest.h (floatformat_unknown): Delete variable declaration.
11234
da966255
JB
112352002-02-09 Jim Blandy <jimb@redhat.com>
11236
11237 * stabsread.c (read_type): Add code to parse Sun's syntax for
11238 prototyped function types.
11239
123a4891
AC
112402002-02-09 Andrew Cagney <ac131313@redhat.com>
11241
11242 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
11243 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
11244
fb39c8f3
PS
112452002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11246
11247 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
11248 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
11249 now _initialize_xcoffsolib gets called again and overrides the
11250 commands from solib.c in a native configuration.
11251
0b87a11d
MK
112522002-02-09 Mark Kettenis <kettenis@gnu.org>
11253
11254 * doublest.c (store_typed_floating): Don't try to return a value.
11255 Fixes PR gdb/290.
11256
bdc2fc72
JB
112572002-02-08 Jim Blandy <jimb@redhat.com>
11258
11259 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
11260 is prototyped and has no arguments, print its argument list as
11261 `(void)'.
11262
da69bbcf
CD
112632002-02-08 Chris Demetriou <cgd@broadcom.com>
11264
11265 * MAINTAINERS (write-after-approval): Add myself.
11266 (paper-trail): I've escaped!
aaa38bb5 11267
b69571f5
CF
112682002-02-08 Christopher Faylor <cgf@redhat.com>
11269
11270 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
11271 changes.
11272 (_initialize_check_for_gdb_ini): Ditto.
11273
f6871398
MH
112742002-02-08 Martin M. Hunt <hunt@redhat.com>
11275
11276 * win32-nat.c (cygwin_pid_to_str): Fix typo.
11277 xaprintf -> xasprintf.
11278
4e52d31c
PM
112792002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
11280
11281 * win32-nat.c: Remove use of printf and sprintf functions.
11282
39bbf761
RE
112832002-02-08 Richard Earnshaw <rearnsha@arm.com>
11284
11285 * arm-tdep.c (arm_frame_chain_valid): Make static.
11286 (arm_push_arguments): Likewise.
11287 (arm_gdbarch_init): New function.
11288 (_initialize_arm_tdep): Call it.
11289 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
11290 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
11291 (FRAME_CHAIN_VALID): Delete.
11292 (arm_frame_chain_valid): Delete declaration.
11293 (PUSH_ARGUMENTS): Delete.
11294 (arm_push_arguments): Delete declaration.
11295 (CALL_DUMMY_P): Delete.
11296
9c9532c9
CV
112972002-02-08 Andrew Cagney <ac131313@redhat.com>
11298 Corinna Vinschen <vinschen@redhat.com>
11299
11300 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
11301 on builtin float types.
11302
4e8f7a8b
DJ
113032002-02-08 Daniel Jacobowitz <drow@mvista.com>
11304
11305 * utils.c: Include <curses.h> before "bfd.h".
11306 * tui/tui-hooks.c: Likewise.
11307 * tui/tui.c: Likewise.
11308 * tui/tuiCommand.c: Likewise.
11309 * tui/tuiData.c: Likewise.
11310 * tui/tuiDataWin.c: Likewise.
11311 * tui/tuiDisassem.c: Likewise.
11312 * tui/tuiGeneralWin.c: Likewise.
11313 * tui/tuiIO.c: Likewise.
11314 * tui/tuiLayout.c: Likewise.
11315 * tui/tuiRegs.c: Likewise.
11316 * tui/tuiSource.c: Likewise.
11317 * tui/tuiSourceWin.c: Likewise.
11318 * tui/tuiStack.c: Likewise.
11319 * tui/tuiWin.c: Likewise.
11320
cd4bffcf
EZ
113212002-02-07 Elena Zannoni <ezannoni@redhat.com>
11322
11323 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
11324 to include space for pseudoregs as well. Update loops accordingly.
11325 (sh_fp_frame_init_saved_regs): Ditto.
11326 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
11327
26806ce2
AC
113282002-02-07 Andrew Cagney <ac131313@redhat.com>
11329
11330 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
11331 Add Richard Earnshaw to Arm maintainers.
11332
97fdab62
AC
113332002-02-07 Andrew Cagney <ac131313@redhat.com>
11334
a6b98203
AC
11335 * defs.h (warning_begin): Delete declaration.
11336
97fdab62
AC
11337 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
11338 Delete macro.
11339
78b29b40
MS
113402002-02-07 Michael Snyder <msnyder@redhat.com>
11341
aaa38bb5 11342 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
11343 Logic bug, remove misplaced else.
11344
d8849953
KD
113452002-02-07 Klee Dienes <klee@apple.com>
11346
11347 * fork-inferior.c (fork_inferior): Add '!' to the list of
11348 characters that need to be quoted when building a string for the
11349 shell. Quote '!' specifically with a backslash, since CSH chokes
11350 when trying to evaluate "str!str".
aaa38bb5 11351
095778a0
NC
113522002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
11353
11354 * rdi-share/host.h: Only provide a typedef for bool if it is not
11355 defined.
11356
1900040c
MS
113572002-02-04 Michael Snyder <msnyder@redhat.com>
11358
11359 * breakpoint.h (enum bptype): Add new overlay event bp type.
11360 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 11361
1900040c
MS
11362 * breakpoint.c (create_internal_breakpoint): New function.
11363 (internal_breakpoint_number): Moved into create_internal_breakpoint.
11364 (create_longjmp_breakpoint): Use create_internal_breakpoint.
11365 (create_thread_event_breakpoint): Ditto.
11366 (create_solib_event_breakpoint): Ditto.
11367 (create_overlay_event_breakpoint): New function.
11368 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
11369 (update_breakpoints_after_exec): Delete and re-initialize
11370 overlay event breakpoints after an exec. Add FIXME comment
11371 about longjmp breakpoint.
11372 (print_it_typical): Ignore overlay event breakpoints.
11373 (print_one_breakpoint): Ditto.
11374 (mention): Ditto.
11375 (bpstat_what): Do not stop for overlay event breakpoints.
11376 (delete_breakpoint): Don't delete overlay event breakpoints.
11377 (breakpoint_re_set_one): Delete the overlay event breakpoint.
11378 (breakpoint_re_set): Re-create overlay event breakpoint.
11379
11380 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
11381 (overlay_manual_command): Disable overlay breakpoints.
11382 (overlay_off_command): Disable overlay breakpoints.
11383
082fc60d
RE
113842002-02-06 Richard Earnshaw <rearnsha@arm.com>
11385
11386 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
11387 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
11388 to here from config/tm-arm.h.
11389 (coff_sym_is_thumb): Make static.
11390 (arm_elf_make_msymbol_special): New function.
11391 (arm_coff_make_msymbol_special): New function.
11392 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
11393 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
11394 (coff_sym_is_thumb): Delete declaration.
11395 (arm_elf_make_msymbol_special): Declare.
11396 (arm_coff_make_msymbol_special): Declare.
11397 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
11398 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
11399
039c5766
RE
114002002-02-06 Richard Earnshaw <rearnsha@arm.com>
11401
11402 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
11403
114042002-02-06 Richard Earnshaw <rearnsha@arm.com>
11405
11406 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
11407 * gdbarch.c gdbarch.h: Regenerate.
11408 * arch-utils.c (default_print_float_info): New function.
11409 * arch-utils.h (default_print_float_info): Prototype it.
11410 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
11411 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
11412 (PRINT_FLOAT_INFO): Document it.
11413
11414 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
11415 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
11416 (PRINT_FLOAT_INFO): Define.
11417
58fa08f0
PM
114182002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
11419
aaa38bb5 11420 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
11421 Add typecast to sprintf argument to suppress a warning.
11422
7393af7c
PM
114232002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
11424
58fa08f0 11425 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
11426 to allow easier handling of pass state.
11427 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
11428 that gives exception name and address.
11429 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 11430 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 11431 exceptions added.
aaa38bb5
AJ
11432 (child_continue): Correctly report continue_status.
11433 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 11434 TARGET_SIGNAL_0 (new default value).
aaa38bb5 11435 (child_resume): consider sig argument passed to decide if
7393af7c
PM
11436 the exception should be passed to debuggee or not.
11437
6af4589c
MS
114382002-02-05 Michael Snyder <msnyder@redhat.com>
11439
11440 * regcache.c (fetch_register): Call target_fetch_register
11441 only if we don't call FETCH_PSEUDO_REGISTER.
11442 (store_register): Call target_store_register only if we
11443 don't call STORE_PSEUDO_REGISTER.
11444
a2cf933a
EZ
114452002-02-05 Elena Zannoni <ezannoni@redhat.com>
11446
11447 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
11448 ELF_MAKE_MSYMBOL_SPECIAL.
11449 * gdbarch.c, gdbarch.h: Regenerate.
11450 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 11451 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
11452 * elfread.c (elf_symtab_read): Compile use of
11453 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
11454 multiarched.
11455 * coffread.c (coff_symtab_read): Ditto, for
11456 COFF_MAKE_MSYMBOL_SPECIAL.
11457
6bb7be43
JB
114582002-02-05 Jim Blandy <jimb@redhat.com>
11459
11460 * solib-svr4.c (svr4_truncate_ptr): New function.
11461 (svr4_relocate_section_addresses): Do the address arithmetic with
11462 the appropriate truncation for target addresses, even when
11463 CORE_ADDR is larger than a target address.
11464
e18651ec
DJ
114652002-02-05 Daniel Jacobowitz <drow@mvista.com>
11466
11467 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
11468 to (int *).
11469
6b2725be
DJ
114702002-02-05 Daniel Jacobowitz <drow@mvista.com>
11471
11472 * gdbserver/linux-low.c (kill_inferior): Remove commented out
11473 code.
11474
fca9e603
DJ
114752002-02-05 Daniel Jacobowitz <drow@mvista.com>
11476
11477 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
11478
6c537a52
DJ
114792002-02-05 Daniel Jacobowitz <drow@mvista.com>
11480
11481 * gdbserver/linux-low.c: Remove unused include files.
11482
d844cde6
DJ
114832002-02-05 Daniel Jacobowitz <drow@mvista.com>
11484
11485 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
11486 (read_inferior_memory): Use it.
11487 (write_inferior_memory): Likewise.
11488
d07c63e7
DJ
114892002-02-05 Daniel Jacobowitz <drow@mvista.com>
11490
11491 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
11492 grubbing through sys_errlist.
11493
da6d8c04
DJ
114942002-02-05 Daniel Jacobowitz <drow@mvista.com>
11495
11496 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
11497
5b421780
PM
114982002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11499 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
11500
9f60d481
AC
115012002-02-04 Andrew Cagney <ac131313@redhat.com>
11502
11503 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
11504 (do_sfunc, set_cmd_sfunc): New functions.
11505
11506 * command.h (struct cmd_list_element): Add field func.
11507 * cli/cli-decode.h (struct cmd_list_element): Ditto.
11508 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
11509 * cli/cli-decode.h: Ditto.
11510
11511 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
11512 (help_all, help_cmd_list): Ditto.
11513 (find_cmd, complete_on_cmdlist): Ditto.
11514 * top.c (execute_command): Ditto.
11515
11516 * cli/cli-setshow.c (do_setshow_command): Call func instead of
11517 function.sfunc.
11518
11519 * infcmd.c (notice_args_read): Fix function signature.
11520
11521 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
11522 * cli/cli-decode.c (add_set_cmd): Ditto.
11523 * utils.c (initialize_utils): Ditto.
11524 * maint.c (_initialize_maint_cmds): Ditto.
11525 * infrun.c (_initialize_infrun): Ditto.
11526 * demangle.c (_initialize_demangler): Ditto.
11527 * remote.c (add_packet_config_cmd): Ditto.
11528 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11529 * cris-tdep.c (_initialize_cris_tdep): Ditto.
11530 * proc-api.c (_initialize_proc_api): Ditto.
11531 * kod.c (_initialize_kod): Ditto.
11532 * valprint.c (_initialize_valprint): Ditto.
11533 * top.c (init_main): Ditto.
11534 * infcmd.c (_initialize_infcmd): Ditto.
11535 * corefile.c (_initialize_core): Ditto.
11536 * arm-tdep.c (_initialize_arm_tdep): Ditto.
11537 * arch-utils.c (initialize_current_architecture): Ditto.
11538 (_initialize_gdbarch_utils): Ditto.
11539 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
11540
11541 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
11542 * wince.c (_initialize_inftarg): Ditto.
11543 * symfile.c (_initialize_symfile): Ditto.
11544 * mips-tdep.c (_initialize_mips_tdep): Ditto.
11545 * language.c (_initialize_language): Ditto.
11546 * arc-tdep.c (_initialize_arc_tdep): Ditto.
11547
f9ba0717
MS
115482002-02-04 Michael Snyder <msnyder@redhat.com>
11549
11550 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
11551
0c74b2a7
DJ
115522002-02-04 Daniel Jacobowitz <drow@mvista.com>
11553
11554 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
11555 Add rules for building the register data files.
11556
c638789f
DJ
115572002-02-04 Daniel Jacobowitz <drow@mvista.com>
11558
11559 * regformats/regdat.sh: Add braces to the definition of
11560 expedite_regs_${arch}.
11561
db253027
DJ
115622002-02-04 Daniel Jacobowitz <drow@mvista.com>
11563
11564 * regformats/regdef.h (struct reg): Add comment describing the
11565 requirements for offset and size fields.
11566
206be19c
AS
115672002-02-04 Andreas Schwab <schwab@suse.de>
11568
11569 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
11570 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
11571
181c1381
RE
115722002-02-04 Richard Earnshaw <rearnsha@arm.com>
11573
11574 * gdbarch.sh (copyright): Update years in generated header.
11575 (SMASH_TEXT_ADDRESS): Add rule.
db253027 11576 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
11577 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11578 * dbxread.c: Likewise.
11579 * dwarfread.c: Likewise.
11580 * elfread.c: Likewise.
11581 * somread.c: Likewise.
11582
11583 * arm-tdep.c (arm_smash_text_address): New function.
11584 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11585
fa4ba8da
PM
115862002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11587
11588 Add support for hardware watchpoints on win32 native.
aaa38bb5 11589 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 11590 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 11591 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
11592 of debug registers.
11593 (debug_registers_changed): New variable. Reflects when debug registers
11594 are changed and need to be written to inferior.
aaa38bb5 11595 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
11596 was set, used when new threads are created.
11597 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11598 i386-nat code.
11599 (thread_rec): Set dr array if id is the thread of current_event .
11600 (child_continue, child_resume): Change the debug registers for all
11601 threads if debug_registers_changed.
11602 (child_add_thread): Change the debug registers if debug_registers_used.
11603 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11604 Link nm.h to new nm-cygwin.h file.
11605 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11606 of hardware registers.
11607
a73c86fb
AC
116082002-02-03 Andrew Cagney <ac131313@redhat.com>
11609
11610 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11611 Restore behavour broken by 2002-01-20 Andrew Cagney
11612 <ac131313@redhat.com> IEEE_FLOAT removal.
11613
acf5ed49
DJ
116142002-02-03 Daniel Jacobowitz <drow@mvista.com>
11615
11616 * c-valprint.c (c_val_print): Pass a proper valaddr to
11617 cp_print_class_method.
11618 * valops.c (search_struct_method): If there is only one method
11619 and args is NULL, return that method.
11620
493d28d5
DJ
116212002-02-03 Daniel Jacobowitz <drow@mvista.com>
11622
11623 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11624 accessing tag_name directly.
11625
7495dfdb
DJ
116262002-02-03 Daniel Jacobowitz <drow@mvista.com>
11627
11628 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11629 of accessing tag_name directly.
11630
dd6bda65
DJ
116312002-02-03 Daniel Jacobowitz <drow@mvista.com>
11632
11633 PR gdb/280
11634 * gdbtypes.c (replace_type): New function.
11635 * gdbtypes.h (replace_type): Add prototype.
11636 * stabsread.c (read_type): Use replace_type.
11637
88fe217c
RE
116382002-02-03 Richard Earnshaw <rearnsha@arm.com>
11639
11640 * Makefile.in (memattr.o): Add missing dependencies rule.
11641
e5d66720
PS
116422002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11643
11644 * breakpoint.c (break_at_finish_command): Really export.
11645 (break_at_finish_at_depth_command): Ditto.
11646 (tbreak_at_finish_command): Ditto.
11647 * hppa-tdep.c: Include completer.h.
11648 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11649 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11650
fffee0be
AC
116512002-02-01 Andrew Cagney <ac131313@redhat.com>
11652
11653 * utils.c (do_write): New function.
11654 (error_stream): Rewrite combining the code from error_begin and
11655 verror.
11656 (verror): Rewrite using error_stream.
11657 (error_begin): Delete function.
11658
255e7dbf
AC
116592002-02-01 Andrew Cagney <ac131313@redhat.com>
11660
11661 * utils.c (error_begin): Make static.
11662 * defs.h (error_begin): Delete declaration.
11663
11664 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11665 (decode_line_1): Use cplusplus_error instead of error_begin,
11666 cplusplus_hint and return_to_top_level.
11667 * coffread.c (coff_symfile_read): Use error instead of error_begin
11668 and return_to_top_level.
11669 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11670
ddfe3c15
AC
116712002-02-01 Andrew Cagney <ac131313@redhat.com>
11672
11673 * language.h (type_error, range_error): Make string parameter
11674 constant.
11675 * language.c (warning_pre_print): Delete extern declaration.
11676 * dwarfread.c (warning_pre_print): Ditto.
11677 * language.c (type_error, range_error): Rewrite to use verror and
11678 vwarning instead of warning_begin.
11679
03ac34d5
MS
116802002-02-01 Michael Snyder <msnyder@redhat.com>
11681
261c4ca2
MS
11682 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11683 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11684
e00d1dc8
AC
116852002-02-01 Andrew Cagney <ac131313@redhat.com>
11686
11687 * command.h (NO_FUNCTION): Delete macro.
11688 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11689 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11690 * tracepoint.c (_initialize_tracepoint): Ditto.
11691 * cli/cli-decode.c (add_set_cmd): Ditto.
11692 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11693
76b79d6e
DJ
116942002-02-01 Daniel Jacobowitz <drow@mvista.com>
11695
11696 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11697 Update ``this'' pointer when calling virtual functions.
11698
799f9e91
MS
116992002-02-01 Michael Snyder <msnyder@redhat.com>
11700
c7bd442c 11701 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11702 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11703
3cf384d4
DJ
117042002-02-01 Daniel Jacobowitz <drow@mvista.com>
11705
11706 * regformats/reg-arm.dat: New file.
11707 * regformats/reg-i386.dat: New file.
11708 * regformats/reg-ia64.dat: New file.
11709 * regformats/reg-m68k.dat: New file.
11710 * regformats/reg-mips.dat: New file.
11711 * regformats/reg-ppc.dat: New file.
11712 * regformats/reg-sh.dat: New file.
11713 * regformats/regdef.h: New file.
11714 * regformats/regdat.sh: New file.
11715
0defa245
RE
117162002-02-01 Richard Earnshaw <reanrsha@arm.com>
11717
11718 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11719 (arm_frame_args_address, arm_frame_locals_address): New functions.
11720 (arm_frame_num_args): New function.
11721 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11722 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11723 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11724
405f26e6
MS
117252002-01-31 Michael Snyder <msnyder@redhat.com>
11726
502fd408
MS
11727 * breakpoint.c (break_at_finish_command): Export.
11728 (break_at_finish_at_depth_command): Export.
11729 (tbreak_at_finish_command): Export.
d6020d45 11730 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11731 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11732 "txbreak" commands, which are HPPA specific.
502fd408 11733
7d35e135
MS
11734 * printcmd.c (disassemble_command): Remove an ancient
11735 artifact of an old merge.
11736
aaa38bb5 11737 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11738 Define enum constant values for overlay mode.
11739 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11740 (overlay_is_mapped, overlay_auto_command,
11741 overlay_manual_command): Ditto.
d874f1e2 11742
aaa38bb5
AJ
11743 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11744 breakpoint_here_p, breakpoint_inserted_here_p,
11745 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11746 describe_other_breakpoints, check_duplicates, clear_command):
11747 Coding standard fixes.
11748
8add0441 11749 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11750 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11751 code: check bfd SEC_READONLY flag for section.
11752
e351066e
AC
117532002-01-31 Andrew Cagney <ac131313@redhat.com>
11754
7d35e135 11755 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11756
8a48e967
DJ
117572002-01-30 Daniel Jacobowitz <drow@mvista.com>
11758
11759 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11760 data symbols, since we search based on textlow and texthigh.
11761 (find_pc_sect_symtab): Likewise.
11762
f5a96129
AC
117632002-01-30 Andrew Cagney <ac131313@redhat.com>
11764
11765 * defs.h (vwarning): Declare.
f5a96129
AC
11766 * utils.c (vwarning): New function.
11767 (warning): Call vwarning.
11768 (warning_begin): Delete function.
11769
11770 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11771 the warning message.
11772 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11773 warning_begin.
11774
cefd4ef5
MS
117752002-01-30 Michael Snyder <msnyder@redhat.com>
11776
1a703748
MS
11777 * NEWS: Mention "set trust-readonly-sections" command.
11778 Mention generate-core-file command.
cefd4ef5 11779
3a11626d
MS
117802002-01-15 Michael Snyder <msnyder@redhat.com>
11781
11782 * target.c: New command, "set trust-readonly-sections on".
11783 (do_xfer_memory): Honor the suggestion to trust readonly sections
11784 by reading them from the object file instead of from the target.
11785 (initialize_targets): Register command "set trust-readonly-sections".
11786
d1c7e53b
AC
117872002-01-29 Andrew Cagney <ac131313@redhat.com>
11788
11789 * parse.c (target_map_name_to_register): Simplify, search regs and
11790 pseudo-regs using a single loop.
11791
e2c9a72c
AC
117922002-01-30 Andrew Cagney <ac131313@redhat.com>
11793
11794 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11795
69824b4e
MK
117962002-01-15 Rodney Brown <rbrown64@csc.com.au>
11797
11798 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11799 * config/i386/i386v42mp.mh: Add i387-nat.o .
11800 * i386v4-nat.c: Include i387-nat.h.
11801 (supply_fpregset): Use i387_supply_fsave.
11802 (fill_fpregset): Use i387_fill_fsave.
11803
6eb69eab
RE
118042002-01-30 Richard Earnshaw <rearnsha@arm.com>
11805
11806 * arm-tdep.c (arm_call_dummy_words): Define.
11807 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11808 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11809 (CALL_DUMMY_WORDS): Define.
11810 (arm_call_dummy_words): Declare.
11811 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11812 (arm_linux_call_dummy_words): Declare.
11813
9852326a
AS
118142002-01-30 Andreas Schwab <schwab@suse.de>
11815
11816 * m68klinux-nat.c: Fix last change to use regcache_collect
11817 instead of referencing registers[] directly.
11818
977a3030
AC
118192002-01-29 Andrew Cagney <ac131313@redhat.com>
11820
11821 * parse.c (target_map_name_to_register): Delete code wrapped in
11822 #ifdef REGISTER_NAME_ALIAS_HOOK.
11823
2076c72b
MS
118242002-01-28 Michael Snyder <msnyder@redhat.com>
11825
11826 * regcache.c (legacy_read_register_gen): Need to be able to
11827 read pseudo-register as well as real register.
11828 (legacy_write_register_gen): Ditto.
11829
8fcc723b
AC
118302002-01-28 Andrew Cagney <ac131313@redhat.com>
11831
11832 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11833 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11834 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11835 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11836 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11837 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11838 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11839 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11840 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11841 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11842 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11843 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11844 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11845 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11846 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11847 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11848 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11849 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11850 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11851 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11852
afe64c1a
AC
118532002-01-28 Andrew Cagney <ac131313@redhat.com>
11854
11855 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11856 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11857 (initialize_current_architecture): Update target_byte_order using
11858 information from BFD.
aaa38bb5 11859 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11860 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11861
75bc7ddf
AC
118622002-01-28 Andrew Cagney <ac131313@redhat.com>
11863
11864 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11865 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11866
11867 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11868 #ifdef INVALID_FLOAT.
11869 * infcmd.c (do_registers_info): Ditto.
11870 * values.c (unpack_double): Ditto. Add comment.
11871
11872 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11873 already commented out.
11874
0280a90a
AS
118752002-01-26 Andreas Schwab <schwab@suse.de>
11876
11877 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11878 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11879 registers and add support for PTRACE_GETREGS.
11880
7072a954
AC
118812002-01-24 Andrew Cagney <ac131313@redhat.com>
11882
11883 GDB 5.1.1 released from 5.1 branch.
11884 * NEWS: Add 5.1.1 news.
11885 * README: Sync with 5.1 branch.
11886
86f902e0
FF
118872002-01-23 Fred Fish <fnf@redhat.com>
11888
11889 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11890 stabstring on initial malloc. Reallocing will copy it for us,
11891 if necessary.
11892
8af51c36
EZ
118932002-01-23 Elena Zannoni <ezannoni@redhat.com>
11894
aaa38bb5 11895 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11896 (HFILES_NO_SRCDIR): Remove hpread.h.
11897 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11898 (hpread.o): Update dependencies.
11899 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11900
11901 * hp-psymtab-read.c: Remove file.
11902 * hp-symtab-read.c: Remove file.
11903 * hpread.h: Remove file.
11904
11905 * hpread.c: Merge all contents of hp-psymtab-read.c,
11906 hp-symtab-read.c and hpread.h into this file, as it was prior to
11907 January 1999.
11908
11909 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11910 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11911 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11912 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11913
dc5cfeb6
EZ
119142002-01-23 Elena Zannoni <ezannoni@redhat.com>
11915
11916 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11917 fill_gregset): Call gdbarch_tdep() just once, assign result to
11918 variable and use that, instead of calling the function several
11919 times.
11920
ea87b71b
AO
119212002-01-24 Alexandre Oliva <aoliva@redhat.com>
11922
11923 * configure.host: Accept sparcv9 as alias for sparc64.
11924 * configure.tgt: Likewise.
11925
13fc0c2f
KB
119262002-01-22 Kevin Buettner <kevinb@redhat.com>
11927
11928 * solib-aix5.c (build_so_list_from_mapfile)
11929 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11930 arguments is not reversed.
11931 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11932 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11933
7bd872fe
EZ
119342002-01-22 Elena Zannoni <ezannoni@redhat.com>
11935
11936 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11937 modified version of obsolete sh_fetch_pseudo_register.
11938 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11939 (sh4_register_read): New function.
11940 (sh_pseudo_register_write): New function. Renamed and modified
11941 version of obsolete sh_store_pseudo_register.
11942 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11943 (sh4_register_write): New function.
11944 (sh_gdbarch_init): Remove setting of gdbarch function
11945 fetch_pseudo_register and store_pseudo_register. Remove setting of
11946 register_convert_to_raw, register_convert_to_virtual,
11947 register_convertible.
11948 (sh_sh4_register_convertible): Delete. No longer needed. All is
11949 taken care by architecture specific functions
11950 register_read/register_write.
11951 (sh_sh4_register_convert_to_virtual): Make static.
11952 (sh_sh4_register_convert_to_raw): Ditto.
11953
069e84fd
AC
119542002-01-22 Andrew Cagney <ac131313@redhat.com>
11955
11956 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11957 (floatformat_is_nan, floatformat_mantissa): Ditto.
11958
11959 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11960 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11961 builtin_type_ieee_double_little,
11962 builtin_type_ieee_double_littlebyte_bigword,
11963 builtin_type_m68881_ext, builtin_type_i960_ext,
11964 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11965 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11966 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11967 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11968
211a4f69
CV
119692002-01-22 Corinna Vinschen <vinschen@redhat.com>
11970
11971 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11972 parameter. Set frameless flag if it exists and depended of
11973 whether the scanned function is frameless or not.
11974 (xstormy16_skip_prologue): If function is frameless, return
11975 result of xstormy16_scan_prologue().
11976 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11977 call.
11978
f81353e4
EZ
119792002-01-21 Elena Zannoni <ezannoni@redhat.com>
11980
11981 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11982 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11983 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11984 sh_sh4_register_byte, sh_sh4_register_raw_size,
11985 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11986 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11987 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11988 sh_store_pseudo_register, sh_do_pseudo_register): Call
11989 gdbarch_tdep() just once, assign result to variable and use that,
11990 instead of calling the function several times.
11991
63c73a17
MK
119922002-01-20 Mark Kettenis <kettenis@gnu.org>
11993
11994 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11995 macros instead of LAST_FPU_CTRL_REGNUM.
11996 (store_register): Likewise.
11997
39ad761d
JB
119982002-01-21 Jim Blandy <jimb@redhat.com>
11999
12000 * infcmd.c (run_command): Check that the `exec' target layer's BFD
12001 is up-to-date before running the program, not just when a program
12002 exits.
12003
3d74b771
FF
120042002-01-21 Fred Fish <fnf@redhat.com>
12005
12006 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
12007 when we have found all instructions we are looking for.
12008
966fbf70
RE
120092002-01-21 Richard Earnshaw <rearnsha@arm.com>
12010
12011 * arm-tdep.c (arm_register_name): New function.
12012 (arm_registers_names): Make static.
12013 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
12014 (arm_register_name): Declare.
12015 (REGISTER_NAME): Use it.
12016
c3b4394c
RE
120172002-01-21 Richard Earnshaw <rearnsha@arm.com>
12018 Kevin Buettner <kevinb@redhat.com>
12019
12020 Convert arm targets to new FRAME interface.
12021 * arm-tdep.c (struct frame_extra_info): Remove fsr.
12022 (arm_frame_find_save_regs): Delete.
12023 (arm_frame_init_saved_regs): New.
12024 (arm_init_extra_frame_info): Alloacte saved_regs as required.
12025 Allocate extra_info as required. Convert all uses of fsr.regs
12026 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
12027 to use extra_info.
12028 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
12029 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
12030 (check_prologue_cache, save_prologue_cache): Likewise.
12031 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
12032 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
12033 (FRAME_FIND_SAVED_REGS): Delete.
12034 (arm_frame_find_saved_regs): Delete prototype.
12035 (arm_frame_init_saved_regs): New prototype.
12036 (FRAME_INIT_SAVED_REGS): Define.
12037
61d99182
AC
120382002-01-20 Andrew Cagney <ac131313@redhat.com>
12039
12040 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
12041
6aaea291
AC
120422002-01-20 Andrew Cagney <ac131313@redhat.com>
12043
12044 From Jeff Law <law@redhat.com>:
12045 * infttrace.c: Include <sys/pstat.h>.
12046 (child_pid_to_exec_file): Revamp. Use pstat call to get the
12047 exec file if the ttrace equivalent fails.
12048
15f698d2
AC
120492002-01-20 Andrew Cagney <ac131313@redhat.com>
12050
12051 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
12052 (closeLogFile): Ditto.
12053
f86ddd7c
MC
120542002-01-20 Michael Chastain <mec@shout.net>
12055
12056 * top.c (print_gdb_version): Bump copyright year to 2002.
12057
904507ce
AC
120582002-01-20 Andrew Cagney <ac131313@redhat.com>
12059
12060 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
12061 Zannoni and Eli Zaretskii.
12062
d7f0b9ce
DJ
120632002-01-20 Daniel Jacobowitz <drow@mvista.com>
12064
12065 * buildsym.c: Update copyright years.
12066 * c-typeprint.c: Likewise.
12067 * dwarf2read.c: Likewise.
12068 * f-typeprint.c: Likewise.
12069 * gdbtypes.c: Likewise.
12070 * gdbtypes.h: Likewise.
12071 * hp-symtab-read.c: Likewise.
12072 * hpread.c: Likewise.
12073 * mdebugread.c: Likewise.
12074 * p-typeprint.c: Likewise.
12075
3fd3d7d2
AC
120762002-01-20 Andrew Cagney <ac131313@redhat.com>
12077
12078 * remote-sim.c (gdbsim_open): Simplify code testing the macro
12079 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
12080 byte-order selectable.
12081 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
12082 * arch-utils.c: Ditto.
12083 (set_endian): Ditto.
12084 (set_endian_from_file): Ditto.
12085 * gdbserver/low-sim.c (create_inferior): Ditto.
12086 * gdbarch.sh: Ditto.
12087 * gdbarch.h: Re-generate.
aaa38bb5
AJ
12088 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12089 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
12090 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
12091 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12092 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12093 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
12094 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
12095 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
12096 macro definition.
12097 * config/mips/tm-wince.h: Remove #undef of macro
12098 TARGET_BYTE_ORDER_SELECTABLE.
12099 * config/sh/tm-wince.h: Ditto.
12100
b02dede2
DJ
121012002-01-20 Daniel Jacobowitz <drow@mvista.com>
12102
12103 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
12104 member function fields. Add accessor macro
12105 TYPE_FN_FIELD_ARTIFICIAL.
12106 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
12107 * c-typeprint.c (c_type_print_base): Skip artificial member
12108 functions.
12109
c3643761
DJ
121102002-01-20 Daniel Jacobowitz <drow@mvista.com>
12111
12112 * f-typeprint.c: Delete unused function f_type_print_args.
12113 * p-typeprint.c: Delete unused function pascal_type_print_args.
12114
8176bb6d
DJ
121152002-01-20 Daniel Jacobowitz <drow@mvista.com>
12116
12117 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
12118 comment. Add ``artificial'' to ``union field_location''.
12119
12120 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
12121
12122 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
12123 * mdebugread.c (parse_symbol): Likewise.
12124 * stabsread.c (define_symbol): Likewise.
12125 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12126 initializing TYPE_FIELD_BITPOS to n (obsolete).
12127 (hpread_doc_function_type): Likewise.
12128 * hpread.c (hpread_function_type): Likewise.
12129
7fd60527
AC
121302002-01-20 Andrew Cagney <ac131313@redhat.com>
12131
12132 * configure.in (host_makefile_frag): Only require a host makefile
12133 fragment when a native build.
12134 * configure: Re-generate.
12135
c2f05ac9
AC
121362002-01-20 Andrew Cagney <ac131313@redhat.com>
12137
12138 * doublest.h (floatformat_from_type): Declare.
12139 * doublest.c (floatformat_from_type): New function.
12140 (convert_typed_floating): Use.
12141
12142 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
12143 call to function floatformat_from_type.
12144
12145 * gdbarch.sh (IEEE_FLOAT): Delete.
12146 * gdbarch.h, gdbarch.c: Re-generate.
12147 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
12148 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
12149 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
12150 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
12151 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
12152 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
12153 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
12154 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
12155 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
12156 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
12157 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
12158 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
12159
12160 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
12161 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
12162 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
12163 * sh-tdep.c (sh_gdbarch_init): Ditto.
12164 * mips-tdep.c (mips_gdbarch_init): Ditto.
12165 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12166 * cris-tdep.c (cris_gdbarch_init): Ditto.
12167
abf22e64
AJ
121682002-01-20 Jiri Smid <smid@suse.cz>
12169
12170 * configure.host, configure.tgt: Support x86-64.
12171 * NEWS: Note new target x86-64.
12172
b7c4cbf8
AJ
12173 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
12174 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
12175 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
12176 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
12177 x86-64-linux-nat.o): Fix dependencies.
12178
82600034
AC
121792002-01-19 Andrew Cagney <ac131313@redhat.com>
12180
12181 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
12182 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
12183 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
12184 * config/sparc/xm-sun4os4.h: Delete file.
12185 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 12186
bbe5c628
AC
121872002-01-19 Andrew Cagney <ac131313@redhat.com>
12188
12189 * config/sparc/sparclynx.mh (XM_FILE): Delete.
12190 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
12191 * config/m68k/m68klynx.mh (XM_FILE): Delete.
12192 * config/i386/i386lynx.mh (XM_FILE): Delete.
12193 * config/rs6000/xm-rs6000ly.h: Delete file.
12194 * config/sparc/xm-sparclynx.h: Delete file.
12195 * config/m68k/xm-m68klynx.h: Delete file.
12196 * config/i386/xm-i386lynx.h: Delete file.
12197 * config/xm-lynx.h: Delete file.
12198 * config/djgpp/fnchange.lst: Update.
12199
f8453e34
JT
122002002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12201
12202 * alpha-tdep.c (alpha_register_byte): New function.
12203 (alpha_register_raw_size): Ditto.
12204 (alpha_register_virtual_size): Ditto.
12205 (alpha_skip_prologue_internal): Renamed from
12206 alpha_skip_prologue.
12207 (alpha_skip_prologue): New version that calls
12208 alpha_skip_prologue_internal.
12209 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
12210 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
12211 second argument from alpha_skip_prologue.
12212 (REGISTER_BYTE): Use alpha_register_byte.
12213 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
12214 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
12215 (FRAMELESS_FUNCTION_INVOCATION): Use
12216 generic_frameless_function_invocation_not.
12217 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
12218 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
12219
52d9e613
AC
122202002-01-19 Andrew Cagney <ac131313@redhat.com>
12221
12222 * config/mips/xm-news-mips.h: Delete file.
12223 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
12224
12225 * config/m88k/xm-m88k.h: Delete file.
12226 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
12227 * config/m88k/xm-delta88v4.h: Ditto.
12228 * config/m88k/xm-delta88.h: Ditto.
12229
12230 * config/alpha/xm-fbsd.h: Delete file.
12231 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
12232
12233 * config/sparc/xm-sparc.h: Delete file.
12234 * Makefile.in (xm-sun4os4.h): Delete dependency.
12235 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
12236 * config/sparc/xm-sun4os4.h: Ditto.
12237 * config/sparc/xm-linux.h: Ditto.
12238
12239 * config/i386/xm-windows.h: Delete file.
12240
2d1b2124
AC
122412002-01-19 Andrew Cagney <ac131313@redhat.com>
12242
12243 * utils.c: Include <sys/param.h> for MAXPATHLEN.
12244 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
12245
ee1f65f0
JT
122462002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12247
12248 * alpha-tdep.c (alpha_call_dummy_words): New.
12249 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
12250 (CALL_DUMMY_P): Define.
12251 (CALL_DUMMY_WORDS): Define.
12252 (SIZEOF_CALL_DUMMY_WORDS): Define.
12253
98081e55
PB
122542002-01-19 Per Bothner <per@bothner.com>
12255
12256 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
12257 isn't NULL, which can happen with some gcj-3.x-produced code.
12258
0d056799
JT
122592002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
12260
12261 * alpha-tdep.c (alpha_register_virtual_type): New function.
12262 (alpha_init_frame_pc_first): Ditto.
12263 (alpha_fix_call_dummy): Ditto.
12264 (alpha_store_struct_return): Ditto.
12265 (alpha_extract_struct_value_address): Ditto.
12266 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
12267 alpha_register_virtual_type.
12268 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
12269 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
12270 alpha_extract_struct_value_address.
12271 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
12272 (INIT_FRAME_PC): Use init_frame_pc_noop.
12273 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
12274
4604bcad
MK
122752002-01-19 Mark Kettenis <kettenis@gnu.org>
12276
12277 * i386gnu-nat.c: Include "i386-tdep.h".
12278 (fetch_fpregs): Simplify code dealing with uninitialized floating
12279 point states such that it doesn't require FP7_REGNUM.
12280
140f9984
JT
122812002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12282
abf22e64
AJ
12283 * alpha-tdep.c (frame_extra_info): New.
12284 (alpha_find_saved_regs): Make static. Use
140f9984
JT
12285 frame->extra_info.
12286 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
12287 (alpha_frame_saved_pc): Use frame->extra_info.
12288 (temp_saved_regs): Don't declare as struct frame_saved_regs.
12289 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
12290 (init_extra_frame_info): Rename to...
12291 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 12292 (alpha_print_extra_frame_info): New function.
140f9984
JT
12293 (alpha_frame_locals_address): Ditto.
12294 (alpha_frame_args_address): Ditto.
abf22e64 12295 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
12296 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
12297 alpha_frame_args_address.
abf22e64 12298 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 12299 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
12300 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
12301 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
12302 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
12303 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
12304
d734c450
JT
123052002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12306
12307 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
12308 (alpha_cannot_fetch_register): Ditto.
12309 (alpha_cannot_store_register): Ditto.
12310 (alpha_register_convertible): Ditto.
12311 (alpha_use_struct_convention): Ditto.
12312 * config/alpha/tm-alpha.h: Update copyright years.
12313 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
12314 (INNER_THAN): Use core_addr_lessthan.
12315 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
12316 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
12317 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
12318 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
12319 (FRAME_CHAIN): Remove unnecessary cast.
12320
b4ceaee6
AC
123212002-01-18 Andrew Cagney <ac131313@redhat.com>
12322
12323 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
12324 obsolete.
12325
0a65a603
AC
123262002-01-18 Andrew Cagney <ac131313@redhat.com>
12327
12328 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
12329 * monitor.c, remote-array.c, remote-bug.c: Ditto.
12330 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
12331 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
12332 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
12333 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
12334 * x86-64-linux-nat.c: Ditto.
12335
636a6dfc
JT
123362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12337
abf22e64 12338 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
12339 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
12340 (REGISTER_NAME): Define.
12341
acceddb6
JT
123422002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12343
12344 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
12345
ec32e4be
JT
123462002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12347
12348 * alpha-tdep.c: Update copyright years.
12349 (alpha_next_pc): New function.
12350 (alpha_software_single_step): Ditto.
12351 * config/alpha/tm-alpha.h: Add prototype for
12352 alpha_software_single_step.
12353
e771a871
JT
123542002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
12355
12356 * alphabsd-nat.c: Update copyright years.
12357 (fill_gregset): Use regcache_collect.
12358 (fill_fpregset): Likewise.
12359 (fetch_inferior_registers): Only fetch integer registers
12360 if requested to do so.
12361 (store_inferior_registers): Only store integer registers
12362 if requested to do so.
12363
7708fa01
AC
123642002-01-17 Andrew Cagney <ac131313@redhat.com>
12365
12366 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
12367 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
12368 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
12369 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
12370 * config/alpha/fbsd.mh (XDEPFILES): Delete.
12371 * config/arm/linux.mh (XDEPFILES): Delete.
12372 * config/arm/nbsd.mh (XDEPFILES): Delete.
12373 * config/i386/i386dgux.mh (XDEPFILES): Delete.
12374 * config/i386/i386sol2.mh (XDEPFILES): Delete.
12375 * config/i386/i386m3.mh (XDEPFILES): Delete.
12376 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
12377 * config/i386/i386gnu.mh (XDEPFILES): Delete.
12378 * config/i386/fbsd.mh (XDEPFILES): Delete.
12379 * config/i386/i386bsd.mh (XDEPFILES): Delete.
12380 * config/i386/i386sco5.mh (XDEPFILES): Delete.
12381 * config/i386/i386v4.mh (XDEPFILES): Delete.
12382 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
12383 * config/i386/i386sco4.mh (XDEPFILES): Delete.
12384 * config/i386/i386aix.mh (XDEPFILES): Delete.
12385 * config/i386/go32.mh (XDEPFILES): Delete.
12386 * config/i386/cygwin.mh (XDEPFILES): Delete.
12387 * config/i386/i386lynx.mh (XDEPFILES): Delete.
12388 * config/i386/i386mach.mh (XDEPFILES): Delete.
12389 * config/i386/i386v32.mh (XDEPFILES): Delete.
12390 * config/i386/linux.mh (XDEPFILES): Delete.
12391 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
12392 * config/i386/ncr3000.mh (XDEPFILES): Delete.
12393 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
12394 * config/i386/i386sco.mh (XDEPFILES): Delete.
12395 * config/i386/i386v.mh (XDEPFILES): Delete.
12396 * config/i386/nbsd.mh (XDEPFILES): Delete.
12397 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
12398 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
12399 * config/i386/symmetry.mh (XDEPFILES): Delete.
12400 * config/i386/obsd.mh (XDEPFILES): Delete.
12401 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
12402 * config/ia64/linux.mh (XDEPFILES): Delete.
12403 * config/ia64/aix.mh (XDEPFILES): Delete.
12404 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
12405 * config/m68k/dpx2.mh (XDEPFILES): Delete.
12406 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
12407 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
12408 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
12409 * config/m68k/linux.mh (XDEPFILES): Delete.
12410 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
12411 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
12412 * config/m68k/nbsd.mh (XDEPFILES): Delete.
12413 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
12414 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
12415 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
12416 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
12417 * config/m88k/delta88.mh (XDEPFILES): Delete.
12418 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
12419 * config/m88k/m88k.mh (XDEPFILES): Delete.
12420 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
12421 * config/mips/linux.mh (XDEPFILES): Delete.
12422 * config/mips/irix6.mh (XDEPFILES): Delete.
12423 * config/mips/irix5.mh (XDEPFILES): Delete.
12424 * config/mips/irix4.mh (XDEPFILES): Delete.
12425 * config/mips/irix3.mh (XDEPFILES): Delete.
12426 * config/mips/decstation.mh (XDEPFILES): Delete.
12427 * config/mips/mipsm3.mh (XDEPFILES): Delete.
12428 (NATDEPFILES): Move core-aout.o to here.
12429 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
12430 * config/pa/hpux1020.mh (XDEPFILES): Delete.
12431 * config/pa/hppabsd.mh (XDEPFILES): Delete.
12432 * config/pa/hppahpux.mh (XDEPFILES): Delete.
12433 * config/pa/hpux11w.mh (XDEPFILES): Delete.
12434 * config/pa/hppaosf.mh (XDEPFILES): Delete.
12435 * config/pa/hpux11.mh (XDEPFILES): Delete.
12436 * config/powerpc/aix.mh (XDEPFILES): Delete.
12437 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
12438 * config/powerpc/linux.mh (XDEPFILES): Delete.
12439 * config/romp/rtbsd.mh: Rename XDEPFILES.
12440 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
12441 * config/rs6000/aix4.mh (XDEPFILES): Delete.
12442 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
12443 * config/s390/s390.mh (XDEPFILES): Delete.
12444 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
12445 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
12446 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
12447 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
12448 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
12449 * config/sparc/nbsd.mh (XDEPFILES): Delete.
12450 * config/sparc/linux.mh (XDEPFILES): Delete.
12451 * config/vax/vaxult.mh (XDEPFILES): Delete.
12452 * config/vax/vaxult2.mh (XDEPFILES): Delete.
12453 * Makefile.in (DEPFILES): Remove XDEPFILES.
12454
375fc983
AC
124552002-01-17 Andrew Cagney <ac131313@redhat.com>
12456
12457 * utils.c (internal_verror): Fix comments, default is yes not no.
12458 Update queries to match. Default to quit and dump core.
12459
8926118c
AC
124602002-01-17 Andrew Cagney <ac131313@redhat.com>
12461
12462 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
12463 copyright.
12464 * defs.h, event-top.c, gdbcmd.h: Ditto.
12465 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
12466 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
12467 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
12468 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
12469 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
12470 * mi/mi-main.c:Ditto.
12471
12472 * stack.c, symfile.c: Update copyright.
12473
45b7b345
DJ
124742002-01-17 Daniel Jacobowitz <drow@mvista.com>
12475
db728ff7
DJ
12476 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
12477 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
12478 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
12479 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 12480
db728ff7
DJ
124812002-01-17 Daniel Jacobowitz <drow@mvista.com>
12482
12483 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
12484 * gdbserver/low-lynx.c (myattach): Likewise.
12485 * gdbserver/low-nbsd.c (myattach): Likewise.
12486 * gdbserver/low-sim.c (myattach): Likewise.
12487 * gdbserver/low-sparc.c (myattach): Likewise.
12488 * gdbserver/low-sun3.c (myattach): Likewise.
12489
12490 * gdbserver/low-linux.c (myattach): New function.
45b7b345 12491
db728ff7 12492 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
12493 (main): Handle "--attach".
12494
8de3c354
AC
124952002-01-16 Andrew Cagney <ac131313@redhat.com>
12496
12497 * MAINTAINERS (language support): Daniel Jacobwitz is C++
12498 maintainer.
12499
b0129042
DJ
125002002-01-15 Daniel Jacobowitz <drow@mvista.com>
12501
12502 * c-typeprint.c (is_type_conversion_operator): Add additional
12503 check for non-conversion operators.
12504
ba8679fb 125052002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
12506
12507 * linux-proc.c: Add "info proc" command, a la procfs.c.
12508 (read_mapping): New function, abstract and re-use code.
12509 (linux_find_memory_regions): Use new func read_mapping.
12510 (linux_info_proc_cmd): New function, implement "info proc".
12511 (_initialize_linux_proc): Add new command "info proc".
12512
e4f9b4d5
MS
125132002-01-15 Michael Snyder <msnyder@redhat.com>
12514
12515 * symfile.c (generic_load): Use bfd_map_over_sections method
12516 instead of manipulating bfd structure members directly.
12517 (add_section_size_callback): New function, bfd sections callback
12518 used by generic_load.
12519 (load_sections_callback): New function, bfd sections callback
12520 used by generic_load.
12521
08cf96df
EZ
125222002-01-15 Elena Zannoni <ezannoni@redhat.com>
12523
abf22e64 12524 [Based on work by Jim Blandy]
08cf96df
EZ
12525 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
12526 (builtin_type_vec128): Export.
12527 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
12528 types.
12529 (builtin_type_vec128): New builtin type for 128 bit vector
12530 registers.
12531 (build_gdbtypes): Initialize builtin_type_v16qi and
12532 builtin_type_v8hi. Create the vec128 register builtin type
12533 structure.
12534 (build_builtin_type_vec128): New function.
abf22e64 12535 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
12536 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
12537 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
12538 AltiVec register to new builtin type.
12539
d7242108
DJ
125402001-01-15 Daniel Jacobowitz <drow@mvista.com>
12541
12542 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
12543 to make_cv_type.
12544
4ee3352d
AC
125452002-01-14 Andrew Cagney <ac131313@redhat.com>
12546
12547 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
12548 CLEAN_UP_REGISTER_VALUE.
12549 * regcache.c (supply_register): Update only call.
12550
f015b2e7
AC
125512002-01-14 Andrew Cagney <ac131313@redhat.com>
12552
12553 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12554 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12555 a29k-*-vxworks* targets as obsolete.
12556
356ae49d
MS
125572002-01-14 Michael Snyder <msnyder@redhat.com>
12558
12559 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
12560 until we can resolve portability issues.
12561 * gregset.h: Remove references to fpxregs.
12562 * gcore.c (gcore_command): Initialize note_sec to NULL.
12563
ade8f45e
AC
125642002-01-13 Andrew Cagney <ac131313@redhat.com>
12565
12566 * signals.c (target_signal_to_name): Rewrite. Only use
12567 signals[].name when in bounds and non-NULL.
abf22e64 12568
89c49e7a
AC
125692002-01-13 Andrew Cagney <ac131313@redhat.com>
12570
12571 From Petr Ledvina <ledvinap@kae.zcu.cz>:
12572 * signals.c (target_signal_to_name): Verify that SIG is within the
12573 bounds of the signals array.
12574
4daa9f9f
AC
125752002-01-13 Andrew Cagney <ac131313@redhat.com>
12576
12577 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12578
ba4bbdcb
KS
125792002-01-13 Keith Seitz <keiths@redhat.com>
12580
12581 * stack.c (print_frame_info_base): Print the frame's pc
12582 only if when print_frame_info_listing_hook is not defined.
12583
575bbeb6
KS
125842002-01-13 Keith Seitz <keiths@redhat.com>
12585
12586 * varobj.c (varobj_set_value): Make sure that there were no
12587 errors evaluating the object before attempting to set its
12588 value.
12589 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12590 so this offset adjustment is no longer necessary.
12591 (create_child): Don't set the error flag if the child is
12592 a CPLUS_FAKE_CHILD.
12593 (value_of_child): If value_fetch_lazy fails, return NULL
12594 so that callers will be notified that an error occurred.
12595 (c_value_of_variable): Delay check of variable's validity
12596 until later. We actually want all structs and unions to have
12597 the value "{...}".
12598 Do not return "???" for variables which could not be evaluated.
12599 This error condition must be returned to the caller so that it
12600 can get the error condition from gdb.
12601 (cplus_name_of_child): Adjust index for vptr before figuring
12602 out the name of the child.
12603 (cplus_value_of_child): If a child's (real) parent is not valid,
12604 don't even bother trying to give a value for it. Just return
12605 an error. Change all instances in this function.
12606 (cplus_type_of_child): If our parent is one of the "fake"
12607 parents, we need to get at the type of the real parent, and
12608 derive the child's true type using this information.
12609
b76898ab
AC
126102002-01-13 Andrew Cagney <ac131313@redhat.com>
12611
12612 From 2002-01-09 John Marshall <johnm@falch.net>:
12613 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12614 sources.redhat.com, and tweak some related URLs which had
12615 suffered from linkrot.
12616
b6649e88
AC
126172002-01-13 Andrew Cagney <ac131313@redhat.com>
12618
12619 From Jeff law:
12620 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12621 structures passed in registers.
12622
82cc5033
EZ
126232002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12624
12625 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12626 white space which prevented compilation. Reported by DSK
12627 <dsk@student.unsw.edu.au>.
12628
ba5f2f8a
MS
126292002-01-11 Michael Snyder <msnyder@redhat.com>
12630
fbd35540
MS
12631 * symfile.c (build_section_addr_info_from_section_tab):
12632 Use bfd access method instead of manipulating bfd directly.
12633 (syms_from_objfile): Ditto.
12634 (simple_overlay_update_1): Ditto.
12635 (simple_overlay_update): Ditto.
12636 (generic_load): Ditto.
12637 (overlay_unmapped_address): FIXME comment, bfd access methods.
12638 (sections_overlap): FIXME comment, bfd access methods.
12639 (pc_in_mapped_range): FIXME comment, bfd access methods.
12640 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12641 (section_is_mapped): FIXME comment, bfd access methods.
12642 (section_is_overlay): FIXME comment, bfd access methods.
12643
ba5f2f8a
MS
12644 * symfile.c (generic_load): Whitespace and long line cleanups.
12645 Remove duplicate variable, change several local variables to
12646 more appropriate data types.
12647 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12648
17df2af6
AC
126492002-01-12 Andrew Cagney <ac131313@redhat.com>
12650
12651 From Peter Schauer:
12652 * language.c (longest_local_hex_string_custom): Use phex_nz to
12653 convert NUM to a hex string.
12654
ec920329
EZ
126552002-01-12 Elena Zannoni <ezannoni@redhat.com>
12656
12657 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12658 the function.
538a76d6 12659 Update Copyright year.
ec920329 12660
3abd2e01
AC
126612002-01-12 Andrew Cagney <ac131313@redhat.com>
12662
12663 * language.c (longest_raw_hex_string): Delete unused function.
12664
b21b22e0
PS
126652002-01-11 Petr Sorfa <petrs@caldera.com>
12666
12667 * MAINTAINERS (write-after-approval): Add myself.
12668 * dwarf2read.c (read_tag_string_type): Handling of
12669 DW_AT_byte_size.
12670 (read_tag_string_type): FORTRAN fix to prevent propagation of
12671 first string size.
12672 (set_cu_language): Handling of DW_LANG_Fortran95
12673
747fe712
RE
126742002-01-11 Richard Earnshaw <rearnsha@arm.com>
12675
12676 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12677 GETPID(inferior_ptid).
12678 (store_inferior_registers): Likewise.
12679
f1bea926
JM
126802002-01-10 Jason Merrill <jason@redhat.com>
12681
12682 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12683 Fix DW_OP_minus.
12684
ae940673
AC
126852002-01-10 Andrew Cagney <ac131313@redhat.com>
12686
12687 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12688 and bfd/elf32-sh-nbsd.c.
12689
00546b04
MS
126902002-01-10 Michael Snyder <msnyder@redhat.com>
12691
352ed7b4
MS
12692 * NEWS: Mention --pid and corefile/proc-id behavior change.
12693
c18be923
MS
12694 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12695 * gcore.c: Include cli/cli-decode.h instead of command.h.
12696
00546b04
MS
12697 * main.c (captured_main): Add new command line option "--pid".
12698 If the second command line argument (following the symbol-file)
12699 begins with a digit, try to attach to it before trying to open
12700 it as a corefile.
12701 (print_gdb_help): Document the "--pid" argument.
12702
db60ec62
EZ
127032002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12704
12705 * completer.c (command_completer): New function.
12706
12707 * completer.h <command_completer>: Add prototype.
12708
12709 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12710 completer for the "help" command.
12711
39c22d1a
JM
127122002-01-09 Jason Merrill <jason@redhat.com>
12713
12714 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12715
c564377f
MS
127162002-01-09 Michael Snyder <msnyder@redhat.com>
12717
975aec09
MS
12718 * i386-linux-nat.c (fill_fpxregset): Make global.
12719 (store_fpxregset): Ditto.
12720
db4a10fa
MS
12721 * gregset.h (gdb_fpxregset_t): Define.
12722 (supply_fpxregset): Prototype.
12723 (fill_fpxregset): Prototype.
12724
c564377f
MS
12725 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12726
c3d45d70
RE
127272002-01-09 Richard Earnshaw <rearnsha@arm.com>
12728
12729 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12730 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12731 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12732
fcc87af1
AC
127332002-01-09 Andrew Cagney <ac131313@redhat.com>
12734
12735 * MAINTAINERS: Update target maintainer rules so that any
12736 Maintainer can approve a tested patch for a maintenance-only
12737 target.
12738
dd96c05b
RE
127392002-01-09 Richard Earnshaw <rearnsha@arm.com>
12740
d4297db9 12741 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12742
d4297db9 12743 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12744 IN_SIGTRAMP.
12745
145fdc6e
MS
127462002-01-08 Michael Snyder <msnyder@redhat.com>
12747
12748 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12749 real name of the executable, rather than the /proc name.
12750
be4d1333
MS
127512002-01-03 Michael Snyder <msnyder@redhat.com>
12752
12753 Implement a "generate-core-file" command in gdb, save target state.
12754 * gcore.c: New file. Implement new command 'generate-core-file'.
12755 Save a corefile image of the current state of the inferior.
12756 * linux-proc.c: Add linux-specific code for saving corefiles.
12757 * target.h (struct target_ops): Add new target vectors for saving
12758 corefiles; to_find_memory_regions and to_make_corefile_notes.
12759 (target_find_memory_regions): New macro.
12760 (target_make_corefile_notes): New macro.
12761 * target.c (update_current_target): Inherit new target methods.
12762 (dummy_find_memory_regions): New place-holder method.
12763 (dummy_make_corefile_notes): New place-holder method.
12764 (init_dummy_target): Initialize new dummy target vectors.
12765 * exec.c (exec_set_find_memory_regions): New function.
12766 Allow the exec_ops vector for memory regions to be taken over.
12767 (exec_make_note_section): New function, target vector method.
12768 * defs.h (exec_set_find_memory_regions): Export prototype.
12769 * procfs.c (proc_find_memory_regions): New function, corefile method.
12770 (procfs_make_note_section): New function, corefile method.
12771 (init_procfs_ops): Set new target vector pointers.
12772 (find_memory_regions_callback): New function.
12773 (procfs_do_thread_registers): New function.
12774 (procfs_corefile_thread_callback): New function.
12775 * sol-thread.c (sol_find_memory_regions): New function.
12776 (sol_make_note_section): New function.
12777 (init_sol_thread_ops): Initialize new target vectors.
12778 * inftarg.c (inftarg_set_find_memory_regions): New function.
12779 Allow to_find_memory_regions vector to be taken over.
12780 (inftarg_set_make_corefile_notes): New function.
12781 Allow to_make_corefile_notes vector to be taken over.
12782 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12783 interface layer if not target_has_execution (may be a corefile).
12784 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12785 * config/sparc/sun4sol2.mh: Ditto.
12786 * config/alpha/alpha-linux.mh: Ditto.
12787 * config/arm/linux.mh: Ditto.
12788 * config/i386/x86-64linux.mh: Ditto.
12789 * config/ia64/linux.mh: Ditto.
12790 * config/m68k/linux.mh: Ditto.
12791 * config/mips/linux.mh: Ditto.
12792 * config/powerpc/linux.mh: Ditto.
12793 * config/sparc/linux.mh: Ditto.
12794
c6b92abd
MS
127952002-01-07 Michael Snyder <msnyder@redhat.com>
12796
12797 * arm-linux-nat.c: Remove references to regcache.c internal data
12798 (registers[] and register_valid[]).
12799
4b09dc8c
MS
128002002-01-07 Michael Snyder <msnyder@redhat.com>
12801
abf22e64
AJ
12802 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12803 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12804 symbol file and shlibs.
12805 * Makefile.in: Add rule for linux-proc.o.
12806 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12807 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12808 * config/arm/linux.mh: Ditto.
12809 * config/i386/linux.mh: Ditto.
12810 * config/i386/x86-64linux.mh: Ditto.
12811 * config/ia64/linux.mh: Ditto.
12812 * config/m68k/linux.mh: Ditto.
12813 * config/mips/linux.mh: Ditto.
12814 * config/powerpc/linux.mh: Ditto.
12815 * config/sparc/linux.mh: Ditto.
12816
c25b74ac
PM
128172002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12818
12819 * win32-nat.c: Add i386-tdep.h dependency.
12820
94cd915f
MS
128212002-01-07 Michael Snyder <msnyder@redhat.com>
12822
c7cccb76
MS
12823 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12824 instead of bfd_get_arch_size. Don't bail out just because
12825 there's no exec_bfd.
abf22e64 12826
34c0bd93
MS
12827 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12828 * p-valprint.c (pascal_object_print_value): Ditto.
12829 * somread.c (som_symtab_read): Ditto.
12830 * symfile.c (simple_free_overlay_region_table): Ditto.
12831 * valops.c (value_assign): Ditto.
12832
21c1c920
MS
12833 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12834 use tilde_expand and strerror for opening save-tracepoints file.
12835
5bbd998e
MS
12836 * thread-db.c (thread_db_new_objfile): Indendation fix.
12837
94cd915f
MS
12838 * infptrace.c (GDB_MAX_ALLOCA): New define.
12839 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12840 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12841 can be overridden with whatever value is appropriate to the host).
12842 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12843 alloca to allocate potentially large buffer.
12844 * rs6000-nat.c (child_xfer_memory): Ditto.
12845 * symm-nat.c (child_xfer_memory): Ditto.
12846 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12847
494e8a93
JSC
128482002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12849
12850 From Nick Clifton <nickc@redhat.com>
12851 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12852
d0e1d48e
MS
128532002-01-07 Michael Snyder <msnyder@redhat.com>
12854
abf22e64 12855 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12856 Don't use exec_bfd if it's NULL.
12857
290b2c7a
MK
128582002-01-06 Mark Kettenis <kettenis@gnu.org>
12859
abf22e64 12860 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12861
aef21287
AC
128622002-01-06 Andrew Cagney <ac131313@redhat.com>
12863
12864 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12865 * gnu-nat.c: Ditto.
12866
30efa627
AC
128672002-01-06 Andrew Cagney <ac131313@redhat.com>
12868
12869 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12870 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12871 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12872 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12873 z8k-coff have not been multi-arched. Update z8k-coff build
12874 status.
12875
9b4ff276
AC
128762002-01-06 Andrew Cagney <ac131313@redhat.com>
12877
12878 * MAINTAINERS: Mark a29k target as obsolete.
12879 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12880 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12881 comments.
12882 * NEWS: Note that a29k targets are obsolete.
12883 * a29k-tdep.c: Mark as obsolete.
12884 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12885 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12886 a29k-*-vxworks* targets as obsolete.
12887 * remote-adapt.c: Obsolete.
12888 * remote-eb.c: Obsolete.
12889 * remote-mm.c: Obsolete.
12890 * remote-udi.c: Obsolete.
12891 * config/a29k/a29k-udi.mt: Obsolete.
12892 * config/a29k/a29k.mt: Obsolete.
12893 * config/a29k/tm-a29k.h: Obsolete.
12894 * config/a29k/tm-vx29k.h: Obsolete.
12895 * config/a29k/vx29k.mt: Obsolete.
12896
a9011d31
AC
128972002-01-05 Andrew Cagney <ac131313@redhat.com>
12898
12899 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12900 with BFD_ENDIAN_BIG.
12901
9299404e
AC
129022002-01-05 Andrew Cagney <ac131313@redhat.com>
12903
12904 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12905 * configure, config.in: Re-generate.
12906 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12907 * defs.h: Do not include <endian.h>.
12908
7e89e357
JT
129092002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12910
12911 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12912 * config.in: Regenerate.
12913 * configure.in: Update copyright years.
12914 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12915 * configure: Regenerate.
12916 * i386bsd-nat.c: Update copyright years.
12917 (fill_gregset): Use regcache_collect.
12918 (fetch_inferior_registers): Only fetch integer registers
12919 if requested to do so. Add support for XMM registers
12920 using PT_GETXMMREGS.
12921 (store_inferior_registers): Only store integer registers
12922 if requested to do so. Add support for XMM registers
12923 using PT_SETXMMREGS.
12924 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12925 (store_inferior_registers): Remove.
12926 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12927 (fetch_elfcore_registers): New function.
12928 (i386nbsd_elfcore_fns): New.
12929 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12930 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12931 i386bsd-nat.o.
12932 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12933 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12934 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12935 * config/i386/tm-nbsd.h: Update copyright years.
12936 (HAVE_SSE_REGS): Define.
12937 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12938 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12939 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12940 (SIGCONTEXT_PC_OFFSET): Remove.
12941 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12942
a752853e
AC
129432002-01-05 Andrew Cagney <ac131313@redhat.com>
12944
12945 * configure.tgt: Remove powerpc-*-macos* target.
12946 * config/m68k/xm-mpw.h: Delete file.
12947 * config/xm-mpw.h: Delete file.
12948 * ser-mac.c: Delete file.
12949 * mpw-make.sed: Delete file.
12950 * mpw-config.in: Delete file.
12951 * mac-xdep.c: Delete file.
12952 * mac-gdb.r: Delete file.
12953 * mac-defs.h: Delete file.
12954 * mac-nat.c: Delete file.
12955 * config/powerpc/macos.mh: Delete file.
12956 * config/powerpc/macos.mt: Delete file.
12957 * config/powerpc/nm-macos.h: Delete file.
12958 * config/powerpc/tm-macos.h: Delete file.
12959 * source.c (openp, open_source_file): Remove obsolete code.
12960 * top.c (gdb_readline): Ditto.
12961 * utils.c (query): Ditto.
12962 * event-top.c (display_gdb_prompt): Ditto.
12963 * Makefile.in (ser-mac.o): Delete obsolete target.
12964 * NEWS: Update.
12965
d7449b42
AC
129662002-01-04 Andrew Cagney <ac131313@redhat.com>
12967
12968 * defs.h (BIG_ENDIAN): Delete macro definition.
12969 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12970 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12971 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12972 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12973 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12974 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12975 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12976 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12977 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12978 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12979 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12980 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12981 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12982 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12983 * gdbarch.c: Re-generate.
12984
356374e8
DJ
129852002-01-04 Daniel Jacobowitz <drow@mvista.com>
12986
12987 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12988 for core files.
12989
a2b8f8f8
JT
129902002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12991
12992 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12993
12466af9
AC
129942002-01-04 Andrew Cagney <ac131313@redhat.com>
12995
12996 * value.h (value_ptr): Delete typedef.
12997
3549ab40
JT
129982002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12999
13000 * i386nbsd-nat.c: Update copyright years.
13001 Include i386-tdep.h.
13002
fedbd091
EZ
130032002-01-04 Elena Zannoni <ezannoni@redhat.com>
13004
13005 * stabsread.c: Update copyright years.
13006
13007 From Debashis Mahata <debashis.mahata@wipro.com>:
13008 (read_struct_fields): Deal with Sun C compiler erroneous stab
13009 output for structs and unions.
fec8b34f 13010 Fix PR gdb/269.
fedbd091 13011
eb43544b
DJ
130122002-01-04 Daniel Jacobowitz <drow@mvista.com>
13013
13014 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
13015 prototype.
13016
1514d34e
DJ
130172002-01-04 Daniel Jacobowitz <drow@mvista.com>
13018
13019 * cp-abi.c: Fix whitespace.
13020 (baseclass_offset): New wrapper function.
13021 * cp-abi.h (baseclass_offset): Add prototype.
13022 (struct cp_abi_ops): Add baseclass_offset pointer.
13023
13024 * valops.c (vb_match): Move to...
13025 * gnu-v2-abi.c (vb_match): here.
13026 * valops.c (baseclass_offset): Move to...
13027 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
13028
13029 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
13030
13031 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
13032 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
13033 * hpacc-abi.c (init_hpacc_ops): Likewise.
13034
7f8c9282
DJ
130352002-01-04 Daniel Jacobowitz <drow@mvista.com>
13036
13037 * valops.c (find_overload_match): Accept obj as a
13038 reference parameter. Update it before returning.
13039 * value.h (find_overload_match): Update prototype.
13040 * eval.c (evaluate_subexp_standard): Pass object to
13041 find_overload_match by reference.
13042
f23631e4
AC
130432002-01-03 Andrew Cagney <ac131313@redhat.com>
13044
13045 * valarith.c: Replace value_ptr with struct value pointer. Remove
13046 register attribute from value declarations.
13047 * valops.c: Ditto.
13048 * value.h: Ditto.
13049 * scm-lang.c (scm_lookup_name): Ditto.
13050
79e10fab 130512002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 13052
79e10fab
AC
13053 Abstract the functionality of iterating over mapped memory
13054 regions into a general purpose iterator function.
abf22e64 13055 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
13056 iterator for memory sections.
13057 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
13058 (solib_mappings_callback): New function, callback for above.
13059 (info_proc_mappings): Reimpliment using iterate_over_mappings.
13060 (info_mappings_callback): New function, callback for above.
13061
13062 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
13063
c5ad026a
MK
130642002-01-01 Mark Kettenis <kettenis@gnu.org>
13065
d2a7c97a
MK
13066 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
13067 * i386-tdep.c: Include "elf-bfd.h".
13068 (process_note_abi_tag_sections): New function.
13069 (i386_gdbarch_init): Add code to recognize various OS/ABI
13070 combinations.
13071
c5ad026a
MK
13072 * maint.c (_initialize_maint_cmds): Add missing \ in
13073 string-literal.
13074
a1a5b71e 13075For older changes see ChangeLog-2001
c906108c
SS
13076\f
13077Local Variables:
13078mode: change-log
13079left-margin: 8
13080fill-column: 74
13081version-control: never
13082End:
This page took 0.954036 seconds and 4 git commands to generate.