2002-11-05 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b7c64260
EZ
12002-11-05 Elena Zannoni <ezannoni@redhat.com>
2
3 * event-loop.c (start_event_loop): Add comment.
4 Update copyright.
5
c2e1b8f2
AC
62002-11-05 Andrew Cagney <ac131313@redhat.com>
7
8 * infcmd.c (default_print_registers_info): Do not call
9 PRINT_REGISTER_HOOK.
10
87647bb0
AC
112002-11-05 Andrew Cagney <ac131313@redhat.com>
12
13 * sparc-tdep.c (sparc_print_register_hook): Make static.
14 (sparc_print_registers_info): New function.
15 (sparc_do_registers_info): New function.
16 (sparclet_print_registers_info): New function.
17 (sparclet_do_registers_info): New function.
18 (do_sparc_print_registers_info): New function.
19 (sparc_print_registers): New static function, clone of infcmd.c's
20 default_print_registers_info.
21 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
22 (sparclet_do_registers_info): Declare.
23 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
24 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
25 Re-define.
26 (sparc_do_registers_info): Declare.
27 (PRINT_REGISTER_HOOK): Delete macro.
28 (sparc_print_register_hook): Delete declaration.
29
8155455b
DC
302002-11-05 David Carlton <carlton@math.stanford.edu>
31
32 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
33 functions.
34 (lookup_symbol_aux_local): New function.
35 (lookup_symbol_aux_symtabs): New function.
36 (lookup_symbol_aux_psymtabs): New function.
37
29924310
DC
382002-11-05 David Carlton <carlton@math.stanford.edu>
39
40 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
41 previous values of 'objfile' and 'block'.
42
cc303028
PM
432002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
44
45 * values.c (value_change_enclosing_type): Set
46 enclosing_type field correctly also for the case where
47 more memory needs to be allocated.
48
1d70089a
MK
492002-11-03 Mark Kettenis <kettenis@gnu.org>
50
f16a25ae
MK
51 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
52 of puts_filtered.
53
1d70089a
MK
54 * i387-tdep.c (i387_print_float_info): Replace calls to
55 register_read and deprecated_read_register_gen with calls to
56 frame_register_read, and make the necessary adjustments to the
57 surrounding code.
58
7e20f3fb
AC
592002-11-02 Andrew Cagney <ac131313@redhat.com>
60
61 * gdbarch.sh (register_reggroup_p): Allow default value.
62 * gdbarch.h, gdbarch.c: Regenerate.
63
192dbe33
AC
642002-11-02 Andrew Cagney <ac131313@redhat.com>
65
66 * regcache.h: Add coment indicating replacements for deprecated
67 functions.
68
b59ff9d5
AC
692002-11-02 Andrew Cagney <cagney@redhat.com>
70
71 * reggroups.h, reggroups.c: New files.
72 * regcache.c: Include "reggroups.h".
73 (enum regcache_dump_what): Add `regcache_dump_groups'.
74 (regcache_dump): Contract size of the "Type" column. When
75 specified, dump the register's groups.
76 (maintenance_print_register_groups): New function.
77 (_initialize_regcache): Add command `maint print register-groups'.
78 * Makefile.in (COMMON_OBS): Add reggroups.o
79 (SFILES): Add reggroups.c.
80 (reggroups_h): Define.
81 (regcache.o, gdbarch.o): Update dependencies.
82 (reggroups.o): Specify dependencies.
83 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
84 Add opaque declaration for `struct reggroup' in generated .h file.
85 Include "reggroups.h" in generated .c file.
86 gdbarch.h, gdbarch.c: Re-generate.
87
4caf0990
AC
882002-11-02 Andrew Cagney <cagney@redhat.com>
89
90 * regcache.h (deprecated_read_register_gen): Rename
91 read_register_gen.
92 (deprecated_write_register_gen): Rename write_register_gen.
93 * i387-tdep.c: Update.
94 * x86-64-linux-nat.c: Update
95 * wince.c: Update.
96 * thread-db.c: Update.
97 * win32-nat.c: Update.
98 * mips-tdep.c: Update.
99 * d10v-tdep.c: Update.
100 * cris-tdep.c: Update.
101 * remote-sim.c: Update.
102 * remote-rdi.c: Update.
103 * remote-rdp.c: Update.
104 * frame.c: Update.
105 * target.c: Update.
106 * blockframe.c: Update.
107 * x86-64-tdep.c: Update.
108 * xstormy16-tdep.c: Update.
109 * sh-tdep.c: Update.
110 * s390-tdep.c: Update.
111 * rs6000-tdep.c: Update.
112 * sparc-tdep.c: Update.
113 * i386-tdep.c: Update.
114 * dwarf2cfi.c: Update.
115 * regcache.c: Update.
116
7a7adcdf
JB
1172002-11-01 Joel Brobecker <brobecker@gnat.com>
118
119 New interix-specific files:
120 * config/i386/nm-interix.h: New file.
121 * config/i386/interix.mh: New file.
122 * config/i386/interix.mt: New file.
123 * i386-interix-nat.c: New file.
124 * i386-interix-tdep.c: New file.
125
bdcdd535
AC
1262002-11-01 Andrew Cagney <cagney@redhat.com>
127
128 * frame.h (deprecated_generic_get_saved_register): Rename
129 generic_get_saved_register.
130 * blockframe.c (deprecated_generic_get_saved_register): Update.
131 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
132 (xstormy16_frame_saved_register): Update.
133 * sh-tdep.c (sh_gdbarch_init): Update.
134 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
135 * ia64-tdep.c (ia64_get_saved_register): Update.
136 * cris-tdep.c (cris_gdbarch_init): Update.
137 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
138 * arm-tdep.c (arm_gdbarch_init): Update.
139
2a4b7c45
DJ
1402002-10-31 Daniel Jacobowitz <drow@mvista.com>
141
142 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
143
ef17e74b
DJ
1442002-10-31 Daniel Jacobowitz <drow@mvista.com>
145
146 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
147 trampolines in sigaction.
148
4904ba5b
AC
1492002-10-31 Andrew Cagney <cagney@redhat.com>
150
151 * h8300-tdep.c: Include "gdb_assert.h".
152 (h8300_print_register): Add gdbarch, file and frame parameters.
153 Use frame_read_unsigned_register to read the register's value.
154 Use fprintf_filtered to display output.
155 (h8300_print_registers_info): Replace h8300_do_registers_info.
156 (h8300_gdbarch_init): Set print_registers_info.
157
f908a0eb
AC
1582002-10-31 Andrew Cagney <cagney@redhat.com>
159
160 * frame.c (frame_read_unsigned_register): New function.
161 (frame_read_signed_register): New function.
162 * frame.h (frame_read_unsigned_register): Declare.
163 (frame_read_signed_register): Declare.
164
c5646e11
AC
1652002-10-31 Andrew Cagney <cagney@redhat.com>
166
167 * h8500-tdep.c (h8500_print_registers_info): New static function,
168 clone of infcmd.c's default_print_registers_info.
169 (h8500_do_registers_info): New funtion.
170 (h8500_print_register_hook): Rename print_register_hook, make
171 static.
172
173 * config/h8500/tm-h8500.h: Update copyright.
174 (DEPRECATED_DO_REGISTERS_INFO): Define.
175 (h8500_do_registers_info: Declare.
176 (PRINT_REGISTER_HOOK): Delete macro.
177 (print_register_hook): Delete function.
178
0bdd672b
AC
1792002-10-31 Andrew Cagney <cagney@redhat.com>
180
181 * z8k-tdep.c (z8k_print_register_hook): Make static.
182 (z8k_print_registers_info): New static function, clone of
183 infcmd.c's default_print_registers_info.
184 (z8k_do_registers_info): New function. Wrap
185 z8k_print_registers_info.
186 * config/z8k/tm-z8k.h: Update copyright.
187 (PRINT_REGISTER_HOOK): Delete macro.
188 (z8k_print_register_hook): Delete declaration.
189 (DEPRECATED_DO_REGISTERS_INFO): Define.
190 (z8k_do_registers_info): Declare.
191
bf9c25dc
JB
1922002-10-30 Joel Brobecker <brobecker@gnat.com>
193
194 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
195 as this is already provided by value.h, and was actually causing
196 a compilation error because of a conflict in parameter type
197 declaration due to a missing const keyword.
198 (low_text_segment_addres): Fix a compilation warning.
199
2c665b51
DJ
2002002-10-29 Daniel Jacobowitz <drow@mvista.com>
201
202 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
203 registers without a name.
204 (mips_linux_cannot_store_register): Don't store registers without
205 a name.
206
e70ea697
DC
2072002-10-28 David Carlton <carlton@math.stanford.edu>
208
209 * symtab.c (find_addr_symbol): Delete. (It was already commented
210 out.)
211 * symtab.h: Delete prototype for find_addr_symbol.
212
903ad3a6
AC
2132002-10-26 Andrew Cagney <cagney@redhat.com>
214
215 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
216 DO_REGISTERS_INFO.
217 gdbarch.h, gdbarch.c: Re-generate.
218 * infcmd.c (default_print_registers_info): Update reference.
219 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
220 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
221 * sh-tdep.c (sh_gdbarch_init): Ditto.
222 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
223 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
224
ab91194c
MK
2252002-10-26 Mark Kettenis <kettenis@gnu.org>
226
e3033f15
MK
227 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
228 cfi_init_extra_frame_info.
229 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
230 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
231
b83b026c
MK
232 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
233 target where necessary. Add more comments and remove the ones
234 that don't provide any useful information.
235
267bf4bb
MK
236 * i386-tdep.c (i386_frame_saved_pc): Replace call to
237 deprecated_read_register_dummy with
238 frame_unwind_unsigned_register.
239
751f1375
MK
240 * i386-tdep.c (i386_extract_struct_value_address): Use
241 regcache_raw_read_unsigned instead of
242 regcache_cooked_read_unsigned since we know that the register
243 we're reading isn't a pseudo register. Rename variable 'val' into
244 the more descriptive 'addr'.
245
26abbdc4
MK
246 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
247 (x86_64_push_return_address): Add comment.
248 (x86_64_pop_frame): Make static.
249 (examine_argument): Clarify comment.
250 (x86_64_skip_prologue): Make prolog_expact variable static.
251
9f1549cc
MK
252 * dwarf2cfi.c: Fix some formatting problems.
253 (context_cpy, read_encoded_pointer): Clarify comments.
254
ab91194c
MK
255 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
256 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
257 i386 target back into x86_64_gdbarch_init. Add some comments and
258 remove meaningless ones.
259
72367fb4
AC
2602002-10-25 Andrew Cagney <cagney@redhat.com>
261
262 * complaints.h (struct deprecated_complaint): Rename `struct
263 complaint'.
264 * complaints.c (complain): Update.
265 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
266 incorrect comment indicating that "symfile.h" was being included
267 for the `struct complaint' definition.
268 * remote-vx.c: Update.
269 * objc-lang.c: Update.
270 * xcoffread.c: Update.
271 * hpread.c: Update.
272 * mdebugread.c: Update.
273 * stabsread.c: Update.
274 * dwarf2read.c: Update.
275 * dwarfread.c: Update.
276 * elfread.c: Update.
277 * coffread.c: Update.
278 * stabsread.h: Update.
279 * dbxread.c: Update.
280 * buildsym.c: Update.
281 * gdbtypes.c: Update.
282 * macrotab.c: Update.
283
1f2baacc
MK
2842002-10-25 Mark Kettenis <kettenis@gnu.org>
285
0c1a73d6
MK
286 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
287 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
288 (x86_64_init_abi): ...new function.
289
6aee4d54 290 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
291 * i386v-nat.c: Include "i386-tdep.h".
292
8f9cbe01
AC
2932002-10-25 Andrew Cagney <cagney@redhat.com>
294
5f11f355
AC
295 * gdbtypes.c (address_space_name_to_int): Update.
296 (address_space_int_to_name): Update.
297 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
298 multi-arch predicate.
299 (address_class_name_to_type_flags): Ditto.
300 * gdbarch.h, gdbarch.c: Re-generate.
301
8f9cbe01
AC
302 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
303
e8d96a5d
MH
3042002-10-24 Martin M. Hunt <hunt@redhat.com>
305
306 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
307
fe39c653
EZ
3082002-10-24 Elena Zannoni <ezannoni@redhat.com>
309
310 * symtab.h (INIT_SAL): Delete macro.
311 (init_sal): Export.
312 * symtab.c (init_sal): New function.
313
314 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
315 to init_sal function call.
316 (find_sal_from_funcs_and_line): Ditto.
317 (all_sals_for_line): Ditto.
318 * breakpoint.c (create_internal_breakpoint): Ditto.
319 (create_fork_vfork_event_catchpoint): Ditto.
320 (create_exec_event_catchpoint): Ditto.
321 (parse_breakpoint_sals): Ditto.
322 (watch_command_1): Ditto.
323 (handle_gnu_4_16_catch_command): Ditto.
324 (clear_command): Ditto.
325 * hppa-tdep.c (child_enable_exception_callback): Ditto.
326 * infcmd.c (run_stack_dummy): Ditto.
327 * infrun.c (process_event_stop_test): Ditto.
328 (check_sigtramp2): Ditto.
329 (step_over_function): Ditto.
330 * linespec.c (decode_line_2): Ditto.
331 (decode_line_1): Ditto.
332 * source.c (line_info): Ditto.
333 * symtab.c (find_pc_sect_line): Ditto.
334
baed091b
ML
3352002-10-24 Michal Ludvig <mludvig@suse.cz>
336
337 * dwarf2cfi.c (struct context)
338 (struct context_reg): Moved to dwarf2cfi.h
339 (context_alloc, frame_state_alloc, context_cpy):
340 Made extern instead of static, removed prototypes.
341 * dwarf2cfi.h (struct context)
342 (struct context_reg): New, moved from dwarf2cfi.c
343 (context_alloc, frame_state_alloc, context_cpy):
344 New prototypes.
345 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
346 Changed from static to extern.
347 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
348 (LINUX_SIGCONTEXT_FP_OFFSET)
349 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
350 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
351 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
352 * x86-64-tdep.c (x86_64_gdbarch_init): Several
353 set_gdbarch_*() calls now use x86-64 specific functions
354 instead of DWARF2 CFI ones.
355 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
356 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
357 (x86_64_init_extra_frame_info): New prototypes.
358
c38da1af
DC
3592002-10-23 David Carlton <carlton@math.stanford.edu>
360
361 * linespec.c: #include "parser-defs.h".
362 Delete prototype for find_template_name_end.
363 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
364
fb9b6b35
JJ
3652002-10-23 Jeff Johnston <jjohnstn@redhat.com>
366
367 * NEWS: add recent mi fixes.
368 * varobj.c (struct varobj): Add new "updated" flag.
369 (new_variable): Default "updated" flag to 0.
370 (varobj_set_value): Set "updated" flag to 1 if value
371 changes.
372 (varobj_update): Check varobj "updated" flag before
373 comparing old and refreshed values. Fix for
374 PR gdb/702.
375
8da065d5
DC
3762002-10-23 David Carlton <carlton@math.stanford.edu>
377
378 * parse.c (parse_exp_1): Use BLOCK_START.
379 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
380 SYMBOL_BLOCK_VALUE.
381 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
382
87f2f08c
DC
3832002-10-23 David Carlton <carlton@math.stanford.edu>
384
385 * symtab.c: Delete cplusplus_hint.
386 Delete prototype for find_template_name_end.
387
88cda038
EZ
3882002-10-23 Elena Zannoni <ezannoni@redhat.com>
389
390 * symtab.h: Update comment.
391
2625d86c
MS
3922002-10-23 Michael Snyder <msnyder@redhat.com>
393
394 * printcmd.c (address_info): Restore quotes in output.
395 * valops.c (value_of_local): Restore quotes in error message.
396
9cc0d196
EZ
3972002-10-23 Elena Zannoni <ezannoni@redhat.com>
398
399 * symtab.c (symbol_demangled_name): New function.
400 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
401 turning most of it into a function.
402 (symbol_demangled_name): Export.
403
19de93d0
MS
4042002-10-23 Michael Snyder <msnyder@redhat.com>
405
406 * valops.c (value_of_local): Restore quotes in error message.
407
89aad1f9
EZ
4082002-10-23 Elena Zannoni <ezannoni@redhat.com>
409
410 * symtab.c (symbol_init_language_specific): New function.
411 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
412 turning most of it into a function.
413 (symbol_init_language_specific): Export.
414
d9fa45fe
DC
4152002-10-23 David Carlton <carlton@math.stanford.edu>
416
417 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
418 (dwarf_attr_name): Ditto.
419 (dwarf_type_encoding_name): Ditto.
420 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
421 (process_die): Handle DW_TAG_namespace,
422 DW_TAG_imported_declaration, DW_TAG_imported_module.
423 (read_namespace): New function.
424
1045b512
JB
4252002-10-22 Joel Brobecker <brobecker@gnat.com>
426
427 * configure.in: Define NEW_PROC_API on Interix too.
428 * configure: Regenerate.
429
4302002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
431
432 * configure: Regenerate using the proper version of autoconf.
433
3987b9d4
EZ
4342002-10-21 Elena Zannoni <ezannoni@redhat.com>
435
436 * findvar.c (read_var_value): Temporarily disable TLS code, until
437 complete TLS support is added.
438
9d774e44
EZ
4392002-10-21 Jim Blandy <jimb@redhat.com>
440 Elena Zannoni <ezannoni@redhat.com>
441
442 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
443 for thread local storage locations.
444 (struct symbol): Add objfile field.
445 (SYMBOL_OBJFILE): Define.
446 * dwarf2read.c (is_thread_local): New static variable.
447 (new_symbol): If variable is in thread local fill in address class
448 and objfile appropriately.
449 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
450 stack operation.
451 * printcmd.c (address_info): Print the information for thread
452 local storage variable.
453 * findvar.c (read_var_value): In case of thread local variable,
454 defer to the target vector code to compute address.
455
bc4a16ae
EZ
4562002-10-21 Elena Zannoni <ezannoni@redhat.com>
457
458 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
459 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
460
407caf07
EZ
4612002-10-21 Elena Zannoni <ezannoni@redhat.com>
462
463 * symtab.h (address_class): Rename
464 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
465 * hpread.c (hpread_process_one_debug_symbol): Ditto.
466 * printcmd.c (address_info): Ditto.
467 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
468
005328e3
MK
4692002-10-20 Mark Kettenis <kettenis@gnu.org>
470
afdb036a
MK
471 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
472 DBREG_DRX macro to acces debug registers.
473
ca02e098
MK
474 * Makefile.in (i386obsd-tdep.o): New target.
475
03cc47f7
MK
476 * solib-sunos.c: Include "bcache.h" and "regcache.h".
477 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
478
005328e3
MK
479 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
480 * config/i386/obsd.mt: New file.
481 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
482 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
483 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
484 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
485 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
486 * i386obsd-tdep.c: New file.
487
9c96f9f2
AF
4882002-10-19 Adam Fedor <fedor@gnu.org>
489
490 * objc-exp.y (name_not_typename): Fix invalid comment.
491
ce1ed485
MK
4922002-10-20 Mark Kettenis <kettenis@gnu.org>
493
494 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
495 to allocate partial syms and macro byte caches.
496
1efc7aaa
DC
4972002-10-18 David Carlton <carlton@math.stanford.edu>
498
499 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
500
7e1d63ec
AF
5012002-10-18 Adam Fedor <fedor@gnu.org>
502
503 * stabsread.c (find_name_end): New function.
504 (define_symbol): Use it.
505
6e8d29a9
DJ
5062002-10-18 Daniel Jacobowitz <drow@mvista.com>
507
508 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
509 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
510 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
511 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
512
1efc7aaa 5132002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
514
515 * symfile.h: Add opaque declaration for struct obstack.
516 Declare obsavestring to take a const char *.
517 * symfile.c (obsavestring): Make first argument a const char *.
518
1aeae86e
AF
5192002-10-16 Adam Fedor <fedor@gnu.org>
520
521 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
522 names when matching breakpoints in current file.
523
8b2dbe47
KB
5242002-10-16 Kevin Buettner <kevinb@redhat.com>
525
526 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
527 (read_tag_pointer_type): Add address class support.
528 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
529 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
530 New methods.
531 * gdbarch.h, gdbarch.c: Regenerate.
532 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
533 (make_type_with_address_space, recursive_type_dump): Add address
534 class support.
535 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
536 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
537 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
538
74451869
KD
5392002-10-16 Klee Dienes <kdienes@apple.com>
540
541 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
542 to get the last character of a char[] buffer, not
543 name[sizeof(vptr_name)-1].
544
ff4cb3e8
AF
5452002-10-14 Adam Fedor <fedor@gnu.org>
546
547 * symtab.h: New objc_specific struct.
548 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
549 (SYMBOL_DEMANGLED_NAME): Likewise.
550
da2cf7e0
AF
5512002-10-14 Adam Fedor <fedor@gnu.org>
552
553 * symfile.c (init_filename_language_table): Add ObjC file extension.
554
4a351cef
AF
5552002-10-14 Adam Fedor <fedor@gnu.org>
556
557 * utils.c (puts_filtered_tabular): New function.
558 (fprintf_symbol_filtered): Get ObjC demangled name.
559 * defs.h (puts_filtered_tabular): Declared.
560
9750e763
KB
5612002-10-14 Kevin Buettner <kevinb@redhat.com>
562
563 * c-lang.h (c_type_print_varspec_prefix): Delete.
564 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
565 ``need_post_space'' parameter. Adjust all callers.
566
eee771c1
DJ
5672002-10-14 Daniel Jacobowitz <drow@mvista.com>
568
569 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
570 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
571 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
572 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
573
46c82446
AF
5742002-10-13 Adam Fedor <fedor@gnu.org>
575
576 * source.c (print_source_lines): Update comments.
577
d069f99d
AF
5782002-10-13 Adam Fedor <fedor@gnu.org>
579
580 * valops.c (value_of_local): New function.
581 (value_of_this): Use it.
582 * value.h (value_of_local): Declared.
583
53c551b7
AF
5842002-10-13 Adam Fedor <fedor@gnu.org>
585
586 * parse.c: (length_of_subexp, prefixify_subexp): Handle
587 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
588
eb392fbf
AF
5892002-10-12 Adam Fedor <fedor@gnu.org>
590
591 * language.c (binop_result_type): Add language_objc to case.
592 (integral_type): Likewise.
593 (character_type): Likewise.
594 (string_type): Likewise.
595 (boolean_type): Likewise.
596 (structured_type): Likewise.
597 (binop_type_check): Likewise.
598
e2b23ee9
AF
5992002-10-11 Adam Fedor <fedor@gnu.org>
600
601 * printcmd.c (address_info): Print 'self' for ObjC.
602
b01ab485
AF
6032002-10-11 Adam Fedor <fedor@gnu.org>
604
605 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
606 OP_SELF.
607
806e6073
AF
6082002-10-11 Adam Fedor <fedor@gnu.org>
609
610 * language.h (CAST_IS_CONVERSION): Add language_objc.
611
50f85cdf
AF
6122002-10-11 Adam Fedor <fedor@gnu.org>
613
614 * defs.h (enum language): Add language_objc.
615
0d540cdf
KD
6162002-10-11 Klee Dienes <kdienes@apple.com>
617
69266111 618 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
619 * gdbcore.h (read_memory_typed_address): Add prototype.
620 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
621 to read a value destined for a CORE_ADDR, not read_memory_integer.
622 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
623 (f77_get_dynamic_lowerbound): Ditto.
624
d5dc7960
MH
6252002-10-11 Martin M. Hunt <hunt@redhat.com>
626
627 * utils.c (string_to_core_addr): After turning string into
628 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
629 which will do necessary sign-extension, etc.
630
8343f86c
DJ
6312002-10-11 Daniel Jacobowitz <drow@mvista.com>
632
633 * c-exp.y (THIS): Delete token and grammar rule.
634 (yylex): Don't return THIS.
635 * cp-valprint.c (vtbl_ptr_name_old): Delete.
636 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
637 * demangle.c (cplus_markers): Update comment. Put '$'
638 first. Remove CPLUS_MARKER.
639 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
640 * jv-exp.y (THIS): Delete token and grammar rule.
641 (yylex): Don't return THIS.
642 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
643 * objc-exp.y (THIS): Delete token and grammar rule.
644 (yylex): Don't return THIS.
645 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
646 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
647 (read_member_functions): Likewise for opname.
648 (read_tilde_fields): Use is_cplus_marker.
649
650 * defs.h (CPLUS_MARKER): Don't define.
651 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
652 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
653 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
654 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
655 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
656
657 * config/i386/tm-i386v4.h: Delete file.
658 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
659 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
660 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
661 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
662 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
663 * config/i386/i386sco5.mt (TM_FILE): Likewise.
664 * config/i386/i386v4.mt (TM_FILE): Likewise.
665 * config/i386/ncr3000.mt (TM_FILE): Likewise.
666
967c0d83
MM
6672002-10-10 Marko Mlinar <markom@opencores.org>
668
669 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
670 accidentially not commited 2002-10-09
671 * gdbarch.h, gdbarch.c: Re-generate.
672
f74fa174
MM
6732002-10-09 Marko Mlinar <markom@opencores.org>
674
675 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
676 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
677 * gdbarch.h, gdbarch.c: Re-generate.
678
57349743
JB
6792002-10-08 Petr Sorfa <petrs@caldera.com>
680
681 Revised and re-submitted by John Wolfe <jlw@caldera.com>
682
683 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
684 so we can work on more than one compilation unit at a time. This
685 helps prepare GDB to handle inter-CU die references.
686 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
687 the code to be defined before struct comp_unit_head.
688 (comp_unit_head): Added new members - offset, cu_head,
689 begin_die, next and dwarf2_abbrevs.
690 (dwarf2_abbrevs): Removed single static var; now member of
691 struct comp_unit_head.
692 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
693 members.
694 (psymtab_to_symtab_1): Changed to work with the new
695 struct comp_unit_head.
696 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
697 constructs the dwarf2_abbrevs[] inside the cu_header.
698 (dwarf2_empty_abbrev_table): Now expects a ptr to a
699 dwarf2_abbrev table to clean up.
700 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
701 handling of dwarf2_abbrevs inside the cu_header.
702 (read_partial_die): Now supports the call to the new
703 dwarf2_lookup_abbrev.
704 (read_full_die): Now supports the call to the new
705 dwarf2_lookup_abbrev.
706
4092aadb
CF
7072002-10-06 Christopher Faylor <cgf@redhat.com>
708
709 * Makefile.in (install-gdbtk): Add missing continuation backslash to
710 insure that shell variables, such as "transformed_name" are propagated
711 to later shell statements in rule.
712
af0b2512
MK
7132002-10-06 Mark Kettenis <kettenis@gnu.org>
714
715 * config/i386/nm-i386sco.h: Add protection against
716 multiple-inclusion. Include "i386/nm-i386v.h".
717 (REGISTER_U_ADDR): Remove define.
718 (i386_register_u_addr): Remove prototype.
719
d6020d45
MS
7202002-10-04 Michael Snyder <msnyder@redhat.com>
721
722 * m32r-stub.c (handle_exception): Make sure exception is "trap"
723 before treating it as a single-step event.
724
7248f48e
AF
7252002-10-03 Adam Fedor <fedor@gnu.org>
726
727 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
728 (objc_demangle): Remove assignment in if statements, Replace
729 free with xfree.
730 (add_msglist): Likewise.
731 (end_msglist): Likewise.
732 (complare_selectors): Likewise.
733 (selectors_info): Likewise.
734 (compare_classes): Likewise.
735 (classes_info): Likewise.
736 (print_object_command): Likewise.
737 (find_objc_msgcall_submethod): Replace PTR with void *.
738 * objc-lang.h: Remove check for __STDC__.
739
52c6a6ac
JJ
7402002-10-03 Jeff Johnston <jjohnstn@redhat.com>
741
742 * ui-out.h (ui_out_field_fmt_int): New prototype.
743 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
744 of field width and alignment.
745 * stack.c (print_frame_info_base): When printing frame level, use
746 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
747 PR gdb/192
748
7e3cec17
JJ
7492002-10-03 Jeff Johnston <jjohnstn@redhat.com>
750
751 * MAINTAINERS: Add self to Write After Approval list.
752
a58dd373
EZ
7532002-10-02 Elena Zannoni <ezannoni@redhat.com>
754
755 * infcmd.c (interrupt_target_command_wrapper): Delete.
756 (interrupt_target_command): Make non static.
757 (nofp_registers_info): Make static.
758 * stack.c (return_command_wrapper): Delete.
759 (return_command): Make non static.
760
cee6ddeb
EZ
7612002-10-02 Elena Zannoni <ezannoni@redhat.com>
762
763 * event-top.c (gdb_setup_readline): New function. Code moved from
764 _initialize_event_loop().
765 (_initialize_event_loop): Call gdb_setup_readline().
766
c4ed33b9
AC
7672002-10-02 Andrew Cagney <ac131313@redhat.com>
768
769 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
770 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
771 * gdbarch.h, gdbarch.c: Re-generate.
772
cef4f5dd
DJ
7732002-10-02 Daniel Jacobowitz <drow@mvista.com>
774
775 Fix PR gdb/778
776 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
777 before recursing.
778 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
779 of fill_in_vptr_fieldno.
780
36dc181b 7812002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 782
36dc181b
EZ
783 * inferior.h (registers_info, stepi_command, nexti_command,
784 continue_command, interrupt_target_command): Export from infcmd.c.
785 * frame.h (args_info, selected_frame_level_changed_hook,
786 return_command): Export from stack.c.
787 * v850ice.c (stepi_command, nexti_command, continue_command): use
788 prototypes from inferior.h.
789 * tracepoint.c (registers_info, args_info, locals_info): Use
790 prototypes from frame.h and inferior.h.
791 * Makefile.in (mi-main.o): Add dependency on frame.h.
792
6f99cb26
AC
7932002-10-02 Andrew Cagney <ac131313@redhat.com>
794
da3eff49
AC
795 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
796 value in register 3 adjusted by ppc_gp0_regnum.
797
6f99cb26
AC
798 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
799
da615bee
MM
8002002-10-02 Marko Mlinar <markom@opencores.org>
801
802 * MAINTAINERS: Add myself to the Write After Approval list.
803
d154bee2
AO
8042002-10-01 Alexandre Oliva <aoliva@redhat.com>
805
62a49b2c
AO
806 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
807 of the section for the N64 ABI, fixed.
808
d154bee2
AO
809 * config/mips/tm-irix6.h: Include solib.h.
810
ed348acc
EZ
8112002-10-01 Elena Zannoni <ezannoni@redhat.com>
812
813 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
814 GNU operators.
815
da0f9dcd
AC
8162002-10-01 Andrew Cagney <ac131313@redhat.com>
817
818 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
819 and that "mi0" syntax has been removed.
820
bdf64bac
DC
8212002-09-30 David Carlton <carlton@math.stanford.edu>
822
823 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
824 * ppc-sysv-tdep.c: #include "gdb_string.h".
825 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
826 pacify GCC.
827
54c2a1e6
AC
8282002-10-01 Andrew Cagney <ac131313@redhat.com>
829
830 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
831 "vrsave"'s register number.
832
cedea778
AC
8332002-09-30 Andrew Cagney <ac131313@redhat.com>
834
835 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
836 use frame_unwind_signed_register to obtain the PC.
837 (mips_frame_chain): Handle a generic dummy frame.
838 (mips_init_extra_frame_info): When a generic dummy frame, don't
839 re-compute the frame base.
840 (mips_pop_frame): Handle generic dummy frames.
841 (mips_gdbarch_init): When generic dummy frames, set
842 use_generic_dummy_frames, push_dummy_frame to
843 generic_push_dummy_frame, pc_in_call_dummy to
844 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
845 generic_save_dummy_frame_tos.
846
68315eb8
AC
8472002-09-30 Andrew Cagney <ac131313@redhat.com>
848
849 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
850 against TOP when TOP was explictly set.
851 (generic_push_dummy_frame): Set TOP to zero.
852
3b8630c3
EZ
8532002-09-30 Elena Zannoni <ezannoni@redhat.com>
854
855 * event-loop.c (start_event_loop): Rename variable 'result' to
856 'gdb_result', to avoid conflicts with upcoming intepreters changes.
857
28ee05e9
KS
8582002-09-30 Keith Seitz <keiths@redhat.com>
859
860 * gdb-events.sh (selected_thread_changed): New event.
861 * gdb-events.c: Regenerated.
862 * gdb-events.h: Regenerated.
863
6eecb1c8
HPN
8642002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
865
866 * MAINTAINERS: Add self to Write After Approval list.
867
92df71f0
FN
8682002-09-30 Fernando Nasser <fnasser@redhat.com>
869
3b8630c3
EZ
870 * disasm.c: New file.
871 * disasm.h: New file.
92df71f0
FN
872 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
873 (compare_lines): Ditto.
874 (dump_insns): Ditto.
3b8630c3
EZ
875 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
876 argument.
92df71f0 877 (do_assembly_only): Ditto.
3b8630c3
EZ
878 (do_disassembly): Renamed to gdb_disassembly and moved to
879 disasm.c. Sdded uiout argument.
880 * Makefile.in: Add new files. Reorder SFILES list. Update
881 dependencies. Include libgdb.a later in the insight executable.
92df71f0 882
0c22854d
AC
8832002-09-29 Andrew Cagney <ac131313@redhat.com>
884
885 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
886 bfd/elf64-alpha-fbsd.c.
887
e67f2023
AC
8882002-09-29 Andrew Cagney <ac131313@redhat.com>
889
890 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
891 i386gnu-tdep.c.
892
89396210
AC
8932002-09-29 Andrew Cagney <ac131313@redhat.com>
894
895 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
896 __FUNCTION__.
897 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
898 function name.
899 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
900 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
901 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
902 (S_msg_sig_post_reply): Ditto.
903
7079c36c
CV
9042002-09-28 Corinna Vinschen <vinschen@redhat.com>
905
89396210
AC
906 * sh-tdep.c (sh_use_struct_convention): Use definition according
907 to ABI.
7079c36c
CV
908 (sh_push_arguments): Store in register with correct endianess.
909 (sh_default_store_return_value): Ditto.
910 (sh_gdbarch_init): Set sizeof long double to 8.
911
975ac915
MK
9122002-09-27 Mark Kettenis <kettenis@gnu.org>
913
914 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
915 Fix some whitespace problems.
916
9bbe19fb
DC
9172002-09-27 David Carlton <carlton@math.stanford.edu>
918
919 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
920 (mcore-tdep.o): Ditto.
921 (ns32k-tdep.o): Ditto.
922 (ns32knbsd-tdep.o): Ditto.
923 (sh3-rom.o): Ditto.
924 (vax-tdep.o): Ditto.
925 * cris-tdep.c: #include "gdb_string.h"
926 * mcore-tdep.c: Ditto.
927 * ns32k-tdep.c: Ditto.
928 * ns32knbsd-tdep.c: Ditto.
929 * sh3-rom.c: Ditto.
930 * vax-tdep.c: Ditto.
931
43b2fdc7
DC
9322002-09-27 David Carlton <carlton@math.stanford.edu>
933
934 * config/djgpp/fnchange.lst: Add entries for
935 gdb/testsuite/gdb.c++/m-static files.
936
e8cfbbd9
JW
9372002-09-27 Jim Wilson <wilson@redhat.com>
938
939 * MAINTAINERS: Add myself to the Write After Approval list.
940
43b2fdc7 9412002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
942
943 * mips-tdep.c (find_proc_desc): Initialize startaddr.
944
945
9f3b7f07
AC
9462002-09-26 Andrew Cagney <ac131313@redhat.com>
947
948 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
949 frame.
950
11269d7e
AC
9512002-09-26 Andrew Cagney <ac131313@redhat.com>
952
953 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
954 (rs6000_struct_return_address): Delete variable.
955 (rs6000_store_struct_return): Update.
956 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
957 deprecated_extract_struct_value_address.
958 (rs6000_frame_align): New function.
959 (rs6000_gdbarch_init): Set frame_align.
960
f15ab4a7
AC
9612002-09-26 Andrew Cagney <ac131313@redhat.com>
962
963 From Grace Sainsbury <graces@redhat.com>:
964 * Makefile.in (gdbtk-main.o): New target.
965 (gdb.o): New target.
966 (main_h): Define.
967 (main.o): Update dependencies.
968 (gdb$(EXEEXT)): Add gdb.o.
969 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
970 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
971 (SUBDIR_GDBTK_CLEAN): Set.
972 (install-gdbtk): Install the insight binary.
973 (uninstall-gdbtk): New target.
974 (all-gdbtk, clean-gdbtk): New rule.
975 * top.c (use_windows): Default to zero.
976 * main.c: Include "main.h".
977 (main): Delete.
978 (struct captured_main_args): Delete.
979 (gdb_main): New function.
980 * main.h: New file.
981 * gdb.c: New File.
982
e36180d7
AC
9832002-09-25 Andrew Cagney <cagney@redhat.com>
984
985 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
986 (frame_map_regnum_to_name): New function.
987 (frame_map_name_to_regnum): New function.
988 * frame.h (frame_map_name_to_regnum): Declare.
989 (frame_map_regnum_to_name): Declare.
990 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
991 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
992 * parse.c: Do not include "builtin-regs.h".
993 (target_map_name_to_register): Delete function.
994 (write_dollar_variable): Use frame_map_name_to_regnum.
995 * parser-defs.h (target_map_name_to_register): Delete declaration.
996 * expprint.c: Include "frame.h".
997 (print_subexp): Use frame_map_regnum_to_name.
998 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
999 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1000
8b69000d
AC
10012002-09-25 Andrew Cagney <ac131313@redhat.com>
1002
1003 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1004 wasn't saved, and the next innermost frame is a dummy, return the
1005 dummy frame's link register.
1006
046ca86a
JB
10072002-09-24 Jim Blandy <jimb@redhat.com>
1008
1009 Fix from Paul Breed:
1010 * main.c (captured_main): Add a `break' after the case for 'b'.
1011
94b66fa7
KS
10122002-09-24 Keith Seitz <keiths@redhat.com>
1013
1014 * varobj.c (c_type_of_child): Use get_target_type instead
1015 of TYPE_TARGET_TYPE.
1016
c214a6fd
FN
10172002-09-22 Fernando Nasser <fnasser@redhat.com>
1018
53cb0458
FN
1019 * source.c (get_current_or_default_source_symtab_and_line): Remove
1020 function.
1021 (set_default_source_symtab_and_line): New function. Attempts to
1022 determine a source file to list lines from if one is not currently
1023 defined.
1024 (get_current_source_symtab_and_line): Initialize sal.pc and
1025 sal.end fields.
1026 (set_current_source_symtab_and_line): Mark argument as const.
1027 * source.h: Update declarations and comments.
1028 * linespec.c (decode_line_1): Replace call to removed routine above.
1029 * stack.c (print_frame_info_base): Ditto.
1030 * cli/cli-cmds.c (edit_command): Ditto.
1031 (list_command): Ditto.
1032
10332002-09-22 Fernando Nasser <fnasser@redhat.com>
1034
d6020d45 1035 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1036 sal.pc and sal.end fields.
c214a6fd
FN
1037 (get_current_or_default_source_symtab_and_line): Ditto.
1038 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1039 so we do not cause a new source symtab to be searched for (reverting an
1040 unintentional change from the 2002-09-20 patch).
1041 * scm-lang.c (scm_unpac): Ditto.
1042
cc3b68a5
AC
10432002-09-21 Andrew Cagney <cagney@redhat.com>
1044
1045 * complaints.c (symfile_explanations): Remove new-line from
1046 ``isolated_message''.
1047 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1048 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1049
5835abe7
NC
10502002-09-20 Nick Clifton <nickc@redhat.com>
1051
1052 * NEWS: Announce that V850EA ISA is no longer supported.
1053 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1054
a15ef5f5
DC
10552002-09-20 David Carlton <carlton@math.stanford.edu>
1056
06ba1b39
DC
1057 * Makefile.in (c-lang.o): Correct dependencies.
1058 (utils.o): Gather dependencies.
1059 (charset.o): Move.
a15ef5f5
DC
1060 * c-lang.c: #include "gdb_string.h"
1061
87885426
FN
10622002-09-20 Fernando Nasser <fnasser@redhat.com>
1063
1064 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1065 * cli/cli-cmds.c (list_command): New function. Implements the new
1066 cli edit command.
1067 (_init_cli_cmds): Add new command definition.
1068 * gdb.1: Document edit command.
1069 * doc/gdb.texinfo: Document edit command.
1070
10712002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1072
1073 * source.c: Make global variables current_source_symtab and
1074 current_source_line static.
1075 (list_command): Moved to cli/cli-cmds.c.
1076 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1077 (get_first_line_listed): New accessor function.
1078 (get_lines_to_list): New accessor function.
1079 (get_current_source_symtab_and_line): New function. Retrieves the
1080 position in the source code that we consider current.
1081 (get_current_or_default_source_symtab_and_line): New function.
1082 Like the above but attempts to determine a default position if one
1083 is not currently defined.
1084 (set_current_source_symtab_and_line): New function. Sets the source
1085 code position considered current and returns the previously set one.
1086 (clear_current_source_symtab_and_line): Reset stored information about
1087 a current source line.
1088 (_initialize_source): Remove registration for the "list" command and
1089 its alias.
1090 * source.h: Add declarations for the new functions above.
1091 * symtab.h: Remove declarations for the global variables mentioned
1092 above.
1093 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1094 obtain current source line.
1095 * linespec.c (decode_line_1): Ditto.
1096 * macroscope.c (default_macro_scope): Ditto.
1097 * scm-lang.c (scm_unpac): Ditto.
1098 * stack.c (print_frame_info_base): Ditto.
1099 * symfile.c (clear_symtab_users): Ditto.
1100 * symtab.c (decode_line_spec): Ditto.
1101 * cli/cli-cmds.c (list_command): Moved here from source.c.
1102 (ambiguous_line_spec): Moved here from source.c.
1103 (_init_cli_cmds): Add definition for "list" and its alias.
1104 * Makefile.in: Update dependencies.
1105
ddd216ea
CV
11062002-09-20 Corinna Vinschen <vinschen@redhat.com>
1107
1108 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1109 with what gcc thinks is correct.
1110
6d305052
CV
11112002-09-20 Corinna Vinschen <vinschen@redhat.com>
1112
1113 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1114 multiple register push instruction.
1115
234b45d4
KB
11162002-09-19 Jim Blandy <jimb@redhat.com>
1117
1118 Add support for distinct host and target character sets.
1119 * charset.c, charset.h: New files.
1120 * c-exp.y: #include "charset.h".
1121 (yylex): Convert character and string literals to the target
1122 character set, before returning them as the semantic value of the
1123 token.
1124 * c-lang.c: #include "charset.h".
1125 (c_emit_char): Use charset-specific methods to recognize
1126 characters with backslash escape forms, to decide which characters
1127 to print literally and which to print using numeric escape
1128 sequences, and to convert target characters to host characters
1129 before printing.
1130 * utils.c: #include "charset.h".
1131 (no_control_char_error): New function.
1132 (parse_escape): Use charset-specific methods to recognize
1133 backslash escapes, parse `control character' notation, and convert
1134 characters from the host character set to the target character set.
1135 * configure.in: Set the default host character set.
1136 Check where to find iconv, and what its argument types might be.
1137 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1138 * Makefile.in (SFILES): List charset.c.
1139 (COMMON_OBS): List charset.o.
1140 (charset.o): New rule.
1141 (charset_h): New header dependency variable.
1142 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1143 (LIBICONV): New variable, set by configure.
1144 (CLIBS): Include $(LIBICONV) here.
1145 * aclocal.m4, config.in, configure: Regenerated.
1146
525d6a61
JB
11472002-09-19 Joel Brobecker <brobecker@gnat.com>
1148
1149 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1150 bison 1.35 warning.
1151
3ed93867
RE
11522002-09-19 Richard Earnshaw <rearnsha@arm.com>
1153
1154 * gdb_mbuild.sh: New file.
1155
437666f8
AC
11562002-09-19 Andrew Cagney <ac131313@redhat.com>
1157
1158 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1159
389e51db
AC
11602002-09-18 Andrew Cagney <ac131313@redhat.com>
1161
1162 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1163 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1164 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1165 valops.c, value.h: Revert previous change.
1166
3b4efeaa
MS
11672002-09-18 Michael Snyder <msnyder@redhat.com>
1168
1169 Preliminary support for Objective-C:
1170 * defs.h (language_objc): New enum value.
1171 (puts_filtered_tabular): Declaration only, exported from utils.c.
1172 (skip_quoted): Delete, declared in completer.h.
1173 * c-exp.y: Include completer.h.
1174 * p-exp.y: Ditto.
1175 * jv-exp.y: Ditto.
1176 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1177 New operator enum values.
1178 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1179 * language.c (binop_result_type): Handle language_objc case.
1180 (integral_type, character_type, string_type, boolean_type,
1181 structured_type, binop_type_check): Ditto.
1182 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1183 (struct objc_specific): Add to general_symbol_info.
1184 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1185 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1186 * parser-defs.h (struct objc_class_str): New struct type.
1187 (start_msglist, end_msglist, add_msglist): Declaration only,
1188 exported from objc-lang.c.
1189 * value.h (value_of_local, value_nsstring,
1190 call_function_by_hand_expecting_type): Exported from valops.c.
1191 * valops.c (find_function_addr): Export.
1192 (call_function_by_hand_expecting_type): New function.
1193 (value_of_local): New function.
1194 * symfile.c (init_filename_language_table): Add ".m" extension
1195 for Objective-C.
1196 * utils.c (puts_filtered_tabular): New function.
1197 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1198 (set/show demangle): Extend help-string to refer to ObjC.
1199 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1200 * stabsread.c (symbol_reference_defined): Objective-C symbols
1201 may contain colons: make allowances when scanning stabs strings
1202 for colons.
1203 (objc_find_colon): New function.
1204 * printcmd.c (address_info): If language == objc then print
1205 "self" instead of "this".
1206 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1207 OP_NSSTRING, and OP_SELF.
1208 (prefixify_subexp): Ditto.
1209 * source.c (print_source_lines): Mention objc in comment.
1210 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1211 method names.
1212
b9caf505
AC
12132002-09-18 Andrew Cagney <ac131313@redhat.com>
1214
1215 * complaints.h: Update copyright.
1216 (struct complaints): Declare.
1217 (struct complaint): Make `message' constant.
1218 (internal_complaint): Declare.
1219 (complaint): Declare.
1220 (complaint_root): Delete declaration.
1221 (symfile_complaints): Delete declaration.
1222 (struct complaints): Add opaque declaration.
1223 (clear_complaints): Add a complaints parameter.
1224 * complaints.c: Update copyright.
1225 (enum complaint_series): Define.
1226 (complaint_root): Delete.
1227 (struct complaints): Define.
1228 (complaint_sentinel, symfile_complaint_book): New variables.
1229 (symfile_explanations, symfile_complaints): New variables.
1230 New variables.
1231 (get_complaints): New function.
1232 (vcomplaint): New function.
1233 (complaint): New function.
1234 (internal_complaint): New function.
1235 (complain): Call vcomplain with symfile_complaint.
1236 (clear_complaints): Rewrite.
1237 (_initialize_complaints): Use add_setshow_command.
1238 * Makefile.in (complaints.o): Update dependencies.
1239 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1240 to call to clear_complaints.
1241 (new_symfile_objfile, reread_symbols): Ditto.
1242 (oldsyms_complaint): Delete.
1243 (empty_symtab_complaint, unknown_option_complaint): Delete.
1244 (free_named_symtabs): Use complaint instead of complain.
1245
d2e6263c
MS
12462002-09-18 Michael Snyder <msnyder@redhat.com>
1247
5fb2031a
AC
1248 Contributed by Apple Computer, Inc. Merged with current sources
1249 by Adam Fedor <fedor@doc.com> [cagney].
1250
d2e6263c
MS
1251 * objc-lang.c: First clean-up round: comments, indentation.
1252 * objc-lang.h: Ditto.
1253 * objc-lang.y: Ditto.
1254
dec43320
AC
12552002-09-18 Andrew Cagney <ac131313@redhat.com>
1256
1257 * maint.c (maintenance_internal_error): Print the parameter as the
1258 error message.
1259 (maintenance_internal_warning): New function.
1260 (_initialize_maint_cmds): Add command `maint internal-warning'.
1261
1262 * defs.h (internal_warning, internal_vwarning): Declare.
1263 * utils.c (struct internal_problem): Define.
1264 (internal_vproblem): New function.
1265 (internal_warning): New function.
1266 (internal_vwarning): New function.
1267 (internal_warning_problem, internal_error_problem): New variables.
1268 (internal_verror): Just call internal_vproblem.
1269
b81654f1
MS
12702002-09-18 Michael Snyder <msnyder@redhat.com>
1271
1272 * objc-lang.c: New file, support for Objective-C.
1273 Preliminary check-in, not yet integrated into gdb.
1274 * objc-lang.h: New file.
1275 * objc-exp.y: New file.
1276
0542c381
AC
12772002-09-18 Andrew Cagney <ac131313@redhat.com>
1278
7bda5e4a
AC
1279 * infrun.c (signal_stop_update): Convert definition to ISO C.
1280 (signal_print_update): Ditto.
1281 (signal_pass_update): Ditto.
1282 * inflow.c (terminal_save_ours): Ditto.
1283
5247b418
AC
1284 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1285 comments.
1286
fc60962c
AC
1287 * config/djgpp/fnchange.lst: Handle name clashes between
1288 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1289 bfd/coff-tic80.c.
1290
0542c381
AC
1291 * i386-linux-tdep.h: Fix tipo.
1292
5b924b9b
AF
12932002-09-18 Adam Fedor <fedor@gnu.org>
1294
1295 * MAINTAINERS: Add myself to the Write After Approval list.
1296
5afc051b
JB
12972002-09-18 Jim Blandy <jimb@redhat.com>
1298
1299 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1300 texthigh and textlow to reader-specific structs caused
1301 objfile_relocate to miss them. This is fixable, but the work that
1302 the change was supposed to prepare GDB for never got done anyway.
1303
eb944380
DC
13042002-09-18 David Carlton <carlton@math.stanford.edu>
1305
1306 * MAINTAINERS: Alphabetize Write After Approval list.
1307
948e66d9
DJ
13082002-09-18 Daniel Jacobowitz <drow@mvista.com>
1309
1310 Fix PR gdb/709
1311 * values.c (value_static_field): Call read_var_value.
1312
dc604539
AC
13132002-09-18 Andrew Cagney <ac131313@redhat.com>
1314
1315 * valops.c (hand_function_call): Align the initial stack pointer
1316 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1317 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1318 return value.
1319 * mips-tdep.c (mips_frame_align): New function.
1320 (mips_gdbarch_init): Set frame_align.
1321 * gdbarch.sh (FRAME_ALIGN): New method.
1322 * gdbarch.h, gdbarch.c: Re-generate.
1323
cb7e422f
ML
13242002-09-18 Michal Ludvig <mludvig@suse.cz>
1325
1326 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1327 registers.
1328
a094c6fb
AC
13292002-09-17 Andrew Cagney <ac131313@redhat.com>
1330
1331 * NEWS: Mention that MIPS $fp behavior changed.
1332 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1333 reference to FP_REGNUM.
1334 (mipsnbsd_cannot_store_register): Ditto.
1335 * mips-linux-nat.c: Update copyright.
1336 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1337 (mips_linux_cannot_store_register): Ditto.
1338 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1339 * config/mips/tm-mips.h: Update copyright.
1340 (FP_REGNUM): Delete macro.
1341 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1342 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1343 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1344 (mips_r3041_reg_names, mips_r3051_reg_names)
1345 (mips_r3081_reg_names): Replace "fp" with "".
1346 Fix PR gdb/480.
1347
45cf40d1
TR
13482002-09-17 Theodore A. Roth <troth@verinet.com>
1349
1350 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1351 generic_read_register_dummy() (PR gdb/703).
1352 (avr_push_return_address): #if 0 out unused vars.
1353 (avr_gdbarch_init): Enable use of avr_push_return_address().
1354
c7e701b5
MS
13552002-09-17 Michael Snyder <msnyder@redhat.com>
1356
d76ba2a5 1357 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1358 RTE will take care of it.
1359
20bcf01c
AC
13602002-09-17 Andrew Cagney <ac131313@redhat.com>
1361
1362 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1363 invalid, return SP_REGNUM.
1364
009a9971 13652002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1366
1367 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1368 point registers without sign extension.
1369
135c175f
AC
13702002-09-17 Andrew Cagney <cagney@redhat.com>
1371
1372 * blockframe.c (deprecated_read_register_dummy): Rename
1373 generic_read_register_dummy.
1374 * frame.c (frame_unwind_signed_register): New function.
1375 (frame_unwind_unsigned_register): New function.
1376 * frame.h (frame_unwind_signed_register): Declare.
1377 (frame_unwind_unsigned_register): Declare.
1378 (deprecated_read_register_dummy): Rename
1379 generic_read_register_dummy.
1380
1381 * h8300-tdep.c (h8300_frame_chain): Update.
1382 (h8300_frame_saved_pc): Update.
1383 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1384 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1385 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1386 (s390_frame_chain): Update.
1387 * v850-tdep.c (v850_find_callers_reg): Update.
1388 (v850_frame_saved_pc): Update.
1389 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1390 (m32r_find_callers_reg): Update.
1391 (m32r_frame_saved_pc): Update.
1392 * sh-tdep.c (sh_find_callers_reg): Update.
1393 (sh64_get_saved_pr): Update.
1394 (sh_init_extra_frame_info): Update.
1395 (sh_init_extra_frame_info): Update.
1396 (sh64_init_extra_frame_info): Update.
1397 (sh64_init_extra_frame_info): Update.
1398 * mcore-tdep.c (mcore_find_callers_reg): Update.
1399 (mcore_frame_saved_pc): Update.
1400 (mcore_init_extra_frame_info): Update.
1401 * i386-tdep.c (i386_frame_saved_pc): Update.
1402 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1403 (ia64_init_extra_frame_info): Update.
1404 (ia64_init_extra_frame_info): Update.
1405 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1406 * cris-tdep.c (cris_init_extra_frame_info): Update.
1407 * avr-tdep.c (avr_frame_chain): Update.
1408 (avr_init_extra_frame_info): Update.
1409 (avr_frame_saved_pc): Update.
1410 * arm-tdep.c (arm_find_callers_reg): Update.
1411 (arm_init_extra_frame_info): Update.
1412 (arm_frame_saved_pc): Update.
1413
a741e514
TT
14142002-09-17 Tom Tromey <tromey@redhat.com>
1415
1416 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1417 is "'".
1418
d1a8e808
CV
14192002-09-17 Corinna Vinschen <vinschen@redhat.com>
1420
1421 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1422 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1423 NEXT_PROLOGUE_INSN.
1424 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1425 NEXT_PROLOGUE_INSN.
1426
d9025a18
JB
14272002-09-16 Joel Brobecker <brobecker@gnat.com>
1428
1429 * osfsolib.c: Remove file, replaced by solib-osf.c.
1430 * Makefile.in: Remove compilation rules for osfsolib.c.
1431
1b2ef1b6
DC
14322002-09-16 David Carlton <carlton@math.stanford.edu>
1433
1434 * cp-valprint.c (cp_print_class_method): Correct args to
1435 check_stub_method_group.
1436
928e48af
CV
14372002-09-16 Corinna Vinschen <vinschen@redhat.com>
1438
1439 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1440 `set architecture'. Unify naming convention of functions.
1441 (h8300_skip_prologue): Improve prologue analysis.
1442 (h8300_push_arguments): Rewritten to more closely match GCC's
1443 bizarre argument-passing behavior, along with the comment describing
1444 said behavior.
1445 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1446 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1447 sim, remote-e7000.c, remote-hms.c and remote.c
1448
5e3397bb
MK
14492002-09-15 Mark Kettenis <kettenis@gnu.org>
1450
1451 * i386-tdep.c (gdb_print_insn_i386): Removed.
1452 (i386_print_insn): New function.
1453 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1454 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1455 tm_print_insn_info.
1456
f710f4fc
MK
14572002-09-14 Mark Kettenis <kettenis@gnu.org>
1458
1459 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1460 zero.
1461
db54fef4
CV
14622002-09-14 Corinna Vinschen <vinschen@redhat.com>
1463
1464 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1465 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1466 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1467
2becadee
CF
14682002-09-13 Christopher Faylor <cgf@redhat.com>
1469
1470 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1471
de17c821
DJ
14722002-09-13 Daniel Jacobowitz <drow@mvista.com>
1473
1474 * gdbtypes.c (check_stub_method): Make static.
1475 (check_stub_method_group): New function.
1476 * gdbtypes.h: Update prototypes.
1477 * cp-support.c: New file.
1478 * cp-support.h: New file.
1479
1480 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1481 (update_method_name_from_physname): New function.
1482 (read_member_functions): Correct method names for operators
1483 and v3 constructors/destructors. Separate v2 constructors and
1484 destructors.
1485 * Makefile.in (stabsread.o): Update dependencies.
1486 (SFILES): Add cp-support.c.
1487 (COMMON_OBS): Add cp-support.o.
1488 (cp_support_h, cp-support.o): Add.
1489
1490 * cp-valprint.c (cp_print_class_method): Call
1491 check_stub_method_group instead of check_stub_method. Remove
1492 extraneous QUITs.
1493 * p-valprint.c (pascal_object_print_class_method): Likewise.
1494 * valops.c (search_struct_method): Likewise.
1495 (find_method_list, value_struct_elt_for_reference): Likewise.
1496
e76cff22
AC
14972002-09-13 Andrew Cagney <cagney@redhat.com>
1498
1499 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1500 * gdbarch.h, gdbarch.c: Regenerate.
1501
905abb3f
AC
15022002-09-13 Andrew Cagney <ac131313@redhat.com>
1503
1504 * frame.c (find_saved_register): Delete function.
1505 * frame.h (find_saved_register): Delete declaration.
1506 Fix PR gdb/631.
1507
64159455
AC
1508Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1509
1510 * mips-tdep.c (read_next_frame_reg): Re-hack using
1511 frame_register_unwind.
1512
795e1e11
AC
1513Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1514
1515 * mips-tdep.c (mips_get_saved_register): Re-hack using
1516 frame_register_unwind.
1517
5720643c
JB
15182002-09-12 Joel Brobecker <brobecker@gnat.com>
1519
1520 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1521 vector. Will be useful for Interix.
1522 * gdbarch.h, gdbarch.c: Regenerate.
1523
1524 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1525 name of the malloc function by NAME_OF_MALLOC.
1526
3bada2a2
JB
15272002-09-12 Joel Brobecker <brobecker@gnat.com>
1528
1529 * value.h (find_function_in_inferior): Add const keyword to
1530 one of the parameters. Allows us to invoke this function with
1531 a const char *.
1532 * valops.c (find_function_in_inferior): Likewise.
1533
3db26b01
JB
15342002-09-12 Joel Brobecker <brobecker@gnat.com>
1535
1536 * exec.c (xfer_memory): Fix compilation warning with old versions
1537 of GCC.
1538 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1539
17c5ed2c
DC
15402002-09-12 David Carlton <carlton@math.stanford.edu>
1541
1542 * symtab.h: Run through gdb_indent.h.
1543 Add 2002 to Copyright year list.
1544
ecd1107e
AM
15452002-09-12 Alan Modra <amodra@bigpond.net.au>
1546
1547 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1548 mach constants.
1549 * MAINTAINERS: Add myself to write after approval list.
1550
e64f66d1
JB
15512002-09-11 J. Brobecker <brobecker@gnat.com>
1552
1553 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1554
f9395794
JB
15552002-09-11 J. Brobecker <brobecker@gnat.com>
1556
1557 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1558 Interix.
1559
1a303dec
MS
15602002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1561
1562 * procfs.c (do_detach): Clear current signal, not just fault.
1563 Corrects problem with breakpoint trap signal leaking to detached
1564 process on Tru64.
1565
c0219d42
MS
15662002-09-10 Michael Snyder <msnyder@redhat.com>
1567
1568 * buildsym.c (finish_block): Protect against null pointer.
1569
9d84ac84
AC
15702002-09-10 Andrew Cagney <cagney@redhat.com>
1571
1572 * infcmd.c (default_print_registers_info): Send all output to
1573 ``file'' instead of ``gdb_stdout''.
1574
77d8f2b4
MS
15752002-09-10 Michael Snyder <msnyder@redhat.com>
1576
1577 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1578 LONGEST, and use signed register read (addresses are sign-
1579 extended for mips).
1580
99656a61
SC
15812002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1582
1583 * event-loop.c (gdb_do_one_event): Make public.
1584 * event-loop.h (gdb_do_one_event): Declare.
1585
da12f4d8
JL
15862002-09-10 Jeff Law <law@redhat.com>
1587
1588 * infttrace.c (child_resume): Simplify and rework to avoid
1589 TT_PROC_CONTINUE.
1590
d0aee0c4
FF
15912002-09-09 Fred Fish <fnf@intrinsity.com>
1592
1593 * printcmd.c (print_scalar_formatted): "len" is the number of
1594 target bytes, NOT the number of target bits.
1595
7cb3ec5e
EZ
15962002-09-09 Elena Zannoni <ezannoni@redhat.com>
1597
1598 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1599 * top.c (init_main): Set rl_terminal_name.
1600
4dc81987
AS
16012002-09-08 Aidan Skinner <aidan@velvet.net>
1602
1603 * ada-lang.c (ada_array_bound, ada_type_match,
1604 _initialize_ada_language): Fix K&R definitions.
1605 * ada-tasks.c (get_current_task): Fix K&R definitions.
1606 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1607
842330b4
CF
16082002-09-07 Christopher Faylor <cgf@redhat.com>
1609
1610 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1611 Add XP.
1612
43156d82
MK
16132002-09-06 Mark Kettenis <kettenis@gnu.org>
1614
66da5fd8
MK
1615 * i386-tdep.c (i386_register_virtual_type,
1616 i386_register_convertible, i386_register_convert_to_virtual,
1617 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1618 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1619 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1620 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1621 Don't set push_arguments twice.
1622
4b218c18
MK
1623 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1624 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1625 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1626 sigtramp_end to NULL.
1627 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1628 defines.
1629 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1630
4cc314d5
MK
1631 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1632 whitespace.
1633
43156d82
MK
1634 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1635 * gdbarch.h, gdbarch.c: Re-generate.
1636 * blockframe.c (find_pc_sect_partial_function): Convert to use
1637 SIGTRAMP_START_P predicate.
1638
6672060b
MS
16392002-09-05 Michael Snyder <msnyder@redhat.com>
1640
a90c3637
MS
1641 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1642 generic_dummy_frame method and old method. Also distinguish
1643 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1644 (arm_extract_return_value): Use new regcache method.
a90c3637 1645
6672060b
MS
1646 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1647 adjustment that doesn't conform to the ABI.
1648 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1649 saved regcache, not from current regcache.
1650
299ffc64
AC
16512002-09-05 Andrew Cagney <ac131313@redhat.com>
1652
1653 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1654 * README: Update.
1655
a3a2ee65
JT
16562002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1657
1658 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1659 if arm_apcs_32 is false.
1660
2bc7eea9
AC
16612002-09-04 Andrew Cagney <ac131313@redhat.com>
1662
1663 GDB 5.3 branch created.
1664
8a55a7c5
TR
16652002-09-03 Theodore A. Roth <troth@verinet.com>
1666
1667 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1668 generic_unwind_get_saved_register.
1669
e26fb1d7
DC
16702002-09-03 David Carlton <carlton@math.stanford.edu>
1671
1672 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1673 argument (PR gdb/653). Update call to smash_to_method_type.
1674 (read_structure_scope): Update call to dwarf2_add_member_fn.
1675
30d52491
ML
16762002-09-03 Michal Ludvig <mludvig@suse.cz>
1677
1678 * x86-64-linux-tdep.c: Include gdb_string.h
1679 * x86-64-linux-nat.c: Ditto.
1680
06891d83
JT
16812002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1682
1683 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1684 when YYDEBUG is set to 1.
1685 * c-exp.y: Likewise.
1686 * f-exp.y: Likewise.
1687 * jv-exp.y: Likewise.
1688 * m2-exp.y: Likewise.
1689 * p-exp.y: Likewise.
1690
7d400e77
JT
16912002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1692
1693 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1694 dependency list.
1695 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1696 solib_svr4_fetch_link_map_offsets to
1697 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1698 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1699 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1700 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1701 solib-svr4.o, and solib-legacy.o.
1702 * config/i386/tm-nbsd.h: Include solib.h.
1703
704a27c4
JT
17042002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1705
1706 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1707 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1708 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1709 comment noting that this needs its own target configuration.
1710 * config/i386/nbsd.mt: New file.
1711 * config/i386/nbsdaout.mt: Remove.
1712 * config/i386/nbsdelf.mt: Ditto.
1713 * config/i386/tm-nbsdaout.h: Ditto.
1714
d66198e1
JT
17152002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1716
1717 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1718 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1719 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1720 tdep->sigtramp_end.
1721 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1722 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1723 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1724
3cac699e
JT
17252002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1726
1727 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1728 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1729 * i386-tdep.h (i386bsd_init_abi): New prototype.
1730 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1731 function declaration.
1732 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1733 for NetBSD-a.out or NetBSD-ELF.
1734 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1735 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1736 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1737 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1738 and nbsd-tdep.h.
1739 (i386nbsd_pc_in_sigtramp): New function.
1740 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1741 i386nbsd_pc_in_sigtramp.
1742 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1743 and i386nbsdelf_init_abi OS ABI handlers.
1744 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1745 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1746
7010ca0a
MK
17472002-09-02 Mark Kettenis <kettenis@gnu.org>
1748
1749 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1750 registers if the target really has them.
1751
6dd93b72
JT
17522002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1753
1754 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1755 than nbsd-tdep.h.
1756
2ca8ae21
JT
17572002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1758
1759 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1760 list.
1761 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1762 (alphanbsd_skip_sigtramp_frame): New functions.
1763 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1764 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1765 to alphanbsd_sigcontext_addr.
1766
3d9b49b0
JT
17672002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1768
1769 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1770 list.
1771 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1772 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1773 nbsd_pc_in_sigtramp.
1774 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1775 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1776 * nbsd-tdep.c: Include gdb_string.h.
1777 (nbsd_pc_in_sigtramp): New function.
1778 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1779 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1780 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1781 ppcnbsd_pc_in_sigtramp.
1782 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1783 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1784 shnbsd_pc_in_sigtramp.
1785 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1786 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1787 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1788
c860120c
PM
17892002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1790
1791 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1792 watchpoints to NULL.
1793 (insert_breakpoints): set val field of watchpoints if NULL.
1794
1795
c7612d53
JB
17962002-08-29 Jim Blandy <jimb@redhat.com>
1797
1798 * symtab.c (lookup_symbol_aux): In the cases where we find a
1799 minimal symbol of an appropriate name and use its address to
1800 select a symtab to read and search, use `name' (as passed to us)
1801 as the demangled name when searching the symtab's global and
1802 static blocks, not the minsym's name.
1803
66609862
KS
18042002-08-29 Keith Seitz <keiths@redhat.com>
1805
1806 * stack.c (print_frame_info_base): Always set current_source_symtab
1807 and current_source_line.
1808
151fefe2
JB
18092002-08-29 Donn Terry <donnte@microsoft.com>
1810
1811 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1812
bfb3754e
KS
18132002-08-28 Keith Seitz <keiths@redhat.com>
1814
1815 * stack.c (select_frame): Add FIXME concerning selected-frame
1816 events.
1817 (select_frame_command): Send selected-frame-level-changed
1818 event notification, but only if the level actually changed.
1819 (up_silently_base): Add selected-frame-level-changed event
1820 notification.
1821 (down_silently_base): Likewise.
1822
e822a2a0
AC
18232002-08-28 Andrew Cagney <ac131313@redhat.com>
1824
1825 * Makefile.in: Update dependencies for all gdb/*.c files.
1826
309367d4
TT
18272002-08-27 Tom Tromey <tromey@redhat.com>
1828
1829 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1830 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1831 Update dependencies.
1832 * i387-tdep.c: Include gdb_string.h.
1833 * osabi.c: Likewise.
1834 * i386-linux-nat.c: Likewise.
1835 * lin-lwp.c: Likewise.
1836 * ax-gdb.c: Likewise.
1837 * signals/signals.c: Likewise.
1838 * jv-valprint.c: Likewise.
1839 * p-lang.c: Likewise.
1840 * c-valprint.c: Likewise.
1841 * cp-abi.c: Likewise.
1842
e1507482
EZ
18432002-08-27 Elena Zannoni <ezannoni@redhat.com>
1844
1845 * cli/cli-script.h (copy_command_lines): Export.
1846 * breakpoint.c: Include cli/cli-script.h.
1847 * Makefile.in (breakpoint.o): Update dependencies.
1848
c6510018
MS
18492002-08-26 Michael Snyder <msnyder@redhat.com>
1850
1851 * breakpoint.c (insert_breakpoints): Protect all references
1852 to 'process_warning'. Shorten long lines.
1853
c2b8ed2c
MS
18542002-08-26 Joel Brobecker <brobecker@gnat.com>
1855
1856 * cli/cli-script.c (copy_command_lines): New function.
1857 * defs.h (copy_command_lines): Export.
1858 * testsuite/gdb.base/commands.exp: New tests for commands
1859 attached to a temporary breakpoint, and for commands that
1860 delete the breakpoint they are attached to.
1861
18622002-08-26 Michael Snyder <msnyder@redhat.com>
1863
1864 * breakpoint.c (bpstat_stop_status): Instead of copying the
1865 pointer to the breakpoint commands struct, make a new copy
1866 of the struct and point to that.
1867 (bpstat_clear): Free the commands struct.
1868 (bpstat_clear_actions): Free the commands struct.
1869 (bpstat_do_actions): Free the command actions. Also execute
1870 the local cleanups, instead of deleting them.
1871 (delete_breakpoint): Leave the commands field of the bpstat
1872 chain alone -- it will be freed later.
1873
64b84175
KB
18742002-08-26 Kevin Buettner <kevinb@redhat.com>
1875
1876 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1877 deleted in 2002-08-20 commit. This function is still used by
1878 ppc-linux-nat.c.
1879
55970da6
KS
18802002-08-26 Keith Seitz <keiths@redhat.com>
1881
1882 * gdb-events.sh: Add selected-frame-level-changed event.
1883 * gdb-events.c: Regenerated.
1884 * gdb-events.h: Regenerated.
1885
a790ad35
SC
18862002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1887
1888 Fix PR gdb/393:
1889 * inflow.c (terminal_save_ours): New function to save terminal
1890 settings.
1891 * inferior.h (terminal_save_ours): Declare.
1892 * target.c (debug_to_terminal_save_ours): New function.
1893 (cleanup_target): Defaults to_terminal_save_ours.
1894 (update_current_target): Inherit to_terminal_save_ours.
1895 (setup_target_debug): Set to_terminal_save_ours.
1896 * target.h (target_terminal_save_ours): New to save terminal settings.
1897 (target_ops): New member to_terminal_save_ours.
1898 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1899 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1900 * inftarg.c (init_child_ops): Likewise.
1901 * m3-nat.c (init_m3_ops): Likewise.
1902 * procfs.c (init_procfs_ops): Likewise.
1903 * wince.c (init_child_ops): Likewise.
1904 * win32-nat.c (init_child_ops): Likewise.
1905 * sol-thread.c (init_sol_thread_ops): Likewise.
1906
c00dcbe9
MK
19072002-08-26 Mark Kettenis <kettenis@gnu.org>
1908
3d7f4f49
MK
1909 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1910 use regcache_* functions.
1911 (i386_gdbarch_init): Set store_return_value instead of
1912 deprecated_store_return_value.
1913
c00dcbe9
MK
1914 * regcache.c (regcache_raw_write_signed,
1915 regcache_raw_write_unsigned): New functions.
1916 * regcache.h (regcache_raw_write_signed,
1917 regcache_raw_write_unsigned): New prototypes.
1918
0e0d15ca
AC
19192002-08-25 Andrew Cagney <ac131313@redhat.com>
1920
1921 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1922 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1923 source file dependencies. Cleanup corresponding generator rules.
1924
d3b22ed5
AC
19252002-08-25 Andrew Cagney <ac131313@redhat.com>
1926
1927 * regcache.h (register_offset_hack): Declare.
1928 (regcache_cooked_read_using_offset_hack): Declare.
1929 (regcache_cooked_write_using_offset_hack): Declare.
1930
1931 * regcache.c (register_offset_hack): New function.
1932 (regcache_cooked_read_using_offset_hack): New function.
1933 (regcache_cooked_write_using_offset_hack): New function.
1934 (regcache_dump): Check that the registers, according to their
1935 offset, are packed hard against each other.
1936 (cooked_xfer_using_offset_hack): New function.
1937
bb425013
AC
19382002-08-25 Andrew Cagney <ac131313@redhat.com>
1939
1940 * regcache.c (struct regcache_descr): Add field register_type.
1941 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1942 in as a parameter
1943 (init_regcache_descr): Initialize register_type. Pass the descr
1944 to init_legacy_regcache_descr. Use register_type instead of
1945 REGISTER_VIRTUAL_TYPE.
1946 (register_type): New function.
1947 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1948 * regcache.h (register_type): Declare.
1949
d0403e00
AC
19502002-08-25 Andrew Cagney <ac131313@redhat.com>
1951
1952 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1953 instead of deprecated_store_return_value. Fix fallout from
1954 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1955
0ed04cce
AC
19562002-08-25 Andrew Cagney <ac131313@redhat.com>
1957
1958 * regcache.c (max_register_size): New function.
1959 (init_legacy_regcache_descr): Ensure that max_register_size is
1960 large enough for REGISTER_VIRTUAL_SIZE.
1961 * regcache.h (max_register_size): Declare.
1962
46d79c04
AC
19632002-08-24 Andrew Cagney <ac131313@redhat.com>
1964
1965 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1966 store_return_value.
1967 (e500_extract_return_value): Change type of valbuf pointer to
1968 void.
1969
853c7bd0
MK
19702002-08-24 Mark Kettenis <kettenis@gnu.org>
1971
cd87e769
MK
1972 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1973 workaround.
1974
853c7bd0
MK
1975 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1976 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1977 long long) to prevent compiler warning on 64-bit systems.
1978
ebba8386
AC
19792002-08-23 Andrew Cagney <cagney@redhat.com>
1980
1981 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1982 (DEPRECATED_STORE_RETURN_VALUE): New method.
1983 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1984 * gdbarch.h, gdbarch.c: Re-generate.
1985
1986 * values.c (set_return_value): Pass current_regcache to
1987 STORE_RETURN_VALUE.
1988 * arch-utils.h (legacy_store_return_value): Declare.
1989 * arch-utils.c (legacy_store_return_value): New function.
1990 (legacy_extract_return_value): Update parameters.
1991
1992 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1993 STORE_RETURN_VALUE.
1994 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1995 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1996 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1997 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1998 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1999 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2000 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2001 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2002 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2003 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2004
2005 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2006 * i386-tdep.c (i386_extract_return_value): Update.
2007 * arch-utils.c (legacy_extract_return_value): Update.
2008 * frv-tdep.c (frv_gdbarch_init): Update.
2009 * cris-tdep.c (cris_gdbarch_init): Update.
2010 * d10v-tdep.c (d10v_gdbarch_init): Update.
2011 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2012 * m68k-tdep.c (m68k_gdbarch_init): Update.
2013 * mcore-tdep.c (mcore_gdbarch_init): Update.
2014 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2015 * s390-tdep.c (s390_gdbarch_init): Update.
2016 * sparc-tdep.c (sparc_gdbarch_init): Update.
2017 * sh-tdep.c (sh_gdbarch_init): Update.
2018 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2019 * v850-tdep.c (v850_gdbarch_init): Update.
2020 * avr-tdep.c (avr_gdbarch_init): Update.
2021 * ia64-tdep.c (ia64_gdbarch_init): Update.
2022 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2023 * vax-tdep.c (vax_gdbarch_init): Update.
2024 * alpha-tdep.c (alpha_gdbarch_init): Update.
2025 * arm-tdep.c (arm_gdbarch_init): Update.
2026 * mips-tdep.c (mips_gdbarch_init): Update.
2027 * i386-tdep.c (i386_gdbarch_init): Update.
2028
5bd8c6d0
AC
20292002-08-23 Andrew Cagney <ac131313@redhat.com>
2030
2031 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2032 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2033
e73e1724
MK
20342002-08-24 Mark Kettenis <kettenis@gnu.org>
2035
2036 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2037 problems.
2038
3e6564e1
JB
20392002-08-23 Joel Brobecker <brobecker@gnat.com>
2040
2041 * infrun.c (handle_inferior_event): Move a comment outside of a
2042 function call, in order to avoid indent reformatting this part
2043 of the code in an unreadable way.
2044
81d0cc19
GS
20452002-08-23 Grace Sainsbury <graces@redhat.com>
2046
2047 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2048 when breakpoints fail. Move general breakpoint error messages to
2049 insert_breakpoints.
2050 * breakpoint.c (insert_breakpoints): Change warnings when
2051 breakpoints are nto inserted to specify the type. Remove call to
2052 memory_error when hardware breakpoints can't be inserted. Remove
2053 multiple calls to warning so all messages are sent to the user at
2054 once.
2055 (delete_breakpoints): Make insert error messsages more explicit.
2056
17574093
DJ
20572002-08-23 Daniel Jacobowitz <drow@mvista.com>
2058
2059 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2060 gdbserver/ChangeLog.
2061
8acc2935
MK
20622002-08-23 Mark Kettenis <kettenis@gnu.org>
2063
dfe01d39
MK
2064 * i386-tdep.c: Include "objfiles.h".
2065 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2066 skip_trampoline_code.
2067 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2068 (CPLUS_MARKER): Define to '.'.
2069
8acc2935
MK
2070 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2071 member.
2072 (linux_corefile_thread_callback): Increase args->num_notes.
2073 (linux_make_note_section): Initialize thread_args.num_notes, and
2074 use it to determine whether notes for any threads were created.
2075
151fefe2 20762002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2077
2078 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2079 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2080 and PCUNKILL.
2081 (write_with_trace): Conditionalize out the switch branch handling
2082 PCSHOLD if the corresponding macro is not defined. Likewise for
2083 PRSABORT and PRSTOP.
2084 This change will be needed by the Interix port.
2085
e1507482
EZ
20862002-08-22 Elena Zannoni <ezannoni@redhat.com>
2087
2088 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2089 write_register wherever possible instead of manipulating the
2090 register bytes directly.
2091 Assign VALUE_CONTENTS to a variable and use that.
2092 The GPR numbers are now dependent on the architecture.
2093
96ff0de4
EZ
20942002-08-22 Elena Zannoni <ezannoni@redhat.com>
2095
2096 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2097 ev_offset fields.
2098 (skip_prologue): Add support for BookE/e500 instructions.
2099 (e500_extract_return_value): New function.
2100 (frame_get_saved_regs): Add support for saving ev registers and
2101 pseudo gpr's.
2102 (e500_store_return_value): New function.
2103 (rs6000_gdbarch_init): Move up default intializations of
2104 deprecated_extract_return_value and store_return_value. Overwrite
2105 init of store_return_value with e500 specific version.
2106 Set extract_return_value for e500.
2107
fbefca5b
EZ
21082002-08-22 Elena Zannoni <ezannoni@redhat.com>
2109
2110 * blockframe.c (generic_call_dummy_register_unwind): Use
2111 regcache_cooked_read to catch cases in which the variable is
2112 stored in a pseudo register.
2113
4d210288
AC
21142002-08-22 Andrew Cagney <cagney@redhat.com>
2115
2116 * NEWS: Mention that the i960 has been made obsolete.
2117 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2118 i960-tdep.c
2119 (remote-nrom.o): Obsolete target.
2120 (remote-nindy.o, i960-tdep.o): Ditto.
2121 * remote-nrom.c: Make file obsolete.
2122 * remote-nindy.c, remote-vx960.c: Ditto.
2123 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2124 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2125 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2126 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2127 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2128 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2129 i960-*-vxworks* obsolete.
2130 * MAINTAINERS: Note that the i960 is obsolete.
2131
6c0c456d
CV
21322002-08-21 Corinna Vinschen <vinschen@redhat.com
2133
2134 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2135 detach to allow reinitialization.
2136
9f9d12b3
AC
21372002-08-22 Andrew Cagney <ac131313@redhat.com>
2138
2139 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2140 attempt).
2141
ebeb39fe
JB
21422002-08-22 Jim Blandy <jimb@redhat.com>
2143
2144 * coffread.c (coff_symfile_read): Don't try to read the line
2145 number table from disk if the image file doesn't have a symbol
2146 table; we'll never actually look at the info anyway, and Windows
2147 ships DLL's with bogus file offsets for the line number data.
2148
5bf1c677
EZ
21492002-08-21 Elena Zannoni <ezannoni@redhat.com>
2150
2151 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2152 an e500 executable.
2153
71b8ef93
MS
21542002-08-21 Michael Snyder <msnyder@redhat.com>
2155
2156 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2157 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2158 (DEFAULT_MIPS_TYPE): Delete unused macro.
2159 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2160 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2161
d174216d
JB
21622002-08-21 Jim Blandy <jimb@redhat.com>
2163
2164 * valops.c (value_cast): Simplify and correct logic for doing a
2165 static cast from a pointer to a base class to a pointer to a
2166 derived class.
2167
0ab7a791
AC
21682002-08-21 Andrew Cagney <ac131313@redhat.com>
2169
2170 * infcmd.c (default_print_registers_info): Replace
2171 do_registers_info.
2172 (registers_info): Use gdbarch_print_registers_info instead of
2173 DO_REGISTERS_INFO.
2174 * inferior.h (default_print_registers_info): Replace
2175 do_registers_info.
2176 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2177 (DO_REGISTERS_INFO): Change to a predicate function.
2178 * gdbarch.h, gdbarch.c: Regenerate.
2179
e23792cc
KS
21802002-08-21 Keith Seitz <keiths@redhat.com>
2181
2182 * gdb-events.sh: Add target-changed event.
2183 * gdb-events.c: Regenerated.
2184 * gdb-events.c: Regenerated.
2185 * valops.c (value_assign): Add target-changed event notification
2186 to inlval_register, lval_memory, and lval_reg_frame_relative.
2187
9fb14e79
JB
21882002-08-21 Joel Brobecker <brobecker@gnat.com>
2189
2190 * NEWS: Add an entry regarding the improvement of the next/step
2191 operation on Alpha Tru64 multi-processor machines.
2192
6d39a69f
AC
21932002-08-21 Andrew Cagney <ac131313@redhat.com>
2194
72acd513
AC
2195 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2196 directores.
342af04b 2197 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2198 * Makefile.in (install-gdbtk): Move to install section.
2199 (rdi-share/libangsd.a): Move to end of file.
2200
fa5f27c7
AC
22012002-08-19 Andrew Cagney <ac131313@redhat.com>
2202
2203 * frame.c (frame_register_unwind): When a register, set addrp to
2204 the register's byte.
2205
5a89d8aa
MS
22062002-08-20 Michael Snyder <msnyder@redhat.com>
2207
2208 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2209 used locally, so move them from the target machine header to here.
2210 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2211 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2212 Make static.
2213 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2214
822e978b
AC
22152002-08-20 Andrew Cagney <cagney@redhat.com>
2216
2217 * NEWS: Mention that the Apollo line was made obsolete.
2218 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2219 m68*-hp-hpux* obsolete.
2220 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2221 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2222 * buildsym.c (make_blockvector): Make static.
2223 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2224 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2225 (ALLDEPFILES): Remove dstread.c.
2226 (dstread.o): Obsolete make rule.
2227 * dstread.c: Makefile obsolete.
2228 * dst.h: Ditto.
2229 * config/m68k/hp300hpux.mt: Ditto.
2230 * config/m68k/hp300hpux.mh: Ditto.
2231 * config/m68k/hp300bsd.mt: Ditto.
2232 * config/m68k/hp300bsd.mh: Ditto.
2233 * config/m68k/apollo68b.mt: Ditto.
2234 * config/m68k/apollo68v.mh: Ditto.
2235 * config/m68k/apollo68b.mh: Ditto.
2236
e41b17f0
MS
22372002-08-20 Michael Snyder <msnyder@redhat.com>
2238
2239 * mips-tdep.c (mips_in_return_stub): Make static.
2240 (mips_gdbarch_init): Set in_solib_return_trampoline.
2241 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2242
d50355b6
MS
22432002-08-20 Michael Snyder <msnyder@redhat.com>
2244
2245 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2246 * gdbarch.c, gdbarch.h: Regenerate.
2247 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2248 Add.
2249 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2250
757a7cc6
MS
22512002-08-20 Michael Snyder <msnyder@redhat.com>
2252
2253 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2254 (mips_gdbarch_init): Set skip_trampoline_code,
2255 in_solib_call_trampoline.
2256 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2257 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2258
c8001721
EZ
22592002-08-20 Elena Zannoni <ezannoni@redhat.com>
2260
2261 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2262
2263 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2264 vector type for ev registers.
2265 (e500_pseudo_register_read): New function.
2266 (e500_pseudo_register_write): New function.
2267 (e500_dwarf2_reg_to_regnum): New function.
2268 (PPC_UISA_NOFP_SPRS): New macro.
2269 (PPC_EV_REGS): New macro.
2270 (PPC_GPRS_PSEUDO_REGS): New macro.
2271 (registers_e500): New register set for e500.
2272 (variants): Add e500 variant.
2273 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2274 before setting architectural dependent variations. Initialize ev
2275 registers numbers. Add case for e500 architecture. Set the
2276 number of pseudo registers.
2277
64366f1c
EZ
22782002-08-20 Elena Zannoni <ezannoni@redhat.com>
2279
2280 * rs6000-tdep.c: Clean up comments.
2281
7e78f0ca
AC
22822002-08-20 Andrew Cagney <cagney@redhat.com>
2283
2284 * h8300-tdep.c: Re-indent file.
2285
697f7479
JB
22862002-08-20 Jim Blandy <jimb@redhat.com>
2287
2288 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2289 default for this.
697f7479 2290
e86ae29f
KS
22912002-08-20 Keith Seitz <keiths@redhat.com>
2292
2293 * breakpoints.c (watch_command_1): Use internal breakpoint
2294 when setting a watchpoint_scope breakpoint.
2295
216b504f
EZ
22962002-08-20 Elena Zannoni <ezannoni@redhat.com>
2297
2298 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2299 (build_builtin_type_vec64i): Ditto.
2300 (build_builtin_type_vec128): Ditto.
2301 (build_builtin_type_vec128i): Ditto.
2302
f7ab6ec6
MS
23032002-08-19 Michael Snyder <msnyder@redhat.com>
2304
2305 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2306 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2307 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2308 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2309 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2310 CALL_DUMMY_ADDRESS): Delete.
2311 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2312 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2313 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2314 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2315 push_return_address.
2316 (mips_register_raw_size, mips_eabi_use_struct_convention,
2317 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2318 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2319 mips_init_extra_frame_info, mips_eabi_push_arguments,
2320 mips_n32n64_push_arguments, mips_push_return_address,
2321 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2322 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2323
b5d1566e
MS
23242002-08-19 Michael Snyder <msnyder@redhat.com>
2325
2326 * mips-tdep.c (mips_frame_num_args): New function.
2327 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2328 frame_saved_pc, frame_args_address, frame_locals_address,
2329 frame_num_args, and frame_args_skip.
2330 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2331 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2332 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2333 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2334
2f1488ce
MS
23352002-08-20 Michael Snyder <msnyder@redhat.com>
2336
2337 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2338 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2339 * mips-tdep.c (mips_store_struct_return): New function.
2340 (mips_extract_struct_value_address): New function.
2341 (mips_gdbarch_init): Set store_struct_return and
2342 extract_struct_value_address.
2343
41ff2da1
DC
23442002-08-20 David Carlton <carlton@math.stanford.edu>
2345
2346 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2347 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2348 (read_file_scope): Check that line_header is nonzero before
2349 decoding macro information.
2350
e5451d58
MK
23512002-08-20 Mark Kettenis <kettenis@gnu.org>
2352
2353 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2354 flag the general-purpose registers as floating-point on targets
2355 that don't support the floating-point registers.
2356
4a6daafa
EZ
23572002-08-20 Elena Zannoni <ezannoni@redhat.com>
2358
2359 * rs6000-tdep.c (altivec_register_p): Delete.
2360 (rs6000_do_altivec_registers): Delete.
2361 (rs6000_altivec_registers_info): Delete.
2362 (rs6000_do_registers_info): Delete.
2363 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2364 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2365
ab4327e0
EZ
23662002-08-20 Elena Zannoni <ezannoni@redhat.com>
2367
2368 * infcmd.c (do_registers_info): Print vector registers in hex
2369 format only.
2370 (print_vector_info): Check that printing registers
2371 makes sense.
2372 (print_float_info): Ditto.
2373
cb1d2653
AC
23742002-08-20 Andrew Cagney <ac131313@redhat.com>
2375
2376 * mips-tdep.c (mips_gdbarch_init): Update.
2377 (mips_o32_extract_return_value): Rewrite.
2378 (mips_o32_store_return_value): Rewrite.
2379 (mips_o32_xfer_return_value): New function.
2380 (mips_xfer_register): Tweak debug print message. Allow for
2381 buf_offset when dumping the value transfered.
2382
dfc3d9b2
AC
23832002-08-20 Andrew Cagney <ac131313@redhat.com>
2384
2385 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2386 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2387 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2388 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2389 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2390
7807aa61
MS
23912002-08-14 Michael Snyder <msnyder@redhat.com>
2392
2393 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2394
489461e2
EZ
23952002-08-19 Elena Zannoni <ezannoni@redhat.com>
2396
2397 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2398 register.
2399 (P): New macro to define a register as a pseudo register.
2400 (R, R4, R8, R16, FR32, R64, R0): Updated.
2401 (struct variant): Add new fields for number of pseudo registers
2402 and number of total registers.
2403 (tot_num_registers): New macro replacing....
2404 (num_registers): ...deleted macro.
2405 (num_registers): New function.
2406 (num_pseudo_registers): New function.
2407 (variants): Update all variants to intialize new fields correctly.
2408 Postpone initialization of number of pseudo regs and real regs.
2409 (init_variants): New function.
2410 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2411 registers offsets.
2412
fcaffe4c
DC
24132002-08-19 David Carlton <carlton@math.stanford.edu>
2414
2c2738a0
DC
2415 * valops.c (search_struct_field): Change error message to treat
2416 return value of 0 from value_static_field as meaning that field is
2417 optimized out.
2418 (value_struct_elt_for_reference): Ditto.
2419 * values.c (value_static_field): Treat an unresolved location the
2420 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2421 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2422 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2423 * MAINTAINERS: Add self to Write After Approval list.
2424
88658117
AC
24252002-08-19 Andrew Cagney <ac131313@redhat.com>
2426
2427 * mips-tdep.c (mips_xfer_register): New function.
2428 (mips_n32n64_extract_return_value): Rewrite.
2429 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2430 instead of deprecated_extract_return_value.
2431
21283beb
EZ
24322002-08-19 Elena Zannoni <ezannoni@redhat.com>
2433
2434 * rs6000-tdep.c (TDEP): Delete macro.
2435 (branch_dest): Replace use of TDEP macro with its body.
2436 (rs6000_pop_frame): Ditto.
2437 (rs6000_push_arguments): Ditto.
2438 (rs6000_skip_trampoline_code): Ditto.
2439 (rs6000_frame_saved_pc): Ditto.
2440 (rs6000_frame_chain): Ditto.
2441 (rs6000_register_name): Ditto.
2442 (rs6000_register_byte): Ditto.
2443 (rs6000_register_raw_size): Ditto.
2444 (rs6000_register_virtual_type): Ditto.
2445 (rs6000_register_convertible): Ditto.
2446 (rs6000_convert_from_func_ptr_addr): Ditto.
2447
bf072999
DJ
24482002-08-19 Daniel Jacobowitz <drow@mvista.com>
2449
2450 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2451 conditionally.
2452 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2453 MIPS_LINUX_JB_ELEMENT_SIZE.
2454 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2455 for MAX_REGISTER_RAW_SIZE arrays.
2456 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2457 MIPS_LINUX_JB_ELEMENT_SIZE.
2458
9b949a49
PM
24592002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2460
2461 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2462
6d3e79c6
AS
24632002-08-19 Aidan Skinner <aidan@velvet.net>
2464
2465 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2466 ada-valprint.c ada-tasks.c.
2467 (YYFILES): Add ada-exp.y.
2468 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2469 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2470 (ada-exp.tab.o): New target.
2471
06c0b04e
AC
24722002-08-18 Andrew Cagney <ac131313@redhat.com>
2473
2474 * regcache.c (regcache_xfer_part): New function.
2475 (regcache_raw_read_part): New function.
2476 (regcache_raw_write_part): New function.
2477 (regcache_cooked_read_part): New function.
2478 (regcache_cooked_write_part): New function.
2479 * regcache.h (regcache_raw_read_part): Declare.
2480 (regcache_raw_write_part): Declare.
2481 (regcache_cooked_read_part): Declare.
2482 (regcache_cooked_write_part): Declare.
2483
92d1e331
DJ
24842002-08-18 Daniel Jacobowitz <drow@mvista.com>
2485
2486 * remote.c (remote_open_1): Add async_p.
2487 (remote_async_open_1): Delete.
2488 (open_remote_target): Delete.
2489 (remote_open, extended_remote_open): Update calls to remote_open_1.
2490 (remote_async_open, extended_remote_async_open): Call
2491 remote_open_1 instead of remote_async_open_1.
2492
247055de
MK
24932002-08-19 Mark Kettenis <kettenis@gnu.org>
2494
2495 * blockframe.c: Fix a few coding standard violations.
2496
641eda39
MK
24972002-08-19 Mark Kettenis <kettenis@gnu.org>
2498
0b717710
MK
2499 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2500 here from ...
2501 * config/i386/tm-i386sco5.h: ... here. File removed.
2502 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2503
26d28e12 2504 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2505 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2506 (TM_FILE): Set to tm-i386.h.
2507 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2508 * config/i386/tm-i386v.h: Remove file.
2509 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2510 instead of "i386/tm-i386v.h".
2511 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2512 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2513 "i386/tm-i386v.h".
2514 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2515 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2516 "i386/tm-i386.h".
2517
d4e0bab4
MK
25182002-08-18 Mark Kettenis <kettenis@gnu.org>
2519
2520 * config/i386/nm-i386v.h: Add protection against
2521 multiple-inclusion.
2522 (i386_register_u_addr): Remove prototype.
2523 (register_u_addr): New prototype.
2524 (REGISTER_U_ADDR): Redefine accordingly.
2525 * i386v-nat.c: Improve several comments.
2526 (i386_register_u_addr): Change signature and rename to
2527 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2528 ubase variable.
2529
46cac009
AC
25302002-08-18 Andrew Cagney <ac131313@redhat.com>
2531
2532 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2533 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2534 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2535 deprecated_extract_return_value.
2536 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2537 rename mips_o32o64_push_arguments.
2538 (mips_gdbarch_init): Update.
2539 (mips_extract_return_value): Delete.
2540 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2541 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2542 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2543 (mips_n32n64_extract_return_value): Clone
2544 mips_extract_return_value.
2545 (mips_store_return_value): Delete.
2546 (mips_o32_store_return_value): Clone mips_store_return_value.
2547 (mips_o64_store_return_value): Clone mips_store_return_value.
2548 (mips_eabi_store_return_value): Clone mips_store_return_value.
2549 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2550
d2e4a39e
AS
25512002-08-18 Aidan Skinner <aidan@velvet.net>
2552
0c30c098
AS
2553 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2554 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2555
25562002-08-18 Aidan Skinner <aidan@velvet.net>
2557
2558 * ada-lang.c: Run through gdb_indent.sh.
2559 * ada-lang.h: Run through gdb_indent.sh.
2560 * ada-tasks.c: Run through gdb_indent.sh.
2561 * ada-typeprint.c: Run through gdb_indent.sh.
2562 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2563
01fc4e33
AC
25642002-08-18 Andrew Cagney <ac131313@redhat.com>
2565
2566 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2567 ABI.
2568
d8ee244c
MK
25692002-08-18 Mark Kettenis <kettenis@gnu.org>
2570
c38d8261
MK
2571 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2572
222db64c
MK
2573 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2574 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2575
c2848c82
MK
2576 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2577 write_register_gen instead of write_register_bytes.
2578
d8ee244c
MK
2579 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2580 i[3456]-*-osf1mk* configurations have been made obsolete.
2581 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2582 i[3456]86-*-osf1mk* hosts obsolete.
2583 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2584 targets obsolete.
2585 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2586 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2587 config/i386/i386m3.mt, config/i386/nm-m3.h,
2588 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2589 config/i386/i386mk.mh, config/i386/i386mk.mt,
2590 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2591 obsolete.
2592 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2593 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2594 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2595
61d8d407
AC
25962002-08-18 Andrew Cagney <ac131313@redhat.com>
2597
2598 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2599 (hppa_value_returned_from_stack): Declare.
2600 (hppa_extract_return_value): Declare.
2601 * config/pa/hppa.mt: New file.
2602 * configure.tgt: Recognize hppa*-*-*.
2603 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2604
0c52bd59
MK
26052002-08-18 Mark Kettenis <kettenis@gnu.org>
2606
2607 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2608 comment.
2609
b5686e99
MK
26102002-08-17 Mark Kettenis <kettenis@gnu.org>
2611
2612 * top.c (gdb_rl_operate_and_get_next): Make sure
2613 operate-and-get-next functions correctly even when the history
2614 list is completely filled.
2615
c1bab85b
AC
26162002-08-18 Andrew Cagney <ac131313@redhat.com>
2617
2618 * MAINTAINERS (Target Instruction Set Architectures): Rename
2619 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2620 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2621 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2622 already listed under Host/Native.
2623
2624 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2625 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2626 mips*-*-*.
2627
32089c7c
AC
26282002-08-17 Andrew Cagney <ac131313@redhat.com>
2629
2630 * config/ia64/ia64.mt: New file.
2631 * config/alpha/alpha.mt: New file.
2632 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2633 ia64-linux-gnu. Mention that ia64-elf is broken.
2634 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2635
b4671f85
MK
26362002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2637
2638 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2639 generic_func_frame_valid instead of func_frame_valid.
2640
c8edd8b4
JB
26412002-08-16 Joel Brobecker <brobecker@gnat.com>
2642
2643 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2644 procfs appears to be broken when debugging on multi-processor
2645 machines. So enable software single stepping in order to avoid
2646 using the procfs interface to do next/step operations, using
2647 internal breakpoints instead.
2648
2649 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2650 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2651 make this pc address equal to the value it would have if the
2652 system stepping capability was used. Also set a new flag used
2653 to ensure that we don't readjust the PC one more time later.
2654
2655 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2656 address by DECR_PC_AFTER_BREAK when software single step is
2657 in use for this architecture, as this has already been taken
2658 care of in handle_inferior_event().
2659
238617f6
JB
26602002-08-16 Joel Brobecker <brobecker@gnat.com>
2661
2662 * infrun.c (handle_inferior_event): Minor reformatting, to make
2663 a rather long condition expression easier to read.
2664
541a7aac
AC
26652002-08-16 Andrew Cagney <ac131313@redhat.com>
2666
2667 * Makefile.in (gdbtk.o): Move to end of file.
2668 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2669 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2670 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2671 (gdbtk-wrapper.o, gdbres.o): Ditto.
2672
f92d4a7b
AC
26732002-08-16 Andrew Cagney <ac131313@redhat.com>
2674
2675 * Makefile.in (copying.o): Separate out compile rule.
2676 (hpux-thread.o, procfs.o, signals.o): Ditto.
2677 (v850ice.o, z8k-tdep.o): Ditto.
2678 (tui-file.o): Move to TUI section.
2679 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2680 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2681
1cce71eb
JB
26822002-08-16 Joel Brobecker <brobecker@gnat.com>
2683
2684 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2685 skip_trampoline_code, for better namespace-proofing.
2686
2687 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2688
0851f23d
JB
26892002-08-16 Joel Brobecker <brobecker@gnat.com>
2690
2691 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2692
f8d40ec8
JB
26932002-08-16 Joel Brobecker <brobecker@gnat.com>
2694
2695 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2696 signal, check whether we hit a breakpoint before checking for a
2697 single step breakpoint. Otherwise, GDB fails to notice that a
2698 breakpoint has been hit when stepping onto a breakpoint.
2699
63d022e0
KS
27002002-08-16 Keith Seitz <keiths@redhat.com>
2701
2702 * gdb-events.sh (clear_gdb_event_hooks): New function.
2703 * gdb-events.c: Regenerate.
2704 * gdb-events.h: Regenerate.
2705
6e31adb3
AC
27062002-08-16 Andrew Cagney <ac131313@redhat.com>
2707
2708 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2709 not_a_sw_breakpoint.
2710 * breakpoint.h (bpstat_stop_status): Add parameter names.
2711
c8189ed1
GS
27122002-08-16 Grace Sainsbury <graces@redhat.com>
2713
2714 * remote.c (remote_insert_hw_breakpoint)
2715 (remote_remove_hw_breakpoint): Fix calculation of length field
2716 for Z-packet.
2717
d05285fa
MS
27182002-08-15 Michael Snyder <msnyder@redhat.com>
2719
466d7106
MS
2720 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2721 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2722 (supply_fpregset): Ditto.
2723
d05285fa
MS
2724 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2725 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2726 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2727 (TARGET_READ_SP): Delete.
bf1f5b4c 2728 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2729 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2730 Delete.
2731 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2732 from macros to functions.
bf1f5b4c 2733
d05285fa
MS
2734 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2735 (mips_register_convertible, mips_register_convert_to_virtual,
2736 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2737 (mips_read_sp): New function.
2738 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2739 (mips_do_registers_info): Make static.
2740 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2741 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2742 (mips_register_convert_from_type, mips_register_convert_to_type):
2743 New functions.
2744 (mips_gdbarch_init): Set up function_start_offset,
2745 register_virtual_size, pc_in_sigtramp.
d05285fa 2746
e76f1f2e
AC
27472002-08-15 Andrew Cagney <ac131313@redhat.com>
2748
2749 * infcmd.c (vector_info): New function.
2750 (_initialize_infcmd): Add command "info vector".
2751 (print_vector_info): New function.
2752
2753 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2754 * gdbarch.h, gdbarch.c: Regenerate.
2755
4782dc19
AC
27562002-08-15 Andrew Cagney <ac131313@redhat.com>
2757
2758 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2759 ``print_all''. Only print vector registers when ``print_all''.
2760
23e3a7ac
AC
27612002-08-15 Andrew Cagney <ac131313@redhat.com>
2762
8e186fd6
AC
2763 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2764 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2765
23e3a7ac
AC
2766 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2767 Add `args' parameter.
2768 * gdbarch.h, gdbarch.c: Regenerate.
2769
2770 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2771
2772 * infcmd.c (float_info): Call print_float_info.
2773 (print_float_info): New function. By default, print the
2774 floating-point registers.
2775
2776 * arch-utils.h (default_print_float_info): Delete declaration.
2777 * arch-utils.c (default_print_float_info): Delete function.
2778
e0ca2bb9
MK
27792002-08-16 Mark Kettenis <kettenis@gnu.org>
2780
3f733acc
MK
2781 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2782 out define.
2783
7d8d2918
MK
2784 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2785 FRAME.
2786
1c7cc583
MK
2787 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2788 * configure.host: Make i[3456]86-*-aix host obsolete.
2789 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2790 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2791 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2792 config/i386/xm-i386aix.h: Make files obsolete.
2793 * i386aix-nat.c: Make file obsolete.
2794 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2795 (i386aix-nat.o): Make target obsolete.
2796
e0ca2bb9
MK
2797 * config/i386/nm-gnu.h: Removed.
2798 * config/i386/nm-i386gnu.h: New file.
2799 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2800 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2801 Moved here from ...
2802 * config/i386/tm-i386gnu.h: ... here. Removed.
2803 * config/i386/xm-i386gnu.h: Removed.
2804 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2805 (NAT_FILE): Set to nm-i386gnu.h.
2806 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2807 * i386-tdep.c: New file.
2808 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2809 (i386gnu-tdep.o): Specify dependencies.
2810
16057ec7 28112002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2812
6b99ee2e
MK
2813 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2814 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2815 Adjust a few comments to reflect reality a bit closer.
2816 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2817 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2818 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2819 target_insert_watchpoint, target_remove_watchpoint):
2820 Move defines to ...
2821 * config/i386/nm-i386sco5.h: ... here.
2822 (kernel_u_size): Add prototype. Improve a few comments and add
2823 protection against multiple inclusion.
2824
d9a6f65c
MK
2825 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2826 out define.
2827
047eff6a
MK
2828 * uw-thread.c (SP_ARG0): Define if not already defined.
2829 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2830
dcdb1290
MK
2831 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2832
5d2d0b2a
MK
2833 * config/i386/tm-i386.h: Don't include "regcache.h".
2834
61113f8b
MK
2835 * i387-tdep.h (i387_print_float_info): New prototype.
2836 * i387-tdep.c (print_i387_value, print_i387_ext,
2837 print_i387_status_word, print_i387_control_word): Add `struct
2838 ui_file *' argument and use it for output.
2839 (i387_print_float_info): Renamed from i387_float_info. Add
2840 `struct gdbarch *' and `struct ui_file *' arguments and use the
2841 latter for output.
2842 * i386-tdep.c: Include "i387-tdep.h".
2843 (i386_gdbarch_init): Set print_float_info.
2844 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2845 (FLOAT_INFO): Remove define.
2846
46e0f506
MS
28472002-08-13 Michael Snyder <msnyder@redhat.com>
2848
2849 * mips-tdep.c (mips_push_arguments): Rename to
2850 mips_eabi_push_arguments, and tune for EABI.
2851 (MIPS_REGS_HAVE_HOME_P): Delete.
2852 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2853 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2854 Delete references to mips_regs_have_home_p.
2855
409268de
KS
28562002-08-14 Keith Seitz <keiths@redhat.com>
2857
2858 * Makefile.in (install-gdbtk): Create insight plugin directory.
2859 Install plugins.tcl file.
2860
ffc6a242
KS
28612002-08-14 Keith Seitz <keiths@redhat.com>
2862
2863 * configure.in: Move SUBDIRS to near top of the file so that
2864 --enable options may add things to it.
2865 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2866 * configure: Regenerate.
2867
ebafbe83
MS
28682002-08-13 Michael Snyder <msnyder@redhat.com>
2869
2870 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2871 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2872 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2873
32f6f25d
AC
28742002-08-13 Andrew Cagney <ac131313@redhat.com>
2875
2876 * vax-tdep.c (vax_get_saved_register): Delete function.
2877 (vax_gdbarch_init): Update.
2878 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2879 (ns32k_gdbarch_init): Update.
2880 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2881 (alpha_gdbarch_init): Update.
2882
53826de9
AC
28832002-08-13 Andrew Cagney <cagney@redhat.com>
2884
2885 * regcache.c (init_regcache_descr): Overallocate the
2886 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2887 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2888 nr_raw_registers.
2889 (set_register_cached): Add range checking assertions. Use
2890 current_regcache.
2891
16057ec7 28922002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2893
2894 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2895 numbers for MMX registers.
2896
7b4c2dce
AC
28972002-08-13 Andrew Cagney <cagney@redhat.com>
2898
2899 * i386-tdep.c (i386_gdbarch_init): Use
2900 generic_unwind_get_saved_register.
2901
1e03ad20
KB
29022002-08-13 Kevin Buettner <kevinb@redhat.com>
2903
2904 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2905 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2906 target vector.
2907 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2908 Delete. Add comment regarding this now-deleted target method.
2909
548bcbec
SC
29102002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2911
2912 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2913 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2914 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2915 real PC and the page number (if it's within the memory bank window).
2916 (m68hc11_pseudo_register_write): Likewise when saving.
2917 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2918 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2919 (m68hc11_register_raw_size): And use 32-bit for it.
2920 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2921 16K memory bank is used by the prog; also use the virtual pc.
2922
7df11f59
SC
29232002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2924
2925 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2926 (m68hc11_gdbarch_init): Install it in gdbarch.
2927 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2928 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2929 (MSYMBOL_SIZE): New for documentation.
2930 (insn_return_kind): Enum to specify how a function returns.
2931 (frame_extra_info): Cleanup and record the return mode.
2932 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2933 register in address computation.
2934 (m68hc11_get_return_insn): New to obtain the return instruction used
2935 by the function.
2936 (m68hc11_frame_init_saved_regs): Take into account the return
2937 instruction used by the function for far and interrupt functions.
2938 (m68hc11_init_extra_frame_info): Take into account page register.
2939 (m68hc11_frame_args_address): Adjust according to the return mode.
2940 (show_regs): Print page register only when it's used.
2941
5706502a
SC
29422002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2943
2944 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2945 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2946 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2947 registers.
2948 (m68hc11_register_raw_size): Likewise.
2949
28fc6740
AC
29502002-08-13 Andrew Cagney <cagney@redhat.com>
2951
2952 * i386-tdep.c (i386_register_name): Handle mmx registers.
2953 (mmx_regnum_p): New function.
2954 (i386_mmx_names): New array.
2955 (mmx_num_regs): New variable.
2956 (i386_pseudo_register_read): New function.
2957 (i386_pseudo_register_write): New function.
2958 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2959
2960 * regcache.c (regcache_raw_read_unsigned): New function.
2961 (regcache_raw_read_signed): New function.
2962 * regcache.h (regcache_raw_read_unsigned): Declare.
2963 (regcache_raw_read_signed): Declare.
2964
a378f419
AC
29652002-08-13 Andrew Cagney <cagney@redhat.com>
2966
2967 * regcache.c (regcache_raw_read_as_address): Delete function.
2968 (regcache_cooked_read_signed): New function.
2969 (regcache_cooked_read_unsigned): New function.
2970 * regcache.h (regcache_cooked_read_signed): Declare.
2971 (regcache_cooked_read_unsigned): Declare.
2972 (regcache_raw_read_as_address): Delete declaration.
2973
2974 * blockframe.c (generic_read_register_dummy): Use
2975 regcache_cooked_read_unsigned.
2976 * i386-tdep.c (i386_extract_struct_value_address): Use
2977 regcache_cooked_read_unsigned.
2978
81967506
SC
29792002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2980
2981 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2982 double sizes according to ELF ABI flags.
2983 (gdbarch_tdep): Record elf_flags.
2984
ffe1f3ee
SC
29852002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2986
2987 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2988 (m6812_prolog): They can appear in 68HC12 function prologue.
2989 (m68hc11_frame_chain): Cleanup.
2990
98216c5d
AC
29912002-08-12 Andrew Cagney <cagney@redhat.com>
2992
2993 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2994 declarations.
2995 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2996 (i386_linux_register_raw_size): Delete function.
2997 (i386_linux_init_abi): Update.
2998 * i386-tdep.c (i386_register_raw_size): Delete function.
2999 (i386_register_byte): Delete function.
3000 (i386_gdbarch_init): Update.
3001 (i386_register_size): Delete array.
3002 (i386_register_offset): Delete array.
3003
3004 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3005 (REGISTER_RAW_SIZE): Delete macro.
3006 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3007 (REGISTER_BYTE): Delete macro.
3008
3b19021e
AS
30092002-08-11 Aidan Skinner <aidan@velvet.net>
3010
3011 * ada-lang.c (ada_lookup_partial_symbol)
3012 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3013 prototype names so that grep ^func works properly.
3014
3015 * ada-lang.c (ada_array_element_type)
3016 (ada_lookup_partial_symbol): Fix typos in parameter list.
3017
3018 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3019 Fix prototype names so that grep ^func works properly.
3020
b063e7a2
AC
30212002-08-10 Andrew Cagney <cagney@redhat.com>
3022 Elena Zannoni <ezannoni@redhat.com>
3023 Martin M. Hunt <hunt@redhat.com>
3024
3025 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3026 (build_builtin_type_vec128i): Set the vector bit.
3027 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3028 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3029 (build_builtin_type_vec64): New function.
3030 (build_builtin_type_vec64i): New function.
3031 (build_gdbtypes): Initialize builtin_type_vec64 and
3032 builtin_type_vec64i.
3033
a7e3c2ad
AC
30342002-08-09 Andrew Cagney <cagney@redhat.com>
3035
3036 * regcache.c (regcache_dump): Compare the register offset
3037 with REGISTER_BYTE.
3038 * arch-utils.c (generic_register_byte): New function.
3039 * arch-utils.h (generic_register_byte): Declare.
3040 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3041 * gdbarch.h, gdbarch.c: Regenerate.
3042
af030b9a
AC
30432002-08-09 Andrew Cagney <cagney@redhat.com>
3044
3045 * regcache.c: Include "gdbcmd.h"
3046 (_initialize_regcache): Add commands "maintenance print
3047 registers", "maintenance print raw-registers" and "maintenance
3048 print cooked-registers".
3049 (enum regcache_dump_what): Define.
3050 (dump_endian_bytes): New function.
3051 (regcache_dump): New function.
3052 (regcache_print): New function.
3053 (maintenance_print_registers): New function.
3054 (maintenance_print_raw_registers): New function.
3055 (maintenance_print_cooked_registers): New function.
3056 * Makefile.in (regcache.o): Update dependencies.
3057
cb3d25d1
MS
30582002-08-09 Michael Snyder <msnyder@redhat.com>
3059
3060 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3061 (mips_push_arguments): Correct some comments. Use paddr_nz
3062 for printing addresses in debug output. Replace static
3063 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3064 (mips_n32n64_push_arguments): New function, cloned from
3065 mips_push_arguments and tuned for the n32/n64 ABI.
3066 (mips_push_register): Buffer needs dynamic allocation.
3067 (mips_print_register): Ditto.
3068 (do_gp_register_row): Ditto.
3069 (mips_store_return_value): Ditto.
3070 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3071
2163ab9d
DH
30722002-08-09 Don Howard <dhoward@redhat.com>
3073
3074 * memattr.c (mem_info_command): Print special case of upper bound
3075 as max CORE_ADDR + 1.
3076
b78bcb18
MS
30772002-08-08 Michael Snyder <msnyder@redhat.com>
3078
3079 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3080 returns structs by ref if they're too big to fit in two registers.
3081
ffabd70d
KB
30822002-08-09 Kevin Buettner <kevinb@redhat.com>
3083
3084 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3085 saved regs value.
3086 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3087 mips_find_saved_regs().
3088 (mips_pop_frame): Likewise.
3089
fbcdb4a3
KB
30902002-08-09 Kevin Buettner <kevinb@redhat.com>
3091
3092 * blockframe.c (frame_saved_regs_register_unwind): Revise
3093 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3094 frames are in use.
3095
3c3bea1c
GS
30962002-08-09 Grace Sainsbury <graces@redhat.com>
3097
3098 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3099 T-packets; the 'a' is not taken as a register number.
3100 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3101 (remote_stopped_data_address): New functions; add to target
3102 vector.
3103 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3104 prototypes to match other implementations of this
3105 function. replace integer argument with pointer -- the length
3106 field in the Z-packet is the length of what is pointed to or 1 if
3107 pointer is null. Add to target vector.
3108 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3109 target vector.
3110
3111 From Mark Salter:
3112 * remote.c (remote_wait): Add support to extract optional
3113 watchpoint information from T-packet. Ignore unrecognized
3114 optional info in T-packet.
3115 (remote_async_wait): Ditto.
3116
5d1d95de
CV
31172002-08-09 Corinna Vinschen <vinschen@redhat.com>
3118
3119 * cli/cli-dump.c: Change fopen modes to use binary open modes
3120 as defined in include/fopen-bin.h throughout.
3121
c86b5b38
MS
31222002-08-08 Michael Snyder <msnyder@redhat.com>
3123
3124 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3125
b30590dc
KB
31262002-08-08 Kevin Buettner <kevinb@redhat.com>
3127
3128 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3129 assertion failure by returning early after a warning.
3130
498868ed
KB
31312002-08-08 Kevin Buettner <kevinb@redhat.com>
3132
3133 * mips-tdep.c (mips_find_saved_regs): Make static.
3134 (mips_frame_init_saved_regs): New function.
3135 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3136 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3137 (mips_find_saved_regs): Delete declaration.
3138
b2dd6311
GS
31392002-08-08 Grace Sainsbury <graces@redhat.com>
3140
3c3bea1c
GS
3141 * remote.c (remote_wait, remote_async_wait): Change
3142 thread_num from int to ULONGEST.
3143 (unpack_varlen_hex): Change result parameter from
3144 int * to ULONGEST *.
b2dd6311 3145
ea47855f
AC
31462002-08-08 Andrew Cagney <ac131313@redhat.com>
3147
3148 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3149 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3150 powerpc*-*-*.
3151 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3152
69db8bae
AC
31532002-08-08 Andrew Cagney <cagney@redhat.com>
3154
3155 * gcore.c (override_derive_stack_segment): Delete variable.
3156 (preempt_derive_stack_segment): Delete function.
3157 (derive_stack_segment): Delete function.
3158 (default_derive_stack_segment): Renamed to derive_stack_segment.
3159 (override_derive_heap_segment): Delete variable.
3160 (preempt_derive_heap_segment): Delete function.
3161 (derive_heap_segment): Delete function.
3162 (default_derive_heap_segment): Rename to derive_heap_segment.
3163
cb811fe7
MS
31642002-08-06 Michael Snyder <msnyder@redhat.com>
3165
3166 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3167 * mips-tdep.c (mips_EABI_use_struct_convention,
3168 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3169 New functions. (mips_use_struct_convention): Delete.
3170 (mips_gdbarch_init): set use_gdbarch_convention.
3171
8b389c40
MS
31722002-08-06 Michael Snyder <msnyder@redhat.com>
3173
3174 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3175 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3176 mips_o32_reg_struct_has_addr): New functions.
3177 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3178
5c27f28a
AC
31792002-08-07 Andrew Cagney <ac131313@redhat.com>
3180
3181 * regcache.c (pseudo_register): Delete function.
3182 (fetch_register): Delete function.
3183 (store_register): Delete function.
3184 (regcache_raw_read, legacy_read_register_gen): Use
3185 target_fetch_registers instead of fetch_register.
3186 (legacy_write_register_gen, regcache_raw_write): Use
3187 target_store_register instead of store_register.
3188 (write_register_bytes): Ditto.
3189
3190 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3191 (STORE_PSEUDO_REGISTER): Delete.
3192 * gdbarch.h, gdbarch.c: Regenerate.
3193
5b331675
CV
31942002-08-06 Corinna Vinschen <vinschen@redhat.com>
3195
3196 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3197 write dump file binary.
3198
6acdf5c7
MS
31992002-08-05 Michael Snyder <msnyder@redhat.com>
3200
3201 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3202 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3203 (mips_gdbarch_init): Set N32 target to be mips64.
3204
b2f01c35
KB
32052002-08-06 Kevin Buettner <kevinb@redhat.com>
3206
3207 * frame.c (find_saved_register): Break out of loop once saved
3208 register address is found. Don't mention sparc in loop comment
3209 anymore.
3210
63db5580
KB
32112002-08-06 Kevin Buettner <kevinb@redhat.com>
3212
3213 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3214 mips_default_saved_regsize to 8.
3215
5e34e75e
AC
32162002-08-06 Andrew Cagney <ac131313@redhat.com>
3217
3218 * gcore.c: Do not include <sys/procfs.h>.
3219 * Makefile.in (gcore.o): Update dependencies.
3220
eb4c54a2
AC
32212002-08-06 Andrew Cagney <cagney@redhat.com>
3222
3223 * configure.tgt: Make arc-*-* obsolete.
3224 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3225 * MAINTAINERS: Make arc-elf obsolete.
3226 * arc-tdep.c: Make file obsolete.
3227 * config/arc/arc.mt: Ditto.
3228 * config/arc/tm-arc.h: Ditto.
3229
ced15480
TR
32302002-08-05 Theodore A. Roth <troth@verinet.com>
3231
c1bab85b 3232 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3233
b4743822
AC
32342002-08-05 Andrew Cagney <ac131313@redhat.com>
3235
3236 * mcore-tdep.c (mcore_gdbarch_init): Use
3237 generic_unwind_get_saved_register instead of
3238 generic_get_saved_register.
3239 * v850-tdep.c (v850_gdbarch_init): Ditto.
3240 * frv-tdep.c (frv_gdbarch_init): Ditto.
3241 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3242 * s390-tdep.c (s390_gdbarch_init): Ditto.
3243 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3244 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3245 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3246
3956d554
JB
32472002-08-05 Joel Brobecker <brobecker@gnat.com>
3248
3249 * objfiles.h: Add missing #include "symfile.h"
3250
3251 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3252
8249c0d6
AC
32532002-08-04 Andrew Cagney <ac131313@redhat.com>
3254
3255 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3256 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3257 of FIELD_BITSIZE.
3258
b9d14705
DJ
32592002-08-04 Daniel Jacobowitz <drow@mvista.com>
3260
3261 * NEWS: Cleanup and nitpick.
3262
dd73b9bb
AC
32632002-08-03 Andrew Cagney <ac131313@redhat.com>
3264
3265 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3266
043a27f8
AC
32672002-08-03 Andrew Cagney <ac131313@redhat.com>
3268
3269 * Makefile.in (gdbtk-bp.o): Update dependencies.
3270 (gdbtk-register.o): Ditto.
3271 (gdbtk-varobj.o): Ditto.
3272
46ce284d
AC
32732002-08-03 Andrew Cagney <cagney@redhat.com>
3274
3275 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3276 m68hc11_fetch_pseudo_register.
3277 (m68hc11_pseudo_register_write): Replace
3278 m68hc11_store_pseudo_register.
3279 (m68hc11_gdbarch_init): Update.
3280
b66d6d2e
AC
3281Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3282
3283 * gdbarch.sh: Include "gdb_string.h".
3284 * gdbarch.c: Regenerate.
3285
3286 * regcache.c: Include "gdb_string.h".
3287 * ax-general.c: Ditto.
3288 * varobj.c: Ditto.
3289 * std-regs.c: Ditto.
3290 * fbsd-proc.c: Ditto.
3291 * thread.c: Ditto.
3292
3293 * Makefile.in (regcache.o): Update dependencies.
3294 (thread.o, gdbarch.o): Ditto.
3295 (ax-general.o, gdbarch.o): Ditto.
3296 (varobj.o, std-regs.o): Ditto.
3297 (fbsd-proc.o): Specify dependencies.
3298
29e1842b
AC
32992002-08-02 Andrew Cagney <cagney@redhat.com>
3300
3301 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3302 regnum.
3303 (regcache_cooked_write): Ditto.
3304
68365089
AC
33052002-08-02 Andrew Cagney <ac131313@redhat.com>
3306
3307 * regcache.c (regcache_cooked_read): New function.
3308 (regcache_cooked_write): New function.
3309 (read_register_gen): Rewrite using regcache_cooked_read.
3310 (write_register_gen): Rewrite using regcache_cooked_write.
3311
3312 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3313 Declare.
3314
d8124050
AC
33152002-08-02 Andrew Cagney <cagney@redhat.com>
3316
3317 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3318 Replace the architecture methods register_read and register_write.
3319 * gdbarch.h, gdbarch.c: Regenerate.
3320 * regcache.c (init_regcache_descr): Update.
3321 (read_register_gen): Update.
3322 (write_register_gen): Update.
3323 (supply_register): Update comment.
3324
3325 * sh-tdep.c (sh_gdbarch_init): Update.
3326 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3327 `regcache' and `gdbarch' parameters. Make `buffer' a void
3328 pointer. Update code.
3329 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3330 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3331 void pointer. Update code.
3332 (sh64_register_write): Delete.
3333 (sh4_register_read): Delete.
3334 (sh64_register_read): Delete.
3335 (sh4_register_write): Delete.
3336 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3337 void pointer, `to' parameter a void pointer.
3338 (sh_sh64_register_convert_to_raw): Ditto.
3339
a6425924
KB
33402002-08-01 Kevin Buettner <kevinb@redhat.com>
3341
3342 * mips-tdep.c (mips_register_virtual_type): Use architecture
3343 invariant return values.
3344
ff5922b5
AC
33452002-08-01 Andrew Cagney <cagney@redhat.com>
3346
3347 * linux-proc.c: Include "gdb_string.h".
3348 * Makefile.in (linux-proc.o): Update dependency list.
3349
32a6503c
KB
33502002-08-01 Kevin Buettner <kevinb@redhat.com>
3351
3352 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3353 comment.
3354
ccaa32c7
GS
33552002-08-01 Grace Sainsbury <graces@redhat.com>
3356
3357 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3358 to_insert_watchpoint, to_remove_watchpoint,
3359 to_stopped_by_watchpoint, to_stopped_data_address,
3360 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3361 target vecctor. Define their corresponding macros so they call
3362 them.
3363
3364 * target.c: Add default and debug versions of for
3365 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3366 to_insert_watchpoint, to_remove_watchpoint,
3367 to_stopped_by_watchpoint, to_stopped_data_address,
3368 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3369
78fde5f8
KB
33702002-08-01 Kevin Buettner <kevinb@redhat.com>
3371
3372 * mips-tdep.c (mips_register_virtual_type): New function.
3373 (mips_gdbarch_init): Register mips_register_virtual_type()
3374 with gdbarch machinery.
3375 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3376 this file instead of tm-bigmips.h.
3377 (MIPS_REGSIZE): Delete this macro.
3378 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3379 multiarch version in mips-tdep.c will be found.
3380
db034ac5
AC
33812002-08-01 Andrew Cagney <cagney@redhat.com>
3382
3383 * NEWS: Menion that CHILL has been made obsolete.
3384
3385 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3386 * stabsread.c (read_range_type): Ditto.
3387 * gdbtypes.h: Ditto.
3388 * language.c (binop_type_check): Ditto.
3389 (binop_result_type): Ditto.
3390 (integral_type): Ditto.
3391 (character_type): Ditto.
3392 (string_type): Ditto.
3393 (boolean_type): Ditto.
3394 (structured_type): Ditto.
3395 (lang_bool_type): Ditto.
3396 (binop_type_check): Ditto.
3397 * language.h (_LANG_chill): Ditto.
3398 * dwarfread.c (set_cu_language): Ditto.
3399 * dwarfread.c (CHILL_PRODUCER): Ditto.
3400 * dwarfread.c (handle_producer): Ditto.
3401 * expression.h (enum exp_opcode): Ditto.
3402 * eval.c: Ditto for comments.
3403 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3404 * expprint.c (print_subexp): Ditto.
3405 (print_subexp): Ditto.
3406 * valops.c (value_cast): Ditto.
3407 (search_struct_field): Ditto.
3408 * value.h (COERCE_VARYING_ARRAY): Ditto.
3409 * symfile.c (init_filename_language_table): Ditto.
3410 (add_psymbol_with_dem_name_to_list): Ditto.
3411 * valarith.c (value_binop): Ditto.
3412 (value_neg): Ditto.
3413 * valops.c (value_slice): Ditto.
3414 * symtab.h (union language_specific): Ditto.
3415 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3416 (SYMBOL_DEMANGLED_NAME): Ditto.
3417 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3418 * defs.h (enum language): Ditto.
3419 * symtab.c (got_symtab): Ditto.
3420 * utils.c (fprintf_symbol_filtered): Ditto.
3421
3422 * ch-typeprint.c: Make file obsolete.
3423 * ch-valprint.c: Make file obsolete.
3424 * ch-lang.h: Make file obsolete.
3425 * ch-exp.c: Make file obsolete.
3426 * ch-lang.c: Make file obsolete.
3427
3428 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3429 CHILL_LIB.
3430 (TARGET_FLAGS_TO_PASS): Ditto.
3431 (CHILLFLAGS): Obsolete.
3432 (CHILL): Obsolete.
3433 (CHILL_FOR_TARGET): Obsolete.
3434 (CHILL_LIB): Obsolete.
3435 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3436 ch-valprint.c.
3437 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3438 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3439 ch-lang.o.
3440 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3441 targets.
3442
8aaf0b47
JB
34432002-07-31 Joel Brobecker <brobecker@gnat.com>
3444
3445 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3446 This does not change anything at the moment, but will be helpful
3447 later when full Ada support is integrated.
3448
f3a7b3a5
KB
34492002-07-31 Kevin Buettner <kevinb@redhat.com>
3450
3451 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3452 help message.
3453
fb850278
KB
34542002-07-31 Kevin Buettner <kevinb@redhat.com>
3455
3456 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3457 and save it in a local variable. Use variable in later test.
3458
e3bddbfa
KB
34592002-07-31 Kevin Buettner <kevinb@redhat.com>
3460
3461 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3462 test. (Thanks to Daniel Jacobowitz.)
3463
28d169de
KB
34642002-07-31 Kevin Buettner <kevinb@redhat.com>
3465
3466 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3467 (mips_abi_strings): Add "n64".
3468 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3469
7fe7e44e
KB
34702002-07-31 Kevin Buettner <kevinb@redhat.com>
3471
3472 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3473 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3474
c6caf090
KB
34752002-07-31 Kevin Buettner <kevinb@redhat.com>
3476
3477 * utils.c (host_pointer_to_address, address_to_host_pointer):
3478 Use gdb_assert() instead of explicit call to internal_error().
3479
c41669e0
KB
34802002-07-30 Kevin Buettner <kevinb@redhat.com>
3481
3482 * Makefile.in (rs6000-nat.o): Update dependencies.
3483
3484 From Nicholas Duffek:
3485 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3486 (aix-thread.o): New rule.
3487 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3488 * config/powerpc/aix432.mh: New file.
3489
2fda4977
DJ
34902002-07-30 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3493 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3494 (fetch_core_registers, ppc_linux_supply_gregset)
3495 (ppc_linux_supply_fpregset): New functions.
3496 (ppc_linux_regset_core_fns): New.
3497 (_initialize_ppc_linux_tdep): Call add_core_fns.
3498 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3499 and ppc_linux_supply_gregset.
3500 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3501 (supply_fpregset): Call ppc_linux_supply_fpregset.
3502 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3503 corelow.o.
3504 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3505
729051e6
DJ
35062002-07-30 Daniel Jacobowitz <drow@mvista.com>
3507
3508 * symtab.c (lookup_symbol): Demangle before lowercasing.
3509
5f8a3188
AC
35102002-07-30 Andrew Cagney <ac131313@redhat.com>
3511
3512 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3513 declaration.
3514 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3515 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3516 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3517 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3518 "gdb_string.h".
3519 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3520 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3521 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3522 (avr-tdep.o, mon960-rom.o): Ditto.
3523 (aout_stabs_gnu_h): Define.
3524 (symtab_h): Remove $(gdb_obstack_h).
3525
67f07146
JB
35262002-07-30 Jim Blandy <jimb@redhat.com>
3527
3528 Patch from David Carlton <carlton@math.stanford.edu>:
3529 * gdbinit.in: Move the `dir' commands that add GDB's own source
3530 directory to the search path to the end, so that the `gdb' source
3531 directory will be searched first.
3532
04ea0df1
AC
35332002-07-29 Andrew Cagney <ac131313@redhat.com>
3534
3535 * gdb_obstack.h: New file.
3536 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3537 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3538 * objfiles.h: Include "gdb_obstack.h".
3539 * Makefile.in (gdb_obstack_h): Define.
3540 (symtab_h): Add $(gdb_obstack_h).
3541 (objfiles_h): Add $(gdb_obstack_h).
3542
3543 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3544 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3545 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3546 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3547 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3548 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3549 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3550 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3551
3552 * Makefile.in (bcache.o): Update dependencies.
3553 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3554 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3555 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3556 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3557 (stabsread.o, symfile.o, symmisc.o): Ditto.
3558 (symtab.o, typeprint.o, macroexp.o): Ditto.
3559 (macrotab.o, mdebugread.o): Ditto.
3560 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3561 (coff_ecoff_h, aout_aout64_h): Define.
3562 (aout_stabs_gnu_h, libaout_h): Define.
3563
d138e37a
AC
35642002-07-29 Andrew Cagney <cagney@redhat.com>
3565
3566 * regcache.c (struct regcache_descr): Rename nr_registers to
3567 nr_cooked_registers. Revise comments describing the structure
3568 member fields.
3569 (init_regcache_descr): Update.
3570 (init_legacy_regcache_descr): Update.
3571 (read_register_gen, write_register_gen): When a cooked register in
3572 the raw register range, directly access the value from the raw
3573 register cache.
3574
460e6ec3
AC
35752002-07-29 Andrew Cagney <ac131313@redhat.com>
3576
3577 * z8k-tdep.c: Do not include "obstack.h".
3578 * h8300-tdep.c, h8500-tdep.c: Ditto.
3579 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3580 * valprint.c, v850-tdep.c: Ditto.
3581 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3582 * mn10200-tdep.c: Ditto.
3583
3584 * Makefile.in (z8k-tdep.o): Update dependencies.
3585 (m68hc11-tdep.o, valprint.o): Ditto.
3586 (v850-tdep.o, d10v-tdep.o): Ditto.
3587 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3588 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3589 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3590 (sh_opc_h, gdb_sim_sh_h): Define.
3591 (elf_sh_h, elf_bfd_h): Define.
3592 (opcode_m68hc11_h): Define.
3593 (OPCODES_SRC, OPCODES_DIR): define.
3594 (OPCODES): Use $(OPCODES_DIR).
3595 (gdb_sim_d10v_h): Rename sim_d10v_h.
3596 (gdb_sim_arm_h): Rename sim_arm_h.
3597
790c9cf0
KB
35982002-07-26 Kevin Buettner <kevinb@redhat.com>
3599
3600 * utils.c (host_pointer_to_address, address_to_host_pointer):
3601 Change internal_error() message to indicate function responsible
3602 for the error.
3603
9647fa49
KB
36042002-07-26 Kevin Buettner <kevinb@redhat.com>
3605
3606 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3607 calls to local_hex_string_custom().
3608
dabbe2c0
KB
36092002-07-26 Kevin Buettner <kevinb@redhat.com>
3610
3611 * irix5-nat.c: Move IRIX shared library support from here...
3612 * solib-irix.c: ...to here. Revised substantially to work with
3613 generic solib framework.
3614
b96d0a4e
KB
3615 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3616 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3617 * mips-irix-tdep.c: New file.
3618
313fb2f6
KB
3619 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3620 (mips-irix-tdep.o, solib-irix.o): New rules.
3621 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3622 solib-irix.o.
3623 * config/mips/irix6.mt (TDEPFILES): Likewise.
3624 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3625
ab2eaf26
KB
36262002-07-26 Kevin Buettner <kevinb@redhat.com>
3627
177e4768 3628 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3629 disabled (via ``#if 0'') includes.
3630
7244546a
KB
36312002-07-26 Kevin Buettner <kevinb@redhat.com>
3632
3633 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3634 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3635 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3636 Add support for the fpscr register.
3637 * rs6000-nat.c (regmap, fetch_inferior_registers)
3638 (store_inferior_registers, fetch_core_registers): Likewise.
3639
dd7be90a
KB
36402002-07-26 Kevin Buettner <kevinb@redhat.com>
3641
3642 * rs6000-nat.c (language.h): Include.
3643 (special_regs): Delete this array.
3644 (regmap): New function.
3645 (fetch_register, store_register): Use regmap() to map gdb
3646 register numbers to ptrace register numbers. Also, use
3647 outputs from regmap() to make decisions regarding type of
3648 ptrace() call to make. In particular, don't compare against
3649 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3650 (fetch_inferior_registers, store_inferior_registers): Where
3651 possible, obtain register numbers from tdep struct. Don't
3652 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3653 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3654 (LAST_UISA_SP_REGNUM): Delete.
3655
11bf77db
KB
36562002-07-25 Kevin Buettner <kevinb@redhat.com>
3657
3658 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3659 (fetch_registers, store_register, fetch_core_registers): Don't
3660 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3661 regcache_collect() as appropriate.
3662 (find_toc_address): Format hex address with local_hex_string().
3663
06afebeb
AC
36642002-07-25 Andrew Cagney <ac131313@redhat.com>
3665
3666 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3667 bfd/elf32-frv.c.
3668
8c554d79
TT
36692002-07-24 Tom Tromey <tromey@redhat.com>
3670
3671 * jv-exp.y: Marked all strings with _().
3672 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3673 internal_error.
3674 (MethodInvocation, CastExpression, parse_number, yyerror,
3675 java_type_from_name, push_expression_name, yylex): Typo fixes.
3676
e4c242d9
DJ
36772002-07-24 Daniel Jacobowitz <drow@mvista.com>
3678
3679 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3680 (tee_file_flush, tee_file_write, tee_file_fputs)
3681 (tee_file_isatty): New.
3682 * ui-file.h (tee_file_new): Add prototype.
3683
ebf56fd3
AS
36842002-07-24 Aidan Skinner <aidan@velvet.net>
3685
3686 * ada-lang.c: Change k&r style function definitions to prototyped
3687 form.
3688 * ada-typeprint.c: Change k&r style function definitions to prototyped
3689 form.
3690 * ada-valprint.c: Change k&r style function definitions to prototyped
3691 form.
3692
7fb623f7
AC
36932002-07-24 Andrew Cagney <cagney@redhat.com>
3694
3695 * README: Remove reference to remote-bug.
3696 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3697 remote-bug.c.
3698 (m88k-nat.o): Delete rule.
3699 (m88k-tdep.o): Delete rule.
3700 (remote-bug.o): Delete rule.
3701 * MAINTAINERS: Mark as obsolete.
3702 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3703 * m88k-tdep.c: Make file obsolete.
3704 * config/m88k/m88k.mh: Ditto.
3705 * config/m88k/delta88v4.mh: Ditto.
3706 * config/m88k/delta88v4.mt: Ditto.
3707 * config/m88k/delta88.mt: Ditto.
3708 * config/m88k/delta88.mh: Ditto.
3709 * remote-bug.c: Ditto.
3710 * config/m88k/tm-delta88.h: Ditto.
3711 * config/m88k/nm-delta88v4.h: Ditto.
3712 * config/m88k/xm-delta88.h: Ditto.
3713 * config/m88k/xm-dgux.h: Ditto.
3714 * config/m88k/tm-m88k.h: Ditto.
3715 * config/m88k/nm-m88k.h: Ditto.
3716 * config/m88k/tm-delta88v4.h: Ditto.
3717 * m88k-nat.c: Ditto.
3718 * cxux-nat.c: Ditto.
3719 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3720 and m88*-*-* obsolete.
3721 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3722 m88*-*-* obsolete.
3723
37611a2b
AC
37242002-07-24 Andrew Cagney <cagney@redhat.com>
3725
3726 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3727 constant. Same for local pointer variables.
3728 (extract_signed_integer): Ditto.
3729 * defs.h (extract_unsigned_integer): Update.
3730 (extract_signed_integer): Update.
3731
1aaa5f99
AC
37322002-07-24 Andrew Cagney <cagney@redhat.com>
3733
3734 * regcache.c (regcache_raw_write): Change buf parameter to a
3735 constant void pointer.
3736 (regcache_raw_read): Change buf parameter to a void pointer.
3737 (legacy_write_register_gen): Change myaddr parameter a constant
3738 void pointer.
3739 (supply_register): Change val parameter to a const void pointer.
3740 * regcache.h (regcache_raw_write): Update declaration.
3741 (regcache_raw_read): Update declaration.
3742 (supply_register): Update declaration.
3743
b4f5539f
TT
37442002-07-24 Tom Tromey <tromey@redhat.com>
3745
3746 * defs.h (gdb_readline_wrapper): Declare.
3747 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3748 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3749 * top.c (gdb_readline_wrapper): New function.
3750 (command_line_input): Use it.
3751
0818c12a
AC
37522002-07-24 Andrew Cagney <cagney@redhat.com>
3753
3754 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3755 regcache_read and regcache_write.
3756 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3757 * regcache.c: Update.
3758 * sh-tdep.c (sh64_push_arguments): Update comment.
3759 (sh_pseudo_register_read): Update.
3760 (sh_pseudo_register_write): Update.
3761 (sh4_register_read): Update.
3762 (sh4_register_write): Update.
3763 (sh64_pseudo_register_read): Update.
3764 (sh64_pseudo_register_write): Update.
3765 (sh64_register_read): Update.
3766 (sh64_register_write): Update.
3767 * i386-tdep.c (i386_extract_return_value): Update.
3768 (i386_extract_struct_value_address): Update.
3769 (i386_extract_return_value): Update.
3770 * blockframe.c (generic_read_register_dummy): Update.
3771 (generic_call_dummy_register_unwind): Update
3772 * infrun.c (write_inferior_status_register): Update.
3773
f7321c06
JB
37742002-07-23 Jim Blandy <jimb@redhat.com>
3775
3776 * parser-defs.h (expression_context_pc): Make this extern.
3777 (Thanks to Michael Snyder.)
3778
2037aebb
AC
37792002-07-23 Andrew Cagney <ac131313@redhat.com>
3780
3781 GDB 5.2.1 released from 5.2 branch.
3782 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3783 * README: Update to mention 5.2.1.
3784
66504d44
MS
37852002-07-23 Mark Salter <msalter@redhat.com>
3786
3787 * remote.c (remote_read_bytes): Fix check for error.
3788
27bae383
KB
37892002-07-22 Kevin Buettner <kevinb@redhat.com>
3790
3791 * aix-thread.c (language.h): Include.
3792 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3793 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3794 Print newlines at end of debug messages.
3795 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3796 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3797
37982002-07-22 Kevin Buettner <kevinb@redhat.com>
3799
3800 * aix-thread.c (ppc-tdep.h): Include.
3801 (special_register_p): New function.
3802 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3803 (store_regs_user_thread): Use register number information from
3804 gdbarch_tdep struct instead of hardcoded offsets relative to
3805 FIRST_UISA_SP_REGNUM.
3806 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3807 special_register_p() instead of using FPLAST_REGNUM and
3808 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3809 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3810 will be MQ's register number.
3811
38122002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3813
3814 * aix-thread.c (ops): Rename to aix_thread_ops.
3815 (base_ops): Rename to base_target.
3816 (ops_attach): Rename to aix_thread_attach.
3817 (ops_detach): Rename to aix_thread_detach.
3818 (ops_resume): Rename to aix_thread_detach.
3819 (ops_wait): Rename to aix_thread_wait.
3820 (ops_kill): Rename to aix_thread_kill.
3821 (init_ops): Rename to init_aix_thread_ops.
3822 (ops_fetch_register): Rename to aix_thread_fetch_register.
3823 (ops_store_register): Rename to aix_thread_store_register.
3824 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3825 (ops_thread_alive): Rename to aix_thread_thread_alive.
3826 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3827 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3828 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3829 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3830 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3831 (store_regs_lib): Rename to store_regs_user_thread.
3832 (store_regs_kern): Rename to store_regs_kernel_thread.
3833
27bae383 38342002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3835
3836 * aix-thread.c (ops_prepare_to_store): Eliminate.
3837 (init_ops): Don't initialize ops.prepare_to_store.
3838 (store_regs_kern): Pre-fetch register buffers from child,
3839 because some registers may not be in the cache. Copy
3840 regs from register cache only if they are cached.
3841 (store_regs_lib): Copy regs from register cache only
3842 if they are cached.
3843 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3844 fill_gprs64): Ditto.
3845
61c5da0b
KB
38462002-07-22 Kevin Buettner <kevinb@redhat.com>
3847
3848 * aix-thread.c (gdb_assert.h): Include.
3849 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3850 register sizes (from register cache) match size of buffer holding
3851 register data.
3852 (fill_sprs32): Change parameter types to match those in the ptrace()
3853 buffer.
3854 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3855 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3856
38572002-07-22 Michael Snyder <msnyder@redhat.com>
3858
3859 * aix-thread.c (supply_sprs64): Cosmetic change.
3860 (supply_sprs32): Cosmetic change.
3861 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3862 (fill_sprs64): Use regcache_collect instead of read_register.
3863 (store_regs_lib): Use regcache_collect instead of
3864 read_register. Use fill_sprs32 instead of fill_sprs64,
3865 if debugging a 32-bit architecture.
3866 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3867 out of the register cache, instead of passing a pointer into
3868 the register cache directly to ptrace. Use regcache_collect
3869 insteaad of read_register.
3870 (ops_prepare_to_store): Use target_read_registers instead
3871 of read_register_bytes.
3872
36479eb1
AS
38732002-07-20 Aidan Skinner <aidan@velvet.net>
3874
3875 * MAINTAINERS: Add self under write after approval.
3876
80ae6ee2
AS
38772002-07-20 Aidan Skinner <aidan@velvet.net>
3878
3879 * ada-tasks.c: Change k&r style function definitions to prototyped
3880 form.
3881
8a8ab2b9
AC
38822002-07-19 Andrew Cagney <ac131313@redhat.com>
3883
3884 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3885 * x86-64-tdep.c: Include "objfiles.h".
3886 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3887 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3888
fb16b900
ML
38892002-07-17 Michal Ludvig <michal@suse.cz>
3890
3891 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3892 (update_context): Initialise cfa variable.
3893
0fe7bf7b
MS
38942002-07-17 Michael Snyder <msnyder@redhat.com>
3895
3896 * aix-thread.c: Shorten some long lines.
3897 Bring comments into line with code spec.
3898
488f131b
JB
38992002-07-18 Joel Brobecker <brobecker@gnat.com>
3900
3901 * infrun.c: Re-indent using gdb_indent.sh.
3902
46c415d2
JB
39032002-07-18 Joel Brobecker <brobecker@gnat.com>
3904
3905 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3906 Leave the indentation temporarily untouched, to minimize the diffs.
3907
cdecafbe
EZ
39082002-07-18 Elena Zannoni <ezannoni@redhat.com>
3909
3910 * stabsread.c: Make os9k sections of the code obsolete,
3911 for real this time.
3912 * stabsread.h: Make os9k sections of the code obsolete.
3913
7b6aa020
ML
39142002-07-18 Michal Ludvig <mludvig@suse.cz>
3915
09ec9b38
ML
3916 * linux-low.c (regsets_store_inferior_registers): Add free()
3917 at the end of a loop to prevent memory leak.
3918 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3919 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3920 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3921 line a comment.
4894ac5d 3922 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3923
233282cd
JB
39242002-07-17 Jim Blandy <jimb@redhat.com>
3925
3926 * macrocmd.c (info_macro_command): Remove newline from error
3927 message.
3928
7b6aa020 39292002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3930
3931 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3932 (sh_gdbarch_init): Use it for sh-dsp.
3933
f7ef9339
KB
39342002-07-16 Kevin Buettner <kevinb@redhat.com>
3935
3936 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3937 64-bit DWARF2 format.
3938
8dd72958
JB
39392002-07-16 Joel Brobecker <brobecker@gnat.com>
3940
3941 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3942 <sys/proc.h> when not available.
3943
a99a9e1b
AC
39442002-07-16 Andrew Cagney <ac131313@redhat.com>
3945
3946 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3947 * stabsread.c: Make os9k sections of the code obsolete.
3948 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3949 * config/i386/i386os9k.mt: Make file obsolete.
3950 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3951 (COMMON_OBS): Remove os9kread.o
3952 (SFILES): Remove os9kread.c.
3953 (os9kread.o, remote-os9k.o): Make target obsolete.
3954 * remote-os9k.c: Make file obsolete.
3955 * os9kread.c: Make file obsolete.
3956 * Makefile.in
3957
7a3085c1
AC
39582002-07-16 Andrew Cagney <ac131313@redhat.com>
3959
3960 * NEWS: Mention that the FR30 has been made obsolete.
3961 * fr30-tdep.c: Make file obsolete.
3962 * config/fr30/tm-fr30.h: Ditto.
3963 * config/fr30/fr30.mt: Ditto.
3964 * configure.tgt: Make fr30-*-elf obsolete.
3965 * MAINTAINERS: Make fr30-elf obsolete.
3966
28a93f5a
PM
39672002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3968
3969 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3970 found is not inside a section.
3971
be006b8b
KB
39722002-07-15 Kevin Buettner <kevinb@redhat.com>
3973
3974 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3975 strerror().
3976 (pdc_realloc): Use xrealloc() instead of realloc().
3977
14fa3751
KB
39782002-07-15 Kevin Buettner <kevinb@redhat.com>
3979
3980 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3981 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3982 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3983 macros.
3984
42cc437f
KB
39852002-07-15 Kevin Buettner <kevinb@redhat.com>
3986
3987 * aix-thread.c (ptrace_check): Eliminate goto.
3988 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3989 problem.
3990
8e2c28d4
KB
39912002-07-15 Kevin Buettner <kevinb@redhat.com>
3992
3993 * aix-thread.c (gdbcmd.h): Include.
3994 (DEBUG, DBG, DBG2, dbg): Eliminate.
3995 (debug_aix_thread): New static global.
3996 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3997 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3998 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3999 invocations to DBG and DBG2 macros to test against
4000 ``debug_aix_thread'' and call fprintf_unfiltered().
4001 (_initialize_aix_thread): Add new command "set debug aix-thread".
4002
30413464
AC
40032002-07-15 Andrew Cagney <ac131313@redhat.com>
4004
4005 From Gerhard Tonn <TON@de.ibm.com>:
4006 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4007 instead of supply_register.
4008
7c43edc1
AC
40092002-07-15 Andrew Cagney <ac131313@redhat.com>
4010
4011 * dwarf2cfi.c: Include "gdb_assert.h".
4012 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4013 non-NULL.
4014 (update_context): Do not use __func__. Add missing ``break''.
4015 (update_context): Do not use __func__.
4016
9364a0ef
EZ
40172002-07-15 Elena Zannoni <ezannoni@redhat.com>
4018
4019 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4020 and its setting. Set gdbarch instruction printing functions
4021 directly. For non-rs6000 case use new function
4022 gdb_print_insn_powerpc.
4023 (gdb_print_insn_powerpc): New function.
4024
3fbeef0b
AC
40252002-07-13 Andrew Cagney <ac131313@redhat.com>
4026
92eb23c5 4027 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4028 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4029 * configure.tgt: Mark d30v-*-* as obsolete.
4030 * d30v-tdep.c: Mark file as obsolete.
4031 * config/d30v/d30v.mt: Ditto.
4032 * config/d30v/tm-d30v.h: Ditto.
4033
aacb1f0a
AS
40342002-07-13 Aidan Skinner <aidan@velvet.net>
4035
4036 * ada-tasks.c (add_task_entry): replace calls to
4037 malloc() with xmalloc
4038 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4039
4040 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4041 ada_finish_decode_line_1, all_sals_for_line
4042 ada_breakpoint_rewrite): replace calls to free() with xfree()
4043
c11d79f2
KB
40442002-07-12 Kevin Buettner <kevinb@redhat.com>
4045
4046 From Nicholas Duffek (with minor changes by Martin Hunt,
4047 Louis Hamilton, and Kevin Buettner):
4048 * aix-thread.c: New file.
4049
8e19ed76
PS
40502002-07-12 Petr Sorfa <petrs@caldera.com>
4051
4052 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4053 complaint for invalid attribute class or form.
4054 (read_func_scope): DW_AT_frame_base
4055 better handling of DW_AT_block*.
4056 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4057 better handling of DW_AT_block*.
4058 (read_common_block): DW_AT_location
4059 better handling of DW_AT_block*.
4060 (read_partial_die): DW_AT_location better handling
4061 of DW_AT_block*.
4062 (new_symbol): DW_AT_external better handling of
4063 DW_AT_block*. Proper initialization of variable
4064 "addr".
4065 (attr_form_is_block): New function that returns true
4066 if the attribute's form is of DW_FORM_block*.
4067
295401f7
DJ
40682002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4069
4070 * valops.c (find_method_list): Remove comment about
4071 removed STATIC_MEMFUNCP argument.
4072 (value_find_oload_method_list): Likewise.
4073
e42dc924
KB
40742002-07-12 Kevin Buettner <kevinb@redhat.com>
4075
4076 From Nicholas Duffek:
4077 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4078 target_new_objfile_hook.
4079
6904b546
KB
40802002-07-12 Kevin Buettner <kevinb@redhat.com>
4081
4082 From Nicholas Duffek:
4083 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4084 csect.
4085
53fe9346
AC
40862002-07-12 Andrew Cagney <cagney@redhat.com>
4087
4088 * MAINTAINERS: Mention --enable-sim-build-warnings.
4089 (m68hc11-elf): Disable sim build warnings.
4090 (m32r-elf): Mark as broken obsolete candidate.
4091 (x86_64-linux-gnu): Mark as buildable with -Werror.
4092 (arm-elf): Change -w to ``,'' which enables warnings but not
4093 -Werror.
4094
af5f3db6
AC
40952002-07-12 Andrew Cagney <ac131313@redhat.com>
4096
4097 * bcache.h: Update copyright.
4098 (struct bstring, struct bcache): Move definition to "bcache.c".
4099 Replaced by opaque declaration.
4100 (bcache_xfree): Replace free_bcache.
4101 (bcache_xmalloc, bcache_memory_used): Declare.
4102
4103 * bcache.c: Update copyright.
4104 (struct bstring, struct bcache): Moved to here from "bcache.h".
4105 Update comments.
4106 (bcache_xmalloc, bcache_memory_used): New functions.
4107 (bcache_xfree): Replace function free_bcache.
4108
4109 * Makefile.in (objfiles.o): Add $(bcache_h).
4110 (objfiles_h): Remove $(bcache_h).
4111 (symfile.o): Add $(bcache_h).
4112
4113 * symmisc.c: Update copyright.
4114 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4115 (print_objfile_statistics): Use bcache_memory_used.
4116
4117 * symfile.c: Include "bcache.h".
4118 (reread_symbols): Use bcache_xfree.
4119 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4120 (add_psymbol_to_list): Pass psymbol_cache by value.
4121 (add_psymbol_with_dem_name_to_list): Ditto.
4122
4123 * objfiles.h: Update copyright.
4124 (struct bcache): Declare opaque. Do not include "bcache.h".
4125 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4126 bcache'' pointers.
4127 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4128
4129 * objfiles.c: Include "bcache.h". Update copyright.
4130 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4131 macro_cache.
4132 (free_objfile): Use bcache_xfree.
4133
444199e7
GS
41342002-07-11 Grace Sainsbury <graces@redhat.com>
4135
4136 * monitor.c (monitor_fetch_register): Make name a constant.
4137 (monitor_store_register): Same.
4138
261397f8
DJ
41392002-07-11 Daniel Jacobowitz <drow@mvista.com>
4140
4141 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4142 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4143 (finish_block) For non-function blocks, hash the symbol table. For
4144 function blocks, mark the symbol table as unhashed.
4145 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4146 (msymbol_hash_iw): Likewise.
4147 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4148 value.
4149 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4150 (lookup_minimal_symbol): Likewise for both.
4151 * symtab.h (struct block): Add `hashtable' flag. Comment the
4152 hashtable.
4153 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4154 (ALL_BLOCK_SYMBOLS): Update.
4155 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4156 (struct symbol): Add `hash_next' pointer.
4157 * symtab.c (lookup_block_symbol): Search using the hash table when
4158 possible.
4159 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4160 (search_symbols, find_addr_symbol): Likewise.
4161
4162 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4163 (read_dst_symtab): Likewise.
4164 * jv-lang.c (get_java_class_symtab): Likewise.
4165 * mdebugread.c: Include "gdb_assert.h".
4166 (shrink_block): Assert that the block being modified is not hashed.
4167 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4168 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4169 symbols.
4170 (dump_symtab): Recognize hashed blocks.
4171 * printcmd.c (print_frame_args): Assert that function blocks do not
4172 have hashed symbol tables.
4173 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4174 (fill_in_ada_prototype, debug_print_block): Likewise.
4175 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4176
6f0eaa01
CV
41772002-07-11 Corinna Vinschen <vinschen@redhat.com>
4178
4179 * stack.c (print_frame): Use result of frame_address_in_block()
4180 instead of fi->pc when evaluating symbols.
4181 (backtrace_command_1): Ditto.
4182
a208b0cb
AC
41832002-07-11 Andrew Cagney <cagney@redhat.com>
4184
4185 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4186 Make static.
4187
4188 * arm-tdep.c (arm_register_name): Make return type constant.
4189
a6b6b089
AC
41902002-07-10 Andrew Cagney <ac131313@redhat.com>
4191
5ae5f592
AC
4192 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4193 prototype.
4194 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4195 * s390-tdep.c (s390_fp_regnum): Ditto.
4196 (s390_read_fp): Ditto.
4197 (s390_pop_frame): Ditto.
4198 (_initialize_s390_tdep): Ditto.
4199 * remote.c (get_remote_state): Ditto.
4200 * procfs.c (mappingflags): Ditto.
4201 * memattr.c (_initialize_mem): Ditto.
4202 * mcore-tdep.c (mcore_pop_frame): Ditto.
4203 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4204 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4205 * language.c (set_case_str): Ditto.
4206 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4207 * frv-tdep.c (new_variant): Ditto.
4208 (frv_stopped_data_address): Ditto.
4209 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4210 (context_alloc): Ditto.
4211 (frame_state_alloc): Ditto.
4212 (unwind_tmp_obstack_init): Ditto.
4213 (unwind_tmp_obstack_free): Ditto.
4214 (cfi_read_fp): Ditto.
4215 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4216 (cris_pop_frame): Ditto.
4217 * c-lang.c (scanning_macro_expansion): Ditto.
4218 (finished_macro_expansion): Ditto.
4219 (c_preprocess_and_parse): Ditto.
4220 * gdbarch.sh: Ditto.
4221 * gdbarch.h, gdbarch.c: Regenerate.
4222 * config/mn10200/tm-mn10200.h: Adjust indentation.
4223 * target.c: Adjust indentation.
4224 * symtab.h: Adjust indentation.
4225 * stabsread.h: Adjust indentation.
4226 * remote-es.c: Adjust indentation.
4227 * os9kread.c: Adjust indentation.
4228
42292002-07-10 Andrew Cagney <ac131313@redhat.com>
4230
a6b6b089
AC
4231 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4232 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4233
a1789893
GS
42342002-07-10 Grace Sainsbury <graces@redhat.com>
4235
4236 * NEWS: Mention m68k, mcore multi-arching.
4237 * MAINTAINERS: Change status of m68k, mcore to reflect
4238 multi-arching.
4239
02f0d45d
DJ
42402002-07-10 Daniel Jacobowitz <drow@mvista.com>
4241
4242 * valops.c (find_overload_match): Free oload_syms.
4243
f15f768e
JB
42442002-07-09 Joel Brobecker <brobecker@gnat.com>
4245
4246 Define HAVE_SYS_PROC_H if sys/proc.h exists
4247 * configure.in: Add check for sys/proc.h
4248 * config.in: Regenerate.
4249 * configure: Regenerate.
4250
902a7139
GS
42512002-07-09 Grace Sainsbury <graces@redhat.com>
4252
4253 * config/m68k/tm-m68k.h: Remove macros wrapped in
4254 #if !GDB_MULTI_ARCH.
4255
a534e424
AC
42562002-07-08 Andrew Cagney <ac131313@redhat.com>
4257
4258 * config.in, configure: Regenerate.
4259
9b94f7bf
MK
42602002-07-08 Mark Kettenis <kettenis@gnu.org>
4261
4262 * dwarf2cfi.c: Include "gcore.h".
4263 (execute_stack_op): Fix implementation of the
4264 DW_OP_deref and DW_OP_deref_size operators by letting do their
4265 lookup in the target.
4266
1d34db41
MK
42672002-07-07 Mark Kettenis <kettenis@gnu.org>
4268
4269 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4270 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4271 tdep->sc_sp_offset.
4272
79d5b63a
DJ
42732002-07-05 Daniel Jacobowitz <drow@mvista.com>
4274
4275 Fix PR gdb/595, gdb/602
4276 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4277 Don't call value_cast, just read the vtable pointer; update comments
4278 to match.
4279
3bb912e8
GS
42802002-07-05 Grace Sainsbury <graces@redhat.com>
4281
4282 * config/mcore/tm-mcore.h: Remove file.
4283 * config/mcore/mcore.mt: Remove definition of TM_FILE
4284 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4285
ca39387d
MK
42862002-07-05 Mark Kettenis <kettenis@gnu.org>
4287
4288 * i386bsd-tdep.c: Include "gdb_string.h".
4289
efdc1108
GS
42902002-07-04 Grace Sainsbury <graces@redhat.com>
4291
4292 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4293 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4294 mcore-tdep.
4295 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4296 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4297 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4298 (RETVAL_REGNUM): Move macros from tm-mcore.h
4299 (mcore_reg_struct_has_addr): New function.
4300 (mcore_gdbarch_init): Added initializations for the macros removed
4301 from tm-mcore.h.
4302
bb21884d
MK
43032002-07-04 Mark Kettenis <kettenis@gnu.org>
4304
4305 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4306 traditonal string branding within the ELF header.
4307
228c6d41
DJ
43082002-07-04 Daniel Jacobowitz <drow@mvista.com>
4309
4310 * symtab.c (remove_params): New function.
4311 (make_symbol_overload_list): Use it instead of cplus_demangle.
4312 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4313
2404952e
MK
43142002-07-04 Mark Kettenis <kettenis@gnu.org>
4315
e5e4acad
MK
4316 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4317
baadce09
MK
4318 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4319 New variables.
4320 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4321 and tdep->sigtramp_end.
4322 * i386obsd-nat.c: New file.
4323 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4324
2404952e
MK
4325 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4326 Don't call get_current_frame().
4327
9b4f1ba7
PM
43282002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4329
4330 * i386-nat.c (child_post_startup_inferior): New function
4331 calling i386_cleanup_dregs if
4332 I386_USE_GENERIC_WATCHPOINTS is defined.
4333 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4334 conditional to acknowledge that i386-nat.c has its
4335 own child_post_startup_inferior function.
4336
c0d1d883
MK
43372002-07-04 Mark Kettenis <kettenis@gnu.org>
4338
00f8375e
MK
4339 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4340 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4341 instead of MAX_REGISTER_RAW_SIZE.
4342 (i386_extract_return_value, i386_extract_struct_value_address):
4343 Convert to use regcache.
4344 (i386_gdbarch_init): Set max_register_raw_size and
4345 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4346 Set extract_return_value and extract_struct_value_address instead
4347 of their deprecated variants.
4348
c0d1d883
MK
4349 Convert i386 target to generic dummy frames.
4350 * i386-tdep.c: Include "symfile.h".
4351 (i386_frameless_signal_p): Consider a function to be frameless if
4352 the pc points at the first instruction of the function.
4353 (i386_frame_chain): Handle (generic) call dummies.
4354 (i386_frame_saved_pc): Likewise.
4355 (i386_frame_init_saved_regs): Remove code dealing with call
4356 dummies on the stack.
4357 (i386_push_dummy_frame): Removed.
4358 (i386_call_dummy_words): Removed.
4359 (i386_fix_call_dummy): Removed.
4360 (i386_push_return_address): New function.
4361 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4362 parameter, and don't call get_current_frame.
4363 (i386_pop_frame): New function.
4364 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4365 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4366 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4367 call_dummy_length to 0, set call_dummy_words to NULL, set
4368 sizeof_call_dummy_words to 0, set fix_call_dummy to
4369 generic_fix_call_dummy, set pc_in_call_dummy to
4370 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4371 generic_push_dummy_frame, set push_return_address to
4372 i386_push_return_address and set frame_chain_valid to
4373 generic_file_frame_chain_valid.
4374
049ee0e4
AC
43752002-07-03 Andrew Cagney <ac131313@redhat.com>
4376
4377 * gdbarch.sh (struct regcache): Add opaque declaration.
4378 (EXTRACT_RETURN_VALUE): New architecture method.
4379 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4380 * gdbarch.h, gdbarch.c: Regenerate.
4381 * arch-utils.c (legacy_extract_return_value): New function.
4382 * arch-utils.h (legacy_extract_return_value): Declare.
4383 * values.c (value_being_returned): Re-enable code handling
4384 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4385 deprecated_grub_regcache_for_registers call to block handling
4386 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4387 (EXTRACT_RETURN_VALUE): Do not define.
4388
4e0d9804
GS
43892002-07-03 Grace Sainsbury <graces@redhat.com>
4390
4391 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4392 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4393 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4394 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4395 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4396 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4397 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4398 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4399 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4400 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4401 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4402 argument so the function fits the prototype in the architecture
4403 vector.
4404 (mcore_pop_frame): Remove argument so the function fits the
4405 prototype. Use get_current_frame instead of the argument.
4406 (mcore_push_arguments): Change type of struct_return so the
4407 function can be used in the architecture vector.
4408 (mcore_store_struct_return): Add.
4409 (mcore_frame_init_saved_regs): Add.
4410 (mcore_gdbarch_init): Add function calls to replace the macros
4411 removed from tm-mcore.h
4412
36160dc4
AC
44132002-07-03 Andrew Cagney <ac131313@redhat.com>
4414
4415 * infcmd.c (print_return_value): Remove compatibility code calling
4416 deprecated_grub_regcache_for_registers.
4417
4418 * values.c: Include "regcache.h".
4419 (value_being_returned): Update. Use
4420 deprecated_grub_regcache_for_registers to extract the register
4421 buffer address.
4422 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4423 ``struct regcache''.
4424 * Makefile.in (values.o): Add dependency on $(regcache_h).
4425
4426 * inferior.h (run_stack_dummy): Change type of second parameter to
4427 a ``struct regcache''.
4428 * valops.c (hand_function_call): Change type of retbuf to ``struct
4429 regcache''. Allocate using regcache_xmalloc, clean using
4430 make_cleanup_regcache_xfree.
4431 * infcmd.c (run_stack_dummy): Update. Use
4432 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4433
4434 * regcache.c (do_regcache_xfree): New function.
4435 (make_cleanup_regcache_xfree): New function.
4436 * regcache.h (make_cleanup_regcache_xfree): Declare.
4437
e64d9b3d
MH
44382002-07-03 Martin M. Hunt <hunt@redhat.com>
4439
4dd79c29
MH
4440 * event-top.c (command_line_handler): Don't read past
4441 beginning of buffer.
e64d9b3d 4442
4dd79c29
MH
44432002-07-03 Martin M. Hunt <hunt@redhat.com>
4444
e64d9b3d
MH
4445 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4446 struct frame_id.
4447 (varobj_create): Store frame_id for root.
4448 (varobj_gen_name): Use xasprintf.
4449 (varobj_update): Save and restore frame using get_frame_id() and
4450 frame_find_by_id().
4451 (create_child): Use xasprintf.
4452 (new_root_variable): Initialize frame_id.
4453 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4454 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4455 to prevent memory leak.
4456
26e6c56a
AC
44572002-07-03 Andrew Cagney <ac131313@redhat.com>
4458
4459 * valops.c (hand_function_call): Move declaration of retbuf to
4460 start of function, allocate using malloc, add a cleanup but before
4461 the inf_status cleanup, cleanup the buffer. Rename local variable
4462 old_chain to inf_status_cleanup.
4463
f436dd25
MH
44642002-07-03 Martin M. Hunt <hunt@redhat.com>
4465
4466 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4467
4468 * cli/cli-decode.c (cmd_func_p): New function.
4469 (cmd_func): New function.
4470
4471 * command.h: Add cmd_func() and cmd_func_p().
4472
4cfe2084
GS
44732002-07-03 Grace Sainsbury <graces@redhat.com>
4474
4475 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4476 (REGISTER_SIZE): Remove.
4477 (MAX_REGISTER_RAW_SIZE): Remove.
4478 (REGISTER_VIRTUAL_TYPE): Remove.
4479 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4480 (REGISTER_NAME): Remove.
4481 (USE_GENERIC_DUMMY_FRAMES): Remove.
4482 (CALL_DUMMY): Remove.
4483 (CALL_DUMMY_START_OFFSET): Remove.
4484 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4485 (CALL_DUMMY_LOCATION): Remove.
4486 (FIX_CALL_DUMMY): Remove.
4487 (CALL_DUMMY_ADDRESS): Remove.
4488 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4489 (SAVE_DUMMY_FRAME_TOS): Remove.
4490 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4491 (mcore_register_virtual_type): New function.
4492 (mcore_register_byte): New function.
4493 (mcore_register_size): New function.
4494 (mcore_register_name): New function.
4495 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4496 macros removed from tm-mcore.h.
4497 (mcore_dump_tdep): Add.
4498 (_initialize_mcore_tdep): Add gdbarch_register call.
4499
4fd667e9
MK
45002002-07-03 Mark Kettenis <kettenis@gnu.org>
4501
4502 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4503 frameless_look_for_prologue, such that we actually call this
4504 function.
4505
42f99ac2
JB
45062002-07-02 Joel Brobecker <brobecker@gnat.com>
4507
4508 * frame.h (frame_address_in_block): New function.
4509
4510 * blockframe.c (frame_address_in_block): New function extracted
4511 from get_frame_block().
4512 (get_frame_block): Use frame_address_in_block().
4513 (block_innermost_frame): Use frame_address_in_block() to match
4514 the frame pc address against the block boundaries rather than
4515 the frame pc directly. This prevents a failure when a frame pc
4516 is actually a return-address pointing immediately after the end
4517 of the given block.
4518
103a1597 45192002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4520
4521 * MAINTAINERS: Add self under write after approval.
4522
45232002-07-02 Grace Sainsbury <graces@redhat.com>
4524
103a1597
GS
4525 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4526 used in architecture vector. The default is
4527 m68k_local_breakpoint_from_pc.
4528 (m68k_local_breakpoint_from_pc): Add.
4529 (enum): Add register numbers from tm-m68k.h.
4530 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4531 vector.
4532 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4533 GDB_MULTI_ARCH_PARTIAL.
4534 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4535 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4536 m68k-tdep.c.
4537 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4538 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4539 to enum in m68k-tdep.c
4540
7a5a0534
JB
45412002-07-02 Joel Brobecker <brobecker@gnat.com>
4542
4543 * solib-osf.c (open_map): Compute the list of shared libraries
4544 loaded by the inferior, rather than the list of libraries loaded
4545 by GDB itself. Otherwise, GDB ends up reading the symbols from
4546 the wrong shared libraries...
4547
6f558d74
MK
45482002-07-02 Mark Kettenis <kettenis@gnu.org>
4549
b7d15bf7
MK
4550 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4551 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4552 macros.
4553 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4554 Remove functions.
4555 (FRAMELESS_SIGNAL): Remove function.
4556 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4557 i386_linux_saved_pc_after_call): Removed.
4558 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4559 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4560 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4561
6bff26de
MK
4562 * i386-tdep.c (i386_frameless_signal_p): New function.
4563 (i386_frame_chain): Deal with frameless signals.
4564 (i386_sigtramp_saved_sp): New function.
4565 (i386_frame_saved_pc): Deal with frameless signals.
4566 (i386_saved_pc_after_call): Make sure the correct value is
4567 returned just after entry into a sigtramp.
4568 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4569 i386fbsd4_sc_sp_offset): New variables.
4570 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4571 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4572 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4573 similiar to what we already did for sc_pc_offset.
4574 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4575 tdep->sc_sp_offset.
4576
6f558d74
MK
4577 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4578
145564b7
ML
45792002-07-02 Michal Ludvig <mludvig@suse.cz>
4580
4581 * config/i386/tm-x86-64linux.h: New.
4582 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4583 definitions.
4584 * config/i386/nm-x86-64.h: Rename to ...
4585 * config/i386/nm-x86-64linux.h: ... this one.
4586 * config/i386/x86-64linux.mh: Reflect the above change.
4587
3a1e71e3
MK
45882002-07-01 Mark Kettenis <kettenis@gnu.org>
4589
21d0e8a4
MK
4590 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4591 with sigcontext_addr. Add sc_sp_offset.
4592 (i386bsd_sigtramp_saved_pc): Remove prototype.
4593 (i386bsd_sicontext_addr): Add prototype.
4594 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4595 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4596 (i386_svr4_sigtramp_saved_pc): Removed.
4597 (i386_svr4_sigcontext_addr): New function.
4598 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4599 Initialize tdep->sigcontext_addr instead. Initialize
4600 tdep->sc_pc_offset and tdep->sc_sp_offset.
4601 (i386_gdbarch_init): Likewise.
4602 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4603 any more.
4604 (i386bsd_sigtramp_saved_pc): Remove function.
4605 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4606 Initialize tdep->sigcontext_addr instead. Initialize
4607 tdep->sc_pc_offset.
4608 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4609 of tdep->sigtramp_saved_pc.
4610 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4611 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4612 instead.
4613
3a1e71e3
MK
4614 * i386-tdep.c (i386_frameless_function_invocation,
4615 i386_frame_num_args, i386_frame_init_saved_regs,
4616 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4617 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4618 i386_extract_return_value, i386_store_return_value,
4619 i386_extract_struct_value_address, i386_register_virtual_type,
4620 i386_register_convertible, i386_register_convert_to_virtual,
4621 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4622 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4623 static.
4624
52e9098c
MK
46252002-07-01 Mark Kettenis <kettenis@gnu.org>
4626
77b13a25
MK
4627 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4628
52e9098c
MK
4629 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4630 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4631 this macro. Include "value.h".
4632
1b372fff
AS
46332002-06-30 Aidan Skinner <aidan@velvet.net>
4634
4635 * ada-exp.tab.c: remove as it's a generated file
4636 * ada-lex.c: remove as it's a generated file
4637
9c5045b5
MK
46382002-06-30 Mark Kettenis <kettenis@gnu.org>
4639
4a93c5bb
MK
4640 * config/i386/tm-i386.h (struct frame_info, struct
4641 frame_saved_regs, struct value, struct type): Remove forward
4642 declarations.
4643
322d4fe0
MK
4644 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4645 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4646 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4647 (FILL_FPXREGSET): Define.
4648
fdd8263d
MK
4649 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4650
482e577b
MK
4651 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4652 i[3456]86-*-netbsd* case.
4653 * config/i386/tm-obsd.h: Removed.
4654 * config/i386/obsd.mt: Removed.
4655 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4656 core-aout.o.
4657 (MH_CFLAGS): Add -DYYDEBUG=0.
4658
6916549a
MK
4659 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4660 i386nbsd_sc_pc_offset on OpenBSD too.
4661
9c5045b5
MK
4662 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4663 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4664 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4665 define.
4666 * i386bsd-tdep.c: Include "arch-utils.h".
4667 (i386bsd_aout_in_solib_call_trampoline): New function.
4668 (i386bsd_init_abi): Set in_solib_call_trampoline to
4669 i386bsd_aout_in_solib_call_trampoline.
4670 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4671 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4672
aa84d1bb
AC
46732002-06-28 Andrew Cagney <ac131313@redhat.com>
4674
4675 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4676 (struct obstack, struct bcache): Add opaque declarations.
4677 * Makefile.in (macrotab_h): Update
4678
b4d83933
AC
46792002-06-28 Andrew Cagney <ac131313@redhat.com>
4680
4681 * blockframe.c (generic_find_dummy_frame): Change return type to
4682 ``struct regcache''.
4683 (struct dummy_frame): Replace field ``registers'' with regcache, a
4684 struct regcache object.
4685 (generic_find_dummy_frame): Update.
4686 (generic_push_dummy_frame): Update. Use regcache_xfree,
4687 regcache_xmalloc and regcache_cpy.
4688 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4689 regcache_xfree.
4690 (deprecated_generic_find_dummy_frame): Update.
4691 (generic_read_register_dummy): Update. Use
4692 regcache_read_as_address.
4693 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4694 (generic_get_saved_register): Update. Use regcache_read.
4695
08c0b5bc
AC
46962002-06-28 Andrew Cagney <ac131313@redhat.com>
4697
4698 * Makefile.in (objfiles_h): Add $(bcache_h).
4699 * objfiles.h: Include "bcache.h".
4700
4701 * Makefile.in (symtab_h): Remove $(bcache_h).
4702 * symtab.h: Do not include "bcache.h".
4703
1f89801a
AC
47042002-06-28 Andrew Cagney <ac131313@redhat.com>
4705
4706 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4707 generic_func_frame_chain_valid.
4708
b9644b58
DB
47092002-06-28 David O'Brien <obrien@FreeBSD.org>
4710
4711 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4712 * config/i386/tm-fbsd.h: Likewise.
4713
dd486634
AC
47142002-06-28 Andrew Cagney <ac131313@redhat.com>
4715
4716 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4717 generic_unwind_get_saved_register.
4718
0b434a00
AC
47192002-06-27 Andrew Cagney <ac131313@redhat.com>
4720
4721 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4722 * regcache.c (supply_register): Add missing argument to
4723 register_buffer call.
4724
f30e5a77
AC
47252002-06-27 Andrew Cagney <ac131313@redhat.com>
4726
4727 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4728 Solaris /bin/grep does not not like it. From Peter Schauer.
4729
9f064c95
TT
47302002-06-26 Tom Tromey <tromey@redhat.com>
4731
4732 * command.h (add_setshow_cmd): Declare.
4733 (add_setshow_cmd_full): Declare.
4734 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4735 returns void. Use add_setshow_cmd_full.
4736 (add_setshow_cmd_full): New function.
4737 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4738 (add_setshow_boolean_cmd): Likewise.
4739
099c7589
JT
47402002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4741
4742 * config/vax/tm-vax.h: Protect from multiple inclusion.
4743 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4744 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4745 * config/vax/tm-vaxbsd.h: ...here. New file.
4746 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4747
1d049c5e
JT
47482002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4749
4750 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4751 (BELIEVE_PCC_PROMOTION): Remove.
4752 (AP_REGNUM): Move to...
4753 * config/vax/nm-vax.h: ...here.
4754 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4755 (vax_breakpoint_from_pc): New function.
4756 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4757 and gdbarch_believe_pcc_promotion.
4758
4791e091
JT
47592002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4760
4761 * Makefile.in (vax_tdep_h): Define.
4762 (vax-tdep.o): Use $(vax_tdep_h).
4763 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4764 (vax_dump_tdep): New function.
4765 (_initialize_vax_tdep): Register vax_dump_tdep.
4766 * vax-tdep.h: Include osabi.h.
4767 (struct gdbarch_tdep): New.
4768
da130f98
AC
47692002-06-26 Andrew Cagney <cagney@redhat.com>
4770
4771 * frame.h (deprecated_generic_find_dummy_frame): Rename
4772 generic_find_dummy_frame.
4773 * blockframe.c (generic_find_dummy_frame): Make static.
4774 (deprecated_generic_find_dummy_frame): New function.
4775 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4776 generic_find_dummy_frame with deprecated_find_dummy_frame.
4777 (sh64_nofp_frame_init_saved_regs): Ditto.
4778 (sh_fp_frame_init_saved_regs): Ditto.
4779 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4780 (s390_frame_chain): Ditto.
4781 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4782
6300c360
GS
47832002-06-26 Grace Sainsbury <graces@redhat.com>
4784
4785 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4786 gdbarch vector are at the top.
4787 (NUM_REGS): Remove.
4788 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4789 (FRAME_ARGS_ADDRESS): Remove.
4790 (FRAME_LOCALS_ADDRESS): Remove.
4791 (FRAME_NUM_ARGS): Remove.
4792 (FRAME_ARGS_SKIP): Remove.
4793 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4794 (m68k_gdbarch_init): Add gdbarch initializations for macros
4795 undefined in tm-m68k.h
4796
1c617db8
GS
47972002-06-26 Grace Sainsbury <graces@redhat.com>
4798
4799 * monitor.h: Add the function regname to monitor_ops
4800 structure. This way NUM_REGS does not have to be a constant.
4801 * monitor.c (monitor_fetch_register): Added support for regname
4802 function. The function is called if the array regnames is NULL.
4803 (monitor_store_register): Same.
da130f98
AC
4804 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4805 regnames array.
1c617db8
GS
4806 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4807 cpu32bug_cmds.regname to point to new function.
4808 * abug-rom.c (abug_regname): Same as above.
4809 (init_abug_cmds): Same.
4810 * dbug-rom.c (dbug_regname): Same as above.
4811 (init_dbug_cmds): Same.
4812 * remote-est.c (est_regname): Same.
4813 (init_est_cmds): Same.
4814 * rom68k-rom.c (rom68k_regname): Same.
4815 (init_rom68k_cmds): Same.
4816
ea9365bb
TT
48172002-06-25 Tom Tromey <tromey@redhat.com>
4818
4819 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4820
72cec141
AC
48212002-06-25 Andrew Cagney <cagney@redhat.com>
4822
4823 * infrun.c (stop_registers): Change variable's type to ``struct
4824 regcache'''.
4825 (xmalloc_inferior_status): Delete function.
4826 (free_inferior_status): Delete function.
4827 (normal_stop): Use regcache_cpy.
4828 (struct inferior_status): Change type of fields ``stop_registers''
4829 and ``registers'' to ``struct regcache''.
4830 (write_inferior_status_register): Use regcache_write.
4831 (save_inferior_status): Instead of calling
4832 xmalloc_inferior_status, allocate the inf_status buffer directly.
4833 Use regcache_dup_no_passthrough and regcache_dup to save the
4834 buffers.
4835 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4836 Replace the stop_registers regcache instead of overriding it. Use
4837 regcache_xfree. Instead of calling free_inferior_status, xfree
4838 the buffer directly.
4839 (discard_inferior_status): Use regcache_xfree. Instead of calling
4840 free_inferior_status, xfree the buffer directly.
4841 (build_infrun): Use regcache_xmalloc.
4842 (_initialize_infrun): Delete redundant call to build_infrun.
4843
4844 * Makefile.in (infcmd.o): Add $(regcache_h).
4845
4846 * infcmd.c: Include "regcache.h".
4847 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4848 obtain the address of `stop_registers' register buffer.
4849 (print_return_value): Ditto.
4850
4851 * inferior.h (struct regcache): Add opaque declaration.
4852 (stop_registers): Change variable's declared type to ``struct
4853 regcache''.
4854
defc6f8c
TT
48552002-06-24 Tom Tromey <tromey@redhat.com>
4856
c0e624e7
TT
4857 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4858 * target.c (initialize_targets): Fixed typo in
4859 trust-readonly-sections `show' documentation.
4860
defc6f8c
TT
4861 * main.c: Marked all strings with _().
4862
2b236d82
DH
48632002-06-24 Don Howard <dhoward@redhat.com>
4864
4865 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4866 that means max CORE_ADDR+1.
4867 (lookup_mem_region): Ditto.
4868 (mem_info_command): Ditto.
4869
942dc0e9
GS
48702002-06-24 Grace Sainsbury <graces@redhat.com>
4871
4872 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4873 (REGISTER_BYTES_OK): Remove.
4874 (REGISTER_BYTES): Remove.
4875 (STORE_STRUCT_RETURN): Remove.
4876 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4877 (STORE_RETURN_VALUE): Remove.
4878 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4879 (FRAME_CHAIN): Remove.
4880 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4881 (FRAME_SAVED_PC): Remove.
4882 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4883 (m68k_store_struct_return): Add.
4884 (m68k_deprecated_extract_return_value): Add.
4885 (m68k_deprecated_extract_struct_value_address): Add.
4886 (m68k_store_return_value): Add.
4887 (m68k_frame_chain): Add.
4888 (m68k_frameless_function_invocation): Add.
4889 (m68k_frame_saved_pc): Add.
4890 (m68k_gdbarch_init): added set_gdbarch calls for new
4891 functions and deleted macros.
4892
03c30d4d
TT
48932002-06-23 Tom Tromey <tromey@redhat.com>
4894
4895 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4896 (ALLDEPFILES): Likewise.
4897 (udiheaders): Removed.
4898 (udip2soc.o): Likewise.
4899 (udi2go32.o): Likewise.
4900 (udr.o): Likewise.
4901 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4902
37e71372
AC
49032002-06-22 Andrew Cagney <ac131313@redhat.com>
4904
06a6ac57
AC
4905 * infrun.c (_initialize_infrun): Delete unnecessary call to
4906 build_infrun.
4907
37e71372
AC
4908 * regcache.h: Update comments describing the regcache_cpy family
4909 of functions.
4910 (regcache_save, regcache_restore): Delete declaration.
4911 (regcache_save_no_passthrough): Delete declaration.
4912 (regcache_restore_no_passthrough): Delete declaration.
4913 * regcache.c (regcache_save): Delete function.
4914 (regcache_save_no_passthrough): Delete function.
4915 (regcache_restore): Delete function.
4916 (regcache_restore_no_passthrough): Delete function.
4917
78f6d055
AC
49182002-06-21 Andrew Cagney <ac131313@redhat.com>
4919
4920 * config/m68k/tm-m68k.h: Fix typo.
4921 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4922 (m68k_frame_init_saved_regs): Declare.
4923
78b119cb
JB
49242002-06-21 Jim Blandy <jimb@redhat.com>
4925
4926 Remove some vestiges of Harris 88k support.
4927 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4928 register numbering quirk.
4929 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4930 odd symbols occurring in Harris 88k ELF targets.
4931
0fbb3da7
TT
49322002-06-21 Tom Tromey <tromey@redhat.com>
4933
4934 * gdb_locale.h: New file.
4935 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4936 (defs_h): Added gdb_locale.h.
4937 * configure, config.in: Rebuilt.
4938 * configure.in (PACKAGE): Define.
4939 * defs.h: Include gdb_locale.h.
4940 * main.c (captured_main): Call setlocale, bindtextdomain,
4941 textdomain.
4942
456f8b9d
DB
49432002-06-21 Dave Brolley <brolley@redhat.com>
4944
4945 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4946 * config/frv/frv.mt: New file.
4947 * config/frv/tm-frv.h: New file.
4948 * configure.tgt: Support frv-*-*.
4949 * Makefile.in (frv-tdep.o): New target.
4950 * frv-tdep.c: New file.
4951 * NEWS: Mention frv.
4952
cdd463f9
DB
49532002-06-21 Dave Brolley <brolley@redhat.com>
4954
4955 * MAINTAINERS: Add self to "Write After Approval" list.
4956
5d3ed2e3
GS
49572002-06-21 Grace Sainsbury <graces@redhat.com>
4958
4959 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4960 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4961 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4962 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4963 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4964
4965 * m68k-tdep.c: Include arch-utils.h
4966 (m68k_register_raw_size): Add.
4967 (m68k_register_virtual_size): Add.
4968 (m68k_register_virtual_type): Add.
4969 (m68k_register_name): Add.
4970 (m68k_stack_align): Add.
4971 (m68k_register_byte): Add.
4972 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4973 tm-m68k.h.
4974
7f8e7424
GS
49752002-06-21 Grace Sainsbury <graces@redhat.com>
4976
a2c6a6d5 4977 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4978 m68k_find_saved_regs.
4979 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4980 references to it with frame->saved_regs.
7f8e7424
GS
4981 (m68k_gdbarch_init): Added function calls to initialize the
4982 gdbarch structure.
a2c6a6d5
GS
4983 (m68k_fix_call_dummy): Add.
4984 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4985 (CALL_DUMMY): Remove.
4986 (CALL_DUMMY_LENGTH): Remove.
4987 (CALL_DUMMY_START_OFFSET): Remove.
4988 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4989 (FIX_CALL_DUMMY): Remove.
4990 (PUSH_DUMMY_FRAME): Remove.
4991 (POP_FRAME): Remove.
7f8e7424 4992
f461f5cf
PM
49932002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4994
4995 * parse.c (parse_fprintf): New function used to avoid calls to
4996 fprintf in bison parser generated debug code.
4997 * parser-defs.h: Declaration of new parse_fprintf function.
4998 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4999 Set YYDEBUG to 1 by default.
5000 Set YYFPRINTF as parse_fprintf.
5001
7f0c12ed
ML
50022002-06-21 Michal Ludvig <mludvig@suse.cz>
5003
5004 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5005 encoding anymore.
5006 (pointer_encoding, enum ptr_encoding): New.
5007 (execute_cfa_program): Take care about pointer encoding.
5008 (dwarf2_build_frame_info): Only call parse_frame_info for
5009 .debug_frame and .eh_frame.
5010 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5011 fixed augmentation handling, added relative addressing,
5012 ignore duplicate FDEs. Added comments.
19d833a2 5013 * dwarf2cfi.c: Reindented.
7f0c12ed 5014
87c4a039
EZ
50152002-06-20 Elena Zannoni <ezannoni@redhat.com>
5016
5017 * event-top.c (command_handler): Don't use space_at_cmd_start
5018 unless there is sbrk() on the host. Assign time and space data
5019 to union fields of the appropriate length.
5020
1cf877ad
ML
50212002-06-20 Michal Ludvig <mludvig@suse.cz>
5022
5023 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5024 x86_64_register_name. Return type changed to 'const char *'.
5025 (x86_64_register_name2nr): Rename to x86_64_register_number.
5026 (x86_64_gdbarch_init): Update to reflect the change.
5027 * x86-64-tdep.h: Ditto.
5028 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5029 (supply_fpregset): Ditto.
5030
3fadccb3
AC
50312002-06-19 Andrew Cagney <cagney@redhat.com>
5032
5033 * regcache.h: Update copyright.
5034 (struct regcache, struct gdbarch): Add opaque declarations.
5035 (current_regcache): Declare global variable.
5036 (regcache_read, regcache_write): Add gdbarch parameter.
5037 (regcache_save, regcache_save_no_passthrough)
5038 (regcache_restore, regcache_restore_no_passthrough)
5039 (regcache_dup, regcache_dup_no_passthrough)
5040 (regcache_cpy, regcache_cpy_no_passthrough)
5041 (deprecated_grub_regcache_for_registers)
5042 (deprecated_grub_regcache_for_register_valid)
5043 (regcache_valid_p): Add function declarations.
5044
5045 * regcache.c: Update copyright.
5046 (regcache_descr_handle): New global variable.
5047 (struct regcache_descr): Define.
5048 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5049 (regcache_descr, xfree_regcache_descr): New functions.
5050 (struct regcache): Define.
5051 (regcache_xmalloc, regcache_xfree): New functions.
5052 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5053 (regcache_dup, regcache_dup_no_passthrough): New functions.
5054 (regcache_valid_p, regcache_read_as_address): New functions.
5055 (deprecated_grub_regcache_for_registers): New function.
5056 (deprecated_grub_regcache_for_register_valid): New function.
5057 (current_regcache): New global variable.
5058 (register_buffer): Add regcache parameter. Update calls.
5059 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5060 (read_register_gen, write_register_gen): Update register_buffer
5061 call. Test for legacy_p instead of gdbarch_register_read_p or
5062 gdbarch_register_write_p.
5063 (regcache_collect): Update register_buffer call.
5064 (build_regcache): Rewrite. Use deprecated grub functions.
5065 (regcache_save, regcache_save_no_passthrough): New functions.
5066 (regcache_restore, regcache_restore_no_passthrough): New
5067 functions.
5068 (_initialize_regcache): Create the regcache_data_handle. Swap
5069 current_regcache global variable.
5070
5071 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5072 parameter to regcache_read and regcache_write calls.
5073 (sh4_register_read): Ditto.
5074 (sh64_pseudo_register_read): Ditto.
5075 (sh64_register_read): Ditto.
5076 (sh_pseudo_register_write): Ditto.
5077 (sh4_register_write): Ditto.
5078 (sh64_pseudo_register_write): Ditto.
5079 (sh64_register_write): Ditto.
5080
5081 * defs.h (XCALLOC): Define.
5082
152d9db6
GS
50832002-06-19 Grace Sainsbury <graces@redhat.com>
5084
5085 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5086 * m68k-tdep.c (m68k_gdbarch_init): Added.
5087 (m68k_dump_tdep): Added.
5088
170911c7
DJ
50892002-06-19 Daniel Jacobowitz <drow@mvista.com>
5090
5091 * ada-lang.c (fill_in_ada_prototype): Update comment.
5092
2e4ebe70
DJ
50932002-06-19 Daniel Jacobowitz <drow@mvista.com>
5094
5095 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5096 MIPS_ABI_LAST.
5097 (mips_abi_string, mips_abi_strings): New.
5098 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5099 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5100 tdep->mips_abi_string. Honor mips_abi_string. Default to
5101 O32 if no ABI is found.
5102 (mips_dump_tdep): Use mips_abi_strings.
5103 (mips_abi_update): New function.
5104 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5105 ``set mips abi'' and ``show mips abi''. Check the size of
5106 mips_abi_strings.
5107
16775908
AC
51082002-06-19 Andrew Cagney <cagney@redhat.com>
5109
5110 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5111 constant.
5112
5051bfa4 51132002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5114
5051bfa4
JB
5115 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5116 current frame using only the first stack size adjustment. All
5117 subsequent size adjustments are not considered to be part of
5118 the "static" part of the current frame.
5119 Compute the address of the saved registers relative to the
5120 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5121 in use in this frame.
5122
56468235
DH
51232002-06-18 Don Howard <dhoward@redhat.com>
5124
5125 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5126 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5127 suggesting this solution.
5128
0b624158
AC
51292002-06-18 Andrew Cagney <ac131313@redhat.com>
5130
5131 * config/romp/xm-rtbsd.h: Delete file.
5132 * config/romp/rtbsd.mh: Delete file.
5133
221ea385
KS
51342002-06-18 Keith Seitz <keiths@redhat.com>
5135
5136 * breakpoint.c (condition_command): Post breakpoint_modify
5137 when a condition is added to an existing breakpoint.
5138 (commands_command): Likewise for commands.
5139 (set_ignore_count): Likewise for ignore counts.
5140 If no tty, do not simply return, still need to send event
5141 notification.
5142 (ignore_command): Only print a newline if the command came
5143 from a tty.
5144 Don't call breakpoints_changed, since this is now properly
5145 handled by set_ignore_count.
5146
5402eed1
AC
51472002-06-18 Andrew Cagney <cagney@redhat.com>
5148
5149 * MAINTAINERS: Note that cris-elf target can be compiled with
5150 -Werror.
5151 * cris-tdep.c (cris_register_name): Make return type constant.
5152 (cris_breakpoint_from_pc): Ditto.
5153
cc22880b
ML
51542002-06-18 Michal Ludvig <mludvig@suse.cz>
5155
5156 * frame.h (struct frame_info): Change type of context to
5157 'struct context'.
5158
fa88f677
AC
51592002-06-17 Andrew Cagney <cagney@redhat.com>
5160
5161 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5162 pointer.
5163 * gdbarch.h, gdbarch.c: Regenerate.
5164 * config/mips/tm-mips.h (mips_register_name): Update.
5165 * i386-tdep.h (i386_register_name): Update.
5166 * mips-tdep.c (mips_register_name): Update
5167 * alpha-tdep.c (alpha_register_name): Update.
5168 * arch-utils.c (legacy_register_name): Update.
5169 * arch-utils.h (legacy_register_name): Update.
5170 * avr-tdep.c (avr_register_name): Update.
5171 * ia64-tdep.c (ia64_register_name): Update.
5172 * i386-tdep.c (i386_register_name): Update.
5173 * sparc-tdep.c (sparc32_register_name): Update.
5174 (sparc64_register_name): Update.
5175 (sparclite_register_name): Update.
5176 (sparclet_register_name): Update.
5177 * sh-tdep.c (sh_generic_register_name): Update.
5178 (sh_sh_register_name): Update.
5179 (sh_sh3_register_name): Update.
5180 (sh_sh3e_register_name): Update.
5181 (sh_sh_dsp_register_name): Update.
5182 (sh_sh3_dsp_register_name): Update.
5183 (sh_sh4_register_name): Update.
5184 (sh_sh64_register_name): Update.
5185 * s390-tdep.c (s390_register_name): Update.
5186 * rs6000-tdep.c (rs6000_register_name): Update.
5187 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5188 (ns32k_register_name_32382): Update.
5189 * d10v-tdep.c (d10v_ts2_register_name): Update.
5190 (d10v_ts3_register_name): Update.
5191 * xstormy16-tdep.c (xstormy16_register_name): Update.
5192 * vax-tdep.c (vax_register_name): Update.
5193 * v850-tdep.c (v850_register_name): Update.
5194 * m68hc11-tdep.c (m68hc11_register_name): Update.
5195 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5196 (am33_register_name): Update.
5197
ea1e7ef6
GS
51982002-06-17 Grace Sainsbury <graces@redhat.com>
5199
5200 * m68k-tdep.c: Reindented.
5201
9b02dd1b
AC
52022002-06-17 Andrew Cagney <ac131313@redhat.com>
5203
5204 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5205 list of predefined types.
5206
8758dec1
MK
52072002-06-16 Mark Kettenis <kettenis@gnu.org>
5208
b6197528
MK
5209 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5210 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5211 REGISTER_CONVERT_TO_RAW): Remove defines.
5212 (i386_register_virtual_type, i386_register_convertible,
5213 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5214 Remove prototypes.
5215 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5216 macros mentioned above.
5217
82b47e62
MK
5218 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5219 (i386lynx_saved_pc_after_call): Remove prototype.
5220 * i386ly-tdep.c: Include "i386-tdep.h".
5221 (i386lynx_saved_pc_after_call): Make static. Use
5222 read_memory_nobpt instead of read_memory. Use
5223 read_memory_unsigned_integer instead of read_memory_integer.
5224 (i386lynx_init_abi): New function.
5225 (i386lynx_coff_osabi_sniffer): New function.
5226 (_initialize_i386bsd_tdep): New function.
5227
8758dec1
MK
5228 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5229 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5230 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5231 (i386_fix_call_dummy): Remove prototype.
5232 * i386-tdep.c (i386_call_dummy_words): New variable.
5233 (i386_gdbarch_init): Adjust for removal of the
5234 macros mentioned above.
5235
e9e68a56
AC
52362002-06-15 Andrew Cagney <ac131313@redhat.com>
5237
5238 * command.h (add_setshow_auto_boolean_cmd): Replace
5239 add_set_auto_boolean_cmd.
5240 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5241 add_set_auto_boolean_cmd.
5242 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5243 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5244 mask-address'' command.
5245 (show_mask_address): Add cmd parameter.
5246 * remote.c (add_packet_config_cmd): Update. Change type of
5247 set_func and show_func to cmd_sfunc_ftype.
5248 (_initialize_remote): Update `set remote Z-packet'
5249 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5250 (show_remote_protocol_e_packet_cmd): Ditto.
5251 (show_remote_protocol_E_packet_cmd): Ditto.
5252 (show_remote_protocol_P_packet_cmd): Ditto.
5253 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5254 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5255 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5256 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5257 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5258 (show_remote_protocol_Z_packet_cmd): Ditto.
5259 (show_remote_protocol_binary_download_cmd): Ditto.
5260 (show_remote_cmd): Pass NULL to all of above.
5261
fc08ec52
MK
52622002-06-15 Mark Kettenis <kettenis@gnu.org>
5263
5264 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5265 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5266 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5267 POP_FRAME): Remove defines.
5268 (i386_push_arguments, i386_store_struct_return,
5269 i386_extract_return_value, i386_store_return_value,
5270 i386_extract_struct_value_address, i386_push_dummy_frame,
5271 i386_pop_frame): Renove prototypes.
5272 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5273 macros mentioned above.
5274
e707bbc2
AC
52752002-06-15 Andrew Cagney <ac131313@redhat.com>
5276
5277 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5278 add_set_boolean_cmd.
5279 (add_setshow_cmd): New function.
5280 * command.h (add_setshow_boolean_cmd): Replace
5281 add_set_boolean_cmd.
5282 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5283 and ``set rdiromatzero''.
5284 * maint.c (_initialize_maint_cmds): Update commented out code.
5285 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5286 * target.c (initialize_targets): Update `set
5287 trust-readonly-sections'.
5288 * remote.c (_initialize_remote): Update `set remotebreak'.
5289
42fdc8df
MK
52902002-06-15 Mark Kettenis <kettenis@gnu.org>
5291
93924b6b
MK
5292 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5293 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5294 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5295 fit into multi-arch framework.
5296 (i386_breakpoint_from_pc): New function.
5297 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5298 above.
5299
42fdc8df
MK
5300 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5301 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5302 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5303 (i386_frameless_function_invocation, i386_frame_num_args,
5304 i386_frame_init_saved_regs): Remove prototypes.
5305 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5306 macros mentioned above.
5307
9773a94b
AC
53082002-06-15 Andrew Cagney <ac131313@redhat.com>
5309
5310 * cli/cli-decode.c (set_cmd_cfunc): Update.
5311 (set_cmd_sfunc): Update.
5312 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5313 (set_cmd_sfunc, set_cmd_cfunc): Update.
5314 * cli/cli-decode.h: Update.
5315
6e157172
MK
53162002-06-15 Mark Kettenis <kettenis@gnu.org>
5317
5318 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5319 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5320
7f19b9a2
AC
53212002-06-15 Andrew Cagney <ac131313@redhat.com>
5322
5323 * defs.h (auto_boolean): Declare enum.
5324 * command.h (cmd_auto_boolean): Delete enum.
5325 * mips-tdep.c (mask_address_var): Update.
5326 (mips_mask_address_p): Update.
5327 (show_mask_address): Update.
5328 * remote.c (struct packet_config): Update.
5329 (update_packet_config): Update.
5330 (show_packet_config_cmd): Update.
5331 (packet_ok): Update.
5332 (add_packet_config_cmd): Update.
5333 (_initialize_remote):
5334 * command.h: Update.
5335 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5336 (do_setshow_command): Update.
5337 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5338 * cli/cli-decode.h: Update.
5339
1cf88de5
MK
53402002-06-15 Mark Kettenis <kettenis@gnu.org>
5341
22ba8cf2
MK
5342 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5343 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5344 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5345 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5346 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5347 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5348
762c5349
MK
5349 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5350 list of DJGPP COFF targets.
5351
091198bb
MK
5352 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5353 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5354 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5355 (FP0_REGNUM): Remove define.
5356 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5357 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5358 (i386_register_virtual_size): Remove protoype.
5359 * i386-tdep.c (i386_register_virtual_size): Removed.
5360 (i386_extract_return_value, i386_store_return_value): Use
5361 FP0_REGNUM instead of NUM_FREGS to determine whether the
5362 floating-point registers are available.
5363 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5364 Adjust for removal of macros mentioned above.
5365
53662002-06-15 Mark Kettenis <kettenis@gnu.org>
5367
fcc9bf01
MK
5368 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5369 comments.
5370 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5371 Remove prototypes.
5372 (supply_gregset, fill_gregset): Remove use of register keyword and
5373 remove declaration for regmap. Use I386_NUM_GREGS instead of
5374 NUM_REGS and NUM_FREGS.
5375 (FPREGSET_FSAVE_OFFSET): Remove.
5376 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5377 NUM_FREGS to determine whether the floating-point registers are
5378 available.
5379
65e78234
MK
5380 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5381 gnu_store_registers): Replace usage of NUM_GREGS with
5382 I386_NUM_GREGS.
5383
98df6387
MK
5384 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5385 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5386 usage of NUM_GREGS with I386_NUM_GREGS.
5387
099a9414
MK
5388 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5389
57976e88
MK
5390 * i386bsd-nat.c: Include "i386-tdep.h".
5391 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5392 I386_NUM_GREGS.
5393
b335f4a6
MK
5394 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5395 and associated comment. They no longer make any sense, since we
5396 don't use this file anymore on Linux.
5397
1cf88de5
MK
5398 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5399 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5400 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5401 elements in these arrays.
5402 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5403 MAX_NUM_REGS.
5404
daa66587
MK
54052002-06-15 Mark Kettenis <kettenis@gnu.org>
5406
5407 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5408 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5409
26e9b323
AC
54102002-06-14 Andrew Cagney <cagney@redhat.com>
5411
5412 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5413 EXTRACT_RETURN_VALUE.
5414 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5415 EXTRACT_STRUCT_VALUE_ADDRESS.
5416 * gdbarch.h, gdbarch.c: Regenerate.
5417
5418 * values.c (value_being_returned): Handle
5419 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5420 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5421
5422 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5423 * arm-tdep.c (arm_gdbarch_init): Update.
5424 * avr-tdep.c (avr_gdbarch_init): Update.
5425 * cris-tdep.c (cris_gdbarch_init): Update.
5426 * d10v-tdep.c (d10v_gdbarch_init): Update.
5427 * ia64-tdep.c (ia64_gdbarch_init): Update.
5428 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5429 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5430 * s390-tdep.c (s390_gdbarch_init): Update.
5431 * sh-tdep.c (sh_gdbarch_init): Update.
5432 * s390-tdep.c (s390_gdbarch_init): Update.
5433 * sparc-tdep.c (sparc_gdbarch_init): Update.
5434 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5435 * v850-tdep.c (v850_gdbarch_init): Update.
5436 * vax-tdep.c (vax_gdbarch_init): Update.
5437 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5438 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5439
5440 * config/arc/tm-arc.h: Update.
5441 * config/d30v/tm-d30v.h: Update.
5442 * config/fr30/tm-fr30.h: Update.
5443 * config/h8300/tm-h8300.h: Update.
5444 * config/h8500/tm-h8500.h: Update.
5445 * config/i386/tm-i386.h: Update.
5446 * config/i386/tm-ptx.h: Update.
5447 * config/i386/tm-symmetry.h: Update.
5448 * config/i960/tm-i960.h: Update.
5449 * config/m32r/tm-m32r.h: Update.
5450 * config/m68k/tm-delta68.h: Update.
5451 * config/m68k/tm-linux.h: Update.
5452 * config/m68k/tm-m68k.h: Update.
5453 * config/m88k/tm-m88k.h: Update.
5454 * config/mcore/tm-mcore.h: Update.
5455 * config/mips/tm-mips.h: Update.
5456 * config/mn10200/tm-mn10200.h: Update.
5457 * config/pa/tm-hppa.h: Update.
5458 * config/pa/tm-hppa64.h: Update.
5459 * config/sparc/tm-sp64.h: Update.
5460 * config/sparc/tm-sparc.h: Update.
5461 * config/sparc/tm-sparclet.h: Update.
5462 * config/z8k/tm-z8k.h: Update.
5463
5179e78f
AC
54642002-06-14 Andrew Cagney <cagney@redhat.com>
5465
5466 * Makefile.in (i386_linux_tdep_h): Define.
5467 (i386_tdep_h, i387_tdep_h): Define.
5468 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5469 $(i386_tdep_h) and $(i387_tdep_h).
5470 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5471
8201327c
MK
54722002-06-14 Mark Kettenis <kettenis@gnu.org>
5473
edf393ac
MK
5474 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5475 Already covered by the default.
5476
896fb97d
MK
5477 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5478 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5479 (i386_gdbarch_init): Initialize long_double_format and long_double
5480 bit.
5481
8201327c
MK
5482 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5483 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5484 Move these to ...
5485 * config/i386/i386sol2.mh: ... here.
5486 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5487 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5488 (SIGCONTEXT_PC_OFFSET): Remove define.
5489 (IN_SIGTRAMP): Remove define.
5490 * i386-sol2-tdep.c: New file.
5491
5492 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5493 * config/i386/tm-i386nw.h: Removed.
5494
5495 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5496 USE_STRUCT_CONVENTION): Remove defines.
5497 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5498 (get_longjmp_target): Remove prototype.
5499 (IN_SIGTRAMP): Remove define.
5500 (i386bsd_in_sigtramp): Remove prototype.
5501 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5502 function. Update comment accordingly
5503 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5504 (FRAME_SAVED_PC): Remove define.
5505 (i386bsd_frame_saved_pc): Remove prototype.
5506 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5507 GET_LONGJMP_TARGET): Remove defines.
5508 (get_longjmp_target): Remove prototype.
5509 (IN_SIGTRAMP): Remove define.
5510 (i386bsd_in_sigtramp): Remove prototype.
5511 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5512 function. Update comment accordingly
5513 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5514 (FRAME_SAVED_PC): Remove define.
5515 (i386bsd_frame_saved_pc): Remove prototype.
5516 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5517 Remove prototype.
5518 (USE_STRUCT_CONVENTION): Remove prototype.
5519 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5520 declaration.
5521 (_initialize_i386bsd_nat): Revise logic to determine some
5522 constants at compile time when compiling a native GDB. Warn if
5523 things don't match up with what we expect.
5524 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5525 Remove variables.
5526 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5527 to use date stored in `struct gdbarch_tdep'.
5528 (i386bsd_sigcontext_offset): Remove varaible.
5529 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5530 stored in `struct gdbarch_tdep'.
5531 (i386bsd_frame_saved_pc): Make static.
5532 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5533 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5534 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5535 i386fbsd4_sc_pc_offset): New variables.
5536 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5537 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5538 functions.
5539 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5540 functions.
5541 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5542 Modify the value of i386fbsd_sigtramp_start and
5543 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5544 i386fbsd_sigtramp_end.
5545 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5546 function.
5547
5548 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5549 define to i386-linux-tdep.h.
5550 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5551 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5552 defines.
5553 (i386_linux_register_name, i386_linux_register_byte,
5554 i386_linux_register_raw_size): Remove prototypes.
5555 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5556 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5557 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5558 TARGET_WRITE_PC): Remove defines.
5559 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5560 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5561 i386_linux_write_pc): Remove prototypes.
5562 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5563 (get_longjmp_target): Remove prototype.
5564 * i386-linux-tdep.h: New file.
5565 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5566 * i386-linux-tdep.c: Include "i386-tdep.h" and
5567 "i386-linux-tdep.h".
5568 (i386_linux_register_name, i386_linux_register_byte,
5569 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5570 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5571 Make static.
5572 (i386_linux_init_abi): New function.
5573 (_initialize_i386_linux_tdep): New function.
5574
5575 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5576 (i386_saved_pc_after_call): Remove prototype.
5577 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5578 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5579 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5580 (i386_register_name, i386_stab_reg_to_regnum,
5581 i386_dwarf_reg_to_regnum): Remove prototypes.
5582 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5583 SIZEOF_SSE_REGS): Remove defines.
5584 (REGISTER_BYTES): Remove define.
5585 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5586 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5587 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5588 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5589 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5590 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5591 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5592 (get_longjmp_target): Remove prototype.
5593 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5594 (sigtramp_saved_pc): Remove define.
5595 (i386v4_sigtramp_saved_pc): Remove prototype.
5596 * config/i386/tm-go32.h (FRAME_CHAIN,
5597 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5598 (i386go32_frame_saved_pc): Remove prototype.
5599 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5600 (get_longjmp_target): Remove prototype.
5601 * i386-tdep.h: Include "osabi.h".
5602 (enum i386_abi): Removed.
5603 (enum struct_return): New enum.
5604 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5605 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5606 sc_pc_offset members.
5607 (i386_gdbarch_register_os_abi): Remove prototype.
5608 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5609 I386_SSE_NUM_REGS): New defines.
5610 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5611 I386_SSE_SIZEOF_REGS): New defines.
5612 (i386_register_name, i386_register_byte, i386_register_raw_size):
5613 New prototypes.
5614 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5615 (i386bsd_sigtramp_saved_pc): New prototype.
5616 * i386-tdep.c: Don't include "elf-bfd.h".
5617 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5618 i386_frame_chain, i386_saved_pc_after_call): Make static.
5619 (i386_frame_saved_pc): Rewrite to call architecture dependent
5620 function to deal with signal handlers. Make static.
5621 (i386go32_frame_saved_pc): Removed.
5622 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5623 Removed.
5624 (i386_get_longjmp_target): New function.
5625 (default_struct_convention, pcc_struct_convention,
5626 reg_struct_convention, valid_conventions, struct_convention): New
5627 variables.
5628 (i386_use_struct_convention): New function.
5629 (i386v4_sigtramp_saved_pc): Renamed to
5630 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5631 (i386_pc_in_sigtramp): New function.
5632 (i386_abi_names): Removed.
5633 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5634 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5635 Removed.
5636 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5637 i386_gdbarch_register_os_abi): Removed.
5638 (struct i386_abi_handler): Removed.
5639 (i386_abi_handler_list): Removed.
5640 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5641 functions.
5642 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5643 i386_nw_init_abi): New functions.
5644 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5645 Use set_gdbarch_xxx() calls instead of relying on macros for a
5646 number of calls.
5647 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5648 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5649 Register the various architecture variants defined in this file.
5650
ad2f7632
DJ
56512002-06-14 Daniel Jacobowitz <drow@mvista.com>
5652
5653 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5654 (struct main_type): Remove arg_types member. Update comments for
5655 struct field.
5656 (TYPE_ARG_TYPES): Remove.
5657 (TYPE_FN_FIELD_ARGS): Update.
5658 (smash_to_method_type): Update prototype.
5659
5660 * c-typeprint.c (cp_type_print_method_args): Take method type
5661 instead of argument list. Use new argument layout. Simplify.
5662 (c_type_print_args): Use new argument layout. Simplify.
5663 (c_type_print_base): Update call to cp_type_print_method_args.
5664 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5665 argument; use die->type instead. Update call to
5666 smash_to_method_type.
5667 (read_structure_scope): Update call to dwarf2_add_member_fn.
5668 * gdbtypes.c (allocate_stub_method): Update comment.
5669 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5670 Use new argument layout.
5671 (check_stub_method): Use new argument layout. Don't count
5672 void as an argument.
5673 (print_arg_types): Update comments. Use new argument layout.
5674 (recursive_dump_type): Don't print arg_types member.
5675 * hpread.c (hpread_read_struct_type): Use new argument layout.
5676 (fixup_class_method_type): Likewise.
5677 (hpread_type_lookup): Likewise.
5678 * stabsread.c (read_type): Update calls to read_args and
5679 smash_to_method_type.
5680 (read_args): Use new argument layout. Simplify.
5681 * valops.c (typecmp): Use new argument layout. Update parameters
5682 and comments. Simplify.
5683 (hand_function_call): Use new argument layout.
5684 (search_struct_method): Update call to typecmp.
5685 (find_overload_match): Use new argument layout.
5686
6da02953
DJ
56872002-06-13 Daniel Jacobowitz <drow@mvista.com>
5688
5689 * NEWS: Mention multithreaded debug support for gdbserver.
5690
519b2366
DJ
56912002-06-13 Daniel Jacobowitz <drow@mvista.com>
5692
5693 * MAINTAINERS: Mention NEWS.
5694
6c0d6680
DJ
56952002-06-13 Daniel Jacobowitz <drow@mvista.com>
5696
5697 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5698 (struct mips_objfile_private, compare_pdr_entries): New.
5699 (non_heuristic_proc_desc): Read the ".pdr" section if it
5700 is present.
5701
6529d2dd
AC
57022002-06-12 Andrew Cagney <ac131313@redhat.com>
5703
5704 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5705 (arm_debug): New static variable.
5706 (_initialize_arm_tdep): Add ``set debug arm'' command.
5707
26216b98
AC
57082002-06-12 Andrew Cagney <ac131313@redhat.com>
5709
5710 * Makefile.in (sim_arm_h): Define.
5711 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5712 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5713 (arm_register_sim_regno): New function, map an internal REGNUM
5714 onto a simulator register number.
5715 (arm_gdbarch_init): Set register_sim_regno.
5716
814b3ba0
AH
57172002-06-09 Aldy Hernandez <aldyh@redhat.com>
5718
5719 * MAINTAINERS: Add self.
5720
475b0867
JB
57212002-06-11 Jim Blandy <jimb@redhat.com>
5722
919d772c
JB
5723 * source.c (source_info): Mention whether the symtab has
5724 information about preprocessor macros.
5725
475b0867
JB
5726 Call the command `info macro', not `show macro'.
5727 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5728 Fix error message.
5729 (_initialize_macrocmd): Register `info_macro_command' in
5730 `infolist', not `showlist'.
5731
9e364162
DJ
57322002-06-11 Daniel Jacobowitz <drow@mvista.com>
5733
5734 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5735 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5736 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5737 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5738 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5739 unconditionally.
5740 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5741 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5742 (_initialize_mips_tdep): Remove dead code.
5743 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5744 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5745 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5746 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5747 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5748 MIPS_LAST_FP_ARG_REGNUM): Remove.
5749
23aa4c72
ML
57502002-06-11 Michal Ludvig <mludvig@suse.cz>
5751
5752 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5753 (unwind_tmp_obstack_free, parse_frame_info)
5754 (update_context, cfi_read_fp, cfi_write_fp)
5755 (cfi_frame_chain, cfi_init_extra_frame_info)
5756 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5757 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5758
70eb15a4
CV
57592002-06-11 Corinna Vinschen <vinschen@redhat.com>
5760
5761 * v850-tdep.c (v850_type_is_scalar): New function.
5762 (v850_use_struct_convention): Match current gcc implementation
5763 as close as possible.
5764 (v850_push_arguments): Fix stack_offset handling. Don't write
5765 struct_addr into register. This is done by v850_store_struct_return.
5766 (v850_extract_return_value): Care for structs.
5767 (v850_store_return_value): Ditto.
5768 (v850_store_struct_return): Actually write address.
5769
482a4d06
ML
57702002-06-11 Michal Ludvig <mludvig@suse.cz>
5771
5772 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5773 without debug information too.
5774
d855c300
AC
57752002-06-10 Andrew Cagney <ac131313@redhat.com>
5776
5777 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5778 Make multi-arch pure.
5779 * gdbarch.h, gdbarch.c: Re-generate.
5780 * arm-tdep.c (arm_print_float_info): Update.
5781 * arch-utils.h (default_print_float_info): Update.
5782 * arch-utils.c (default_print_float_info): Update.
5783 * infcmd.c (float_info): Update call.
5784
dd12a101
AC
57852002-06-10 Andrew Cagney <ac131313@redhat.com>
5786
5787 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5788 the front of the initialize list.
5789
101dcfbe
AC
57902002-06-10 Andrew Cagney <ac131313@redhat.com>
5791
5792 * infrun.c (struct inferior_status): Replace fields
5793 selected_frame_address and selected_level with field
5794 selected_frame_id.
5795 (save_inferior_status): Update. Use get_frame_id.
5796 (struct restore_selected_frame_args): Delete.
5797 (restore_selected_frame): Update. Use frame_find_by_id.
5798 (restore_inferior_status): Update.
5799
5800 * breakpoint.h (struct breakpoint): Change type of
5801 watchpoint_frame to frame_id.
5802 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5803 call to get_current_frame.
5804 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5805 get_current_frame.
5806 (watchpoint_check): Use frame_find_by_id.
5807
5808 * frame.h (record_selected_frame): Delete declaration.
5809 * stack.c (record_selected_frame): Delete function.
5810
5811 * frame.h (struct frame_id): Define.
5812 (get_frame_id): Declare.
5813 (frame_find_by_id): Declare.
5814 * frame.c (frame_find_by_id): New function.
5815 (get_frame_id): New function.
5816
304270b6
AV
58172002-06-10 Andrey Volkov <avolkov@transas.com>
5818
5819 * ser-e7kpc.c: Fix duplicated define and call of
5820 _initialize_ser_e7000pc
5821
2f2cf184
DJ
58222002-06-09 Daniel Jacobowitz <drow@mvista.com>
5823
5824 * signals/signals.c (target_signal_from_host): Fix #ifdef
5825 SIGRTMIN case.
5826 (do_target_signal_to_host): Likewise.
5827
caaa3122
DJ
58282002-06-09 Daniel Jacobowitz <drow@mvista.com>
5829
5830 * mips-tdep.c (mips_find_abi_section): New function.
5831 (mips_gdbarch_init): Call it.
5832
6ac5df3a
MK
58332002-06-09 Mark Kettenis <kettenis@gnu.org>
5834
5835 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5836 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5837 after Andrew's 2002-06-08 gdbarch change.
5838
82ea117a
MK
58392002-06-09 Mark Kettenis <kettenis@gnu.org>
5840
5841 * i386-linux-nat.c (suppy_gregset): Don't supply
5842 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5843 register cache.
5844 (fill_gregset): Don't fetch it under the same circumstances.
5845
3c25f8c7
AC
58462002-06-09 Andrew Cagney <cagney@redhat.com>
5847
5848 * Makefile.in (callback_h): Define.
5849 (remote_sim_h): Update path to remote-sim.h.
5850 (remote-rdp.o): Add $(callback_h).
5851 (remote-sim.o): Use $(callback_h).
5852 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5853 * remote-rdp.c: Include "gdb/callback.h".
5854
1029b7fa
MK
58552002-06-09 Mark Kettenis <kettenis@gnu.org>
5856
5857 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5858 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5859
616675d3
AC
58602002-06-08 Andrew Cagney <ac131313@redhat.com>
5861
a3efda28
AC
5862 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5863 * rdi-share/serpardr.c: Ditto.
5864 * rdi-share/unixcomm.c: Ditto.
5865 * rdi-share/serdrv.c: Ditto.
5866 * rdi-share/hostchan.h: Ditto.
5867 * rdi-share/hostchan.c: Ditto.
5868 * rdi-share/host.h: Ditto.
5869 * rdi-share/devsw.c: Ditto.
5870
c5f10366
AC
5871 * objfiles.h: Change type of obj_private to void pointer.
5872 * pa64solib.c: Update copyright. Don't include "assert.h", use
5873 strcmp instead of STREQ, use LONGEST, do not use PTR
5874 * somsolib.c: Ditto.
5875
616675d3
AC
5876 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5877 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5878 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5879
e4b415d9
AC
58802002-06-08 Andrew Cagney <ac131313@redhat.com>
5881
5882 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5883 (default_get_saved_register): Delete function.
5884 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5885 generic_unwind_get_saved_register.
5886 * gdbarch.h, gdbarch.c: Re-generate.
5887
ca0d0b52
AC
58882002-06-08 Andrew Cagney <ac131313@redhat.com>
5889
5890 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5891 generic_func_frame_chain_valid.
5892 * gdbarch.h, gdbarch.c: Re-generate.
5893 * blockframe.c (generic_func_frame_chain_valid): Only check
5894 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5895 passing FP to PC_IN_CALL_DUMMY.
5896 Fix PR gdb/360.
5897
76860b5f
AC
58982002-06-08 Andrew Cagney <ac131313@redhat.com>
5899
5900 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5901 (register_gdbarch_data): Initialize init_p.
5902 (gdbarch_data): Initialize data pointer using the init function.
5903 (init_gdbarch_data): Delete function.
5904 (gdbarch_update_p): Update.
5905 (initialize_non_multiarch): Update.
5906 (struct gdbarch): Add field initialized_p.
5907 * gdbarch.h, gdbarch.c: Re-generate.
5908
8dda9770
ML
59092002-06-07 Michal Ludvig <mludvig@suse.cz>
5910
5911 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5912 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5913 better do the things actually here.
5914 * x86-64-tdep.c (x86_64_register_name2nr): New.
5915 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5916 (x86_64_gdbarch_init): Respect the above change.
5917 * x86-64-tdep.h (x86_64_register_name2nr)
5918 (x86_64_register_nr2name): Add prototypes.
5919 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5920
3d79a47c
MS
59212002-06-06 Michael Snyder <msnyder@redhat.com>
5922
7bd91a28
MS
5923 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5924 Delete extra braces and re-indent.
5925 (d10v_store_return_value): Char return values
3d79a47c
MS
5926 must be shifted over by one byte in R0.
5927 (d10v_extract_return_value): Delete extra braces, re-indent.
5928
095a4c96
EZ
59292002-06-06 Elena Zannoni <ezannoni@redhat.com>
5930
5931 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5932 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5933 (d10v_integer_to_address): Rewrite.
5934 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5935 the d10v specific functions which take care of converting to the
5936 correct space.
5937
e8a77ca4
EZ
59382002-06-06 Elena Zannoni <ezannoni@redhat.com>
5939
5940 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5941 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5942
4f2e4a4f
AC
59432002-06-02 Andrew Cagney <ac131313@redhat.com>
5944
5945 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5946 includes.
5947 * config/tm-linux.h: Ditto.
5948 * config/alpha/tm-alphalinux.h: Ditto.
5949 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5950 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5951 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5952 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5953 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5954 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5955 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5956 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5957 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5958 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5959 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5960 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5961 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5962 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5963 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5964 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5965 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5966 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5967 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5968 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5969 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5970 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5971 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5972 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5973 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5974 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5975 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5976 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5977 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5978 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5979 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5980 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5981 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5982 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5983 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5984 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5985 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5986
ae2ab2ce
AS
59872002-05-04 Aidan Skinner <aidan@velvet.net>
5988
5989 * ada-exp.tab.c: New file
5990 * ada-exp.y: New file
5991 * ada-lang.c: New file
5992 * ada-lang.h: New file
5993 * ada-lex.c: New file
5994 * ada-lex.l: New file
5995 * ada-tasks.c: New file
5996 * ada-typeprint.c: New file
5997 * ada-valprint.c: New file
5998
0ddd0135
JT
59992002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6000
6001 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6002 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6003
750fbacc
JT
60042002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6005
6006 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6007 insetead of ppc-linux-tdep.o.
6008 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6009 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6010
df94e18a
AC
60112002-06-02 Andrew Cagney <ac131313@redhat.com>
6012
6013 2002-05-07 Christian Groessler <chris@groessler.org>
6014 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6015 bit register contents for little endian hosts.
6016
1a38ab75
AC
60172002-06-01 Andrew Cagney <ac131313@redhat.com>
6018
6019 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6020 any maintainer.
6021
8b1632ac
AC
60222002-06-01 Andrew Cagney <ac131313@redhat.com>
6023
6024 * gdbarch.h: Regenerate.
6025
627054c8
AC
60262002-06-01 Andrew Cagney <ac131313@redhat.com>
6027
6028 * MAINTAINERS: Add everyone to write-after-approval list.
6029
4f460812
AC
60302002-06-01 Andrew Cagney <ac131313@redhat.com>
6031
6032 * stack.c (frame_info): Use frame_register_unwind instead of
6033 saved_regs. Mention when the SP is on the stack or in a register.
6034
6035 * frame.h (frame_register_unwind_ftype): Define. Document.
6036 (struct frame_info): Add field register_unwind and
6037 register_unwind_cache.
6038 (frame_register_unwind): Declare.
6039 (generic_unwind_get_saved_register): Declare.
6040
6041 * frame.c (frame_register_unwind): New function.
6042 (generic_unwind_get_saved_register): New function.
6043
6044 * blockframe.c (generic_call_dummy_register_unwind): New function.
6045 (frame_saved_regs_register_unwind): New function.
6046 (set_unwind_by_pc): New function.
6047 (create_new_frame): New function.
6048 (get_prev_frame): New function.
6049
de888f76
AC
60502002-05-30 Andrew Cagney <ac131313@redhat.com>
6051
6052 * a29k-share/: Delete directory.
6053 * remote-vx29k.c: Delete file.
6054
2f2c3626
JT
60552002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6056
6057 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6058 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6059
9ce5c36a
JT
60602002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6061
6062 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6063 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6064 (sparc64nbsd-nat.o)
6065 (sparcnbsd-nat.o)
6066 (sparcnbsd-tdep.o): New dependency lists.
6067 * NEWS: Note new UltraSPARC NetBSD native configuration.
6068 * configure.host (sparc64-*-netbsd*): New host.
6069 * configure.tgt (sparc-*-netbsdelf*)
6070 (sparc-*-netbsd*): Set gdb_target to nbsd.
6071 (sparc64-*-netbsd*): New target.
6072 * sparc64nbsd-nat.c: New file.
6073 * sparcnbsd-nat.c: New file.
6074 * sparcnbsd-tdep.c: New file.
6075 * sparcnbsd-tdep.h: New file.
6076 * config/sparc/nbsd.mt: New file.
6077 * config/sparc/nbsd64.mh: New file.
6078 * config/sparc/nbsd64.mt: New file.
6079 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6080 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6081 (HOST_IPC): Remove.
6082 * config/sparc/nbsdaout.mt: Remove.
6083 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6084 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6085 (HOST_IPC): Remove.
6086 * config/sparc/nbsdelf.mt: Remove.
6087 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6088 sparc-nat.c compatiblity defines.
6089 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6090 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6091 * config/sparc/tm-nbsd64.h: New file.
6092 * config/sparc/tm-nbsdaout.h: Remove.
6093 * config/sparc/xm-nbsd.h: Remove.
6094
ef3cf062
JT
60952002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6096
6097 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6098 * sparc-tdep.c: Include osabi.h.
6099 (gdbarch_tdep): Add osabi member.
6100 (_initialize_sparc_tdep): Use gdbarch_register.
6101 (sparc_gdbarch_init): Use generic OS ABI framework.
6102 (sparc_dump_tdep): New function.
6103
ee8ff470
KB
61042002-05-30 Kevin Buettner <kevinb@redhat.com>
6105
6106 * corefile.c (do_captured_read_memory_integer): Return non-zero
6107 result.
6108 (safe_read_memory_integer): Copy result of memory read when
6109 status is non-zero. Also, add comments.
6110
7b112f9c
JT
61112002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6112
6113 * Makefile.in (ppc_tdep_h): Define.
6114 (ppc-linux-nat.o)
6115 (ppc-linux-tdep.o)
6116 (rs6000-tdep.o): Use $(ppc_tdep_h).
6117 (ppc-sysv-tdep.o)
6118 (ppcnbsd-nat.o)
6119 (ppcnbsd-tdep.o): New dependency lists.
6120 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6121 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6122 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6123 (ppc_sysv_abi_broken_use_struct_convention)
6124 (ppc_sysv_abi_use_struct_convention)
6125 (ppc_sysv_abi_push_arguments): Move to...
6126 * ppc-sysv-tdep.c: ...here.
6127 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6128 * rs6000-tdep.c (process_note_abi_tag_sections)
6129 (get_elfosabi): Remove.
6130 (rs6000_gdbarch_init): Use generic OS ABI framework.
6131 (rs6000_dump_tdep): New function.
6132 (_initialize_rs6000_tdep): Use gdbarch_register.
6133 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6134 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6135 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6136 of ppc-linux-tdep.o.
6137 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6138 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6139 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6140 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6141 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6142 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6143
480dd42a
JB
61442002-05-29 Jim Blandy <jimb@redhat.com>
6145
6146 * macroscope.c (default_macro_scope): Put `void' in empty argument
6147 list.
6148
4182591f
AC
61492002-05-29 Andrew Cagney <ac131313@redhat.com>
6150
6151 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6152 * arch-utils.c: Include "sim-regno.h".
6153 * gdbarch.sh: Don't include "sim-regno.h".
6154 * gdbarch.h, gdbarch.c: Regenerate.
6155 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6156 here.
6157 * arch-utils.h (legacy_register_sim_regno): To here.
6158 * remote-sim.c (legacy_register_sim_regno): Move function from
6159 here.
6160 * arch-utils.c (legacy_register_sim_regno): To here.
6161
8238d0bf
AC
61622002-05-28 Andrew Cagney <ac131313@redhat.com>
6163
6164 * sim-regno.h: New file.
6165 * Makefile.in (sim_regno_h): Define.
6166 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6167 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6168 (legacy_register_sim_regno): New function.
6169 (one2one_register_sim_regno): New function.
6170 (gdbsim_fetch_register): Rewrite.
6171 (gdbsim_store_register): Only store a register when
6172 REGISTER_SIM_REGNO is valid.
6173 * d10v-tdep.c: Include "sim-regno.h".
6174 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6175 (d10v_ts3_register_sim_regno): Ditto.
6176 * gdbarch.sh: Include "sim-regno.h".
6177 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6178 * gdbarch.h, gdbarch.c: Regenerate.
6179 * arch-utils.h (default_register_sim_regno): Delete declaration.
6180 * arch-utils.c (default_register_sim_regno): Delete function.
6181
485721b1
JT
61822002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6183
6184 * ppcnbsd-nat.c: Rewrite.
6185 * ppcnbsd-tdep.c: New file.
6186 * ppcnbsd-tdep.h: New file.
6187 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6188 solib.o, and solib-svr4.o.
6189 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6190 nbsd-tdep.o, and corelow.o.
6191
697f244d
AC
61922002-05-28 Andrew Cagney <ac131313@redhat.com>
6193
6194 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6195 `tr' and `sed'. Mention that `broken' targets are not expected to
6196 build.
6197
f08caad1 61982002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6199
6200 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6201 Let PC point right after the prologue before looking up symbols.
6202
3139facc
MH
62032002-05-27 Martin M. Hunt <hunt@redhat.com>
6204
6205 * i386-tdep.c (i386_register_virtual_type): Return
6206 builtin_type_vec128i for SSE registers.
6207
6208 * gdbtypes.h (builtin_type_vec128i): Declare.
6209
6210 * gdbtypes.c (build_builtin_type_vec128i): New function.
6211 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6212 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6213 (build_gdbtypes): Initialize new builtin vector types.
6214 (_initialize_gdbtypes): Register new vector types with gdbarch.
6215
6e3ba3b8
JT
62162002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6217
6218 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6219 since it has been multi-arch'd.
6220 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6221 Move Alpha and VAX multi-arch news entries to same section
6222 as other multi-arch news.
6223
93d5585d
JT
62242002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6225
6226 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6227 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6228 static. Rename some register numbers to put them in ns32k-tdep
6229 private namespace.
6230 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6231 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6232 functions.
6233 (_initialize_ns32k_tdep): Use gdbarch_register.
6234 * ns32k-tdep.h: New file.
6235 * ns32knbsd-tdep.c: New file.
6236 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6237 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6238 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6239 REGISTER_BYTES, REGISTER_BYTE): Remove.
6240 * config/ns32k/tm-ns32k.h: New file.
6241 * config/ns32k/tm-umax.h: Remove.
6242
efb2c70e
JT
62432002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6244
6245 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6246 ns32k_store_struct_return, ns32k_extract_return_value,
6247 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6248 functions.
6249 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6250 ns32k_saved_pc_after_call.
6251 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6252 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6253 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6254 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6255 ns32k_extract_struct_value_address.
6256
7bcc927b
JT
62572002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6258
6259 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6260 ns32k_fix_call_dummy): New.
6261 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6262 ns32k_call_dummy_words.
6263 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6264 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6265 CALL_DUMMY_NARGS): Remove.
6266 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6267
78f9d765
JT
62682002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6269
6270 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6271 ns32k_frame_saved_pc, ns32k_frame_args_address,
6272 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6273 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6274 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6275 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6276 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6277 (BREAKPOINT): Remove..
6278 (FRAME_CHAIN): Define as ns32k_frame_chain.
6279 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6280 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6281 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6282 (FRAME_FIND_SAVED_REGS): Remove.
6283 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6284 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6285 (POP_FRAME): Define as ns32k_pop_frame.
6286
f2c762e0
JT
62872002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6288
6289 * ns32k-tdep.c (ns32k_register_byte_32082,
6290 ns32k_register_byte_32382, ns32k_register_raw_size,
6291 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6292 functions.
6293 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6294 ns32k_register_byte_32382.
6295 * config/ns32k/tm-umax.h: Update copyright years.
6296 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6297 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6298 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6299 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6300 (ns32k_get_enter_addr): Fix prototype.
6301
af137673
JT
63022002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6303
6304 * ns32k-tdep.c: Update copyright years.
6305 (ns32k_register_name_32082): New function.
6306 (ns32k_register_name_32382): Ditto.
6307 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6308 (REGISTER_NAME): Define as ns32k_register_name_32382.
6309 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6310 (REGISTER_NAME): Define as ns32k_register_name_32082.
6311
a8bc7b56
JB
63122002-05-24 Jim Blandy <jimb@redhat.com>
6313
6314 * dwarf2read.c (free_line_header): Use xfree, not free.
6315
83a45910
JT
63162002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6317
6318 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6319 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6320
0db71247
AC
63212002-05-23 Andrew Cagney <ac131313@redhat.com>
6322
6323 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6324
b9e5e4dd
AC
63252002-05-23 Andrew Cagney <ac131313@redhat.com>
6326
6327 From Ross Alexander at NEC Europe:
6328 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6329
de530e84
MS
63302002-05-23 Michael Snyder <msnyder@redhat.com>
6331
6332 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6333 for input, rather than parse_and_eval_address.
6334
b91b96f4
AC
63352002-05-23 Andrew Cagney <ac131313@redhat.com>
6336
6337 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6338 * Makefile.in (sim_d10v_h): Update definition.
6339
8b279e7a
AC
63402002-05-24 Andrew Cagney <cagney@redhat.com>
6341
6342 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6343 change `2002-05-22 Michael Snyder' below.
6344 (d10v_push_arguments): Ditto.
6345 (d10v_extract_return_value): Ditto.
6346
0a3d0425
JB
63472002-05-23 Jim Blandy <jimb@redhat.com>
6348
6349 * macrotab.c (check_for_redefinition): Don't complain if the new
6350 definition is the same as the previous one. Take more arguments
6351 to allow the comparison.
6352 (macro_define_object, macro_define_function): Pass more arguments
6353 to check_for_redefinition.
6354
78eac43e
MS
63552002-05-22 Michael Snyder <msnyder@redhat.com>
6356
6357 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6358 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6359 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6360 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6361 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6362 Add a temp variable to save a call (and a memory read).
6363 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6364 if possible (so that PC_IN_CALL_DUMMY will work).
6365
9bc1edb8
CV
63662002-05-22 Corinna Vinschen <vinschen@redhat.com>
6367
6368 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6369
005ef3d2
ML
63702002-05-22 Michal Ludvig <mludvig@suse.cz>
6371
6372 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6373 fde->cie_ptr.
6374 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6375 (dwarf2_build_frame_info): Add offset to fde->initial_location
6376 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6377 (execute_stack_op): Change type of 'result' from ULONGEST to
6378 CORE_ADDR.
005ef3d2 6379
fcf4f891
JT
63802002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6381
6382 * config/alpha/tm-nbsd.h: Include solib.h.
6383
cfef91e4
JT
63842002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6385
6386 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6387 assumptions about the host's byte order.
6388
9964235a
JT
63892002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6390
6391 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6392 to dependency list.
6393 * alphanbsd-tdep.c: Include solib-svr4.h.
6394 * shnbsd-tdep.c: Ditto.
6395
9eeef8ef
JT
63962002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6397
6398 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6399 nbsd-tdep.h to dependency list.
6400 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6401 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6402 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6403 nbsdaout.mh and nbsdelf.mh consistently.
6404 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6405 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6406 nbsdaout.mt and nbsdelf.mh consistently.
6407 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6408 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6409 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6410 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6411 a.out shared library stuff from here...
6412 * config/nm-nbsdaout.h: ...to here.
6413 * config/tm-nbsd.h: Remove.
6414 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6415 * config/arm/nbsd.mh: Remove.
6416 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6417 nbsd-tdep.o.
6418 * config/arm/nbsdaout.mh: New file.
6419 * config/arm/nbsdelf.mh: New file.
6420 * config/arm/nm-nbsdaout.h: New file.
6421 * config/i386/nbsd.mh: Remove.
6422 * config/i386/nbsd.mt: Remove.
6423 * config/i386/nbsdaout.mh: New file.
6424 * config/i386/nbsdaout.mt: New file.
6425 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6426 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6427 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6428 i386_register_u_addr): Remove.
6429 * config/i386/nm-nbsdaout.h: New file.
6430 * config/i386/nm-nbsdelf.h: Remove.
6431 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6432 (USE_STRUCT_CONVENTION): Remove.
6433 * config/i386/tm-nbsdaout.h: New file.
6434 * config/i386/tm-nbsdelf.h: Remove.
6435 * config/m68k/nbsd.mh: Remove.
6436 * config/m68k/nbsd.mt: Remove.
6437 * config/m68k/nbsdaout.mh: New file.
6438 * config/m68k/nbsdaout.mt: New file.
6439 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6440 * config/m68k/nm-nbsdaout.h: New file.
6441 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6442 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6443 * config/ns32k/nbsd.mh: Remove.
6444 * config/ns32k/nbsd.mt: Remove.
6445 * config/ns32k/nbsdaout.mh: New file.
6446 * config/ns32k/nbsdaout.mt: New file.
6447 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6448 * config/ns32k/nm-nbsdaout.h: New file.
6449 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6450 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6451 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6452 (SVR4_SHARED_LIBS): Remove.
6453 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6454 * config/sparc/nbsd.mh: Remove.
6455 * config/sparc/nbsd.mt: Remove.
6456 * config/sparc/nbsdaout.mh: New file.
6457 * config/sparc/nbsdaout.mt: New file.
6458 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6459 * config/sparc/nbsdelf.mt: New file.
6460 * config/sparc/nm-nbsdaout.h: New file.
6461 * config/sparc/nm-nbsdelf.h: Remove.
6462 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6463 * config/sparc/tm-nbsdaout.h: New file.
6464
257ce470
JT
64652002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6466
6467 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6468 mipsnbsd-tdep.c
6469 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6470
76a6d5fe
JT
64712002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6472
6473 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6474 shnbsd-nat.c.
6475 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6476
45888261
JT
64772002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6478
6479 * NEWS: Note new MIPS NetBSD native configuration.
6480 * configure.host (mips*-*-netbsd*): New host.
6481 * configure.tgt (mips*-*-netbsd*): New target.
6482 * mipsnbsd-nat.c: New file.
6483 * mipsnbsd-tdep.c: New file.
6484 * mipsnbsd-tdep.h: New file.
6485 * config/mips/nbsd.mh: New file.
6486 * config/mips/nbsd.mt: New file.
6487 * config/mips/nm-nbsd.h: New file.
6488 * config/mips/tm-nbsd.h: New file.
6489
70f80edf
JT
64902002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6491
6492 * Makefile.in (SFILES): Add osabi.c.
6493 (COMMON_OBS): Add osabi.o.
6494 (osabi.o): New dependency list.
6495 * osabi.c: New file.
6496 * osabi.h: New file.
6497 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6498
6499 * Makefile.in (alpha_tdep_h): Define and use instead of
6500 alpha-tdep.h.
6501 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6502 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6503 Remove.
6504 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6505 * alpha-tdep.h: Include osabi.h.
6506 (alpha_abi): Remove.
6507 (gdbarch_tdep): Use generic OS ABI framework.
6508 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6509 gdbarch_register_osabi.
6510 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6511 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6512 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6513
6514 * Makefile.in (sh_tdep_h): Add osabi.h.
6515 * sh-tdep.h (sh_osabi): Remove.
6516 (gdbarch_tdep): Use generic OS ABI framework.
6517 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6518 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6519 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6520 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6521
6522 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6523 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6524 gdbarch_register_osabi.
6525 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6526 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6527 (get_elfosabi): Rename to...
6528 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6529 ABI framework support routines.
6530 (arm_gdbarch_init): Use generic OS ABI framework.
6531 (arm_dump_tdep): Likewise.
6532 (_initialize_arm_tdep): Likewise.
6533 * arm-tdep.h: Include osabi.h.
6534 (arm_abi): Remove.
6535 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6536 osabi member.
6537 (arm_gdbarch_register_os_abi): Remove prototype.
6538 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6539 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6540
6541 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6542 * mips-tdep.c: Include osabi.h.
6543 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6544 OS ABI framework.
6545
d194345b
KH
65462002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6547
6548 * h8300-tdep.c: Fix formatting.
6549
70c6b0d1
EZ
65502002-05-20 Elena Zannoni <ezannoni@redhat.com>
6551
6552 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6553 printing vector registers.
6554
165b8e33
AC
65552002-05-19 Andrew Cagney <ac131313@redhat.com>
6556
6557 From Fernando Nasser:
6558 * remote.c (remote_async_open_1): Re-throw the exception when the
6559 connection fails.
6560 (remote_cisco_open): Ditto.
6561 (remote_open_1): Ditto.
6562
36918e70
AC
65632002-05-19 Andrew Cagney <ac131313@redhat.com>
6564
6565 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6566 (remote_start_remote): Add uiout parameter. Pass through to
6567 remote_start_remote_dummy.
6568 (remote_open_1): Use catch_exception instead of catch_errors.
6569 (remote_async_open_1): Ditto.
6570 (remote_cisco_open): Ditto.
6571
ae44c0c4
AC
65722002-05-19 Andrew Cagney <ac131313@redhat.com>
6573
6574 * remote.c (remote_start_remote): Replace PTR with void pointer.
6575 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6576 static.
6577
8efe637d
AC
65782002-05-18 Andrew Cagney <ac131313@redhat.com>
6579
6580 * gdb_indent.sh: Allow the script to be run in the sim directory.
6581
2f1b5984
MK
65822002-05-18 Mark Kettenis <kettenis@gnu.org>
6583
f0f625e2
MK
6584 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6585 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6586
2f1b5984
MK
6587 * corelow.c (core_open): Only call set_gdbarch_from_file if
6588 exec_bfd is NULL.
6589
fc974602
AV
65902002-05-17 Andrey Volkov <avolkov@transas.com>
6591
6592 * h8300-tdep.c: Add support of EXR register
6593 * config/h8300/tm-h8300.h: Ditto.
6594
906709f4
AV
65952002-05-17 Andrey Volkov <avolkov@transas.com>
6596
6597 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6598
6e591d68
AV
65992002-05-17 Andrey Volkov <avolkov@transas.com>
6600
6601 * h8300-tdep.c: Change literal regnums to REGNO.
6602
84f0252a
JB
66032002-05-17 Jim Blandy <jimb@redhat.com>
6604
e0e9281e
JB
6605 * NEWS: Note addition of macro support.
6606
84f0252a
JB
6607 Expand preprocessor macros in C expressions.
6608 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6609 (scan_macro_expansion, scanning_macro_expansion,
6610 finished_macro_expansion): New function declarations.
6611 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6612 variable declarations.
6613 * parser-defs.h (expression_context_pc): New declaration.
6614 * parse.c (expression_context_pc): New variable.
6615 (parse_exp_1): Set expression_context_pc, as well as
6616 expression_context_block.
6617 * c-exp.y (yylex): If we're not already reading the result of a
6618 macro expansion, try to macro-expand the next token. When we're
6619 done scanning a macro expansion, switch back to the mainline text.
6620 Commas and `if's in a macro's expansion don't terminate the input.
6621 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6622 (macro_original_text, macro_expanded_text,
6623 expression_macro_lookup_func, expression_macro_lookup_baton): New
6624 variables.
6625 (scan_macro_expansion, scanning_macro_expansion,
6626 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6627 c_preprocess_and_parse): New functions.
6628 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6629 c_preprocess_and_parse, instead of c_parse.
6630 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6631 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6632
1c509ca8
JR
6633Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6634
6635 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6636 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6637 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6638
2250ee0c
CV
66392002-05-17 Corinna Vinschen <vinschen@redhat.com>
6640
6641 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6642
ab3b8126
JT
66432002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6644
6645 * Makefile.in (sh_tdep_h): Define and use.
6646 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6647 register enum): Move to...
6648 * * sh-tdep.h: ...here.
6649 * sh-tdep.c: Include sh-tdep.h.
6650 * sh3-rom.c: Likewise.
6651 * shnbsd-tdep.c: Likewise.
6652
ed9d4749
MS
66532002-05-16 Michael Snyder <msnyder@redhat.com>
6654
6655 * arm-tdep.c: Spelling fix in comment.
6656
2e276125
JB
66572002-05-16 Jim Blandy <jimb@redhat.com>
6658
6821892e
JB
6659 Add commands for manually expanding macros and showing their
6660 definitions.
6661 * macrocmd.c, macroscope.c, macroscope.h: New files.
6662 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6663 (macroscope_h): New variable.
6664 (HFILES_NO_SRCDIR): Add macroscope.h.
6665 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6666 (macroscope.o, macrocmd.o): New rules.
6667
2e276125
JB
6668 Teach the Dwarf 2 reader to read macro information.
6669 * dwarf2read.c: #include "macrotab.h".
6670 (dwarf_macinfo_buffer): New variable.
6671 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6672 dwarf_macinfo_size.
6673 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6674 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6675 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6676 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6677 dwarf2_macro_spaces_in_definition): New complaints.
6678 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6679 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6680 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6681 the partial symbol table.
6682 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6683 from what's recorded in the partial symbol table.
6684 (read_file_scope): If the compilation unit has a
6685 `DW_AT_macro_info' attribute, read its macro information.
6686 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6687
2f53fe6c
DJ
66882002-05-16 Daniel Jacobowitz <drow@mvista.com>
6689
6690 Fix PR gdb/546
6691 * ser-tcp.c: Don't include <netinet/udp.h>.
6692
2be99286
SC
66932002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6694
6695 * MAINTAINERS: Update my email address.
6696
c9af212b 66972002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6698
6699 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6700 include file of the same name.
6701
bf5f1a52
CV
67022002-05-16 Corinna Vinschen <vinschen@redhat.com>
6703
6704 * configure.tgt: Mark v850 as multi-arched.
6705 * config/v850/tm-v850.h: Remove file.
6706 * config/v850/v850.mt: Eliminate TM_FILE.
6707
435e042a
CV
67082002-05-16 Corinna Vinschen <vinschen@redhat.com>
6709
6710 * v850-tdep.c: Full multi-arch.
6711 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6712 Define GDB_MULTI_ARCH to 2.
6713
9819c6c8
PM
67142002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6715
6716 * p-exp.y (current_type): New static variable.
6717 Carries the type of the expression at the position that is parsed.
6718 (push_current_type, pop_current_type): Two new functions. Used
6719 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6720 (search_field): New static variable. Set to one after parsing a point
6721 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6722 (FIELDNAME): New token. After a point only a token belonging to
6723 current_type type definition is allowed.
6724 (all over token rules): reset and change current_type according
6725 to rules.
6726 (exp '[' rule): insert implicit array index field if
6727 exp is a pascal string type.
6728
3a06899a
CV
67292002-05-16 Corinna Vinschen <vinschen@redhat.com>
6730
6731 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6732 frame info. Use frame_info's saved_regs instead of matching member
6733 in extra_frame_info throughout.
6734 (v850_frame_init_saved_regs): New function.
6735 (v850_init_extra_frame_info): Move most functionality into
6736 v850_frame_init_saved_regs().
6737 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6738 (v850_frame_find_saved_regs): Remove declaration.
6739 (FRAME_FIND_SAVED_REGS): Remove definition.
6740 (v850_frame_init_saved_regs): Add declaration.
6741 (FRAME_INIT_SAVED_REGS): Add definition.
6742
6ed14b0e
CV
67432002-05-16 Corinna Vinschen <vinschen@redhat.com>
6744
6745 * v850-tdep.c: Begin multi-arch'ing v850.
6746 (v850_target_architecture_hook): Remove function.
6747 (v850_gdbarch_init): New function. Add code previously in
6748 v850_target_architecture_hook().
6749 (_initialize_v850_tdep): Don't set target_architecture_hook.
6750 Call register_gdbarch_init() instead.
6751
42725910
DJ
67522002-05-16 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6755 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6756 (fixup_class_method_type): Likewise.
6757
99d9066e
JB
67582002-05-15 Jim Blandy <jimb@redhat.com>
6759
6760 Add macro structures to GDB's symbol tables. Nobody puts anything
6761 in them yet.
6762 * symtab.h (struct symtab): New member: `macro_table'.
6763 * buildsym.h (pending_macros): New global variable.
6764 * buildsym.c: #include "macrotab.h".
6765 (buildsym_init): Initialize `pending_macros'.
6766 (end_symtab): If we found macro information while reading a CU's
6767 debugging info, do build a symtab structure for it. Make the
6768 symtab point to the macro information, and clear the
6769 `pending_macros' pointer which held it while we were reading the
6770 debug info.
6771 (really_free_pendings): Free any pending macro table.
6772 * objfiles.h (struct objfile): New member: `macro_cache'.
6773 * objfiles.c (allocate_objfile): Set allocate and free functions
6774 for the macro cache's objstack.
6775 (free_objfile): Empty the macro cache's obstack.
6776 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6777 set new allocate and free functions for it.
6778 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6779 free functions for the macro cache's objstack. (Why is this
6780 function building its own objfile?)
6781 * symmisc.c (print_objfile_statistics): Print statistics on the
6782 macro bcache.
6783 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6784
c899585b
RE
67852002-05-15 Richard Earnshaw <rearnsha@arm.com>
6786
6787 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6788 (REGISTER_U_ADDR): Delete definition.
6789 (arm_register_u_addr): Delete declaration.
6790
a6cdd8c5
RE
67912002-05-15 Richard Earnshaw <rearnsha@arm.com>
6792
6793 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6794 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6795
c97dcfc7
AC
67962002-05-14 Andrew Cagney <ac131313@redhat.com>
6797
6798 * regcache.c (register_valid): Revise comments refering to "Not
6799 available" and "unavailable".
6800 * frame.c (frame_register_read): Ditto.
6801 * findvar.c (value_of_register): Ditto.
6802
93021b7d
AC
68032002-05-15 Andrew Cagney <cagney@redhat.com>
6804
6805 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6806 (remote-sim.o): Update dependencies.
6807 (d10v-tdep.o): Specify dependencies.
6808 (sim_d10v_h): Define.
6809
a86bc61c
JB
68102002-05-14 Jim Blandy <jimb@redhat.com>
6811
6812 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6813 * macrotab.c (macro_lookup_inclusion, find_definition,
6814 new_macro_table): Same.
6815
6816 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6817 not `! strcmp ()'. This is a dubious improvement.
6818 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6819
6820 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6821 although it's not necessary, to avoid a warning.
6822
2fdde8f8
DJ
68232002-05-14 Daniel Jacobowitz <drow@mvista.com>
6824
6825 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6826 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6827 TYPE_INSTANCE_FLAGS.
6828 (struct main_type): New.
6829 (struct type): Move most members to struct main_type. Change
6830 cv_type and as_type to new type_chain member. Add instance_flags.
6831 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6832 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6833 (finish_cv_type): Remove prototype.
6834 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6835 Set TYPE_CHAIN.
6836 (alloc_type_instance): New function.
6837 (smash_type): New function.
6838 (make_pointer_type, make_reference_type, make_function_type)
6839 (smash_to_member_type, smash_to_method_type): Call smash_type.
6840 (make_qualified_type): New function.
6841 (make_type_with_address_space): Call make_qualified_type.
6842 (make_cv_type): Likewise.
6843 (finish_cv_type): Remove unnecessary function.
6844 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6845 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6846 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6847 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6848 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6849 * hpread.c (hpread_read_struct_type): Likewise.
6850 * stabsread.c (read_struct_type): Likewise.
6851
843fedf4
EZ
68522002-05-14 Elena Zannoni <ezannoni@redhat.com>
6853
6854 * configure.tgt: Add a catch all sh* target, for cases like
6855 sh[2,3,4]-elf and sh-hms.
6856
05a6c72c
KS
68572002-05-14 Keith Seitz <keiths@redhat.com>
6858
6859 * event-loop.c (create_file_handler): Don't do anything but
6860 update data when we are given a fd which we are already
6861 monitoring.
6862
5d085aaf
ML
68632002-05-14 Michal Ludvig <mludvig@suse.cz>
6864
6865 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6866 (update_context): Use __func__ in warnings.
6867
9db8d71f
DJ
68682002-05-14 Daniel Jacobowitz <drow@mvista.com>
6869
6870 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6871 and tcp_close to net_open and net_close.
6872 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6873 using UDP if requested. Don't try to disable Nagle on UDP
6874 sockets.
6875 * remote.c (remote_serial_open): New function. Warn about UDP.
6876 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6877
5dbc6baa
EZ
68782002-05-13 Elena Zannoni <ezannoni@redhat.com>
6879
6880 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6881
cc3023f7
EZ
68822002-05-13 Elena Zannoni <ezannoni@redhat.com>
6883
6884 * configure.tgt: Remove sh-hms target.
6885 * MAINTAINERS: Don't list sh-hms as a separate target.
6886
ec2bcbe7
JB
68872002-05-13 Jim Blandy <jimb@redhat.com>
6888
6889 Add first preprocessor macro-expansion files.
6890 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6891 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6892 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6893 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6894 (COMMON_OBS): Add macrotab.o, macroexp.o.
6895 (macroexp.o, macrotab.o): New rules.
6896
6d531722
AC
68972002-05-13 Andrew Cagney <ac131313@redhat.com>
6898
6899 * config/m88k/tm-m88k.h: Update copyright.
6900 (m88k_target_write_pc): Declare
6901 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6902 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6903 (SHIFT_INST_REGS): Update definition.
6904 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6905 using old definition of TARGET_WRITE_PC.
6906 * regcache.c (generic_target_write_pc): Delete code handling
6907 NNPC_REGNUM.
6908 * gdbarch.sh (NNPC_REGNUM): Delete.
6909 * gdbarch.h, gdbarch.c: Regenerate.
6910
3e3f2739
RE
69112002-05-13 Richard Earnshaw <rearnsha@arm.com>
6912
6913 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6914 builtin reg number.
6915
0004e5a2
DJ
69162002-05-13 Daniel Jacobowitz <drow@mvista.com>
6917
6918 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6919 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6920 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6921 access macros.
6922 * c-typeprint.c (cp_type_print_method_args): Likewise.
6923 (c_type_print_args): Likewise.
6924 * d10v-tdep.c (d10v_push_arguments): Likewise.
6925 (d10v_extract_return_value): Likewise.
6926 * expprint.c (print_subexp): Likewise.
6927 * gdbtypes.c (lookup_primitive_typename): Likewise.
6928 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6929 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6930 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6931 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6932 (TYPE_VECTOR): Likewise.
6933 * hpread.c (hpread_read_struct_type)
6934 (fix_static_member_physnames, fixup_class_method_type)
6935 (hpread_type_lookup): Likewise.
6936 * mdebugread.c (parse_symbol, parse_type): Likewise.
6937 * p-lang.c (is_pascal_string_type): Likewise.
6938 * valops.c (hand_function_call): Likewise.
6939 * x86-64-tdep.c (classify_argument): Likewise.
6940
6941 * hpread.c (hpread_read_function_type)
6942 (hpread_read_doc_function_type): Call replace_type.
6943 * dstread.c (create_new_type): Delete.
6944 (decode_dst_structure, process_dst_function): Call alloc_type.
6945 Use type access macros.
6946
dff95cc7
MK
69472002-05-12 Mark Kettenis <kettenis@gnu.org>
6948
6949 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6950 the're not supported by the current architecture.
6951 (i387_fill_fxsave): Likewise.
6952
bbcd32ad
FF
69532002-05-12 Fred Fish <fnf@redhat.com>
6954
6955 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6956 sect_index_xxx members to index the first slot in section_offsets
6957 if all of the section_offsets are zero.
6958
89cf4787
MK
69592002-05-12 Mark Kettenis <kettenis@gnu.org>
6960
6961 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6962 checked in with last change.
6963
1f77ffc5
MK
69642002-05-12 Mark Kettenis <kettenis@gnu.org>
6965
6966 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6967 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6968 config.sub.
6969
89b8b4a9
DJ
69702002-05-12 Daniel Jacobowitz <drow@mvista.com>
6971
6972 * Makefile.in: Update dependencies.
6973
14a5e767
AC
69742002-05-11 Andrew Cagney <ac131313@redhat.com>
6975
6976 * language.c (local_hex_string_custom): Simplify. Do not depend
6977 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6978
6979 * memattr.c (mem_info_command): Replace calls to
6980 longest_local_hex_string and longest_local_hex_string_custom.
6981 * buildsym.c (make_blockvector): Ditto.
6982 * solib.c (info_sharedlibrary_command): Ditto.
6983 * tracepoint.c (tracepoints_info): Ditto.
6984 * symtab.c (print_msymbol_info): Ditto.
6985
6986 * language.c (local_hex_string): Delete.
6987 (local_hex_string_custom): Delete.
6988 (longest_local_hex_string): Rename to local_hex_string.
6989 (longest_local_hex_string_custom): Rename to
6990 local_hex_string_custom.
6991 * language.h (local_hex_string): Change parameter type to LONGEST.
6992 (local_hex_string_custom): Ditto.
6993 (longest_local_hex_string): Delete declaration.
6994 (longest_local_hex_string_custom): Ditto.
6995
6996 * solib.c: Update copyright.
6997 * memattr.c: Update copyright.
6998
13d01224
AC
69992002-05-11 Andrew Cagney <ac131313@redhat.com>
7000
7001 * arch-utils.h (legacy_register_to_value): Declare.
7002 (legacy_value_to_register): Declare.
7003 (legacy_convert_register_p): Declare.
7004 * arch-utils.c (legacy_register_to_value): New function.
7005 (legacy_value_to_register): New function.
7006 (legacy_convert_register_p): New function.
7007
7008 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7009 (VALUE_TO_REGISTER): Define.
7010 (CONVERT_REGISTER_P): Define.
7011 * gdbarch.h, gdbarch.c: Regenerate.
7012
7013 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7014 VALUE_TO_REGISTER.
7015 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7016 CONVERT_REGISTER_P.
7017
4a1970e4
DJ
70182005-05-11 Daniel Jacobowitz <drow@mvista.com>
7019 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7020
7021 * Makefile.in: Update dependencies for valops.c.
7022 * valops.c: Include "gdb_assert.h".
7023 (typecmp): Skip THIS parameter to methods.
7024 (find_method_list): Remove static_memfuncp argument,
7025 update callers. Check for stub methods.
7026 (find_value_oload_method_list): Don't set *static_memfuncp.
7027 (find_overload_match): Don't check for stub methods. Assert
7028 that methods are not stubbed. Handle static methods.
7029 (value_find_oload_method_list): Remove static_memfuncp argument.
7030 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7031 to the argument list for static stub methods.
7032 * value.h (value_find_oload_method_list): Update prototype.
7033
b2e75d78
AC
70342002-05-11 Andrew Cagney <ac131313@redhat.com>
7035
7036 * arch-utils.h (generic_register_size): Declare.
7037 (generic_register_raw_size, generic_register_virtual_size): Delete
7038 declarations.
7039 * arch-utils.c (generic_register_raw_size): Delete.
7040 (generic_register_size): New function.
7041 (generic_register_virtual_size): Delete.
7042
7043 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7044 default generic_register_size.
7045 * gdbarch.h, gdbarch.c: Re-generate.
7046
7047 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7048 register_virtual_size.
7049 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7050 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7051
451fbdda
AC
70522002-05-11 Andrew Cagney <ac131313@redhat.com>
7053
7054 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7055 * gdbarch.h, gdbarch.c: Regenerate.
7056 * gnu-v3-abi.c: Update copyright.
7057 (vtable_address_point_offset): Update.
7058 (gnuv3_rtti_type): Update.
7059 (gnuv3_baseclass_offset): Update.
7060 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7061 (init_fetch_link_map_offsets): Update.
7062 * remote.c (get_remote_state): Update.
7063
6d2f5cea
DJ
70642002-05-11 Daniel Jacobowitz <drow@mvista.com>
7065
7066 * TODO: Remove value_headof/value_from_vtable_info comment.
7067 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7068 * values.c (value_headof, value_from_vtable_info): Delete.
7069 * value.h (value_from_vtable_info): Delete prototype.
7070
d2324da4
AC
70712002-05-11 Andrew Cagney <ac131313@redhat.com>
7072
7073 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7074 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7075 $(gdb_regex_h).
7076 (gdb_assert_h): Define.
7077 (gdb_wait_h): Define.
7078 (gdb_regex_h): Define.
7079
5c717440
DJ
70802002-05-11 Daniel Jacobowitz <drow@mvista.com>
7081
7082 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7083 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7084
6c7861b3
JT
70852002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7086
7087 * nbsd-tdep.c: Fix comment.
7088
ea5bc2a6
JT
70892002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7090
7091 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7092 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7093 (nbsd-tdep.o): New dependency list.
7094 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7095 nbsd-tdep.h.
7096 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7097 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7098 * nbsd-tdep.c: New file.
7099 * nbsd-tdep.h: New file.
7100 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7101 nbsd-tdep.h.
7102 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7103 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7104 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7105 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7106
b28da865
JT
71072002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7108
7109 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7110 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7111 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7112 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7113 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7114 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7115
4b8ff1fa
JT
71162002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7117
7118 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7119 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7120 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7121 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7122 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7123 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7124 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7125
dfe6eb1f
JT
71262002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7127
7128 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7129 fetch_elfcore_registers to...
7130 * i386nbsd-tdep.c: ...here.
7131 (i386nbsd_use_struct_convention): Rename to...
7132 (i386nbsd_aout_use_struct_convention): ...this.
7133 (i386nbsd_supply_reg): New function.
7134 (i386nbsd_fill_reg): New function.
7135 (fetch_core_registers): Use i386nbsd_supply_reg.
7136 (fetch_elfcore_registers): Likewise.
7137 (_initialize_i386nbsd_tdep): New function.
7138 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7139 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7140 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7141 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7142 (i386nbsd_aout_use_struct_convention): ...this.
7143
20cb8cda
JT
71442002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7145
7146 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7147 (store_inferior_registers): Use shnbsd_fill_reg.
7148 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7149 sh_nbsd_supply_register): Collapse into...
7150 (shnbsd_supply_reg): ...this.
7151 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7152 (shnbsd_fill_reg): ...this.
7153 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7154 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7155 (fetch_core_registers): Use shnbsd_supply_reg.
7156 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7157 (sh_nbsd_core_fns): Rename to...
7158 (shnbsd_core_fns): ...this.
7159 (sh_nbsd_elfcore_fns): Rename to...
7160 (shnbsd_elfcore_fns): ...this.
7161 (sh_nbsd_init_abi): Rename to...
7162 (shnbsd_init_abi): ...this.
7163 (_initialize_sh_nbsd_tdep): Rename to...
7164 (_initialize_shnbsd_tdep): ...this.
7165 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7166 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7167 sh_nbsd_fill_register): Remove prototypes.
7168 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7169
e750d25e
JT
71702002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7171
7172 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7173 (i387-nat.o): Delete dependency list.
7174 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7175 (x86-64-linux-nat.o): Likewise.
7176 * i387-nat.c: Delete file, moving contents to...
7177 * i387-tdep.c: ...here.
7178 * i387-nat.h: Rename...
7179 * i387-tdep.h: ...to this.
7180 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7181 * i386-linux-nat.c: Likewise.
7182 * i386bsd-nat.c: Likewise.
7183 * i386gnu-nat.c: Likewise.
7184 * i386nbsd-nat.c: Likewise.
7185 * i386v4-nat.c: Likewise.
7186 * x86-64-linux-nat.c: Likewise.
7187 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7188 * config/i386/go32.mh (NATDEPFILES): Likewise.
7189 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7190 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7191 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7192 * config/i386/linux.mh (NATDEPFILES): Likewise.
7193 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7194 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7195 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7196 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7197
1aee598a
JT
71982002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7199
7200 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7201 (alphanbsd-nat.o): Remove dependency list.
7202 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7203 * alphanbsd-nat.c: Delete. Contents moved to...
7204 * alphanbsd-tdep.c: ...here.
7205 (_initialize_alphanbsd_tdep): Register core functions.
7206 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7207
12bcb0fe
JT
72082002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7209
7210 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7211 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7212 (alphanbsd-nat.o): Likewise.
7213 (alphabsd-tdep.o): New dependency list.
7214 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7215 (fill_gregset): Use alphabsd_fill_reg.
7216 (supply_fpregset): Use alphabsd_supply_fpreg.
7217 (fill_fpregset): Use alphabsd_fill_fpreg.
7218 (fetch_inferior_registers): Use struct reg and struct fpreg
7219 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7220 and alphabsd_supply_fpreg.
7221 (store_inferior_registers): Use struct reg and struct fpreg
7222 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7223 and alphabsd_fill_fpreg.
7224 * alphabsd-tdep.c: New file.
7225 * alphabsd-tdep.h: New file.
7226 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7227 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7228 alphabsd_supply_fpreg.
7229 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7230 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7231
361d1df0
EC
72322002-05-11 Eric Christopher <echristo@redhat.com>
7233
7234 * mips-tdep.c (mips_double_register_type): Fix thinko.
7235 (mips_single_register_type): Ditto.
7236 * MAINTAINERS: Add self.
7237
92dd7cee
MK
72382002-05-11 Mark Kettenis <kettenis@gnu.org>
7239
7240 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7241 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7242 right thing on architectures with different endianness and/or
7243 integer sizes.
7244
e27da16d
JT
72452002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7246
7247 From Christian Limpach <chris@Pin.LU>
7248 * configure.in: Change sed expression which comments out
7249 NATDEPFILES to also comment out continuation lines.
7250 * configure: Regenerate.
7251
ddde02bd
EZ
72522002-05-10 Elena Zannoni <ezannoni@redhat.com>
7253
7254 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7255 big patch.
7256
1c922164
EZ
72572002-05-10 Elena Zannoni <ezannoni@redhat.com>
7258
7259 * sh-tdep.c: Include correct file.
7260
283150cd
EZ
72612002-05-10 Elena Zannoni <ezannoni@redhat.com>
7262
7263 New support for sh64-elf (sh5) target.
7264
7265 * configure.tgt: For sh64-elf target, default to sh-elf.
7266
7267 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7268 (struct gdbarch_tdep): Add new fields for new registers and ABI
7269 info.
361d1df0 7270
283150cd
EZ
7271 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7272 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7273 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7274 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7275 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7276 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7277 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7278 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7279 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7280 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7281 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7282 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7283 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7284 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7285 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7286 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7287 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7288 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7289 sign_extend, sh64_nofp_frame_init_saved_regs,
7290 sh64_init_extra_frame_info, sh64_get_saved_register,
7291 sh64_extract_struct_value_address, sh64_pop_frame,
7292 sh64_push_arguments, sh64_extract_return_value,
7293 sh64_store_return_value, sh64_show_media_regs,
7294 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7295 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7296 sh_sh64_register_virtual_type,
7297 sh_sh64_register_convert_to_virtual,
7298 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7299 sh64_register_read, sh64_pseudo_register_write,
7300 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7301 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7302 sh64_do_pseudo_register, sh_compact_do_registers_info,
7303 sh64_do_registers_info, sh_gdbarch_init): New functions.
7304
3117ed25
EZ
73052002-05-10 Elena Zannoni <ezannoni@redhat.com>
7306
7307 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7308
2654e6d4
DJ
73092002-05-10 Daniel Jacobowitz <drow@mvista.com>
7310
7311 * linespec.c (decode_line_1): Check for a double quote after
7312 a filename correctly.
7313
9ab3e532
JB
73142002-05-10 Jim Blandy <jimb@redhat.com>
7315
7316 Properly track the size of the current objfile's .debug_line section.
7317 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7318 (DWARF_LINE_SIZE): New macro.
7319 (dwarf2_build_psymtabs_hard): Record the line section's size in
7320 the partial symbol table.
7321 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7322 symbol table.
7323
126fa72d
PS
73242002-05-10 Petr Sorfa <petrs@caldera.com>
7325
7326 * ia64-tdep.c: Handle breakpoints on L instruction type
7327 in MLX instruction bundle by moving the breakpoint to
7328 the third slot (X instruction type) as L holds only data.
7329
1f077a3e
KB
73302002-05-10 Kevin Buettner <kevinb@redhat.com>
7331
7332 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7333 (process_one_symbol): Complain about discarding local symbols
7334 due to a misplaced N_LBRAC entry.
7335
8120c9d5 73362002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7337
7338 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7339 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7340 decrease the depth we are at, in the case of templates.
361d1df0 7341
67b2c998
DJ
73422002-05-09 Daniel Jacobowitz <drow@mvista.com>
7343
7344 * mips-tdep.c (mips_float_register_type): New function.
7345 (mips_double_register_type): New function.
7346 (mips_print_register): Use them.
7347 (do_fp_register_row): Likewise.
7348
fd326606
DJ
73492002-05-09 Daniel Jacobowitz <drow@mvista.com>
7350
6609d9af 7351 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7352 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7353 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7354
bef35864
MS
73552002-05-09 Michael Snyder <msnyder@redhat.com>
7356
7357 * remote-rdp.c (remote_rdp_can_run): Remove.
7358
c55a3f73
TT
73592002-05-09 Tom Tromey <tromey@redhat.com>
7360
7361 * jv-valprint.c (java_val_print): Handle `char' as a special case
7362 of TYPE_CODE_INT.
7363
b8d5e71d
MS
73642002-05-09 Michael Snyder <msnyder@redhat.com>
7365
7366 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7367 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7368 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7369 str r(0123),[sp,#nn].
361d1df0 7370 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7371 order-independent by placing it in a loop.
7372
e2cd42dd
MS
73732002-05-06 Michael Snyder <msnyder@redhat.com>
7374
7375 * stabsread.c (read_type): Add recognition for new attribute:
7376 "@V;" means that an array type is actually a vector.
7377 This is analogous to the vector flag that's been added to dwarf2.
7378
3ce1502b
MK
73792002-05-09 Mark Kettenis <kettenis@gnu.org>
7380
7381 * i386-tdep.h (i386_abi): New enum.
7382 (struct gdbarch_tdep): Replace os_ident member with abi.
7383 (i386_gdbarch_register_os_abi): New prototype.
7384 * i386-tdep.c (i386_abi_names): New array.
7385 (process_note_abi_tag_sections): Removed.
7386 (process_note_sections): New function.
7387 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7388 (struct i386_abi_handler): New struct.
7389 (i386_abi_handler_list): New variable.
7390 (i386_gdbarch_register_os_abi): New function.
7391 (i386_gdbarch_init): Adapt for the changes given above.
7392
084c156a
DJ
73932002-05-08 Daniel Jacobowitz <drow@mvista.com>
7394
7395 * gregset.h: Say "GNU/Linux".
7396
6599f021
EZ
73972002-05-08 Elena Zannoni <ezannoni@redhat.com>
7398
7399 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7400 (build_gdbtypes): Build builtin_type_v2_float.
7401 (_initialize_gdbtypes): Register new builtin type.
7402
40af4b0c
AC
74032002-05-08 Andrew Cagney <ac131313@redhat.com>
7404
7405 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7406 (clear_gdbarch_swap): New function.
7407 (initialize_non_multiarch): Call.
7408 (gdbarch_update_p): Before calling init(), swap out and clear the
7409 existing architecture.
7410 * gdbarch.c: Regenerate.
7411
4fe84f46
JT
74122002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7413
7414 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7415 alphanbsd-tdep.c.
7416
4015edd1
JT
74172002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7418
7419 * sh-nbsd-nat.c: Rename to...
7420 * shnbsd-nat.c: ...this.
7421 * sh-nbsd-tdep.c: Rename to...
7422 * shnbsd-tdep.c: ...this.
7423 * sh-nbsd-tdep.h: Rename to...
7424 * shnbsd-tdep.h: ...this.
7425 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7426 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7427
0e2bd219
RE
74282002-05-08 Richard Earnshaw <rearnsha@arm.com>
7429
7430 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7431 concatenation for command help messages.
7432
13a38d45
JT
74332002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7434
7435 * NEWS: Note new sh*-*-netbsdelf* configuration.
7436 * configure.host: Set gdb_host_cpu to sh for all sh*.
7437 (sh*-*-netbsdelf*): New host.
7438 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7439 (sh*-*-netbsdelf*): New target.
7440 * sh-nbsd-nat.c: New file.
7441 * sh-nbsd-tdep.c: New file.
7442 * sh-nbsd-tdep.h: New file.
7443 * config/sh/nbsd.mh: New file.
7444 * config/sh/nbsd.mt: New file.
7445 * config/sh/nm-nbsd.h: New file.
7446 * config/sh/tm-nbsd.h: New file.
7447
d658f924
JT
74482002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7449
7450 * sh-tdep.c (sh_osabi_names): Declare.
7451 (process_note_abi_tag_sections): New function.
7452 (get_elfosabi): Ditto.
7453 (sh_gdbarch_register_os_abi): Ditto.
7454 (sh_dump_tdep): Ditto.
7455 _initialize_sh_tdep): Use gdbarch_register to register
7456 sh_gdbarch_init and sh_dump_tdep.
7457 * config/sh/tm-sh.h (sh_osabi): Declare.
7458 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7459
848cfffb
AC
74602002-05-07 Andrew Cagney <ac131313@redhat.com>
7461
7462 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7463 (thumb_scan_prologue): Ditto.
7464 (arm_find_callers_reg): Ditto.
7465 (arm_frame_chain): Ditto.
7466 (arm_init_extra_frame_info): Ditto.
7467 (arm_frame_saved_pc): Ditto.
7468 (arm_pop_frame): Ditto.
7469 (arm_push_return_address): New function.
7470 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7471 call_dummy_location, call_dummy_breakpoint_offset_p,
7472 call_dummy_breakpoint_offset, call_dummy_p,
7473 call_dummy_stack_adjust_p, call_dummy_words,
7474 sizeof_call_dummy_words, call_dummy_start_offset,
7475 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7476 call_dummy_address, push_return_address and push_dummy_frame for
7477 generic dummy frames.
7478
e7d717c0
JT
74792002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7480
7481 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7482 size computation for alloca.
7483 (sh_fp_frame_init_saved_regs): Likewise.
7484
7bbcf283
RE
74852002-05-07 Richard Earnshaw <rearnsha@arm.com>
7486
7487 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7488 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7489 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7490 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7491 * remote-rdp.c (remote_rdp_fetch_register): Use
7492 ARM_MAX_REGISTER_RAW_SIZE.
7493 (remote_rdp_store_register): Likewise.
7494
4657573b
ML
74952002-05-07 Michal Ludvig <mludvig@suse.cz>
7496
361d1df0 7497 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7498 added default labels to switch {} statements.
7499 * x86-64-tdep.c: Ditto.
7500 * x86-64-linux-nat.c: Ditto.
7501
010f3b2f
JT
75022002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7503
7504 * solib.h: Protect against multiple inclusion.
7505
debd256d
JB
75062002-05-06 Jim Blandy <jimb@redhat.com>
7507
9ab3e532
JB
7508 Add first preprocessor macro-expansion files.
7509 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7510 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7511 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7512 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7513 (COMMON_OBS): Add macrotab.o, macroexp.o.
7514 (macroexp.o, macrotab.o): New rules.
7515
debd256d
JB
7516 Separate the job of reading the line number info statement program
7517 header (...expialidocious) out into its own function.
7518 * dwarf2read.c (struct line_head, struct filenames, struct
7519 directories): Replace with...
7520 (struct line_header): New structure, containing the full
7521 contents of the statement program header, including the
7522 include directory and file name tables.
7523 (read_file_scope): If we have line number info, instead of just
7524 calling dwarf_decode_lines to do all the work, call
7525 dwarf_decode_line_header first to get a `struct line_header'
7526 containing the data in the statement program header, and then
7527 pass that to dwarf_decode_lines, which will pick up where that
7528 left off. Be sure to clean up the `struct line_header' object.
7529 (dwarf_decode_line_header, free_line_header, add_include_dir,
7530 add_file_name): New functions.
7531 (dwarf_decode_lines): Move all the code to read the statement
7532 program header into dwarf_decode_line_header. Take the line
7533 header it built as the first argument, instead of the offset to
7534 the compilation unit's line number info. Use the new `struct
7535 line_header' type instead of the old structures. No need to do
7536 cleanups here now, since we don't allocate anything.
7537 (dwarf2_statement_list_fits_in_line_number_section,
7538 dwarf2_line_header_too_long): New complaints.
7539
ac3aafc7
EZ
75402002-05-06 Elena Zannoni <ezannoni@redhat.com>
7541
7542 * gdbtypes.c (init_vector_type): New function.
7543 (build_builtin_type_vec128): Simplify the representation of SIMD
7544 registers.
7545 (build_gdbtypes): Initialize new builtin vector types.
7546 (_initialize_gdbtypes): Register new vector types with gdbarch.
7547 (builtin_type_v4_float, builtin_type_v4_int32,
7548 builtin_type_v8_int16, builtin_type_v16_int8,
7549 builtin_type_v2_int32, builtin_type_v4_int16,
7550 builtin_type_v8_int8): New (renamed) SIMD types.
7551
13e49980
MK
75522002-05-06 Mark Kettenis <kettenis@gnu.org>
7553
7554 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7555 (i387_fill_fxsave): Likewise.
7556
997b20b8
AO
75572002-05-05 Alexandre Oliva <aoliva@redhat.com>
7558
7559 * alpha-tdep.c (alpha_extract_return_value): Don't use
7560 non-constant array size in prototype.
7561
535c96ce
AC
75622002-05-04 Andrew Cagney <ac131313@redhat.com>
7563
7564 From Brian Taylor <briant at model dot com>:
7565 * ui-out.c (ui_out_field_core_addr): Use the function
7566 longest_local_hex_string_custom'to format addresses > 32 bits
7567 wide.
7568
7569 * ui-out.c (ui_out_field_core_addr): Update comment.
7570
bedfa57b
AC
75712002-05-04 Andrew Cagney <ac131313@redhat.com>
7572
7573 * stack.c (select_and_print_frame): Make static. Delete the
7574 parameter `level'.
7575 (func_command): Update call.
7576 (select_frame_command): Delete code computing the frame level.
7577 * frame.h (select_and_print_frame): Delete declaration.
7578
f621c63e
AC
75792002-05-04 Andrew Cagney <ac131313@redhat.com>
7580
7581 * sparc-tdep.c (sparc_get_saved_register): Comment why
7582 get_prev_frame call is safe.
7583
0f7d239c
AC
75842002-05-04 Andrew Cagney <ac131313@redhat.com>
7585
7586 * frame.h (select_frame): Delete level parameter.
7587 * stack.c (select_frame): Update. Use frame_relative_level to
7588 obtain the frame's level.
7589 (select_and_print_frame): Update call.
7590 (select_frame_command): Ditto.
7591 (up_silently_base): Ditto.
7592 (down_silently_base): Ditto.
7593 * ocd.c (ocd_start_remote): Ditto.
7594 * remote-rdp.c (remote_rdp_open): Ditto.
7595 * remote-mips.c (mips_initialize): Ditto.
7596 (common_open): Ditto.
7597 * remote-e7000.c (e7000_start_remote): Ditto.
7598 * m3-nat.c (select_thread): Ditto.
7599 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7600 (child_get_current_exception_event): Ditto.
7601 * varobj.c (varobj_create): Ditto.
7602 (varobj_update): Ditto.
7603 (c_value_of_root): Ditto.
7604 * tracepoint.c (finish_tfind_command): Ditto.
7605 * corelow.c (core_open): Ditto.
7606 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7607 * thread.c (info_threads_command): Ditto.
7608 (switch_to_thread): Ditto.
7609 * infrun.c (normal_stop): Ditto.
7610 (restore_selected_frame): Ditto.
7611 (restore_inferior_status): Ditto.
7612 * breakpoint.c (insert_breakpoints): Ditto.
7613 (watchpoint_check): Ditto.
7614 (bpstat_stop_status): Ditto.
7615 (do_enable_breakpoint): Ditto.
7616 * blockframe.c (flush_cached_frames): Ditto.
7617 (reinit_frame_cache): Ditto.
7618
71d6c7b1
AC
76192002-05-04 Andrew Cagney <ac131313@redhat.com>
7620
7621 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7622 maintainer.
7623
cda6c68a
JB
76242002-05-04 Jim Blandy <jimb@redhat.com>
7625
7626 * gdbtypes.c (replace_type): Doc fix.
7627
5c1c87f0
AC
76282002-05-04 Andrew Cagney <ac131313@redhat.com>
7629
7630 * valprint.c (strcat_longest): Delete commented out function.
7631 Update copyright.
7632
cd9bfe15
AC
76332002-05-04 Andrew Cagney <ac131313@redhat.com>
7634
7635 * MAINTAINERS: Mark a29k as deleted.
7636 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7637 Move new configurations to the top.
7638 * configure.tgt: Remove a29k.
7639 * config/a29k/tm-vx29k.h: Delete.
7640 * config/a29k/vx29k.mt: Delete.
7641 * config/a29k/tm-a29k.h: Delete.
7642 * config/a29k/a29k-udi.mt: Delete.
7643 * config/a29k/a29k.mt: Delete.
7644 * a29k-tdep.c: Delete.
7645 * remote-udi.c: Delete.
7646 * remote-mm.c: Delete.
7647 * remote-eb.c: Delete.
7648 * remote-adapt.c: Delete.
7649 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7650 * config/s390/s390x.mt: Ditto.
7651 * config/s390/s390.mt: Ditto.
7652 * config/sparc/sparclynx.mh: Ditto.
7653 * config/sparc/linux.mh: Ditto.
7654 * config/pa/hppaosf.mh: Ditto.
7655 * config/pa/hppabsd.mh: Ditto.
7656 * config/ns32k/nbsd.mt: Ditto.
7657 * config/mips/vr5000.mt: Ditto.
7658 * config/m68k/sun3os4.mh: Ditto.
7659 * config/m68k/nbsd.mt: Ditto.
7660 * config/m68k/m68klynx.mh: Ditto.
7661 * config/m32r/m32r.mt: Ditto.
7662 * config/i386/x86-64linux.mt: Ditto.
7663 * config/i386/nbsdelf.mt: Ditto.
7664 * config/i386/nbsd.mt: Ditto.
7665 * config/i386/i386lynx.mh: Ditto.
7666
bf0c5130
AC
76672002-05-04 Andrew Cagney <ac131313@redhat.com>
7668
7669 * target.c (debug_print_register): New function. Handle oversize
7670 registers.
7671 (debug_to_fetch_registers): Call.
7672 (debug_to_store_registers): Call.
7673
2ae1c2d2
JB
76742002-05-03 Jim Blandy <jimb@redhat.com>
7675
13a393b0
JB
7676 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7677 (read_type): Doc fix.
7678 * gdbtypes.c (replace_type): Doc fix.
7679
2ae1c2d2
JB
7680 * stabsread.c (multiply_defined_struct): New complaint.
7681 (read_struct_type): If the type we were passed isn't empty, or
7682 incomplete, don't read the new struct type into it; complain,
7683 and return the original type unchanged. Take a new `type_code'
7684 argument, which is the type code for the new type.
7685 (read_type): Rather than storing the type's type code here, pass
7686 it as an argument to read_struct_type, and let that take care of
7687 storing it. That way, we don't overwrite the original type code,
7688 so read_struct_type can use it to decide whether we're overwriting
7689 something we shouldn't.
7690 (complain_about_struct_wipeout): New function.
7691
8de9bdc4
AC
76922002-05-03 Andrew Cagney <ac131313@redhat.com>
7693
7694 * gdbarch.sh: Assert that gdbarch is non-NULL.
7695 * gdbarch.c: Regenerate.
7696
f773fdbb
JM
76972002-05-03 Jason Merrill <jason@redhat.com>
7698
7699 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7700 and return NULL.
7701
0e04a514
ML
77022002-05-03 Michal Ludvig <mludvig@suse.cz>
7703
7704 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7705 (x86_64_dwarf2gdb_regno_map_length),
7706 (x86_64_dwarf2_reg_to_regnum): Added.
7707 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7708 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7709 (_initialize_x86_64_tdep): Synced with the change above.
7710 (x86_64_skip_prologue): Reformulated message.
7711
065432a8
PM
77122002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7713
7714 * f-exp.y: Also use new prev_lexptr variable
7715 to improve error reporting. Based on Michael Snyder
7716 2002-04-24 dated patch to c-exp.y.
7717 * jv-exp.y: Likewise.
7718 * m2-exp.y: Likewise.
7719
a3162708
EZ
77202002-05-02 Elena Zannoni <ezannoni@redhat.com>
7721
7722 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7723 we are dealing with vectors.
7724
03620c38
PM
77252002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7726
7727 * config/m68k/tm-nbsd.h: Obvious fix,
7728 correct machine name.
7729
6604db2e
PM
77302002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7731
7732 * p-typeprint.c (pascal_type_print_base): Add support
7733 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7734
0906b739
PM
77352002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7736
7737 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7738 for fondamental pascal 'char' type.
7739
e2625b33
PM
77402002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7741
7742 * p-lang.h (is_pascal_string_type): Declaration changed,
7743 new sixth argument of type char ** added.
361d1df0 7744 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7745 changed. Args length_pos, length_size, string_pos, char_size
7746 can now be NULL. New argument arrayname set to the field
7747 name of the char array. Return value set to char array
7748 field index plus one.
361d1df0 7749 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7750 is_pascal_string_type function.
7751
cf17c188
AC
77522002-05-02 Andrew Cagney <cagney@redhat.com>
7753
7754 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7755 <cagney@redhat.com> change.
7756 * gdbarch.c: Regenerate.
7757
52bca491
AC
77582002-05-02 Andrew Cagney <cagney@redhat.com>
7759
7760 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7761 before probing for a new one. Detect errorenous gdbarch_init
7762 functions.
7763 * gdbarch.c: Regenerate.
7764
d5e72505
AC
77652002-05-01 Andrew Cagney <cagney@redhat.com>
7766
7767 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7768 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7769 * config/v850/tm-v850.h: Ditto. Update copyright.
7770
af566d9f
AC
77712002-04-30 Andrew Cagney <ac131313@redhat.com>
7772
7773 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7774 current_gdbarch.
7775
880d85fa
MS
77762002-04-30 Michael Snyder <msnyder@redhat.com>
7777
94c30b78
MS
7778 * arm-tdep.c: Whitespace clean-ups.
7779 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7780 should have been removed as part of 4/24 change.
7781
6f5987a6
KB
77822002-04-30 Kevin Buettner <kevinb@redhat.com>
7783
7784 * rs6000-tdep.c: Added comment describing how fpscr register
7785 numbers were chosen.
7786
1a113c93
MS
77872002-04-30 Michael Snyder <msnyder@redhat.com>
7788
7789 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7790
9a6f53fe
EZ
77912002-04-29 Elena Zannoni <ezannoni@redhat.com>
7792
7793 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7794 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7795 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7796
11ed25ac
KB
77972002-04-29 Kevin Buettner <kevinb@redhat.com>
7798
7799 From Louis Hamilton <hamilton@redhat.com>:
7800 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7801 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7802 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7803 not bfd-private xcoff data, to determine wordsize.
7804 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7805
ae232405
AC
78062002-04-29 Andrew Cagney <ac131313@redhat.com>
7807
7808 GDB 5.2 released from 5.2 branch.
7809
91fd20f7
ML
78102002-04-29 Michal Ludvig <mludvig@suse.cz>
7811
7812 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7813 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7814 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7815
2dc5091b
EZ
78162002-04-29 Elena Zannoni <ezannoni@redhat.com>
7817
7818 * rs6000-tdep.c (rs6000_extract_return_value,
7819 rs6000_store_return_value): Handle returning vectors.
7820 (rs6000_gdbarch_init): Use
7821 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7822 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7823 New function.
7824 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7825 vectors.
7826 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7827 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7828
2b9848d8
PM
78292002-04-24 Pierre Muller <ics.u-strasbg.fr>
7830
7831 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7832 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7833 with fprintf_unfiltered (gdb_stderr,...).
7834
f8d17dc5
PM
78352002-04-24 Pierre Muller <ics.u-strasbg.fr>
7836
7837 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7838 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7839 Replace fprintf (stderr,...
7840 with fprintf_unfiltered (gdb_stderr,....
7841 * remote-es.c: Likewise.
7842 * remote-os9k.c: Likewise.
7843 * remote-st.c: Likewise.
7844
2f2f1ad1
AS
78452002-04-28 Andreas Schwab <schwab@suse.de>
7846
7847 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7848 linux-proc.o and gcore.o.
7849
b6779aa2
AC
78502002-04-26 Michal Ludvig <mludvig@suse.cz>
7851
7852 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7853 code without frame pointers.
7854
7e57f5f4
AC
78552002-04-26 Andrew Cagney <ac131313@redhat.com>
7856
7857 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7858 ON_STACK is needed.
7859
2ceb85d0
BE
78602002-04-26 Ben Elliston <bje@redhat.com>
7861
7862 * target.c (do_xfer_memory): Correct reference to the new option
7863 "trust-readonly-sections".
7864
f5f8a009
EZ
78652002-04-26 Elena Zannoni <ezannoni@redhat.com>
7866
7867 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7868 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7869 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7870 vectors.
7871 (read_array_type): Record the fact that this array type is really a
7872 vector (i.e. are passed in by value).
7873
5868c862
JT
78742002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7875
7876 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7877 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7878 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7879 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7880 * alpha-linux-tdep.c: Include frame.h.
7881 (alpha_linux_sigcontext_addr): New function.
7882 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7883 alpha_linux_sigcontext_addr.
7884 * alpha-osf1-tdep.c: Include gdbcore.h.
7885 (alpha_osf1_sigcontext_addr): New function.
7886 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7887 alpha_osf1_sigcontext_addr.
7888 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7889 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7890
bfb01f37
AC
78912002-04-26 Andrew Cagney <ac131313@redhat.com>
7892
361d1df0 7893 * stack.c (selected_frame_level):
bfb01f37
AC
7894 (select_frame): Do not set selected_frame_level.
7895 * frame.h (selected_frame_level): Delete declaration.
7896
15813d3f
AC
78972002-04-26 Andrew Cagney <ac131313@redhat.com>
7898
7899 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7900 convert_from_func_ptr-addr when AIX / PowerOpen.
7901
6096c27a
AC
79022002-04-25 Andrew Cagney <ac131313@redhat.com>
7903
7904 * valops.c (hand_function_call): Call
7905 generic_save_call_dummy_addr.
7906 * frame.h (generic_save_call_dummy_addr): Declare.
7907 * blockframe.c (struct dummy_frame): Add fields call_lo and
7908 call_hi.
7909 (generic_find_dummy_frame): Check for PC in range call_lo to
7910 call_hi instead of entry_point_address.
7911 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7912 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7913 (generic_save_call_dummy_addr): New function.
7914
f510d44e
DM
79152002-04-24 David S. Miller <davem@redhat.com>
7916
7917 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7918 sparc_skip_prologue.
7919 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7920 information to find prologue when possible.
7921 (sparc_prologue_frameless_p): Call examine_prologue directly.
7922 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7923 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7924 second argument.
7925 (SKIP_PROLOGUE): Likewise.
7926
15d72a92
JT
79272002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7928
7929 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7930 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7931 indicate that the condition it was testing is always true.
7932 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7933 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7934 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7935
accc6d1f
JT
79362002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7937
7938 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7939 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7940 tdep->jb_pc and tdep->jb_elt_size.
7941 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7942 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7943 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7944 * alpha-nat.c (get_longjmp_target): Remove.
7945 (JB_ELEMENT_SIZE): Ditto.
7946 (JB_PC): Ditto.
7947 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7948 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7949 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7950 to alpha_get_longjmp_target.
7951 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7952 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7953 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7954
1bfdc549
AC
79552002-04-25 Andrew Cagney <ac131313@redhat.com>
7956
7957 * README: Update to GDB 5.2.
7958
1bd316f0
AC
79592002-04-25 Andrew Cagney <ac131313@redhat.com>
7960
7961 * gdbarch.sh (LC_ALL): Set to `c'.
7962
2e5ff58c
TR
79632002-04-25 Theodore A. Roth <troth@verinet.com>
7964
7965 * avr-tdep.c: Ran through gdb_indent.sh.
7966
e33ce519
TR
79672002-04-25 Theodore A. Roth <troth@verinet.com>
7968
7969 * MAINTAINERS: Add myself as AVR maintainer.
7970 * NEWS: Note new target avr.
7971
8818c391
TR
79722002-04-25 Theodore A. Roth <troth@verinet.com>
7973
7974 * Makefile.in: Add support for AVR target.
7975 * configure.tgt: Add support for AVR target.
7976 * avr-tdep.c: New file
7977 * config/avr/avr.mt: New file.
7978
79509c2d
TR
79792002-04-25 Theodore A. Roth <troth@verinet.com>
7980
7981 * MAINTAINERS: Add myself to write-after-approval.
7982
dac8068e
PM
79832002-04-24 Pierre Muller <ics.u-strasbg.fr>
7984
7985 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7986 with fprintf_unfiltered (gdb_stderr,....
7987
25bf3106
PM
79882002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7989
7990 Fix PR gdb/508.
7991 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7992
24467a86
PM
79932002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7994
7995 * p-exp.y: Also use new prev_lexptr variable
7996 to improve error reporting. Based on Michael Snyder
7997 2002-04-24 dated patch to c-exp.y.
7998
95b80706
JT
79992002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8000
8001 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8002 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8003 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8004 to 0.
8005 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8006 and struct value.
8007 (FUNCTION_START_OFFSET): Remove.
8008 (BREAKPOINT): Ditto.
8009
e90cc612
JT
80102002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8011
8012 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8013 * NEWS: Ditto.
8014
6c72f9f9
JT
80152002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8016
8017 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8018 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8019 alpha_linux_pc_in_sigtramp.
8020 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8021 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8022 alpha_osf1_pc_in_sigtramp.
8023 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8024 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8025 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8026 alphafbsd_pc_in_sigtramp.
8027 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8028 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8029 alphanbsd_pc_in_sigtramp.
8030 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8031 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8032
5e4f3379
JT
80332002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8034
8035 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8036
da8ca43d
JT
80372002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8038
8039 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8040 alphanbsd-tdep.c.
8041 (alphanbsd-nat.o): New dependency list.
8042 (alphanbsd-tdep.o): Ditto.
8043 * NEWS: Note new native NetBSD/alpha configuration.
8044 * alphanbsd-nat.c: New file.
8045 * alphanbsd-tdep.c: Ditto.
8046 * configure.host (alpha*-*-netbsd*): New host.
8047 * configure.tgt (alpha*-*-netbsd*): New target.
8048 * config/alpha/nbsd.mh: New file.
8049 * config/alpha/nbsd.mt: Ditto.
8050 * config/alpha/nm-nbsd.h: Ditto.
8051 * config/alpha/tm-nbsd.h: Ditto.
8052
36a6271d
JT
80532002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8054
8055 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8056 (alpha-osf1-tdep.o): New dependency list.
8057 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8058 and skip_sigtramp_frame members.
8059 * alpha-linux-tdep.c: Include gdbcore.h.
8060 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8061 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8062 * alpha-osf1-tdep.c: New file.
8063 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8064 alpha-osf1-dep.c.
8065 (alpha_frame_past_sigtramp_frame): New function.
8066 (alpha_dynamic_sigtramp_offset): Ditto.
8067 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8068 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8069 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8070 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8071 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8072 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8073 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8074 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8075 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8076 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8077 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8078 to find_solib_trampoline_target.
8079 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8080 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8081 (SKIP_TRAMPOLINE_CODE): Remove.
8082 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8083 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8084 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8085 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8086 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8087 (PROC_SIGTRAMP_MAGIC): Ditto.
8088 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8089 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8090 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8091 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8092 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8093
2f4bc57b
JT
80942002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8095
8096 * NEWS: Note that Alpha targets are now multi-arch.
8097
665132f9
MS
80982002-04-24 Michael Snyder <msnyder@redhat.com>
8099
8100 * parser-defs.h (prev_lexptr): New external variable.
8101 * parse.c (parse_exp_1): Set prev_lexptr to null before
8102 calling the language-specific parser.
8103 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8104 (yyerror): Use prev_lexptr in error reporting.
8105
32872fa7
DJ
81062002-04-24 Daniel Jacobowitz <drow@mvista.com>
8107
8108 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8109 * gregset.h: If FILL_FPXREGSET is defined, provide
8110 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8111 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8112 is defined, call fill_fpxregset.
8113
57e76fac
MS
81142002-04-24 Roland McGrath <roland@frob.com>
8115
8116 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8117 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8118 (supply_gregset, supply_fpregset): New functions.
8119
8120 * gnu-nat.c (gnu_find_memory_regions): New function.
8121 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8122 (gnu_xfer_memory): Add a cast.
8123
f43845b3
MS
81242002-04-24 Michael Snyder <msnyder@redhat.com>
8125
361d1df0 8126 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8127 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8128 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8129 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8130 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8131 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8132
a0abec03
AC
8133Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8134
8135 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8136 NUM_PSEUDO_REGS can be used.
8137
d7bd68ca
AC
81382002-04-24 Andrew Cagney <ac131313@redhat.com>
8139
8140 * arch-utils.h: Update copyright.
8141
8142 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8143 * gdbarch.h, gdbarch.c: Re-generate.
8144
8145 * inferior.h (IN_SIGTRAMP): Delete definition.
8146 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8147 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8148
8149 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8150 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8151 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8152 (find_proc_framesize): Ditto.
8153 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8154 (alpha_init_extra_frame_info): Ditto.
8155 * infrun.c (handle_inferior_event): Ditto.
8156 (handle_inferior_event): Ditto.
8157 (check_sigtramp2): Ditto.
8158 * blockframe.c (create_new_frame): Ditto.
8159 (get_prev_frame): Ditto.
8160 * ppc-linux-tdep.c: Update comments.
8161 * i386-linux-tdep.c: Update comments.
8162 * breakpoint.c (bpstat_what): Update comment.
8163
4867e41e
DM
81642002-04-24 David S. Miller <davem@redhat.com>
8165
21d83aa5
DM
8166 * i960-tdep.c (register_in_window_p): New function.
8167 (i960_find_saved_register): Use it instead of
8168 REGISTER_IN_WINDOW_P.
8169 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8170
4867e41e
DM
8171 * symtab.h (find_stab_function_addr): Kill extern.
8172 * minsyms.c (find_stab_function_addr): Remove from here...
8173 * dbxread.c: ... to here, and mark it static.
8174
69cdf6a2
DM
81752002-04-20 David S. Miller <davem@redhat.com>
8176
8177 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8178 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8179
5a595886
DM
81802002-04-21 David S. Miller <davem@redhat.com>
8181
8182 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8183 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8184 (vx_write_register): Likewise.
8185
1da1a192
JB
81862002-04-23 J. Brobecker <brobecker@gnat.com>
8187
8188 * source.c (is_regular_file): New function.
8189 (openp): Check wether file to open is a regular file
8190 to avoid opening directories.
8191
baa6f10b
JT
81922002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8193
8194 * findvar.c (extract_signed_integer): Cast printf argument
8195 to suppress format warning.
8196 (extract_unsigned_integer): Likewise.
8197 * infcmd.c (registers_info): Likewise.
8198 * top.c (get_prompt_1): Likewise.
8199 * valops.c (value_assign): Likewise.
8200 * valprint.c (print_decimal): Likewise.
8201
b2c4da81
L
82022002-04-22 H.J. Lu (hjl@gnu.org)
8203
8204 * c-exp.y (typebase): Support
361d1df0 8205
b2c4da81
L
8206 [long|long long|short] [signed|unsigned] [int|]
8207
8208 and
8209
8210 signed [long|long long|short] int
8211
f267bd6a
JT
82122002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8213
8214 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8215 and vax-tdep.h.
8216 * vax-tdep.h: New file.
8217 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8218 Make several routines static.
8219 (vax_get_saved_register): New function.
8220 (vax_gdbarch_init): New function.
8221 (_initialize_vax_tdep): Register vax_gdbarch_init.
8222 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8223 Remove macros now under the control of gdbarch.
8224
da3c6d4a
MS
82252002-04-22 Michael Snyder <msnyder@redhat.com>
8226
11d3b27d
MS
8227 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8228 Some whitespace and coding standards tweaks.
da3c6d4a 8229
a33f7558
JT
82302002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8231
8232 * vax-tdep.c: Include regcache.h.
8233 (vax_call_dummy_words): New.
8234 (sizeof_vax_call_dummy_words): New.
8235 (vax_fix_call_dummy): New function.
8236 (vax_saved_pc_after_call): Ditto.
8237 * config/vax/tm-vax.h: Don't include regcache.h.
8238 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8239 (CALL_DUMMY): Remove.
8240 (CALL_DUMMY_WORDS): Define.
8241 (SIZEOF_CALL_DUMMY_WORDS): Define.
8242 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8243
47a73475
MS
82442002-04-18 Michael Snyder <msnyder@redhat.com>
8245
8246 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8247
52efde73
JT
82482002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8249
8250 * vax-tdep.c (vax_frame_chain): New function.
8251 (vax_push_dummy_frame): Ditto.
8252 (vax_pop_frame): Ditto.
8253 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8254 (FRAMELESS_FUNCTION_INVOCATION): Use
8255 generic_frameless_function_invocation_not.
8256 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8257 (POP_FRAME): Use vax_pop_frame.
8258
ea74468c
JT
82592002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8260
8261 * vax-tdep.c (vax_store_struct_return): New function.
8262 (vax_extract_return_value): Ditto.
8263 (vax_store_return_value): Ditto.
8264 (vax_extract_struct_value_address): Ditto.
8265 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8266 vax_store_struct_return.
8267 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8268 (STORE_RETURN_VALUE): Use vax_store_return_value.
8269 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8270
5516aa92
JT
82712002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8272
8273 * vax-tdep.c (vax_frame_saved_pc): New function.
8274 (vax_frame_args_address_correct): Ditto.
8275 (vax_frame_args_address): Ditto.
8276 (vax_frame_locals_address): Ditto.
8277 (vax_frame_num_args): Move code to be in proximity to
8278 other frame-related functions.
8279 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8280 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8281 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8282 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8283 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8284
36af0b35
L
82852002-04-22 H.J. Lu (hjl@gnu.org)
8286
8287 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8288 includedir.
8289
ab62c900
JT
82902002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8291
8292 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8293 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8294 (FRAME_INIT_SAVED_REGS): New macro.
8295
7232b100
JT
82962002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8297
8298 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8299
b70d2aee
JT
83002002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8301
8302 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8303 where needed.
8304 (fetch_osf_core_registers): Likewise.
8305 (supply_gregset): Likewise.
8306
a0e8a2d1 83072002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8308
a0e8a2d1
JB
8309 * symfile.h (get_section_index): Define.
8310 * symfile.c (get_section_index): New function.
8311 * mdebugread.c (SC_IS_SBSS): New macro.
8312 (SC_IS_BSS): Return true for the scBss storage class only, as
8313 the scSBss storage class refers to the .sbss section.
8314 (parse_partial_symbols): Discard the symbols which associated
8315 section does not exist.
8316 Make sure to use the .sbss section index for symbols which
8317 storage class is scBss, rather than using the .bss section index.
8318
51eb8b08
JT
83192002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8320
8321 * vax-tdep.c: Update copyright years.
8322 (vax_register_name): New function.
8323 (vax_register_byte): Ditto.
8324 (vax_register_raw_size): Ditto.
8325 (vax_register_virtual_size): Ditto.
8326 (vax_register_virtual_type): Ditto.
8327 * config/vax/tm-vax.h: Update copyright years.
8328 (REGISTER_NAMES): Remove.
8329 (REGISTER_NAME): Define.
8330 (REGISTER_BYTE): Use vax_register_byte.
8331 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8332 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8333 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8334
6cc1c0a8
AC
83352002-04-21 Andrew Cagney <ac131313@redhat.com>
8336
8337 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8338 declaration
8339 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8340
9319a2fe
DM
83412002-04-21 David S. Miller <davem@redhat.com>
8342
8343 * arch-utils.c (generic_prologue_frameless_p): Kill
8344 SKIP_PROLOGUE_FRAMELESS_P code.
8345 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8346 references.
8347 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8348 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8349 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8350 references.
8351 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8352 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8353 (sparc_gdbarch_init): Pass it to
8354 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8355
e9ed6d01
JT
83562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8359 (alphabsd-nat.o): New dependency list.
8360
36012033
JT
83612002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8362
8363 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8364 alphafbsd-tdep.c.
8365 (alpha-linux-tdep.o): New dependency list.
8366 (alphafbsd-tdep.o): Likewise.
8367
3379287a
JT
83682002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8369
8370 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8371 to here...
8372 * alpha-tdep.c: ...from here.
8373 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8374
4bcbd6cb
JT
83752002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8376
8377 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8378 prototype from here...
8379 * alpha-tdep.h: ...to here.
8380
b31da25e
AC
83812002-04-21 Andrew Cagney <ac131313@redhat.com>
8382
8383 * frame.h (selected_frame_level): Document as deprecated.
8384 (frame_relative_level): Declare.
8385 * stack.c (frame_relative_level): New function.
8386 (selected_frame_level): Document as deprecated.
8387 (select_frame): Do not set the selected_frame_level.
8388
8389 * stack.c (frame_info, record_selected_frame): Update.
8390 (frame_command, current_frame_command): Update.
8391 (up_silently_base, up_command, down_silently_base): Update.
8392 (down_command): Update.
8393 * inflow.c (kill_command): Update.
8394 * tracepoint.c (finish_tfind_command): Update.
8395 * corelow.c (core_open): Update.
8396 * thread.c (info_threads_command): Update.
8397 (do_captured_thread_select): Update.
8398 * infcmd.c (finish_command): Update.
8399 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8400
9c1d6fe5
JT
84012002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8402
8403 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8404
ab89facf
AC
84052002-04-21 Andrew Cagney <ac131313@redhat.com>
8406
8407 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8408 type const.
8409
82a4efa1
JT
84102002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8411
8412 * alphafbsd-tdep.c: Update copyright years. Include
8413 alpha-tdep.h.
8414 (alphafbsd_use_struct_convention): Make static.
8415 (alphafbsd_init_abi): New function.
8416 (_initialize_alphafbsd_tdep): New function.
8417 * config/alpha/tm-fbsd.h: Update copyright years.
8418 (USE_STRUCT_CONVENTION): Remove.
8419
44dffaac
JT
84202002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8421
8422 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8423 an Alpha ABI variant.
8424 (alpha_abi_handler_list): Declare.
8425 (alpha_gdbarch_register_os_abi): New function.
8426 (alpha_gdbarch_init): Give registered ABI variant handlers a
8427 chance to tweak the gdbarch once we have set up defaults.
8428 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8429
65585be4
JT
84302002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8431
8432 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8433 to standard_coerce_float_to_double.
8434 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8435
d9b023cc
JT
84362002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8437
8438 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8439 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8440 from gdbarch_tdep rather than a constant.
8441 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8442 the default text address for all Alpha Unix ABIs.
8443 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8444 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8445
dc129d82
JT
84462002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8447
8448 * alpha-tdep.h: New file. Includes several Alpha target constants
8449 taken from...
8450 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8451 let gdbarch deal with.
8452 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8453 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8454 to dependency list.
8455 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8456 Alpha target register names.
8457 * alphabsd-nat.c: Likewise.
8458 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8459 Alpha target register names. Make serveral routines static.
8460 (alpha_get_saved_register): New function.
8461 (alpha_abi_names): New.
8462 (process_note_abi_tag_sections): New function.
8463 (get_elfosabi): New function.
8464 (alpha_gdbarch_init): New function.
8465 (alpha_dump_tdep): New function.
8466 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8467
d49d1e0a
AC
84682002-04-21 Andrew Cagney <ac131313@redhat.com>
8469
8470 * frame.c (find_saved_register): Delete #ifdef
8471 HAVE_REGISTER_WINDOWS code.
8472 * config/sparc/tm-sparc.h: Update comments.
8473 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8474
92e8c9ed
AC
84752002-04-21 Andrew Cagney <ac131313@redhat.com>
8476
8477 * i960-tdep.c (i960_find_saved_register): New function.
8478 (i960_get_saved_register): New function.
8479 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8480 (i960_get_saved_register): Declare.
8481 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8482
e1925118
DM
84832002-04-20 David S. Miller <davem@redhat.com>
8484
8485 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8486
29673b29
AC
84872002-04-20 Andrew Cagney <ac131313@redhat.com>
8488
8489 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8490 instead of NUM_PSEUDO_REGS.
8491
6c86dcd5
DM
84922002-04-20 David S. Miller <davem@redhat.com>
8493
8494 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8495 GDB_MULTI_ARCH_PARTIAL
8496 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8497 define, let tm-sp64.h do it.
8498
aa40ec90
JT
84992002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8500
8501 * frame.c (find_saved_register): Avoid a NULL pointer
8502 dereference and actually walk the frame list.
8503
0f79675b
AC
85042002-04-20 Andrew Cagney <ac131313@redhat.com>
8505
8506 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8507 sorted in most most-recent-used order. Document.
8508 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8509
f91305dd 85102002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8511
8512 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8513 instead of ->prev.
8514 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8515 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8516 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8517 instead of ->prev.
8518
73d322b1
EZ
85192002-04-19 Elena Zannoni <ezannoni@redhat.com>
8520
8521 Fix PR gdb/471.
8522 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8523 (build_builtin_type_vec128): Ditto.
8524 (append_composite_type_field): Fix calculation of type length in
8525 union case.
8526
ccd9a834
EZ
85272002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * config/djgpp/README: Update.
8530
8531 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8532 compiler warnings.
8533
a57f9e49
JT
85342002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8535
8536 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8537 (alpha_setup_arbitrary_frame): ...to this.
8538 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8539 for alpha_setup_arbitrary_frame.
8540
f4f9705a
AC
85412002-04-18 Andrew Cagney <cagney@redhat.com>
8542
8543 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8544 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8545
f4f9705a
AC
8546 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8547 * target.h (memory_breakpoint_from_pc): Update declaration.
8548 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8549
8550 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8551 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8552 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8553 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8554 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8555 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8556 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8557 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8558 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8559 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8560 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8561 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8562
8563 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8564 const pointer.
8565 * monitor.c (monitor_insert_breakpoint): Ditto.
8566 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8567
8568 * config/mcore/tm-mcore.h: Update copyright.
8569 * mem-break.c: Ditto.
8570 * xstormy16-tdep.c: Ditto.
8571
29f319b8
PM
85722002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8573
8574 * p-exp.y: Add precedence rule for '^' token.
8575 This removes the shift/reduce conflicts.
8576 Remove the comment concerning these shift/reduce conflicts.
8577
ebeac11a
EZ
85782002-04-18 Elena Zannoni <ezannoni@redhat.com>
8579
8580 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8581 (registers_powerpc_nofp): New register set for processors
8582 without floating point unit.
8583
27c31547
DM
85842002-04-18 David S. Miller <davem@redhat.com>
8585
8586 * MAINTAINERS: Add myself to write-after-approval.
8587
47a73475
MS
85882002-04-17 Michael Snyder <msnyder@redhat.com>
8589
8590 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8591
953836b2
AC
85922002-04-17 Andrew Cagney <ac131313@redhat.com>
8593
8594 * rs6000-tdep.c (frame_initial_stack_address): Use
8595 frame_register_read to read the alloca_reg.
8596
8b0d4340
AC
85972002-04-17 Andrew Cagney <ac131313@redhat.com>
8598
8599 * frame.c (find_saved_register): Find saved registers in the next
8600 not prev frame.
8601 Fix PR gdb/365.
8602
d8864532
AC
86032002-04-17 Andrew Cagney <ac131313@redhat.com>
8604
8605 * gdbarch.sh (LANG): Set to ``c''.
8606
36cc83a3 86072002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8608
36cc83a3 8609 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8610
2f4150cc 86112002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8612
8613 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8614 Update copyright.
8615
628703c6 8616 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8617 Also fix PR gdb/391.
361d1df0 8618
56157b4a
AC
86192002-04-14 Andrew Cagney <ac131313@redhat.com>
8620
8621 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8622 * aclocal.m4, configure: Re-generate.
8623 Fix PR gdb/391.
361d1df0 8624
6d1e3329
EZ
86252002-04-14 Elena Zannoni <ezannoni@redhat.com>
8626
8627 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8628 instead of tm_print_insn.
8629
cb06fa07
EZ
86302002-04-14 Elena Zannoni <ezannoni@redhat.com>
8631
8632 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8633
f208ba17
AC
86342002-04-14 Andrew Cagney <ac131313@redhat.com>
8635
8636 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8637 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8638 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8639
20f01a46
DH
86402002-04-12 Don Howard <dhoward@redhat.com>
8641
8642 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8643 max_user_call_depth.
8644 (init_cmd_lists): Initialize the new value;
8645 * cli/cli-script.c (execute_user_command): Limit the call depth of
8646 user defined commands. This avoids a core-dump when user commands
8647 are infinitly recursive.
8648
a88376a3
KB
86492002-04-12 Kevin Buettner <kevinb@redhat.com>
8650
8651 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8652 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8653 from tdep struct instead of DEFAULT_LR_SAVE.
8654 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8655 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8656 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8657
f2172603
MS
86582002-04-12 Michael Snyder <msnyder@redhat.com>
8659
694f61fb 8660 * Remote.c: Spelling fix.
20fe79c8
MS
8661 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8662 If no symbol found for "sbrk", try "_sbrk".
8663 (make_output_phdrs): Use bfd_section_name.
8664 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8665 * eval.c: Indentation fix-ups.
169a7369
MS
8666 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8667 in case it gets applied to an address that is already
8668 in the instruction space.
de74f71f
MS
8669 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8670 * symfile.c: Fix indentation, long lines.
f2172603
MS
8671 * source.c: White space fix-up.
8672
cda5a58a
AC
86732002-04-12 Andrew Cagney <cagney@redhat.com>
8674
8675 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8676 * frame.c (frame_register_read): New function. Return non-zero on
8677 success.
8678 (read_relative_register_raw_bytes_for_frame): Delete.
8679 (read_relative_register_raw_bytes): Delete.
8680 * frame.h (frame_register_read): Declare.
8681 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8682 * sh-tdep.c: Ditto.
8683 * infcmd.c (do_registers_info): Ditto.
8684 * hppa-tdep.c: Ditto.
8685 * rs6000-tdep.c: Ditto.
8686 * h8500-tdep.c: Ditto.
8687 * mips-tdep.c: Ditto.
8688 * h8300-tdep.c: Ditto.
8689 * z8k-tdep.c: Ditto.
8690
2ea5f656
KB
86912002-04-12 Kevin Buettner <kevinb@redhat.com>
8692
8693 From Jimi X <jimix@watson.ibm.com>:
8694 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8695 64-bit SysV ABI.
8696
27b15785
KB
86972002-04-12 Kevin Buettner <kevinb@redhat.com>
8698
8699 From Jimi X <jimix@watson.ibm.com>:
8700 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8701 bfd info.
8702
5d57ee30
KB
87032002-04-12 Kevin Buettner <kevinb@redhat.com>
8704
8705 From Jimi X <jimix@watson.ibm.com>:
8706 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8707 register sets for these processor variants.
8708
bc1e36ca
DJ
87092002-04-11 Daniel Jacobowitz <drow@mvista.com>
8710
bc1e36ca
DJ
8711 * regformats/reg-ppc.dat: Support FPSCR.
8712
e3f36dbd
KB
87132002-04-11 Kevin Buettner <kevinb@redhat.com>
8714
8715 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8716 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8717 Add fpscr as an invalid/unfetchable register.
8718 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8719 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8720 (fill_fpregset): Add support for register fpscr.
8721 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8722 (fill_gregset): Account for the fact that register ``mq'' might
8723 not exist.
8724 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8725 (registers_power): Add fpscr to register set at slot 71.
8726 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8727 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8728
943c9c25
MS
87292002-04-11 Michael Snyder <msnyder@redhat.com>
8730
8731 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8732 * configure: Regenerate.
8733 * config.in: Regenerate.
8734 * acconfig.h: Add define for _SYSCALL32.
8735 * core-sol2.c: Remove #define _SYSCALL32.
8736 * solib-legacy.c: Remove #define _SYSCALL32.
8737
d8c0a2e7
AC
87382002-04-10 Andrew Cagney <ac131313@redhat.com>
8739
8740 * stack.c (select_frame): Cleanup internal error message, do not
8741 use %p.
8742
7cc19214
AC
87432002-04-10 Andrew Cagney <ac131313@redhat.com>
8744
8745 * stack.c (select_frame): Check that selected_frame and the
8746 specified level are as expected.
8747 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8748 Update copyright.
8749 * frame.h (struct frame_info): Add field `level'. Update
8750 copyright.
8751 Work-in-progress PR gdb/464.
8752
67a2b77e
AC
87532002-04-10 Andrew Cagney <ac131313@redhat.com>
8754
8755 * maint.c (maint_print_section_info): Rename print_section_info.
8756 (print_bfd_section_info, print_objfile_section_info): Update.
8757 * inferior.h (struct gdbarch): Add opaque declaration.
8758 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8759 * gdbarch.h: Regenerate.
8760
8cfda98c
ML
87612002-04-10 Michal Ludvig <mludvig@suse.cz>
8762
8763 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8764 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8765 (kernel_u_size): Added.
8766 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8767 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8768
ca439ad2 87692002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8770
ca439ad2
JI
8771 * valarith.c (find_size_for_pointer_math): New function, either returns
8772 the size for a pointer's target, returns 1 for void *, or errors for
8773 incomplete types.
8774 (value_add, value_sub): use find_size_for_pointer_math.
8775
2f2893d9
DJ
87762002-04-09 Daniel Jacobowitz <drow@mvista.com>
8777
8778 * linux-low.c (linux_look_up_symbols): New hook.
8779 (linux_target_ops): Add linux_look_up_symbols.
8780 * remote-utils.c (decode_address): New function.
8781 (look_up_one_symbol): New function.
8782 * server.c (handle_query): Call target look_up_symbols hook.
8783 * server.h (look_up_one_symbol): Add prototype.
8784 * target.h (struct target_ops): Add look_up_symbols hook.
8785
96cb11df
AC
87862002-04-09 Andrew Cagney <ac131313@redhat.com>
8787
8788 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8789 override FP_REGNUM with frame->fp. Update copyright.
8790 * parse.c (num_std_regs, std_regs): Delete.
8791 (target_map_name_to_register): Do not search std_regs. Update
8792 function description.
8793 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8794 declarations. Update copyright.
8795 Fix PR gdb/251.
361d1df0 8796
97658e92
DJ
87972002-04-09 Daniel Jacobowitz <drow@mvista.com>
8798
8799 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8800 after the last symbol in a block.
8801
6044e3eb
PM
88022002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8803
8804 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8805 is non zero as a found symbol.
8806
0406ec40
AC
88072002-04-08 Andrew Cagney <ac131313@redhat.com>
8808
8809 * findvar.c: Include "builtin-regs.h".
8810 (value_of_register): Call value_of_builtin_reg when applicable.
8811 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8812 (target_map_name_to_register): Call
8813 builtin_reg_map_name_to_regnum.
8814 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8815 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8816 (builtin_regs_h): Define.
8817 (builtin-regs.o): New target.
8818 (findvar.o): Add $(builtin_regs_h).
8819 * builtin-regs.c, builtin-regs.h: New files.
8820 * std-regs.c: New file.
8821 Partial fix for PR gdb/251.
8822
56a6dfb9
KB
88232002-04-08 Kevin Buettner <kevinb@redhat.com>
8824
8825 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8826 it's no longer required.
8827
3a808432
AC
88282002-04-08 Andrew Cagney <ac131313@redhat.com>
8829
8830 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8831
7c40d541
KB
88322002-04-08 Kevin Buettner <kevinb@redhat.com>
8833
8834 From Jimi X <jimix@watson.ibm.com>:
8835 * rs6000-tdep.c (rs6000_software_single_step): Use
8836 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8837 and size. Use target_insert_breakpoint() and
8838 target_remove_breakpoint() to insert and remove breakpoints
8839 instead of explicit memory reads and writes.
8840
cc9836a8
KB
88412002-04-08 Kevin Buettner <kevinb@redhat.com>
8842
8843 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8844 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8845 ELF_OBJECT_FORMAT ifdef.
8846
7495d1dc
KB
88472002-04-08 Kevin Buettner <kevinb@redhat.com>
8848
8849 From Jimi X <jimix@watson.ibm.com>:
8850 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8851
4288e836
KB
88522002-04-08 Kevin Buettner <kevinb@redhat.com>
8853
8854 From Jimi X <jimix@watson.ibm.com>:
8855 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8856 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8857
a4e4e501
MK
88582002-04-07 Mark Kettenis <kettenis@gnu.org>
8859
8860 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8861 s/asprintf/xasprintf/.
8862 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8863
006defba
AC
88642002-04-07 Andrew Cagney <ac131313@redhat.com>
8865
8866 I believe Jeff Law denies responsability for this one:
8867 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8868 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8869 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8870 Work-around for PR gdb/366.
8871
7aa83cac
EZ
88722002-04-07 Elena Zannoni <ezannoni@redhat.com>
8873
8874 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8875 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8876 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8877
cf1fcca1
EZ
88782002-04-07 Elena Zannoni <ezannoni@redhat.com>
8879
8880 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8881 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8882 information.
8883
3f289e6f
AC
88842002-04-07 Andrew Cagney <ac131313@redhat.com>
8885
8886 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8887 maintainer.
8888
129188f6
AC
88892002-04-07 Andrew Cagney <ac131313@redhat.com>
8890
8891 * README (Reporting Bugs in GDB): Document the bug web page as the
8892 prefered way of submitting bugs.
8893 Fix PR gdb/402.
8894
1200cd6e
AC
88952002-04-06 Andrew Cagney <ac131313@redhat.com>
8896
8897 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8898 -1. Update comment.
8899 * gdbarch.h, gdbarch.c: Re-generate.
8900
2853c33c
AS
89012002-04-07 Andreas Schwab <schwab@suse.de>
8902
8903 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8904 buffer to regcache_collect.
8905
c2169756
AC
89062002-04-06 Andrew Cagney <ac131313@redhat.com>
8907
8908 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8909 * gdbarch.c, gdbarch.h: Re-generate.
8910
25f1b008
AC
89112002-04-06 Andrew Cagney <ac131313@redhat.com>
8912
8913 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8914 declaration. Fix -Werror.
8915
59263426
DJ
89162002-04-05 Daniel Jacobowitz <drow@mvista.com>
8917
8918 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8919 * gdbarch.c: Regenerate.
8920
f5db4da3
MS
89212002-04-05 Michael Snyder <msnyder@redhat.com>
8922
80f8a6eb
MS
8923 * breakpoint.c (clear_command): Rewrite middle section to
8924 combine two loops with identical control conditions.
8925 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8926 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8927
ad3dcc5c
L
89282002-04-05 H.J. Lu (hjl@gnu.org)
8929
8930 * solib-svr4.c (bkpt_names): Add "__start".
8931
f32e7a74
AC
89322002-04-04 Andrew Cagney <ac131313@redhat.com>
8933
8934 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8935 as test for 64 bit target.
8936
8227c0ff
AC
89372002-04-05 Andrew Cagney <ac131313@redhat.com>
8938
8939 * h8500-tdep.c (h8500_write_fp): Delete function.
8940 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8941 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8942 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8943 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8944 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8945 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8946 (s390_write_fp):
8947 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8948 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8949 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8950 (d10v_write_fp): Delete function.
8951 * inferior.h (write_fp, generic_target_write_fp): Delete
8952 declarations.
8953 * regcache.c (generic_target_write_fp): Delete function.
8954 (write_fp): Delete function.
8955 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8956 * gdbarch.h, gdbarch.c: Regenerate.
8957 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8958 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8959 (sparc64_write_fp): Delete declaration.
8960 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8961 (h8500_write_fp): Delete declaration.
8962
2757dd86
AC
89632002-04-04 Andrew Cagney <ac131313@redhat.com>
8964
8965 * sparc-tdep.c (sparc64_write_fp): Delete.
8966 (sparc_push_dummy_frame): Replace write_fp call with code to store
8967 the FP directly.
8968 (sparc_gdbarch_init): Do not initialize write_fp.
8969
c69255e1
KB
89702002-04-05 Kevin Buettner <kevinb@redhat.com>
8971
8972 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8973 clause.
8974
ae767bfb
JB
89752002-03-29 Jim Blandy <jimb@redhat.com>
8976
8977 * stack.c (get_selected_block): Add new argument `addr_in_block',
8978 used to return the exact code address we used to select the block,
8979 not just the block.
8980 * blockframe.c (get_frame_block, get_current_block): Same.
8981 * frame.h (get_frame_block, get_current_block,
8982 get_selected_block): Update declarations.
8983 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8984 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8985
84d2ac95
MS
89862002-04-05 Michael Snyder <msnyder@redhat.com>
8987
8988 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8989 warning message.
8990
596aa3bf
JB
89912002-04-05 J. Brobecker <brobecker@gnat.com>
8992
8993 * utils.c (xfullpath): New function.
8994 * defs.h (xfullpath): Add declaration.
8995 * source.c (openp): Use xfullpath in place of gdb_realpath to
8996 avoid resolving the basename part of filenames when the
8997 associated file is a symbolic link. This fixes a potential
8998 inconsistency between the filenames known to GDB and the
8999 filenames it prints in the annotations.
9000 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9001 to be able to match a filename with either the real filename, or
9002 the name of any symbolic link to this file.
9003 (lookup_partial_symtab): Ditto.
9004
c02f5703
MS
90052002-04-04 Michael Snyder <msnyder@redhat.com>
9006
9007 * breakpoint.c: Add support for hardware breakpoints in overlays.
9008 (overlay_events_enabled): New state variable.
9009 (insert_breakpoints): Use overlay_events_enabled to decide
9010 whether to attempt to set a breakpoint at the overlay load addr.
9011 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9012 (remove_breakpoint): Use overlay_events_enabled to decide
9013 whether breakpoints need to be removed from overlay load addr.
9014 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9015 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9016 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9017 disable_overlay_breakpoints): Update overlay_events_enabled.
9018
5fb290d7
DJ
90192002-04-04 Daniel Jacobowitz <drow@mvista.com>
9020
9021 * dwarf2read.c (struct function_range): New.
9022 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9023 (check_cu_functions): New.
9024 (read_file_scope): Initialize global function lists.
9025 Call dwarf_decode_line after processing children.
9026 (read_func_scope): Add to global function list.
9027 (dwarf_decode_lines): Call check_cu_functions everywhere
9028 record_line is called. Call record_line with a linenumber
9029 of 0 to mark sequence ends.
9030
7b3fabf0
ML
90312002-04-04 Michal Ludvig <mludvig@suse.cz>
9032
361d1df0 9033 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9034 change sync with glibc.
9035
bce58c09
JB
90362002-04-03 Jim Blandy <jimb@redhat.com>
9037
9038 * configure.in: Call AC_C_INLINE.
9039 * configure: Regenerated.
361d1df0 9040
2fccf04a
DJ
90412002-04-01 Daniel Jacobowitz <drow@mvista.com>
9042
9043 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9044 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9045
2d1bfe2e
MK
90462002-03-31 Mark Kettenis <kettenis@gnu.org>
9047
a5941fbf
MK
9048 * NEWS: Mention gcore support on FreeBSD/i386.
9049
a90cd31d
MK
9050 * fbsd-proc.c: New file.
9051 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9052 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9053
2d1bfe2e
MK
9054 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9055 while statement.
9056
9eb6e5a1
JB
90572002-03-29 Jim Blandy <jimb@redhat.com>
9058
9059 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9060 unescaped newlines in string literals, but newer ones don't. So
9061 escape them.
9062
f02df580
MS
90632002-03-26 Michael Snyder <msnyder@redhat.com>
9064 Andrew Cagney <cagney@redhat.com>
9065
361d1df0 9066 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9067 restore file to memory.
9068 * cli/cli-dump.h: New file.
9069 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9070 * NEWS: Mention new commands.
f02df580 9071
109f874e
MS
90722002-03-28 Michael Snyder <msnyder@redhat.com>
9073
9074 * symfile.c (symbol_file_add): Move test for null symbols to later.
9075
520f6ade
AC
90762002-03-27 Andrew Cagney <ac131313@redhat.com>
9077
9078 From veksler at il.ibm.com:
9079 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9080 the xstrduped original path.
9081 Fix PR gdb/417.
9082
d4654627
MS
90832002-03-27 Michael Snyder <msnyder@redhat.com>
9084
9085 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9086 * infcmd.c (_initialize_infcmd): Ditto.
9087 * language.c (_initialize_language): Ditto.
9088 * symfile.c (_initialize_symfile): Ditto.
9089 * top.c (_init_main): Ditto.
9090 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9091
6be8bc0c
EZ
90922002-03-27 Elena Zannoni <ezannoni@redhat.com>
9093
9094 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9095 vector registers handling.
9096 (skip_prologue): Handle new AltiVec instructions. Fill in new
9097 fields of frame data.
9098 (frame_get_saved_regs): Fill in information for AltiVec registers.
9099
12af6855
JB
91002002-03-27 Jim Blandy <jimb@redhat.com>
9101
9102 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9103 a function; leave this macro here to invoke that function.
9104 (symbol_init_mangled_name): Declaration for that function.
9105 * symtab.c (symbol_init_mangled_name): New function.
9106
dc672865
AC
91072002-03-27 Andrew Cagney <ac131313@redhat.com>
9108
9109 * valarith.c: Replace strerror with safe_strerror.
9110 * tracepoint.c: Ditto.
9111 * lin-lwp.c: Ditto.
9112 * go32-nat.c: Ditto.
9113 * inflow.c: Ditto.
9114 * gnu-nat.c: Ditto.
9115
d96429cd
AS
91162002-03-27 Andreas Schwab <schwab@suse.de>
9117
9118 * event-top.c (command_line_handler): Remove useless if.
9119
7e336ba1
AJ
91202002-03-27 Andreas Jaeger <aj@suse.de>
9121
9122 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9123 comment.
9124
de220d0f
ML
91252002-03-27 Michal Ludvig <mludvig@suse.cz>
9126
9127 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9128 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9129 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9130 (x86_64_linux_dr_get_status, supply_gregset),
9131 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9132 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9133 (x86_64_register_info_table): Add.
9134 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9135 (x86_64_register_raw_size, x86_64_register_virtual_type),
9136 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9137 general x86_64_register_info_table.
9138 (i386_gdbarch_init): gdbarch_register_bytes is now set
9139 dynamicaly during initialization.
9140 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9141 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9142
0e98d0a7
DJ
91432002-03-27 Daniel Jacobowitz <drow@mvista.com>
9144
9145 * gdbserver/server.c (main): Call target_signal_to_host_p
9146 and target_signal_to_host on signals received from the remote.
9147 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9148 target_signal_from_host on signals sent to the remote.
9149 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9150 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9151
3130066b
DJ
91522002-03-27 Daniel Jacobowitz <drow@mvista.com>
9153
9154 * signals/signals.c: Include "server.h" in gdbserver build.
9155 (target_signal_from_name): Don't use STREQ.
9156 (_initialize_signals): Likewise. Don't include function in
9157 gdbserver build.
9158
9aedf4f4
DJ
91592002-03-27 Daniel Jacobowitz <drow@mvista.com>
9160
9161 * signals.c: Moved to...
9162 * signals/signals.c: Here.
7e336ba1 9163 * Makefile (signals.o): Update.
9aedf4f4 9164
3fa41cdb
JL
91652002-03-26 Jeff Law (law@redhat.com)
9166
9167 * somread.c (som_symtab_read): Remove some commented out code and
9168 updated related comments. Do not set the minimal symbol table to
9169 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9170 in a dynamic executable.
9171 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9172 where we are unable to find the minimal symbol for the given
9173 PC value.
9174
ee677e8d
MS
91752002-03-25 Jeff Law (law@redhat.com)
9176
9177 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9178
e76e1718
ML
91792002-03-25 Michal Ludvig <mludvig@suse.cz>
9180
9181 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9182
18a642a1
AC
91832002-03-23 Andrew Cagney <ac131313@redhat.com>
9184
9185 * command.h: Update copyright.
9186 (struct cmd_list_element): Replace definition with opaque
9187 declaration.
9188 (enum cmd_types): Document that it will eventually be moved to
9189 cli/cli-decode.h
9190 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9191 (MALLOCED_REPLACEMENT): Delete macro.
9192 * Makefile.in (cli_decode_h): Add $(command_h).
9193 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9194 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9195 * completer.c: Include "cli/cli-decode.h".
9196 * maint.c: Include "cli/cli-decode.h".
9197 * cli/cli-decode.h: Include "command.h".
9198 (enum command_class): Delete.
9199 (enum cmd_types): Comment out.
9200 (enum cmd_auto_boolean): Delete.
9201 (enum var_types): Delete.
9202
b2875cc0
AC
92032002-03-23 Andrew Cagney <ac131313@redhat.com>
9204
9205 * cli/cli-decode.c: Include "gdb_assert.h".
9206 (add_set_or_show_cmd): New static function.
9207 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9208 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9209 all fields, such as func, from the set command.
9210
3b45974e
AC
92112002-03-23 Andrew Cagney <ac131313@redhat.com>
9212
9213 * MAINTAINERS (sh-elf): Change warning flag to -w.
9214
823ca731
AC
92152002-03-23 Andrew Cagney <cagney@redhat.com>
9216
9217 * defs.h (error): Add printf format attribute.
9218 * thread-db.c (thread_from_lwp): Fix error format string.
9219 * stack.c (parse_frame_specification): Ditto.
9220 * cli/cli-decode.c (undef_cmd_error): Ditto.
9221 * scm-lang.c (scm_lookup_name): Ditto.
9222 * tracepoint.c (trace_error): Ditto.
9223 * remote-utils.c (usage): Ditto.
9224 * remote.c (compare_sections_command): Ditto.
9225 Fix PR gdb/328.
9226
0e101458
AC
92272002-03-22 Andrew Cagney <ac131313@redhat.com>
9228
9229 * gdbtypes.c (append_composite_type_field): New function.
9230 (init_composite_type): New function.
9231 * gdbtypes.h (append_composite_type_field): Declare.
9232 (init_composite_type): Ditto.
9233
8e0662df
EZ
92342002-03-22 Elena Zannoni <ezannoni@redhat.com>
9235
9236 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9237 function.
8e0662df
EZ
9238 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9239 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9240 structure returning convention for SYSV ABI case, but not
9241 for GNU/Linux, FreeBSD, or NetBSD.
9242
3121eff0
DJ
92432002-03-22 Daniel Jacobowitz <drow@mvista.com>
9244
9245 * symtab.h (lookup_block_symbol): Add mangled_name argument
9246 to prototype.
9247
9248 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9249 with new mangled_name argument.
9250 * linespec.c (decode_line_1): Likewise.
9251 * valops (value_of_this): Likewise.
9252 * symtab.c (lookup_transparent_type): Likewise.
9253 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9254 (lookup_symbol): If we are given a mangled name, pass it down
9255 to lookup_symbol_aux.
9256 (lookup_block_symbol): If we are given a mangled name to check
9257 against, only return symbols which match it.
9258
349b409f
CF
92592002-03-22 Christopher Faylor <cgf@redhat.com>
9260
9261 * win32-nat.c (child_create_inferior): Check for proper shell to use
9262 here, in case the user changes it on the fly.
9263 (_initialize_inftarg): Remove shell path considerations.
9264
2a873819
EZ
92652002-03-21 Elena Zannoni <ezannoni@redhat.com>
9266
9267 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9268 for gdbarch_max_register_raw_size and max_register_virtual_size.
9269 Adjust copyright year.
9270
a1b9830c
DJ
92712002-03-21 Daniel Jacobowitz <drow@mvista.com>
9272
9273 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9274 in a function to cover the entire beginning of the function
9275 as well if it does not already.
9276
8b5790f2
TR
92772002-03-21 Tom Rix <trix@redhat.com>
9278
9279 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9280 (rs6000_ptrace64): Renamed from ptrace64.
9281
bdbe5747
MH
92822002-03-20 Martin M. Hunt <hunt@redhat.com>
9283
9284 * gdbserver/remote-utils.c (remote_open): Don't call
9285 getprotobyname, we're all using TCP here so just use
9286 IPPROTO_TCP.
7e336ba1 9287 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9288
92892002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9290
bdbe5747
MH
9291 * regcache.c (_initialize_regcache): No need to call
9292 build_regcache() at this time; it gets called whenever
9293 the gdbarch changes.
9294
7781cd62
DB
92952002-03-20 David O'Brien <obrien@FreeBSD.org>
9296
9297 * sparc-nat.c: Include sys/param.h where possible.
9298
f65ca430
DJ
92992002-03-20 Daniel Jacobowitz <drow@mvista.com>
9300
9301 Fix PR gdb/422.
9302 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9303 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9304 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9305 complex types.
9306 * stabsread.c (rs6000_builtin_type): Likewise.
9307 (read_sun_floating_type): Likewise.
9308
0c867556
PS
93092002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9310
9311 * stabsread.c (read_member_functions): Remove skip code for duplicate
9312 constructor/destructor methods. Use standard parsing for these
9313 methods and just do not chain them to the list of methods after
9314 parsing.
9315
12b9c64f
AO
93162002-03-19 Alexandre Oliva <aoliva@redhat.com>
9317
9318 * coffread.c: Remove redundant static declarations. Replace
9319 occurrences of `PTR' with `void *'.
9320 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9321 * top.h (quit_cover): Likewise.
9322 * defs.h (catch_errors): Likewise.
9323
349c5d5f
AC
93242002-03-18 Andrew Cagney <ac131313@redhat.com>
9325
9326 * defs.h (XMALLOC): Define.
9327 * gdb-events.sh (XMALLOC): Delete macro.
9328 * gdb-events.c, gdb-events.h: Regenerate.
9329 * gdbarch.sh (XMALLOC): Delete macro.
9330 * gdbarch.c: Regenerate.
9331 * serial.c (XMALLOC): Delete macro.
9332 * ui-file.c (XMALLOC): Ditto.
9333 * ser-unix.h (XMALLOC): Ditto.
9334 * sh-tdep.c (XMALLOC): Ditto.
9335 * ui-out.c (XMALLOC): Ditto.
9336 * utils.c (XMALLOC): Ditto.
9337 * i386-tdep.c (XMALLOC): Ditto.
9338 * gdb-events.c (XMALLOC): Ditto.
9339 * d10v-tdep.c (XMALLOC): Ditto.
9340 * cli-out.c (XMALLOC): Ditto.
9341
9342 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9343 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9344 * ui-file.c, ui-out.c: Ditto.
9345
7d0766f3
AC
93462002-03-18 Andrew Cagney <ac131313@redhat.com>
9347
9348 * command.h (struct cmd_list_element): Add field context.
9349 (set_cmd_context, get_cmd_context): Declare.
9350 * cli/cli-decode.h: Ditto.
9351 * cli/cli-decode.c (get_cmd_context): New function.
9352 (set_cmd_context): New function.
9353 (add_cmd): Initialize context.
9354 Part of fixing PR gdb/145 and PR gdb/146.
9355
5913bcb0
AC
93562002-03-17 Andrew Cagney <ac131313@redhat.com>
9357
1868c04e
AC
9358 * cli/cli-decode.c (cmd_type): New function.
9359 * command.h (cmd_type): Declare.
9360 * infrun.c (set_schedlock_func): Call function cmd_type.
9361 * kod.c (kod_set_os): Call cmd_type.
9362 * cris-tdep.c (cris_version_update): Use function cmd_type.
9363 (cris_mode_update, cris_abi_update): Ditto.
9364
5913bcb0
AC
9365 * command.h: (execute_cmd_post_hook): Declare.
9366 (execute_cmd_pre_hook): Declare.
9367 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9368 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9369 functions. Execute pre/post hook while ensuring that afterwords
9370 hook_in is cleared.
9371 * top.c (execute_command): Use execute_cmd_post_hook, and
9372 execute_cmd_pre_hook to execute pre/post commands.
9373 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9374 hook_stop_stub.
9375 (hook_stop_stub): Call execute_cmd_pre_hook.
9376
b51450c9
AC
93772002-03-17 Andrew Cagney <ac131313@redhat.com>
9378
9379 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9380 set'' and this leads to a core dump. Move xstrdup of
9381 operating_system to after check that it is not NULL.
9382
f66c9f11
AC
93832002-03-17 Andrew Cagney <ac131313@redhat.com>
9384
8e694ecf
AC
9385 * kod.c (kod_set_os): Remove unnecessary check that
9386 ``command->type'' is set_cmd.
9387
f66c9f11
AC
9388 * valprint.c (set_input_radix): Use input_radix.
9389 (set_output_radix): Use output_radix.
9390 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9391 isn't reverted.
9392
9d01611c
AC
93932002-03-16 Andrew Cagney <ac131313@redhat.com>
9394
9395 * value.h (struct value): Delete field ``substring_addr''. Change
9396 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9397 force_core_addr_align and force_pointer_aligh.
9398
9399 * value.h (struct value): Fix typo in above change.
9d01611c 9400
4156bb53
PS
94012002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9402
9403 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9404 to fix internal_error from ``maintenance print architecture''.
9405
0e5e3ea6
PS
94062002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9407
9408 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9409 for gcc versions after gcc-2.8.1.
9410
9b013045
PS
94112002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9412
9413 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9414 for method resolution. Restore adjustment of ``this'' pointer after
9415 calling value_struct_elt, which was accidentally removed during the
9416 HP merge.
9417
376c9600
AC
94182002-03-15 Andrew Cagney <ac131313@redhat.com>
9419
9420 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9421 value_of_register.
9422 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9423 get_saved_register.
9424 * value.h (value_of_register): Update.
9425
a4db0f07
RH
94262002-03-14 Richard Henderson <rth@redhat.com>
9427
9428 * configure.in: Detect declaration for canonicalize_file_name.
9429 * utils.c (canonicalize_file_name): Declare, if needed.
9430 (gdb_realpath): Prefer realpath if available and usable.
9431 * config.in, configure: Rebuild.
9432
96383835
RH
94332002-03-14 Richard Henderson <rth@redhat.com>
9434
9435 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9436 a constant array bound.
9437
9438 * MAINTAINERS: Add myself to write-after-approval.
9439
75245b24
MS
94402002-03-14 Michael Snyder <msnyder@redhat.com>
9441
9442 * symfile.c (syms_from_objfile): Return immediately if no syms.
9443 (symbol_file_add): Return immediately if no syms.
9444 (find_sym_fns): Return immediately if no syms.
9445
e641a1ca
ML
94462002-03-13 Michal Ludvig <mludvig@suse.cz>
9447
9448 * gdbserver/remote-util.c (remote_open): Print remote-side's
9449 IP address when remote debugging over the network.
7e336ba1 9450
df08bfec
DB
94512002-03-12 David O'Brien <obrien@FreeBSD.org>
9452
9453 * config/sparc/fbsd.mh: Fix copyright.
9454 * config/sparc/fbsd.mt: Likewise.
9455
9a57864f
RE
94562002-03-11 Richard Earnshaw <rearnsha@arm.com>
9457
9458 * MAINTAINERS: Fix typo in name of gdb warnings option.
9459 (x86-64): Fix formating so that this can be parsed by awk.
9460
dd7bf85e
DJ
94612002-03-10 Daniel Jacobowitz <drow@mvista.com>
9462
9463 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9464 * defs.h: Include "gdb/signals.h".
9465 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9466
33a0a2ac
ML
94672002-03-10 Michal Ludvig <mludvig@suse.cz>
9468
9469 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9470 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9471 from x86-64-tdep.h
9472
dd824b04
DJ
94732002-03-10 Daniel Jacobowitz <drow@mvista.com>
9474 Don Howard <dhoward@redhat.com>
9475
9476 * mips-tdep.c (ST0_FR): Define.
9477 (mips2_fp_compat): New function, temporarily disabled.
9478 (mips_read_fp_register_single): New function.
9479 (mips_read_fp_register_double): New function.
9480 (mips_print_register): Use them.
9481 (do_fp_register_row): Likewise.
9482
6a41ff59
AC
94832002-03-09 Andrew Cagney <ac131313@redhat.com>
9484
9485 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9486 approval''.
9487
4ea09c10
PS
94882002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9489
9490 * stabsread.c (read_member_functions): Fix is_stub test for
9491 static member functions, improve comment.
9492
6ccc741d
RE
94932002-03-07 Richard Earnshaw <rearnsha@arm.com>
9494
9495 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9496 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9497 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9498 commands that set boolean values.
9499 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9500 (arm_rdi_resume): Always initialize PC.
9501 (arm_rdi_open): Don't use rslt as a boolean.
9502 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9503 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9504 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9505 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9506
438013df
AO
95072002-03-06 Alexandre Oliva <aoliva@redhat.com>
9508
9509 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9510 * configure: Rebuilt.
9511
70ed8774
SC
95122002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9513
9514 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9515 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9516
5ba2abeb
AC
95172002-03-06 Andrew Cagney <ac131313@redhat.com>
9518
9519 * cli/cli-decode.c (set_cmd_completer): New function.
9520 * command.h (set_cmd_completer): Declare.
9521 * cli/cli-decode.h (set_cmd_completer): Ditto.
9522
9523 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9524 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9525 * win32-nat.c (_initialize_inftarg): Ditto.
9526 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9527 * proc-api.c (_initialize_proc_api): Ditto.
9528 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9529 * source.c (_initialize_source): Ditto.
9530 * exec.c (_initialize_exec): Ditto.
9531 * solib.c (_initialize_solib): Ditto.
9532 * top.c (init_main): Ditto.
9533 * tracepoint.c (_initialize_tracepoint): Ditto.
9534 * symfile.c (_initialize_symfile): Ditto.
9535 * printcmd.c (_initialize_printcmd): Ditto.
9536 * infcmd.c (_initialize_infcmd): Ditto.
9537 * corefile.c (_initialize_core): Ditto.
9538
f779ca99
AC
95392002-03-05 Andrew Cagney <ac131313@redhat.com>
9540
9541 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9542
01a3934b
AC
95432002-03-05 Andrew Cagney <ac131313@redhat.com>
9544
9545 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9546
37057839
AC
95472002-03-05 Andrew Cagney <ac131313@redhat.com>
9548
9549 * NEWS: Update headings, 5.2 has branched.
9550
c6ecbae5
DJ
95512002-03-04 Daniel Jacobowitz <drow@mvista.com>
9552
9553 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9554 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9555 (register_addr, REGISTER_RAW_SIZE): Likewise.
9556 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9557 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9558
e9f30c21
ML
95592002-03-03 Michal Ludvig <mludvig@suse.cz>
9560
9561 * MAINTAINERS (x86-64): Add myself.
9562 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9563 changed value_ptr -> struct value *
9564
54394ac3
DB
95652002-03-01 David O'Brien <obrien@FreeBSD.org>
9566
9567 * configure.host (sparc64-*-freebsd): Add.
9568 * configure.tgt: Likewise.
9569 * config/sparc/fbsd.mh: New file.
9570 * config/sparc/fbsd.mt: Likewise.
9571 * config/sparc/nm-fbsd.h: Likewise.
9572 * config/sparc/tm-fbsd.h: Likewise.
9573
bfe95955
DJ
95742002-03-01 Daniel Jacobowitz <drow@mvista.com>
9575
9576 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9577 regformats/reg-s390x.dat.
9578
f33c6cbf
AC
95792002-03-01 Andrew Cagney <ac131313@redhat.com>
9580
9581 * utils.c: Add FIXME explaining true/false problem.
9582
5ecaa7dd
AC
95832002-02-28 Andrew Cagney <ac131313@redhat.com>
9584
9585 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9586
2a251cc2
MC
95872002-02-28 Michael Chastain <mec@shout.net>
9588
9589 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9590
6a8031a3 95912002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9592
9593 * gdbserver/linux-s390-low.c: New file.
9594 * regformats/reg-s390.dat: New file.
9595 * regformats/reg-s390x.dat: New file.
9596 * gdbserver/configure.srv: Add S/390.
9597 * gdbserver/Makefile.in: Add S/390.
9598 * configure.tgt: Enable gdbserver for S/390.
9599
ac469903
EZ
96002002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9601
9602 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9603 first line of the doc string for "info dos", except at the end of
9604 the sentence, since the short help stops at the first period.
9605
985cb1a3
JM
96062002-02-28 Jason Merrill <jason@redhat.com>
9607
9608 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9609
c570663e
FF
96102002-02-27 Fred Fish <fnf@redhat.com>
9611
9612 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9613 comment (dumy -> dummy).
9614
43630227
PS
96152002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9616
9617 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9618
b84911e8
RB
96192002-02-27 Rodney Brown <rbrown64@csc.com.au>
9620
9621 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9622
58caa3dc
DJ
96232002-02-27 Daniel Jacobowitz <drow@mvista.com>
9624
9625 * gdbserver/acconfig.h: New file.
9626 * gdbserver/i387-fp.c: New file.
9627 * gdbserver/i387-fp.h: New file.
9628 * gdbserver/linux-x86-64.c: New file.
9629 * regformats/reg-x86-64.dat: New file.
9630 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9631 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9632 * gdbserver/configure.in: Add support for regsets.
9633 * gdbserver/config.in: Regenerate.
9634 * gdbserver/configure: Regenerate.
9635 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9636 * gdbserver/linux-low.h: New file.
9637 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9638 for regsets.
9639 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9640 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9641 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9642 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9643 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9644 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9645 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9646 "i387-fp.h". Add PTRACE_GETREGS and friends.
9647 * gdbserver/regcache.c (supply_register): New function.
9648 (supply_register_by_name): New function.
9649 (collect_register): New function.
9650 (collect_register_by_name): New function.
9651
93652174
DJ
96522002-02-27 Daniel Jacobowitz <drow@mvista.com>
9653
9654 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9655 (config.status): Add configure.srv dependency.
9656 (server_h): Add config.h dependency.
9657
a02e4a61
DJ
96582002-02-27 Daniel Jacobowitz <drow@mvista.com>
9659
9660 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9661 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9662 * gdbserver/configure.srv: Change i386-*-linux* to use
9663 reg-i386-linux.o.
9664
ce0eebec
AC
96652002-02-26 Andrew Cagney <ac131313@redhat.com>
9666
9667 * x86-64-tdep.c: Re-indent. Update copyright date.
9668
82dbc5f7
AC
96692002-02-26 Andrew Cagney <ac131313@redhat.com>
9670
9671 From Michal Ludvig <mludvig@suse.cz>:
9672 * x86-64-tdep.c (value.h): Delete.
9673 (gdb_assert.h): Include.
9674 (x86_64_register_convert_to_virtual,
9675 x86_64_register_convert_to_raw ): Add check which lets only
9676 floating-point values to be converted.
9677 (value_push): Delete.
9678 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9679 (i386_gdbarch_init): Number of register_bytes fixed.
9680
e4621584
AC
96812002-02-26 Andrew Cagney <ac131313@redhat.com>
9682
9683 * MAINTAINERS: Add x86-64 target.
9684
81a9a963
AC
96852002-02-26 Andrew Cagney <ac131313@redhat.com>
9686
9687 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9688 * osfsolib.c (solib_map_sections): Ditto.
9689 * irix5-nat.c (solib_map_sections): Ditto.
9690 * corelow.c (gdb_check_format): Ditto.
9691 * symfile.c (symfile_bfd_open): Ditto.
9692 * solib.c (solib_map_sections): Ditto.
9693 Fix PR gdb/354.
7e336ba1 9694
0f017ab9
AC
96952002-02-26 Andrew Cagney <ac131313@redhat.com>
9696
9697 * remote.c (_initialize_remote): By default, disable ``e'' and
9698 ``E'' step out-of-range packets.
9699
75738c29
AS
97002002-02-26 Andreas Schwab <schwab@suse.de>
9701
9702 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9703 m68k_linux_frame_saved_pc.
9704 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9705 in_sigtramp.
9706 (SIGCONTEXT_PC_OFFSET): Remove.
9707 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9708 m68k_linux_sigtramp_saved_pc): New functions.
9709 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9710 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9711 (UCONTEXT_PC_OFFSET): Define.
9712 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9713 non-RT and RT signal trampolines.
9714
7e8ed687
RE
97152002-02-26 Richard Earnshaw <rearnsha@arm.com>
9716
9717 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9718 (TARGET_NBPG, STACK_END_ADDR): Delete
9719 (VARIABLES_INSIDE_BLOCK): Delete.
9720
6972bc8b
AC
97212002-02-25 Andrew Cagney <ac131313@redhat.com>
9722
9723 * utils.c (perror_with_name): Make string parameter constant.
9724 (print_sys_errmsg): Ditto.
9725 (query): Ditto.
9726 * defs.h (perror_with_name): Update.
9727 (print_sys_errmsg): Update.
9728 (query): Update.
9729
aa32f823
DJ
97302002-02-25 Daniel Jacobowitz <drow@mvista.com>
9731
9732 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9733 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9734
19caaa45
PS
97352002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9736
9737 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9738 if it already matches the current architecture from the exec file.
9739 Include arch-utils.h for gdbarch_info_init prototype.
9740 * Makefile.in (rs6000-nat.o): Update dependencies.
9741
d951901f
EZ
97422002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9743
9744 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9745 list of exported variables.
9746
7ea81414
DJ
97472002-02-24 Daniel Jacobowitz <drow@mvista.com>
9748
9749 * gdbserver/configure.srv: New file.
9750 * gdbserver/configure.in: Use configure.srv instead
9751 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9752 from it.
9753 * gdbserver/configure: Regenerated.
9754 * gdbserver/terminal.h: New file.
9755 * gdbserver/Makefile.in: Update for configure changes. Remove
9756 more unneeded include paths.
9757
080fe24b
AC
97582002-02-24 Andrew Cagney <ac131313@redhat.com>
9759
9760 From wiz at danbala:
9761 * config/sparc/tm-sp64.h: Fix grammar and typos.
9762 Fix PR gdb/287.
9763
8605d56e
AC
97642002-02-24 Andrew Cagney <ac131313@redhat.com>
9765
9766 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9767 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9768 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9769 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9770 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9771 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9772 * s390-tdep.c: Ditto.
92362027
AC
9773 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9774 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9775 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9776 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9777 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9778 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9779 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9780 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9781 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9782 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9783 Fix PR gdb/378.
7e336ba1 9784
8ed32cc0
AC
97852002-02-23 Andrew Cagney <ac131313@redhat.com>
9786
a3007b6f
AC
9787 * lin-thread.c: Delete file.
9788 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9789 to gdb_proc_service.h.
9790 * configure: Re-generate.
9791
50a9e2f1
AC
9792 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9793 * serial.c (serial_open): Delete check for "ocd".
9794 Fix PR gdb/349.
9795
8b6e7932
AC
9796 * Makefile.in (linux-thread.o): Delete target.
9797 * linux-thread.c: Delete file.
9798
d155c46b
AC
9799 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9800 renamed SH files to be consistent.
9801
8ed32cc0
AC
9802 * symtab.c (sort_search_symbols): Use xfree.
9803
0e18d038
RE
98042002-02-23 Richard Earnshaw <rearnsha@arm.com>
9805
9806 * arm-linux-tdep.c (arm_linux_init_abi): Register
9807 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9808 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9809 definition with undef, since we don't want the sysvr4 definition.
9810 (SKIP_TRAMPOLINE_CODE): Likewise.
9811
27aac7ff
AC
98122002-02-23 Andrew Cagney <ac131313@redhat.com>
9813
9814 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9815
9816 * configure.in: (AC_CHECK_FUNCS) Added test for
9817 canonicalize_file_name Regenerated.
9818 * config.in, configure: Regenerated.
9819 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9820 defined use canonicalize_file_name.
7e336ba1 9821
65a6e0ee
MC
98222002-02-23 Michael Chastain <mec@shout.net>
9823
9824 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9825
47b95330
AC
98262002-02-23 Andrew Cagney <ac131313@redhat.com>
9827
9828 * README: Remove references to cygnus.com.
9829 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9830 dot com'' form. Remove references to cygnus.com and sourceware.
9831
696f451b
AC
98322002-02-23 Andrew Cagney <ac131313@redhat.com>
9833
9834 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9835 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9836 1003.1-2001 no longer allows "head -1".
9837 * gdb/Makefile.in (version.c): Likewise.
9838 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9839 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9840 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9841
bbaca940
AC
98422002-02-23 Andrew Cagney <ac131313@redhat.com>
9843
9844 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9845 * command.h (cmd_cfunc_eq): Declare.
9846 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9847
9848 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9849 ``struct cmd_list_element *''.
9850 * cli/cli-cmds.c (is_complete_command): Update. Use
9851 cmd_cfunc_eq.
9852 * top.c (execute_command): Pass the command to
9853 is_complete_command.
9854 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9855
b8b8b047
AC
98562002-02-23 Andrew Cagney <ac131313@redhat.com>
9857
9858 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9859 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9860 architecture defines.
9861 * s390-tdep.c (s390_gdbarch_init): Likewise.
9862
19d3fc80
RE
98632002-02-23 Richard Earnshaw <rearnsha@arm.com>
9864
9865 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9866 (arm_linux_push_arguments): Likewise.
9867 (arm_linux_init_abi): Register them. Also register linux-specific
9868 call_dummy_words.
9869 (find_minsym_and_objfile): Use strcmp, not STREQ.
9870 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9871 (arm_linux_call_dummy_words): Delete declaration.
9872 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9873 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9874 declarations.
9875 (LOWEST_PC): Delete.
9876
3ab13650
PS
98772002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9878
9879 * maint.c (print_section_info): Do not prepend `0x' to filepos
9880 output, it will be handled by local_hex_string_custom.
9881
19d3fc80 98822002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9883
9884 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9885 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9886 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9887
d85a5daf
JB
98882002-02-22 Jim Blandy <jimb@redhat.com>
9889
9890 Indicate that the bcache functions don't change the strings
9891 they're passed.
9892 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9893 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9894
eeb25b8a
PM
98952002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9896
9897 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9898
6badb179
CF
98992002-02-21 Christopher Faylor <cgf@redhat.com>
9900
9901 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9902 find the complete path to a loaded DLL.
9903
e8717518
FF
99042002-02-21 Fred Fish <fnf@redhat.com>
9905
9906 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9907 that marks the end of the range of a function, enter a line number
9908 entry that has a line number of zero and a PC offset that matches
9909 the end of the function. This starts a range of PC's for which no
9910 line number information is known.
9911 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9912 PC's for which no line number info is found (line number is zero)
9913 then we didn't find any valid line information.
9914 * symtab.h: Document use of zero line number entry.
9915
9abe5450
EZ
99162002-02-21 Elena Zannoni <ezannoni@redhat.com>
9917
9918 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9919 (have_ptrace_getvrregs): Define for run time checks.
9920 (gdb_vrregset_t): New type for Altivec register handling.
9921 (fetch_register, store_register): Fetch/store altivec register
9922 when needed.
9923 (fetch_altivec_register, store_altivec_register): New functions.
9924 (supply_vrregset, fill_vrregset): New functions.
9925 (fetch_altivec_registers, store_altivec_registers): New functions.
9926 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9927 registers as well.
9928
aaa38bb5
AJ
99292002-02-21 Jiri Smid <smid@suse.cz>
9930
9931 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9932
b34db576
RE
99332002-02-21 Richard Earnshaw <rearnsha@arm.com>
9934
9935 * Makefile.in (armnbsd-nat.o): Update dependencies.
9936 * armnbsd-nat.c (supply_gregset): New function. Common code to
9937 supply the integer register set.
9938 (supply_fparegset): New function. Similar for FPA registers.
9939 (fetch_regs, fetch_fp_regs): Use them.
9940 (fetch_core_registers): Likewise.
9941 (fetch_elfcore_registers): New function.
9942 (arm_netbsd_elfcore_fns): New core-file type specification.
9943 (_initialize_arm_netbsd_nat): Register it.
9944
3e56fc4b
RE
99452002-02-21 Richard Earnshaw <rearnsha@arm.com>
9946
9947 * armnbsd-nat.c: Include gdbcore.h.
9948 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9949 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9950 'void' to declaration, to shut up ARI.
9951 (fetch_core_registers): Make static. Rewrite using supply_register.
9952 (arm_netbsd_core_fns): New core-file type specification.
9953 (_initialize_arm_netbsd_nat): New function.
9954
097f6b0b
CF
99552002-02-21 Christopher Faylor <cgf@redhat.com>
9956
9957 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9958 value.
9959
c914e0cc
CF
99602002-02-20 Christopher Faylor <cgf@redhat.com>
9961
9962 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9963 fails.
9964
385fa495
DJ
99652002-02-20 Daniel Jacobowitz <drow@mvista.com>
9966
9967 * jv-exp.y (parse_number): Change type of implicit longs
9968 to builtin_type_uint64.
9969
e5f1222d
DJ
99702002-02-20 Daniel Jacobowitz <drow@mvista.com>
9971
9972 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9973 to be an integer instead of a `union wait'.
9974
75c9abc6
DJ
99752002-02-20 Daniel Jacobowitz <drow@mvista.com>
9976
9977 * mips-linux-nat.c: Call the operating system GNU/Linux.
9978 * mips-linux-tdep.c: Likewise.
9979 * mips-tdep.c: Likewise.
9980
551792a5
DJ
99812002-02-20 Daniel Jacobowitz <drow@mvista.com>
9982
9983 Fix PR gdb/265.
9984 * jv-exp.y (parse_number): Handle 64-bit integers.
9985
ee6e2b82
DJ
99862002-02-20 Daniel Jacobowitz <drow@mvista.com>
9987
9988 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9989 AC_STDC_HEADERS to AC_HEADER_STDC.
9990 * gdbserver/configure: Regenerated.
9991
a48442a0
RE
99922002-02-20 Richard Earnshaw <rearnsha@arm.com>
9993
9994 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9995 is defined.
9996 * sparc-tdep.c (get_longjmp_target): Likewise.
9997
fe419ffc
RE
99982002-02-20 Richard Earnshaw <rearnsha@arm.com>
9999
10000 * News: Add news about ARM and Multi-arch. Mention the new target
10001 arm*-*-netbsd*.
10002
5832ed7e
JB
100032002-02-19 Jim Blandy <jimb@redhat.com>
10004
10005 * stabsread.c (error_type_complaint): Improve error message.
10006
84563040
DJ
100072002-02-19 Daniel Jacobowitz <drow@mvista.com>
10008
10009 * gdbserver/README: Update documentation.
10010 * gdbserver/configure.in: Update configury to match documentation.
10011 * gdbserver/Makefile.in: Likewise.
10012 * gdbserver/configure: Regenerated.
10013 * gdbserver/aclocal.m4: New file, generated by aclocal.
10014 * gdbserver/config.in: New file, generated by autoheader.
10015
375fd65b
RE
100162002-02-19 Richard Earnshaw <rearnsha@arm.com>
10017
10018 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10019 armnbsd-nat.c.
10020
08216dd7
RE
100212002-02-19 Richard Earnshaw <rearnsha@arm.com>
10022
10023 * arm-tdep.h (enum arm_float_model): New enum.
10024 (struct gdbarch_tdep): Add fp_model.
10025 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10026 up floating-point conversions until we know the floating-point model
10027 in use by the inferior. Don't complain about being unable to
10028 determine the ABI of the inferior when we don't have one.
10029 (arm_extract_return_value): Support different floating-point models.
10030 (arm_store_return_value): Likewise.
aaa38bb5 10031 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10032 ARM_FLOAT_SOFT.
10033 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10034
65d6d66a
PS
100352002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10036
10037 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10038 of ``current_gdbarch''.
10039
47221191
RE
100402002-02-19 Richard Earnshaw <rearnsha@arm.com>
10041
10042 * armnbsd-nat.c : ANSIfy all function declarations.
10043 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10044 (fetch_inferior_registers): Re-implement in terms of above.
10045 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10046 (store_inferior_registers): Re-implement in terms of above.
10047
fdf39c9a
RE
100482002-02-19 Richard Earnshaw <rearnsha@arm.com>
10049
aaa38bb5 10050 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10051 kernel.
10052 * arm-linux-tdep.c: Likewise.
10053 * config/arm/tm-linux.h: Likewise.
10054
93247f88
RE
100552002-02-19 Richard Earnshaw <rearnsha@arm.com>
10056
10057 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10058 * config/arm/nbsd.mt (TM_FILE): Delete.
10059 * config/arm/tm-nbsd.h: Delete.
10060
d7b486e7
RE
100612002-02-19 Richard Earnshaw <rearnsha@arm.com>
10062
10063 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10064 Initialize CALL_DUMMY_LENGTH.
10065
41d39a95
RE
100662002-02-19 Richard Earnshaw <rearnsha@arm.com>
10067
10068 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10069 function.
10070 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10071 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10072 defines one thing and that is incorrect for this port.
10073 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10074
e1195560
PM
100752002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10076
10077 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10078
c1748f97
PM
100792002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10080
10081 * win32-nat.c (display_selector): New function. Displays information
10082 about the information returned by GetThreadSelectorEntry API function.
10083 (display_selectors): New function. Displays the infomation of
10084 the selector given as argument, or of CS, DS ans FS selectors
10085 if no argument is given.
10086 ( _initialize_inftarg): Add "w32" as info prefix command.
10087 Add "info w32 selector" as command calling display_selectors.
10088
e41e6bbf
PM
100892002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10090
10091 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10092 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10093 if not defined.
10094
0d3a9f48
RE
100952002-02-18 Richard Earnshaw <rearnsha@arm.com>
10096
10097 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10098
3fb4b924
RE
100992002-02-18 Richard Earnshaw <rearnsha@arm.com>
10100
10101 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10102 (arm_fix_call_dummy): Call it.
10103 (arm_call_dummy_breakpoint_offset): Delete.
10104 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10105 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10106
7f55af32
AC
101072002-02-18 Andrew Cagney <ac131313@redhat.com>
10108
10109 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10110 Default to func_frame_chain_valid.
10111 * gdbarch.h, gdbarch.c: Re-generate.
10112 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10113
05f13b9c
EZ
101142002-02-18 Elena Zannoni <ezannoni@redhat.com>
10115
10116 * ppc-linux-nat.c: Update copyright.
10117 (fetch_register, store_register): Add tid parameter, don't compute
10118 tid here.
10119 (fetch_ppc_registers, store_ppc_registers): Add tid
10120 parameter. Pass it along to callees.
10121 (fetch_inferior_registers, store_inferior_registers): Compute tid
10122 here, and pass it to calleed functions.
10123 (fill_gregset, supply_fpregset): Clean up formatting.
10124
d7afb4c9
RE
101252002-02-18 Richard Earnshaw <rearnsha@arm.com>
10126
10127 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10128 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10129
9df628e0
RE
101302002-02-18 Richard Earnshaw <rearnsha@arm.com>
10131
10132 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10133 * gdbarch.c gdbarch.h: Regenerate.
10134 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10135 function.
10136 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10137 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10138 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10139
10140 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10141 * arm-tdep.c (arm_get_longjmp_target): New function.
10142 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10143 this to a positive value register arm_get_longjmp_target as the
10144 longjmp handler.
10145 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10146 (arm_linux_init_abi): Set up longjmp description in tdep.
10147 * armnbsd-nat.c (get_longjmp_target): Delete.
10148 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10149 description in tdep.
10150 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10151 (get_longjmp_target): Delete declaration.
10152 (GET_LONGJMP_TARGET): Delete.
10153 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10154 (GET_LONGJMP_TARGET): Delete.
10155
57bc8964
KB
101562002-02-17 Kevin Buettner <kevinb@redhat.com>
10157
10158 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10159 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10160 of ``current_gdbarch''.
10161
83d31a92
TT
101622002-02-17 Tom Tromey <tromey@redhat.com>
10163
10164 * cli/cli-cmds.c (compare_strings): New function.
10165 (complete_command): Only print each unique item once.
10166 * completer.h (complete_line): Declare.
10167 * completer.c (complete_line): New function.
10168 (line_completion_function): Use it.
10169
17ef5d92
AC
101702002-02-16 Andrew Cagney <ac131313@redhat.com>
10171
10172 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10173 * gdbarch.h, gdbarch.c: Re-generate.
10174
491b8946
DJ
101752002-02-16 Daniel Jacobowitz <drow@mvista.com>
10176
10177 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10178
101792002-02-16 Daniel Jacobowitz <drow@mvista.com>
10180
10181 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10182 * valops.c (value_arg_coerce): Don't take the address of a reference
10183 to convert an argument to a reference.
10184
dfe7f3ac
CF
101852002-02-15 Christopher Faylor <cgf@redhat.com>
10186
10187 * win32-nat.c (get_image_name): New function.
10188 (handle_load_dll): Use get_image_name function.
10189 (get_child_debug_event): Avoid registering debug events until possibly
10190 execed process is started.
10191 (child_create_inferior): Allow invocation via shell so that command
10192 line redirection, etc. works ok.
10193 (_initialize_inftarg): Add new command: "set shell" to control whether
10194 a shell is used to start a process.
10195
1d33e73a
DJ
101962002-02-15 Daniel Jacobowitz <drow@mvista.com>
10197
10198 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10199 instead of find_register_by_number.
10200 (cannot_store_register): Likewise.
10201
48cd0caa
PM
102022002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10203
aaa38bb5 10204 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10205 fprintf_unfiltered (gdb_stderr, ...).
10206
8656e7d8
DJ
102072002-02-15 Daniel Jacobowitz <drow@mvista.com>
10208
10209 * gdbserver/gdbserver.1: Document --attach.
10210
66e810cd
RE
102112002-02-15 Richard Earnshaw <rearnsha@arm.com>
10212
10213 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10214 descriptions.
10215 * arm-tdep.c (arm_default_arm_le_breakpoint)
10216 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10217 (arm_default_thumb_be_breakpoint): New. Initialize them from
10218 traditional breakpoint defines.
10219 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10220 (arm_gdbarch_init): Initialize new breakpoint variables.
10221 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10222 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10223 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10224 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10225 code out to ...
10226 (arm_netbsd_init_abi_common): ... here; new function.
10227 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10228 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10229 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10230 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10231
97e03143
RE
102322002-02-15 Richard Earnshaw <rearnsha@arm.com>
10233
10234 * arm-tdep.h (enum arm_abi): New enum.
10235 (struct gdbarch_tdep): New structure.
10236 (LOWEST_PC): Provide a default.
10237 (arm_gdbarch_register_os_abi): Declare new function.
10238 * arm-tdep.c (arm_abi_names): New array.
10239 (process_note_abi_tag_sections): New function.
10240 (get_elfosabi): New function.
10241 (arm_gdbarch_register_os_abi): New function.
10242 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10243 support for that ABI has been built in, then call the appropriate
10244 configuration routine. Use gdbarch_num_regs() to get the number
10245 of registers.
10246 (arm_dump_tdep): New function.
10247 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10248 place-holder functions.
10249 (_initialize_arm_tdep): Register them.
10250 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10251
10252 * armnbsd-tdep.c: New file.
10253 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10254 * config/arm/nbsd.mt (TDEPFILES): Add it.
10255 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10256
10257 * armnbsd-nat.c: Include regcache.h.
10258 * Makefile.in (armnbsd-nat.o): Update dependency list.
10259
10260 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10261
ad68be46
DJ
102622002-02-14 Daniel Jacobowitz <drow@mvista.com>
10263
10264 * gdbserver/Makefile.in: Fix typos in target rules.
10265
003d6d1d
DJ
102662002-02-14 Daniel Jacobowitz <drow@mvista.com>
10267
aaa38bb5 10268 Fix part of PR gdb/267.
003d6d1d
DJ
10269 * linespec.c (find_methods): Handle constructors specially for now.
10270
6b230f1b
CV
102712002-02-14 Corinna Vinschen <vinschen@redhat.com>
10272
10273 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10274 handling.
10275 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10276 standard_coerce_float_to_double().
10277
1ea98d12
CF
102782002-02-14 Christopher Faylor <cgf@redhat.com>
10279
10280 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10281 GDBINIT_FILENAME.
10282
dd47e6fd
EZ
102832002-02-14 Elena Zannoni <ezannoni@redhat.com>
10284
10285 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10286 find_variant_by_name, because it confuses the multiarch
10287 framework. Return NULL if there isn't an architecture with the
10288 user supplied name, instead of forcing a different one without
10289 recording the change with the multiarch machinery.
10290 (find_variant_by_name): Delete.
10291
d7e39b9e
PS
102922002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10293
10294 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10295 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10296
76e42a4f
MH
102972002-02-13 Martin M. Hunt <hunt@redhat.com>
10298
aaa38bb5 10299 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10300 print_frame_info_listing_hook, set current_source_symtab.
10301
0a30fbc4
DJ
103022002-02-14 Daniel Jacobowitz <drow@mvista.com>
10303
10304 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10305 and remove unused $(INCLUDE_DIR).
10306 Add regcache.c to OBS.
10307 Add generated register protocol files to clean target.
10308 Update dependencies for new objects, obsolete old target code.
10309
10310 * gdbserver/linux-low.c: Remove all platform-specific code to
10311 new files. Remove various dead code. Update to use regcache
10312 functionality.
10313 * gdbserver/remote-utils.c (fromhex): Add return statement
10314 to quiet warning.
10315 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10316 constant.
10317 (input_interrupt): Add integer parameter to match prototype
10318 of a signal handler.
10319 (outreg): Use register_data ().
10320 (prepare_resume_reply): Use gdbserver_expedite_regs.
10321 * gdbserver/server.c (main): Dynamically allocate own_buf because
10322 PBUFSIZ is no longer constant. Use registers_to_string () and
10323 registers_from_string ().
10324 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10325 for error (), fatal (), and warning (). Update definition of
10326 PBUFSIZ to use regcache functionality. Add include guard.
10327 * gdbserver/utils.c (fatal): Add missing ``const''.
10328 (warning): New function.
10329
10330 * regformats/regdat.sh: Include "regcache.h" in generated files.
10331 Provide init_registers () function.
10332 * regformats/regdef.h: Add prototype for set_register_cache ().
10333 Add include guard.
10334
10335 * gdbserver/linux-arm-low.c: New file.
10336 * gdbserver/linux-i386-low.c: New file.
10337 * gdbserver/linux-ia64-low.c: New file.
10338 * gdbserver/linux-m68k-low.c: New file.
10339 * gdbserver/linux-mips-low.c: New file.
10340 * gdbserver/linux-ppc-low.c: New file.
10341 * gdbserver/linux-sh-low.c: New file.
10342
10343 * gdbserver/regcache.c: New file.
10344 * gdbserver/regcache.h: New file.
10345
10346 * gdbserver/low-linux.c: Removed obsolete file.
10347
4cc841d0
DJ
103482002-02-14 Daniel Jacobowitz <drow@mvista.com>
10349
10350 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10351 * config/i386/linux.mt: Likewise.
10352 * config/ia64/linux.mt: Likewise.
10353 * config/m68k/linux.mh: Likewise.
10354 * config/powerpc/linux.mh: Likewise.
10355 * config/mips/linux.mt: Likewise.
10356
10357 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10358
10359 * config/i386/i386lynx.mh: Mark gdbserver variables
10360 as (currently) obsolete for this target.
10361 * config/i386/nbsd.mt: Likewise.
10362 * config/i386/nbsdelf.mt: Likewise.
10363 * config/m32r/m32r.mt: Likewise.
10364 * config/m68k/m68klynx.mh: Likewise.
10365 * config/m68k/nbsd.mt: Likewise.
10366 * config/m68k/sun3os4.mh: Likewise.
10367 * config/mips/vr5000.mt: Likewise.
10368 * config/ns32k/nbsd.mt: Likewise.
10369 * config/pa/hppabsd.mh: Likewise.
10370 * config/pa/hppaosf.mh: Likewise.
10371 * config/powerpc/nbsd.mt: Likewise.
10372 * config/rs6000/rs6000lynx.mh: Likewise.
10373 * config/s390/s390.mt: Likewise.
10374 * config/s390/s390x.mt: Likewise.
10375 * config/sparc/sparclynx.mh: Likewise.
10376 * config/sparc/sun4os4.mh: Likewise.
10377 * config/i386/x86-64linux.mt: Likewise.
10378 * config/sparc/linux.mh: Likewise.
10379
a85f51e7
DJ
103802002-02-14 Daniel Jacobowitz <drow@mvista.com>
10381
10382 * configure.tgt: Configure gdbserver only for known working
10383 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10384 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10385 SUBDIRS if it is configured. Update comment for ${nativefile}.
10386 * configure: Regenerated.
10387
65554fef
MS
103882002-02-13 Michael Snyder <msnyder@redhat.com>
10389
670a52db
MS
10390 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10391
6dbdc4a3
MS
10392 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10393 (default_gcore_mach): Just return 0, work around a problem in bfd.
10394 (default_gcore_target): OK to return NULL if exec_bfd is null.
10395 (make_mem_sec): Use a cast, avoid a warning.
10396
10397 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10398 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10399 sizeof (host pointer) != sizeof (target pointer)).
10400 (procfs_make_note_section): Avoid overflow in psargs string.
10401
aaa38bb5 10402 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10403 implementation return an error.
10404
104052002-02-13 Rodney Brown <rbrown64@csc.com.au>
10406
10407 * procfs.c (procfs_make_note_section): Provide a default definition
10408 (for alpha-dec-osf4.0f). Fix typos.
10409
1e4d76e7
EZ
104102002-02-13 Elena Zannoni <ezannoni@redhat.com>
10411
10412 * linux-proc.c: Add include of regcache.h.
10413 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10414
b6d1a1d5
AC
104152002-02-13 Andrew Cagney <ac131313@redhat.com>
10416
10417 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10418 * memattr.c (create_mem_region): Disallow useless empty region.
10419 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10420 non-overlapping.
b6d1a1d5 10421
6c6ea35e
MC
104222002-02-13 Michael Chastain <mec@shout.net>
10423
10424 * defs.h: Kill CONST_PTR.
10425 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10426 * c-lang.c (c_builtin_types): Likewise.
10427 * ch-lang.c (ch_builtin_types): Likewise.
10428 * f-lang.c (f_builtin_types): Likewise.
10429 * language.c (unknown_builtin_types): Likewise.
10430 * m2-lang.c (m2_builtin_types): Likewise.
10431 * p-lang.c (pascal_builtin_types): Likewise.
10432 * scm-lang.c (c_builtin_types): Likewise.
10433
3e0b0f48
KS
104342002-02-13 Keith Seitz <keiths@redhat.com>
10435
10436 * arm-tdep.h (arm_get_next_pc): Add declaration.
10437
67255d04
RE
104382002-02-13 Richard Earnshaw <rearnsha@arm.com>
10439
10440 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10441 with other related struct-returning functions.
10442 (arm_extract_struct_value_address): New function.
10443 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10444 initialize float_format, double_format and long_double_format as
10445 appropriate to the endianness of the target.
10446 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10447 (arm_use_struct_convention): Delete declaration.
10448 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10449
079777f6
KS
104502002-02-13 Keith Seitz <keiths@redhat.com>
10451
10452 * defs.h (core_addr_to_string_nz): New function.
10453
34588f23
MK
104542002-02-13 Mark Kettenis <kettenis@gnu.org>
10455
10456 Apply missing bits of 2002-01-15 patch.
10457 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10458 (fill_fpregset): Use i387_fill_fsave.
10459
49b563f9
KS
104602002-02-12 Keith Seitz <keiths@redhat.com>
10461
49b563f9
KS
10462 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10463 (core_addr_to_string_nz): New function.
10464
aeb98c60
RE
104652002-02-11 Richard Earnshaw <rearnsha@arm.com>
10466
10467 * arm-linux-nat.c: Really include arm-tdep.h.
10468 * config/arm/tm-linux.h (struct type, struct value): Declare.
10469
65554fef
MS
104702002-02-11 Michael Snyder <msnyder@redhat.com>
10471
10472 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10473 (gcore section): Ifdef for Solaris and Unixware only.
10474 (procfs_do_thread_registers): Unixware needs one lwpstatus
10475 per thread (not one prstatus or pstatus).
10476 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10477 not over all gdb threads. For unixware, call elfcore_write_pstatus
10478 once before iterating over threads.
10479
34e8f22d
RE
104802002-02-11 Richard Earnshaw <rearnsha@arm.com>
10481
10482 * arm-tdep.h: New file.
10483 * arm-tdep.c: Include arm-tdep.h.
10484 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10485 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10486 (arm_print_float_info, arm_register_type, convert_to_extended)
10487 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10488 (arm_extract_return_value, arm_register_name): Make static.
10489 (arm_software_single_step): Similarly. Fix types in declaration.
10490 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10491 (arm_store_return_value, arm_store_struct_return): New functions.
10492 (arm_gdbarch_init): Register the above functions. Also register
10493 call_dummy_start_offset, sizeof_call_dummy_words,
10494 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10495 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10496 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10497 prologue_cache.saved_regs here, rather than ...
10498 (_initialize_arm_tdep): ... here.
10499 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10500 declarations.
10501 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10502 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10503 (arm_print_float_info, arm_register_type, convert_to_extended)
10504 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10505 (arm_extract_return_value, arm_register_name): Delete declarations.
10506 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10507 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10508 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10509 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10510 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10511 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10512 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10513 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10514 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10515 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10516 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10517 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10518 interface.
10519 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10520 * remote-rdi.c remote-rdp.c: Likewise.
10521 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10522 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10523 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10524 definition.
10525
10526 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10527 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10528 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10529 from non-ARM_ prefixed definitions.
10530 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10531 all uses of above.
10532 * remote-rdi.c remote-rdp.c: Likewise.
10533 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10534
148754e5
RE
105352002-02-11 Richard Earnshaw <rearnsha@arm.com>
10536
10537 * arm-tdep.c (arm_frameless_function_invocation)
10538 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10539 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10540 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10541 (arm_pop_frame, arm_get_next_pc): Make static.
10542 (arm_gdbarch_init): Register above in gdbarch structure.
10543 (arm_read_fp): Renamed from arm_target_read_fp.
10544 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10545 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10546 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10547 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10548 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10549 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10550 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10551 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10552 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10553 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10554 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10555
434d2d4f
DJ
105562002-02-10 Daniel Jacobowitz <drow@mvista.com>
10557
10558 * symtab.c (compare_search_syms): New function.
10559 (sort_search_symbols): New function.
10560 (search_symbols): Sort symbols after searching rather than
10561 before.
10562
55241689
AC
105632002-02-10 Andrew Cagney <ac131313@redhat.com>
10564
10565 * NEWS: Linux -> GNU/Linux.
10566
028c194b
AC
105672002-02-10 Andrew Cagney <ac131313@redhat.com>
10568
10569 * gdbarch.sh: For for level one methods, disallow a definition
10570 when partially multi-arched. Add comments explaining rationale.
10571 * gdbarch.h: Re-generate.
10572
6acf50cd
AC
105732002-02-10 Andrew Cagney <ac131313@redhat.com>
10574
10575 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10576 multi-arch partial.
aaa38bb5 10577
50248794
AC
105782002-02-10 Andrew Cagney <ac131313@redhat.com>
10579
10580 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10581 field. Use diff -u.
10582 * gdbarch.c: Re-generate.
10583
c30e0066
AC
105842002-02-10 Andrew Cagney <ac131313@redhat.com>
10585
9b56c5f3 10586 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10587 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10588 partial.
10589
6e6d6484
AC
105902002-02-10 Andrew Cagney <ac131313@redhat.com>
10591
10592 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10593 multi-arch partial.
10594 (PUSH_ARGUMENTS): Switch to using predefault.
10595 * gdbarch.c: Regenerate.
10596
c203844d
AC
105972002-02-10 Andrew Cagney <ac131313@redhat.com>
10598
10599 * valops.c (PUSH_ARGUMENTS): Delete definition.
10600 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10601 partial. Default to default_push_arguments.
10602 * gdbarch.h, gdbarch.c: Regenerate.
10603
b5a2688f
AC
106042002-02-09 Andrew Cagney <ac131313@redhat.com>
10605
10606 * defs.h (throw_exception): Rename return_to_top_level. Update
10607 comments.
10608 * utils.c (error_stream, internal_verror, quit): Ditto.
10609 * top.c (throw_exception, catcher): Ditto.
10610 * sparclet-rom.c (sparclet_load): Ditto.
10611 * remote.c (interrupt_query, minitelnet): Ditto.
10612 * remote-sds.c (interrupt_query): Ditto.
10613 * remote-mips.c (mips_error, mips_kill): Ditto.
10614 * ocd.c (interrupt_query): Ditto.
10615 * monitor.c (monitor_interrupt_query): Ditto.
10616 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10617 * target.h: Update comment.
aaa38bb5 10618
b5a2688f 10619 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10620
2fa5c1e0
AC
106212002-02-09 Andrew Cagney <ac131313@redhat.com>
10622
10623 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10624 default_double_format.
10625 * gdbarch.h, gdbarch.c: Re-generate.
10626 * findvar.c (floatformat_unknown): Delete variable definition.
10627 * doublest.h (floatformat_unknown): Delete variable declaration.
10628
da966255
JB
106292002-02-09 Jim Blandy <jimb@redhat.com>
10630
10631 * stabsread.c (read_type): Add code to parse Sun's syntax for
10632 prototyped function types.
10633
123a4891
AC
106342002-02-09 Andrew Cagney <ac131313@redhat.com>
10635
10636 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10637 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10638
fb39c8f3
PS
106392002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10640
10641 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10642 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10643 now _initialize_xcoffsolib gets called again and overrides the
10644 commands from solib.c in a native configuration.
10645
0b87a11d
MK
106462002-02-09 Mark Kettenis <kettenis@gnu.org>
10647
10648 * doublest.c (store_typed_floating): Don't try to return a value.
10649 Fixes PR gdb/290.
10650
bdc2fc72
JB
106512002-02-08 Jim Blandy <jimb@redhat.com>
10652
10653 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10654 is prototyped and has no arguments, print its argument list as
10655 `(void)'.
10656
da69bbcf
CD
106572002-02-08 Chris Demetriou <cgd@broadcom.com>
10658
10659 * MAINTAINERS (write-after-approval): Add myself.
10660 (paper-trail): I've escaped!
aaa38bb5 10661
b69571f5
CF
106622002-02-08 Christopher Faylor <cgf@redhat.com>
10663
10664 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10665 changes.
10666 (_initialize_check_for_gdb_ini): Ditto.
10667
f6871398
MH
106682002-02-08 Martin M. Hunt <hunt@redhat.com>
10669
10670 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10671 xaprintf -> xasprintf.
10672
4e52d31c
PM
106732002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10674
10675 * win32-nat.c: Remove use of printf and sprintf functions.
10676
39bbf761
RE
106772002-02-08 Richard Earnshaw <rearnsha@arm.com>
10678
10679 * arm-tdep.c (arm_frame_chain_valid): Make static.
10680 (arm_push_arguments): Likewise.
10681 (arm_gdbarch_init): New function.
10682 (_initialize_arm_tdep): Call it.
10683 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10684 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10685 (FRAME_CHAIN_VALID): Delete.
10686 (arm_frame_chain_valid): Delete declaration.
10687 (PUSH_ARGUMENTS): Delete.
10688 (arm_push_arguments): Delete declaration.
10689 (CALL_DUMMY_P): Delete.
10690
9c9532c9
CV
106912002-02-08 Andrew Cagney <ac131313@redhat.com>
10692 Corinna Vinschen <vinschen@redhat.com>
10693
10694 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10695 on builtin float types.
10696
4e8f7a8b
DJ
106972002-02-08 Daniel Jacobowitz <drow@mvista.com>
10698
10699 * utils.c: Include <curses.h> before "bfd.h".
10700 * tui/tui-hooks.c: Likewise.
10701 * tui/tui.c: Likewise.
10702 * tui/tuiCommand.c: Likewise.
10703 * tui/tuiData.c: Likewise.
10704 * tui/tuiDataWin.c: Likewise.
10705 * tui/tuiDisassem.c: Likewise.
10706 * tui/tuiGeneralWin.c: Likewise.
10707 * tui/tuiIO.c: Likewise.
10708 * tui/tuiLayout.c: Likewise.
10709 * tui/tuiRegs.c: Likewise.
10710 * tui/tuiSource.c: Likewise.
10711 * tui/tuiSourceWin.c: Likewise.
10712 * tui/tuiStack.c: Likewise.
10713 * tui/tuiWin.c: Likewise.
10714
cd4bffcf
EZ
107152002-02-07 Elena Zannoni <ezannoni@redhat.com>
10716
10717 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10718 to include space for pseudoregs as well. Update loops accordingly.
10719 (sh_fp_frame_init_saved_regs): Ditto.
10720 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10721
26806ce2
AC
107222002-02-07 Andrew Cagney <ac131313@redhat.com>
10723
10724 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10725 Add Richard Earnshaw to Arm maintainers.
10726
97fdab62
AC
107272002-02-07 Andrew Cagney <ac131313@redhat.com>
10728
a6b98203
AC
10729 * defs.h (warning_begin): Delete declaration.
10730
97fdab62
AC
10731 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10732 Delete macro.
10733
78b29b40
MS
107342002-02-07 Michael Snyder <msnyder@redhat.com>
10735
aaa38bb5 10736 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10737 Logic bug, remove misplaced else.
10738
d8849953
KD
107392002-02-07 Klee Dienes <klee@apple.com>
10740
10741 * fork-inferior.c (fork_inferior): Add '!' to the list of
10742 characters that need to be quoted when building a string for the
10743 shell. Quote '!' specifically with a backslash, since CSH chokes
10744 when trying to evaluate "str!str".
aaa38bb5 10745
095778a0
NC
107462002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10747
10748 * rdi-share/host.h: Only provide a typedef for bool if it is not
10749 defined.
10750
1900040c
MS
107512002-02-04 Michael Snyder <msnyder@redhat.com>
10752
10753 * breakpoint.h (enum bptype): Add new overlay event bp type.
10754 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10755
1900040c
MS
10756 * breakpoint.c (create_internal_breakpoint): New function.
10757 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10758 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10759 (create_thread_event_breakpoint): Ditto.
10760 (create_solib_event_breakpoint): Ditto.
10761 (create_overlay_event_breakpoint): New function.
10762 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10763 (update_breakpoints_after_exec): Delete and re-initialize
10764 overlay event breakpoints after an exec. Add FIXME comment
10765 about longjmp breakpoint.
10766 (print_it_typical): Ignore overlay event breakpoints.
10767 (print_one_breakpoint): Ditto.
10768 (mention): Ditto.
10769 (bpstat_what): Do not stop for overlay event breakpoints.
10770 (delete_breakpoint): Don't delete overlay event breakpoints.
10771 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10772 (breakpoint_re_set): Re-create overlay event breakpoint.
10773
10774 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10775 (overlay_manual_command): Disable overlay breakpoints.
10776 (overlay_off_command): Disable overlay breakpoints.
10777
082fc60d
RE
107782002-02-06 Richard Earnshaw <rearnsha@arm.com>
10779
10780 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10781 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10782 to here from config/tm-arm.h.
10783 (coff_sym_is_thumb): Make static.
10784 (arm_elf_make_msymbol_special): New function.
10785 (arm_coff_make_msymbol_special): New function.
10786 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10787 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10788 (coff_sym_is_thumb): Delete declaration.
10789 (arm_elf_make_msymbol_special): Declare.
10790 (arm_coff_make_msymbol_special): Declare.
10791 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10792 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10793
039c5766
RE
107942002-02-06 Richard Earnshaw <rearnsha@arm.com>
10795
10796 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10797
107982002-02-06 Richard Earnshaw <rearnsha@arm.com>
10799
10800 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10801 * gdbarch.c gdbarch.h: Regenerate.
10802 * arch-utils.c (default_print_float_info): New function.
10803 * arch-utils.h (default_print_float_info): Prototype it.
10804 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10805 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10806 (PRINT_FLOAT_INFO): Document it.
10807
10808 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10809 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10810 (PRINT_FLOAT_INFO): Define.
10811
58fa08f0
PM
108122002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10813
aaa38bb5 10814 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10815 Add typecast to sprintf argument to suppress a warning.
10816
7393af7c
PM
108172002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10818
58fa08f0 10819 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10820 to allow easier handling of pass state.
10821 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10822 that gives exception name and address.
10823 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10824 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10825 exceptions added.
aaa38bb5
AJ
10826 (child_continue): Correctly report continue_status.
10827 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10828 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10829 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10830 the exception should be passed to debuggee or not.
10831
6af4589c
MS
108322002-02-05 Michael Snyder <msnyder@redhat.com>
10833
10834 * regcache.c (fetch_register): Call target_fetch_register
10835 only if we don't call FETCH_PSEUDO_REGISTER.
10836 (store_register): Call target_store_register only if we
10837 don't call STORE_PSEUDO_REGISTER.
10838
a2cf933a
EZ
108392002-02-05 Elena Zannoni <ezannoni@redhat.com>
10840
10841 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10842 ELF_MAKE_MSYMBOL_SPECIAL.
10843 * gdbarch.c, gdbarch.h: Regenerate.
10844 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10845 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10846 * elfread.c (elf_symtab_read): Compile use of
10847 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10848 multiarched.
10849 * coffread.c (coff_symtab_read): Ditto, for
10850 COFF_MAKE_MSYMBOL_SPECIAL.
10851
6bb7be43
JB
108522002-02-05 Jim Blandy <jimb@redhat.com>
10853
10854 * solib-svr4.c (svr4_truncate_ptr): New function.
10855 (svr4_relocate_section_addresses): Do the address arithmetic with
10856 the appropriate truncation for target addresses, even when
10857 CORE_ADDR is larger than a target address.
10858
e18651ec
DJ
108592002-02-05 Daniel Jacobowitz <drow@mvista.com>
10860
10861 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10862 to (int *).
10863
6b2725be
DJ
108642002-02-05 Daniel Jacobowitz <drow@mvista.com>
10865
10866 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10867 code.
10868
fca9e603
DJ
108692002-02-05 Daniel Jacobowitz <drow@mvista.com>
10870
10871 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10872
6c537a52
DJ
108732002-02-05 Daniel Jacobowitz <drow@mvista.com>
10874
10875 * gdbserver/linux-low.c: Remove unused include files.
10876
d844cde6
DJ
108772002-02-05 Daniel Jacobowitz <drow@mvista.com>
10878
10879 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10880 (read_inferior_memory): Use it.
10881 (write_inferior_memory): Likewise.
10882
d07c63e7
DJ
108832002-02-05 Daniel Jacobowitz <drow@mvista.com>
10884
10885 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10886 grubbing through sys_errlist.
10887
da6d8c04
DJ
108882002-02-05 Daniel Jacobowitz <drow@mvista.com>
10889
10890 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10891
5b421780
PM
108922002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10893 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10894
9f60d481
AC
108952002-02-04 Andrew Cagney <ac131313@redhat.com>
10896
10897 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10898 (do_sfunc, set_cmd_sfunc): New functions.
10899
10900 * command.h (struct cmd_list_element): Add field func.
10901 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10902 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10903 * cli/cli-decode.h: Ditto.
10904
10905 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10906 (help_all, help_cmd_list): Ditto.
10907 (find_cmd, complete_on_cmdlist): Ditto.
10908 * top.c (execute_command): Ditto.
10909
10910 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10911 function.sfunc.
10912
10913 * infcmd.c (notice_args_read): Fix function signature.
10914
10915 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10916 * cli/cli-decode.c (add_set_cmd): Ditto.
10917 * utils.c (initialize_utils): Ditto.
10918 * maint.c (_initialize_maint_cmds): Ditto.
10919 * infrun.c (_initialize_infrun): Ditto.
10920 * demangle.c (_initialize_demangler): Ditto.
10921 * remote.c (add_packet_config_cmd): Ditto.
10922 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10923 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10924 * proc-api.c (_initialize_proc_api): Ditto.
10925 * kod.c (_initialize_kod): Ditto.
10926 * valprint.c (_initialize_valprint): Ditto.
10927 * top.c (init_main): Ditto.
10928 * infcmd.c (_initialize_infcmd): Ditto.
10929 * corefile.c (_initialize_core): Ditto.
10930 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10931 * arch-utils.c (initialize_current_architecture): Ditto.
10932 (_initialize_gdbarch_utils): Ditto.
10933 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10934
10935 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10936 * wince.c (_initialize_inftarg): Ditto.
10937 * symfile.c (_initialize_symfile): Ditto.
10938 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10939 * language.c (_initialize_language): Ditto.
10940 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10941
f9ba0717
MS
109422002-02-04 Michael Snyder <msnyder@redhat.com>
10943
10944 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10945
0c74b2a7
DJ
109462002-02-04 Daniel Jacobowitz <drow@mvista.com>
10947
10948 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10949 Add rules for building the register data files.
10950
c638789f
DJ
109512002-02-04 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * regformats/regdat.sh: Add braces to the definition of
10954 expedite_regs_${arch}.
10955
db253027
DJ
109562002-02-04 Daniel Jacobowitz <drow@mvista.com>
10957
10958 * regformats/regdef.h (struct reg): Add comment describing the
10959 requirements for offset and size fields.
10960
206be19c
AS
109612002-02-04 Andreas Schwab <schwab@suse.de>
10962
10963 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10964 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10965
181c1381
RE
109662002-02-04 Richard Earnshaw <rearnsha@arm.com>
10967
10968 * gdbarch.sh (copyright): Update years in generated header.
10969 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10970 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10971 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10972 * dbxread.c: Likewise.
10973 * dwarfread.c: Likewise.
10974 * elfread.c: Likewise.
10975 * somread.c: Likewise.
10976
10977 * arm-tdep.c (arm_smash_text_address): New function.
10978 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10979
fa4ba8da
PM
109802002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10981
10982 Add support for hardware watchpoints on win32 native.
aaa38bb5 10983 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10984 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10985 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10986 of debug registers.
10987 (debug_registers_changed): New variable. Reflects when debug registers
10988 are changed and need to be written to inferior.
aaa38bb5 10989 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10990 was set, used when new threads are created.
10991 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10992 i386-nat code.
10993 (thread_rec): Set dr array if id is the thread of current_event .
10994 (child_continue, child_resume): Change the debug registers for all
10995 threads if debug_registers_changed.
10996 (child_add_thread): Change the debug registers if debug_registers_used.
10997 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10998 Link nm.h to new nm-cygwin.h file.
10999 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11000 of hardware registers.
11001
a73c86fb
AC
110022002-02-03 Andrew Cagney <ac131313@redhat.com>
11003
11004 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11005 Restore behavour broken by 2002-01-20 Andrew Cagney
11006 <ac131313@redhat.com> IEEE_FLOAT removal.
11007
acf5ed49
DJ
110082002-02-03 Daniel Jacobowitz <drow@mvista.com>
11009
11010 * c-valprint.c (c_val_print): Pass a proper valaddr to
11011 cp_print_class_method.
11012 * valops.c (search_struct_method): If there is only one method
11013 and args is NULL, return that method.
11014
493d28d5
DJ
110152002-02-03 Daniel Jacobowitz <drow@mvista.com>
11016
11017 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11018 accessing tag_name directly.
11019
7495dfdb
DJ
110202002-02-03 Daniel Jacobowitz <drow@mvista.com>
11021
11022 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11023 of accessing tag_name directly.
11024
dd6bda65
DJ
110252002-02-03 Daniel Jacobowitz <drow@mvista.com>
11026
11027 PR gdb/280
11028 * gdbtypes.c (replace_type): New function.
11029 * gdbtypes.h (replace_type): Add prototype.
11030 * stabsread.c (read_type): Use replace_type.
11031
88fe217c
RE
110322002-02-03 Richard Earnshaw <rearnsha@arm.com>
11033
11034 * Makefile.in (memattr.o): Add missing dependencies rule.
11035
e5d66720
PS
110362002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11037
11038 * breakpoint.c (break_at_finish_command): Really export.
11039 (break_at_finish_at_depth_command): Ditto.
11040 (tbreak_at_finish_command): Ditto.
11041 * hppa-tdep.c: Include completer.h.
11042 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11043 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11044
fffee0be
AC
110452002-02-01 Andrew Cagney <ac131313@redhat.com>
11046
11047 * utils.c (do_write): New function.
11048 (error_stream): Rewrite combining the code from error_begin and
11049 verror.
11050 (verror): Rewrite using error_stream.
11051 (error_begin): Delete function.
11052
255e7dbf
AC
110532002-02-01 Andrew Cagney <ac131313@redhat.com>
11054
11055 * utils.c (error_begin): Make static.
11056 * defs.h (error_begin): Delete declaration.
11057
11058 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11059 (decode_line_1): Use cplusplus_error instead of error_begin,
11060 cplusplus_hint and return_to_top_level.
11061 * coffread.c (coff_symfile_read): Use error instead of error_begin
11062 and return_to_top_level.
11063 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11064
ddfe3c15
AC
110652002-02-01 Andrew Cagney <ac131313@redhat.com>
11066
11067 * language.h (type_error, range_error): Make string parameter
11068 constant.
11069 * language.c (warning_pre_print): Delete extern declaration.
11070 * dwarfread.c (warning_pre_print): Ditto.
11071 * language.c (type_error, range_error): Rewrite to use verror and
11072 vwarning instead of warning_begin.
11073
03ac34d5
MS
110742002-02-01 Michael Snyder <msnyder@redhat.com>
11075
261c4ca2
MS
11076 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11077 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11078
e00d1dc8
AC
110792002-02-01 Andrew Cagney <ac131313@redhat.com>
11080
11081 * command.h (NO_FUNCTION): Delete macro.
11082 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11083 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11084 * tracepoint.c (_initialize_tracepoint): Ditto.
11085 * cli/cli-decode.c (add_set_cmd): Ditto.
11086 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11087
76b79d6e
DJ
110882002-02-01 Daniel Jacobowitz <drow@mvista.com>
11089
11090 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11091 Update ``this'' pointer when calling virtual functions.
11092
799f9e91
MS
110932002-02-01 Michael Snyder <msnyder@redhat.com>
11094
c7bd442c 11095 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11096 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11097
3cf384d4
DJ
110982002-02-01 Daniel Jacobowitz <drow@mvista.com>
11099
11100 * regformats/reg-arm.dat: New file.
11101 * regformats/reg-i386.dat: New file.
11102 * regformats/reg-ia64.dat: New file.
11103 * regformats/reg-m68k.dat: New file.
11104 * regformats/reg-mips.dat: New file.
11105 * regformats/reg-ppc.dat: New file.
11106 * regformats/reg-sh.dat: New file.
11107 * regformats/regdef.h: New file.
11108 * regformats/regdat.sh: New file.
11109
0defa245
RE
111102002-02-01 Richard Earnshaw <reanrsha@arm.com>
11111
11112 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11113 (arm_frame_args_address, arm_frame_locals_address): New functions.
11114 (arm_frame_num_args): New function.
11115 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11116 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11117 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11118
405f26e6
MS
111192002-01-31 Michael Snyder <msnyder@redhat.com>
11120
502fd408
MS
11121 * breakpoint.c (break_at_finish_command): Export.
11122 (break_at_finish_at_depth_command): Export.
11123 (tbreak_at_finish_command): Export.
d6020d45 11124 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11125 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11126 "txbreak" commands, which are HPPA specific.
502fd408 11127
7d35e135
MS
11128 * printcmd.c (disassemble_command): Remove an ancient
11129 artifact of an old merge.
11130
aaa38bb5 11131 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11132 Define enum constant values for overlay mode.
11133 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11134 (overlay_is_mapped, overlay_auto_command,
11135 overlay_manual_command): Ditto.
d874f1e2 11136
aaa38bb5
AJ
11137 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11138 breakpoint_here_p, breakpoint_inserted_here_p,
11139 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11140 describe_other_breakpoints, check_duplicates, clear_command):
11141 Coding standard fixes.
11142
8add0441 11143 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11144 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11145 code: check bfd SEC_READONLY flag for section.
11146
e351066e
AC
111472002-01-31 Andrew Cagney <ac131313@redhat.com>
11148
7d35e135 11149 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11150
8a48e967
DJ
111512002-01-30 Daniel Jacobowitz <drow@mvista.com>
11152
11153 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11154 data symbols, since we search based on textlow and texthigh.
11155 (find_pc_sect_symtab): Likewise.
11156
f5a96129
AC
111572002-01-30 Andrew Cagney <ac131313@redhat.com>
11158
11159 * defs.h (vwarning): Declare.
f5a96129
AC
11160 * utils.c (vwarning): New function.
11161 (warning): Call vwarning.
11162 (warning_begin): Delete function.
11163
11164 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11165 the warning message.
11166 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11167 warning_begin.
11168
cefd4ef5
MS
111692002-01-30 Michael Snyder <msnyder@redhat.com>
11170
1a703748
MS
11171 * NEWS: Mention "set trust-readonly-sections" command.
11172 Mention generate-core-file command.
cefd4ef5 11173
3a11626d
MS
111742002-01-15 Michael Snyder <msnyder@redhat.com>
11175
11176 * target.c: New command, "set trust-readonly-sections on".
11177 (do_xfer_memory): Honor the suggestion to trust readonly sections
11178 by reading them from the object file instead of from the target.
11179 (initialize_targets): Register command "set trust-readonly-sections".
11180
d1c7e53b
AC
111812002-01-29 Andrew Cagney <ac131313@redhat.com>
11182
11183 * parse.c (target_map_name_to_register): Simplify, search regs and
11184 pseudo-regs using a single loop.
11185
e2c9a72c
AC
111862002-01-30 Andrew Cagney <ac131313@redhat.com>
11187
11188 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11189
69824b4e
MK
111902002-01-15 Rodney Brown <rbrown64@csc.com.au>
11191
11192 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11193 * config/i386/i386v42mp.mh: Add i387-nat.o .
11194 * i386v4-nat.c: Include i387-nat.h.
11195 (supply_fpregset): Use i387_supply_fsave.
11196 (fill_fpregset): Use i387_fill_fsave.
11197
6eb69eab
RE
111982002-01-30 Richard Earnshaw <rearnsha@arm.com>
11199
11200 * arm-tdep.c (arm_call_dummy_words): Define.
11201 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11202 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11203 (CALL_DUMMY_WORDS): Define.
11204 (arm_call_dummy_words): Declare.
11205 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11206 (arm_linux_call_dummy_words): Declare.
11207
9852326a
AS
112082002-01-30 Andreas Schwab <schwab@suse.de>
11209
11210 * m68klinux-nat.c: Fix last change to use regcache_collect
11211 instead of referencing registers[] directly.
11212
977a3030
AC
112132002-01-29 Andrew Cagney <ac131313@redhat.com>
11214
11215 * parse.c (target_map_name_to_register): Delete code wrapped in
11216 #ifdef REGISTER_NAME_ALIAS_HOOK.
11217
2076c72b
MS
112182002-01-28 Michael Snyder <msnyder@redhat.com>
11219
11220 * regcache.c (legacy_read_register_gen): Need to be able to
11221 read pseudo-register as well as real register.
11222 (legacy_write_register_gen): Ditto.
11223
8fcc723b
AC
112242002-01-28 Andrew Cagney <ac131313@redhat.com>
11225
11226 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11227 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11228 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11229 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11230 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11231 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11232 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11233 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11234 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11235 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11236 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11237 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11238 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11239 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11240 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11241 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11242 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11243 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11244 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11245 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11246
afe64c1a
AC
112472002-01-28 Andrew Cagney <ac131313@redhat.com>
11248
11249 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11250 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11251 (initialize_current_architecture): Update target_byte_order using
11252 information from BFD.
aaa38bb5 11253 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11254 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11255
75bc7ddf
AC
112562002-01-28 Andrew Cagney <ac131313@redhat.com>
11257
11258 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11259 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11260
11261 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11262 #ifdef INVALID_FLOAT.
11263 * infcmd.c (do_registers_info): Ditto.
11264 * values.c (unpack_double): Ditto. Add comment.
11265
11266 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11267 already commented out.
11268
0280a90a
AS
112692002-01-26 Andreas Schwab <schwab@suse.de>
11270
11271 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11272 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11273 registers and add support for PTRACE_GETREGS.
11274
7072a954
AC
112752002-01-24 Andrew Cagney <ac131313@redhat.com>
11276
11277 GDB 5.1.1 released from 5.1 branch.
11278 * NEWS: Add 5.1.1 news.
11279 * README: Sync with 5.1 branch.
11280
86f902e0
FF
112812002-01-23 Fred Fish <fnf@redhat.com>
11282
11283 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11284 stabstring on initial malloc. Reallocing will copy it for us,
11285 if necessary.
11286
8af51c36
EZ
112872002-01-23 Elena Zannoni <ezannoni@redhat.com>
11288
aaa38bb5 11289 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11290 (HFILES_NO_SRCDIR): Remove hpread.h.
11291 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11292 (hpread.o): Update dependencies.
11293 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11294
11295 * hp-psymtab-read.c: Remove file.
11296 * hp-symtab-read.c: Remove file.
11297 * hpread.h: Remove file.
11298
11299 * hpread.c: Merge all contents of hp-psymtab-read.c,
11300 hp-symtab-read.c and hpread.h into this file, as it was prior to
11301 January 1999.
11302
11303 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11304 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11305 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11306 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11307
dc5cfeb6
EZ
113082002-01-23 Elena Zannoni <ezannoni@redhat.com>
11309
11310 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11311 fill_gregset): Call gdbarch_tdep() just once, assign result to
11312 variable and use that, instead of calling the function several
11313 times.
11314
ea87b71b
AO
113152002-01-24 Alexandre Oliva <aoliva@redhat.com>
11316
11317 * configure.host: Accept sparcv9 as alias for sparc64.
11318 * configure.tgt: Likewise.
11319
13fc0c2f
KB
113202002-01-22 Kevin Buettner <kevinb@redhat.com>
11321
11322 * solib-aix5.c (build_so_list_from_mapfile)
11323 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11324 arguments is not reversed.
11325 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11326 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11327
7bd872fe
EZ
113282002-01-22 Elena Zannoni <ezannoni@redhat.com>
11329
11330 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11331 modified version of obsolete sh_fetch_pseudo_register.
11332 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11333 (sh4_register_read): New function.
11334 (sh_pseudo_register_write): New function. Renamed and modified
11335 version of obsolete sh_store_pseudo_register.
11336 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11337 (sh4_register_write): New function.
11338 (sh_gdbarch_init): Remove setting of gdbarch function
11339 fetch_pseudo_register and store_pseudo_register. Remove setting of
11340 register_convert_to_raw, register_convert_to_virtual,
11341 register_convertible.
11342 (sh_sh4_register_convertible): Delete. No longer needed. All is
11343 taken care by architecture specific functions
11344 register_read/register_write.
11345 (sh_sh4_register_convert_to_virtual): Make static.
11346 (sh_sh4_register_convert_to_raw): Ditto.
11347
069e84fd
AC
113482002-01-22 Andrew Cagney <ac131313@redhat.com>
11349
11350 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11351 (floatformat_is_nan, floatformat_mantissa): Ditto.
11352
11353 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11354 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11355 builtin_type_ieee_double_little,
11356 builtin_type_ieee_double_littlebyte_bigword,
11357 builtin_type_m68881_ext, builtin_type_i960_ext,
11358 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11359 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11360 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11361 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11362
211a4f69
CV
113632002-01-22 Corinna Vinschen <vinschen@redhat.com>
11364
11365 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11366 parameter. Set frameless flag if it exists and depended of
11367 whether the scanned function is frameless or not.
11368 (xstormy16_skip_prologue): If function is frameless, return
11369 result of xstormy16_scan_prologue().
11370 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11371 call.
11372
f81353e4
EZ
113732002-01-21 Elena Zannoni <ezannoni@redhat.com>
11374
11375 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11376 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11377 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11378 sh_sh4_register_byte, sh_sh4_register_raw_size,
11379 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11380 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11381 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11382 sh_store_pseudo_register, sh_do_pseudo_register): Call
11383 gdbarch_tdep() just once, assign result to variable and use that,
11384 instead of calling the function several times.
11385
63c73a17
MK
113862002-01-20 Mark Kettenis <kettenis@gnu.org>
11387
11388 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11389 macros instead of LAST_FPU_CTRL_REGNUM.
11390 (store_register): Likewise.
11391
39ad761d
JB
113922002-01-21 Jim Blandy <jimb@redhat.com>
11393
11394 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11395 is up-to-date before running the program, not just when a program
11396 exits.
11397
3d74b771
FF
113982002-01-21 Fred Fish <fnf@redhat.com>
11399
11400 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11401 when we have found all instructions we are looking for.
11402
966fbf70
RE
114032002-01-21 Richard Earnshaw <rearnsha@arm.com>
11404
11405 * arm-tdep.c (arm_register_name): New function.
11406 (arm_registers_names): Make static.
11407 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11408 (arm_register_name): Declare.
11409 (REGISTER_NAME): Use it.
11410
c3b4394c
RE
114112002-01-21 Richard Earnshaw <rearnsha@arm.com>
11412 Kevin Buettner <kevinb@redhat.com>
11413
11414 Convert arm targets to new FRAME interface.
11415 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11416 (arm_frame_find_save_regs): Delete.
11417 (arm_frame_init_saved_regs): New.
11418 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11419 Allocate extra_info as required. Convert all uses of fsr.regs
11420 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11421 to use extra_info.
11422 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11423 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11424 (check_prologue_cache, save_prologue_cache): Likewise.
11425 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11426 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11427 (FRAME_FIND_SAVED_REGS): Delete.
11428 (arm_frame_find_saved_regs): Delete prototype.
11429 (arm_frame_init_saved_regs): New prototype.
11430 (FRAME_INIT_SAVED_REGS): Define.
11431
61d99182
AC
114322002-01-20 Andrew Cagney <ac131313@redhat.com>
11433
11434 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11435
6aaea291
AC
114362002-01-20 Andrew Cagney <ac131313@redhat.com>
11437
11438 From Jeff Law <law@redhat.com>:
11439 * infttrace.c: Include <sys/pstat.h>.
11440 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11441 exec file if the ttrace equivalent fails.
11442
15f698d2
AC
114432002-01-20 Andrew Cagney <ac131313@redhat.com>
11444
11445 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11446 (closeLogFile): Ditto.
11447
f86ddd7c
MC
114482002-01-20 Michael Chastain <mec@shout.net>
11449
11450 * top.c (print_gdb_version): Bump copyright year to 2002.
11451
904507ce
AC
114522002-01-20 Andrew Cagney <ac131313@redhat.com>
11453
11454 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11455 Zannoni and Eli Zaretskii.
11456
d7f0b9ce
DJ
114572002-01-20 Daniel Jacobowitz <drow@mvista.com>
11458
11459 * buildsym.c: Update copyright years.
11460 * c-typeprint.c: Likewise.
11461 * dwarf2read.c: Likewise.
11462 * f-typeprint.c: Likewise.
11463 * gdbtypes.c: Likewise.
11464 * gdbtypes.h: Likewise.
11465 * hp-symtab-read.c: Likewise.
11466 * hpread.c: Likewise.
11467 * mdebugread.c: Likewise.
11468 * p-typeprint.c: Likewise.
11469
3fd3d7d2
AC
114702002-01-20 Andrew Cagney <ac131313@redhat.com>
11471
11472 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11473 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11474 byte-order selectable.
11475 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11476 * arch-utils.c: Ditto.
11477 (set_endian): Ditto.
11478 (set_endian_from_file): Ditto.
11479 * gdbserver/low-sim.c (create_inferior): Ditto.
11480 * gdbarch.sh: Ditto.
11481 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11482 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11483 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11484 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11485 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11486 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11487 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11488 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11489 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11490 macro definition.
11491 * config/mips/tm-wince.h: Remove #undef of macro
11492 TARGET_BYTE_ORDER_SELECTABLE.
11493 * config/sh/tm-wince.h: Ditto.
11494
b02dede2
DJ
114952002-01-20 Daniel Jacobowitz <drow@mvista.com>
11496
11497 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11498 member function fields. Add accessor macro
11499 TYPE_FN_FIELD_ARTIFICIAL.
11500 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11501 * c-typeprint.c (c_type_print_base): Skip artificial member
11502 functions.
11503
c3643761
DJ
115042002-01-20 Daniel Jacobowitz <drow@mvista.com>
11505
11506 * f-typeprint.c: Delete unused function f_type_print_args.
11507 * p-typeprint.c: Delete unused function pascal_type_print_args.
11508
8176bb6d
DJ
115092002-01-20 Daniel Jacobowitz <drow@mvista.com>
11510
11511 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11512 comment. Add ``artificial'' to ``union field_location''.
11513
11514 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11515
11516 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11517 * mdebugread.c (parse_symbol): Likewise.
11518 * stabsread.c (define_symbol): Likewise.
11519 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11520 initializing TYPE_FIELD_BITPOS to n (obsolete).
11521 (hpread_doc_function_type): Likewise.
11522 * hpread.c (hpread_function_type): Likewise.
11523
7fd60527
AC
115242002-01-20 Andrew Cagney <ac131313@redhat.com>
11525
11526 * configure.in (host_makefile_frag): Only require a host makefile
11527 fragment when a native build.
11528 * configure: Re-generate.
11529
c2f05ac9
AC
115302002-01-20 Andrew Cagney <ac131313@redhat.com>
11531
11532 * doublest.h (floatformat_from_type): Declare.
11533 * doublest.c (floatformat_from_type): New function.
11534 (convert_typed_floating): Use.
11535
11536 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11537 call to function floatformat_from_type.
11538
11539 * gdbarch.sh (IEEE_FLOAT): Delete.
11540 * gdbarch.h, gdbarch.c: Re-generate.
11541 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11542 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11543 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11544 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11545 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11546 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11547 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11548 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11549 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11550 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11551 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11552 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11553
11554 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11555 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11556 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11557 * sh-tdep.c (sh_gdbarch_init): Ditto.
11558 * mips-tdep.c (mips_gdbarch_init): Ditto.
11559 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11560 * cris-tdep.c (cris_gdbarch_init): Ditto.
11561
abf22e64
AJ
115622002-01-20 Jiri Smid <smid@suse.cz>
11563
11564 * configure.host, configure.tgt: Support x86-64.
11565 * NEWS: Note new target x86-64.
11566
b7c4cbf8
AJ
11567 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11568 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11569 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11570 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11571 x86-64-linux-nat.o): Fix dependencies.
11572
82600034
AC
115732002-01-19 Andrew Cagney <ac131313@redhat.com>
11574
11575 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11576 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11577 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11578 * config/sparc/xm-sun4os4.h: Delete file.
11579 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11580
bbe5c628
AC
115812002-01-19 Andrew Cagney <ac131313@redhat.com>
11582
11583 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11584 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11585 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11586 * config/i386/i386lynx.mh (XM_FILE): Delete.
11587 * config/rs6000/xm-rs6000ly.h: Delete file.
11588 * config/sparc/xm-sparclynx.h: Delete file.
11589 * config/m68k/xm-m68klynx.h: Delete file.
11590 * config/i386/xm-i386lynx.h: Delete file.
11591 * config/xm-lynx.h: Delete file.
11592 * config/djgpp/fnchange.lst: Update.
11593
f8453e34
JT
115942002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11595
11596 * alpha-tdep.c (alpha_register_byte): New function.
11597 (alpha_register_raw_size): Ditto.
11598 (alpha_register_virtual_size): Ditto.
11599 (alpha_skip_prologue_internal): Renamed from
11600 alpha_skip_prologue.
11601 (alpha_skip_prologue): New version that calls
11602 alpha_skip_prologue_internal.
11603 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11604 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11605 second argument from alpha_skip_prologue.
11606 (REGISTER_BYTE): Use alpha_register_byte.
11607 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11608 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11609 (FRAMELESS_FUNCTION_INVOCATION): Use
11610 generic_frameless_function_invocation_not.
11611 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11612 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11613
52d9e613
AC
116142002-01-19 Andrew Cagney <ac131313@redhat.com>
11615
11616 * config/mips/xm-news-mips.h: Delete file.
11617 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11618
11619 * config/m88k/xm-m88k.h: Delete file.
11620 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11621 * config/m88k/xm-delta88v4.h: Ditto.
11622 * config/m88k/xm-delta88.h: Ditto.
11623
11624 * config/alpha/xm-fbsd.h: Delete file.
11625 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11626
11627 * config/sparc/xm-sparc.h: Delete file.
11628 * Makefile.in (xm-sun4os4.h): Delete dependency.
11629 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11630 * config/sparc/xm-sun4os4.h: Ditto.
11631 * config/sparc/xm-linux.h: Ditto.
11632
11633 * config/i386/xm-windows.h: Delete file.
11634
2d1b2124
AC
116352002-01-19 Andrew Cagney <ac131313@redhat.com>
11636
11637 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11638 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11639
ee1f65f0
JT
116402002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11641
11642 * alpha-tdep.c (alpha_call_dummy_words): New.
11643 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11644 (CALL_DUMMY_P): Define.
11645 (CALL_DUMMY_WORDS): Define.
11646 (SIZEOF_CALL_DUMMY_WORDS): Define.
11647
98081e55
PB
116482002-01-19 Per Bothner <per@bothner.com>
11649
11650 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11651 isn't NULL, which can happen with some gcj-3.x-produced code.
11652
0d056799
JT
116532002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11654
11655 * alpha-tdep.c (alpha_register_virtual_type): New function.
11656 (alpha_init_frame_pc_first): Ditto.
11657 (alpha_fix_call_dummy): Ditto.
11658 (alpha_store_struct_return): Ditto.
11659 (alpha_extract_struct_value_address): Ditto.
11660 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11661 alpha_register_virtual_type.
11662 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11663 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11664 alpha_extract_struct_value_address.
11665 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11666 (INIT_FRAME_PC): Use init_frame_pc_noop.
11667 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11668
4604bcad
MK
116692002-01-19 Mark Kettenis <kettenis@gnu.org>
11670
11671 * i386gnu-nat.c: Include "i386-tdep.h".
11672 (fetch_fpregs): Simplify code dealing with uninitialized floating
11673 point states such that it doesn't require FP7_REGNUM.
11674
140f9984
JT
116752002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11676
abf22e64
AJ
11677 * alpha-tdep.c (frame_extra_info): New.
11678 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11679 frame->extra_info.
11680 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11681 (alpha_frame_saved_pc): Use frame->extra_info.
11682 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11683 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11684 (init_extra_frame_info): Rename to...
11685 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11686 (alpha_print_extra_frame_info): New function.
140f9984
JT
11687 (alpha_frame_locals_address): Ditto.
11688 (alpha_frame_args_address): Ditto.
abf22e64 11689 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11690 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11691 alpha_frame_args_address.
abf22e64 11692 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11693 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11694 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11695 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11696 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11697 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11698
d734c450
JT
116992002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11700
11701 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11702 (alpha_cannot_fetch_register): Ditto.
11703 (alpha_cannot_store_register): Ditto.
11704 (alpha_register_convertible): Ditto.
11705 (alpha_use_struct_convention): Ditto.
11706 * config/alpha/tm-alpha.h: Update copyright years.
11707 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11708 (INNER_THAN): Use core_addr_lessthan.
11709 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11710 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11711 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11712 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11713 (FRAME_CHAIN): Remove unnecessary cast.
11714
b4ceaee6
AC
117152002-01-18 Andrew Cagney <ac131313@redhat.com>
11716
11717 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11718 obsolete.
11719
0a65a603
AC
117202002-01-18 Andrew Cagney <ac131313@redhat.com>
11721
11722 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11723 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11724 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11725 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11726 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11727 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11728 * x86-64-linux-nat.c: Ditto.
11729
636a6dfc
JT
117302002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11731
abf22e64 11732 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11733 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11734 (REGISTER_NAME): Define.
11735
acceddb6
JT
117362002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11737
11738 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11739
ec32e4be
JT
117402002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11741
11742 * alpha-tdep.c: Update copyright years.
11743 (alpha_next_pc): New function.
11744 (alpha_software_single_step): Ditto.
11745 * config/alpha/tm-alpha.h: Add prototype for
11746 alpha_software_single_step.
11747
e771a871
JT
117482002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11749
11750 * alphabsd-nat.c: Update copyright years.
11751 (fill_gregset): Use regcache_collect.
11752 (fill_fpregset): Likewise.
11753 (fetch_inferior_registers): Only fetch integer registers
11754 if requested to do so.
11755 (store_inferior_registers): Only store integer registers
11756 if requested to do so.
11757
7708fa01
AC
117582002-01-17 Andrew Cagney <ac131313@redhat.com>
11759
11760 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11761 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11762 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11763 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11764 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11765 * config/arm/linux.mh (XDEPFILES): Delete.
11766 * config/arm/nbsd.mh (XDEPFILES): Delete.
11767 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11768 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11769 * config/i386/i386m3.mh (XDEPFILES): Delete.
11770 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11771 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11772 * config/i386/fbsd.mh (XDEPFILES): Delete.
11773 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11774 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11775 * config/i386/i386v4.mh (XDEPFILES): Delete.
11776 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11777 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11778 * config/i386/i386aix.mh (XDEPFILES): Delete.
11779 * config/i386/go32.mh (XDEPFILES): Delete.
11780 * config/i386/cygwin.mh (XDEPFILES): Delete.
11781 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11782 * config/i386/i386mach.mh (XDEPFILES): Delete.
11783 * config/i386/i386v32.mh (XDEPFILES): Delete.
11784 * config/i386/linux.mh (XDEPFILES): Delete.
11785 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11786 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11787 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11788 * config/i386/i386sco.mh (XDEPFILES): Delete.
11789 * config/i386/i386v.mh (XDEPFILES): Delete.
11790 * config/i386/nbsd.mh (XDEPFILES): Delete.
11791 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11792 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11793 * config/i386/symmetry.mh (XDEPFILES): Delete.
11794 * config/i386/obsd.mh (XDEPFILES): Delete.
11795 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11796 * config/ia64/linux.mh (XDEPFILES): Delete.
11797 * config/ia64/aix.mh (XDEPFILES): Delete.
11798 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11799 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11800 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11801 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11802 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11803 * config/m68k/linux.mh (XDEPFILES): Delete.
11804 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11805 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11806 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11807 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11808 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11809 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11810 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11811 * config/m88k/delta88.mh (XDEPFILES): Delete.
11812 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11813 * config/m88k/m88k.mh (XDEPFILES): Delete.
11814 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11815 * config/mips/linux.mh (XDEPFILES): Delete.
11816 * config/mips/irix6.mh (XDEPFILES): Delete.
11817 * config/mips/irix5.mh (XDEPFILES): Delete.
11818 * config/mips/irix4.mh (XDEPFILES): Delete.
11819 * config/mips/irix3.mh (XDEPFILES): Delete.
11820 * config/mips/decstation.mh (XDEPFILES): Delete.
11821 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11822 (NATDEPFILES): Move core-aout.o to here.
11823 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11824 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11825 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11826 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11827 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11828 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11829 * config/pa/hpux11.mh (XDEPFILES): Delete.
11830 * config/powerpc/aix.mh (XDEPFILES): Delete.
11831 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11832 * config/powerpc/linux.mh (XDEPFILES): Delete.
11833 * config/romp/rtbsd.mh: Rename XDEPFILES.
11834 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11835 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11836 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11837 * config/s390/s390.mh (XDEPFILES): Delete.
11838 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11839 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11840 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11841 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11842 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11843 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11844 * config/sparc/linux.mh (XDEPFILES): Delete.
11845 * config/vax/vaxult.mh (XDEPFILES): Delete.
11846 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11847 * Makefile.in (DEPFILES): Remove XDEPFILES.
11848
375fc983
AC
118492002-01-17 Andrew Cagney <ac131313@redhat.com>
11850
11851 * utils.c (internal_verror): Fix comments, default is yes not no.
11852 Update queries to match. Default to quit and dump core.
11853
8926118c
AC
118542002-01-17 Andrew Cagney <ac131313@redhat.com>
11855
11856 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11857 copyright.
11858 * defs.h, event-top.c, gdbcmd.h: Ditto.
11859 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11860 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11861 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11862 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11863 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11864 * mi/mi-main.c:Ditto.
11865
11866 * stack.c, symfile.c: Update copyright.
11867
45b7b345
DJ
118682002-01-17 Daniel Jacobowitz <drow@mvista.com>
11869
db728ff7
DJ
11870 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11871 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11872 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11873 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11874
db728ff7
DJ
118752002-01-17 Daniel Jacobowitz <drow@mvista.com>
11876
11877 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11878 * gdbserver/low-lynx.c (myattach): Likewise.
11879 * gdbserver/low-nbsd.c (myattach): Likewise.
11880 * gdbserver/low-sim.c (myattach): Likewise.
11881 * gdbserver/low-sparc.c (myattach): Likewise.
11882 * gdbserver/low-sun3.c (myattach): Likewise.
11883
11884 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11885
db728ff7 11886 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11887 (main): Handle "--attach".
11888
8de3c354
AC
118892002-01-16 Andrew Cagney <ac131313@redhat.com>
11890
11891 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11892 maintainer.
11893
b0129042
DJ
118942002-01-15 Daniel Jacobowitz <drow@mvista.com>
11895
11896 * c-typeprint.c (is_type_conversion_operator): Add additional
11897 check for non-conversion operators.
11898
ba8679fb 118992002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11900
11901 * linux-proc.c: Add "info proc" command, a la procfs.c.
11902 (read_mapping): New function, abstract and re-use code.
11903 (linux_find_memory_regions): Use new func read_mapping.
11904 (linux_info_proc_cmd): New function, implement "info proc".
11905 (_initialize_linux_proc): Add new command "info proc".
11906
e4f9b4d5
MS
119072002-01-15 Michael Snyder <msnyder@redhat.com>
11908
11909 * symfile.c (generic_load): Use bfd_map_over_sections method
11910 instead of manipulating bfd structure members directly.
11911 (add_section_size_callback): New function, bfd sections callback
11912 used by generic_load.
11913 (load_sections_callback): New function, bfd sections callback
11914 used by generic_load.
11915
08cf96df
EZ
119162002-01-15 Elena Zannoni <ezannoni@redhat.com>
11917
abf22e64 11918 [Based on work by Jim Blandy]
08cf96df
EZ
11919 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11920 (builtin_type_vec128): Export.
11921 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11922 types.
11923 (builtin_type_vec128): New builtin type for 128 bit vector
11924 registers.
11925 (build_gdbtypes): Initialize builtin_type_v16qi and
11926 builtin_type_v8hi. Create the vec128 register builtin type
11927 structure.
11928 (build_builtin_type_vec128): New function.
abf22e64 11929 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11930 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11931 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11932 AltiVec register to new builtin type.
11933
d7242108
DJ
119342001-01-15 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11937 to make_cv_type.
11938
4ee3352d
AC
119392002-01-14 Andrew Cagney <ac131313@redhat.com>
11940
11941 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11942 CLEAN_UP_REGISTER_VALUE.
11943 * regcache.c (supply_register): Update only call.
11944
f015b2e7
AC
119452002-01-14 Andrew Cagney <ac131313@redhat.com>
11946
11947 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11948 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11949 a29k-*-vxworks* targets as obsolete.
11950
356ae49d
MS
119512002-01-14 Michael Snyder <msnyder@redhat.com>
11952
11953 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11954 until we can resolve portability issues.
11955 * gregset.h: Remove references to fpxregs.
11956 * gcore.c (gcore_command): Initialize note_sec to NULL.
11957
ade8f45e
AC
119582002-01-13 Andrew Cagney <ac131313@redhat.com>
11959
11960 * signals.c (target_signal_to_name): Rewrite. Only use
11961 signals[].name when in bounds and non-NULL.
abf22e64 11962
89c49e7a
AC
119632002-01-13 Andrew Cagney <ac131313@redhat.com>
11964
11965 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11966 * signals.c (target_signal_to_name): Verify that SIG is within the
11967 bounds of the signals array.
11968
4daa9f9f
AC
119692002-01-13 Andrew Cagney <ac131313@redhat.com>
11970
11971 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11972
ba4bbdcb
KS
119732002-01-13 Keith Seitz <keiths@redhat.com>
11974
11975 * stack.c (print_frame_info_base): Print the frame's pc
11976 only if when print_frame_info_listing_hook is not defined.
11977
575bbeb6
KS
119782002-01-13 Keith Seitz <keiths@redhat.com>
11979
11980 * varobj.c (varobj_set_value): Make sure that there were no
11981 errors evaluating the object before attempting to set its
11982 value.
11983 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11984 so this offset adjustment is no longer necessary.
11985 (create_child): Don't set the error flag if the child is
11986 a CPLUS_FAKE_CHILD.
11987 (value_of_child): If value_fetch_lazy fails, return NULL
11988 so that callers will be notified that an error occurred.
11989 (c_value_of_variable): Delay check of variable's validity
11990 until later. We actually want all structs and unions to have
11991 the value "{...}".
11992 Do not return "???" for variables which could not be evaluated.
11993 This error condition must be returned to the caller so that it
11994 can get the error condition from gdb.
11995 (cplus_name_of_child): Adjust index for vptr before figuring
11996 out the name of the child.
11997 (cplus_value_of_child): If a child's (real) parent is not valid,
11998 don't even bother trying to give a value for it. Just return
11999 an error. Change all instances in this function.
12000 (cplus_type_of_child): If our parent is one of the "fake"
12001 parents, we need to get at the type of the real parent, and
12002 derive the child's true type using this information.
12003
b76898ab
AC
120042002-01-13 Andrew Cagney <ac131313@redhat.com>
12005
12006 From 2002-01-09 John Marshall <johnm@falch.net>:
12007 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12008 sources.redhat.com, and tweak some related URLs which had
12009 suffered from linkrot.
12010
b6649e88
AC
120112002-01-13 Andrew Cagney <ac131313@redhat.com>
12012
12013 From Jeff law:
12014 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12015 structures passed in registers.
12016
82cc5033
EZ
120172002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12020 white space which prevented compilation. Reported by DSK
12021 <dsk@student.unsw.edu.au>.
12022
ba5f2f8a
MS
120232002-01-11 Michael Snyder <msnyder@redhat.com>
12024
fbd35540
MS
12025 * symfile.c (build_section_addr_info_from_section_tab):
12026 Use bfd access method instead of manipulating bfd directly.
12027 (syms_from_objfile): Ditto.
12028 (simple_overlay_update_1): Ditto.
12029 (simple_overlay_update): Ditto.
12030 (generic_load): Ditto.
12031 (overlay_unmapped_address): FIXME comment, bfd access methods.
12032 (sections_overlap): FIXME comment, bfd access methods.
12033 (pc_in_mapped_range): FIXME comment, bfd access methods.
12034 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12035 (section_is_mapped): FIXME comment, bfd access methods.
12036 (section_is_overlay): FIXME comment, bfd access methods.
12037
ba5f2f8a
MS
12038 * symfile.c (generic_load): Whitespace and long line cleanups.
12039 Remove duplicate variable, change several local variables to
12040 more appropriate data types.
12041 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12042
17df2af6
AC
120432002-01-12 Andrew Cagney <ac131313@redhat.com>
12044
12045 From Peter Schauer:
12046 * language.c (longest_local_hex_string_custom): Use phex_nz to
12047 convert NUM to a hex string.
12048
ec920329
EZ
120492002-01-12 Elena Zannoni <ezannoni@redhat.com>
12050
12051 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12052 the function.
538a76d6 12053 Update Copyright year.
ec920329 12054
3abd2e01
AC
120552002-01-12 Andrew Cagney <ac131313@redhat.com>
12056
12057 * language.c (longest_raw_hex_string): Delete unused function.
12058
b21b22e0
PS
120592002-01-11 Petr Sorfa <petrs@caldera.com>
12060
12061 * MAINTAINERS (write-after-approval): Add myself.
12062 * dwarf2read.c (read_tag_string_type): Handling of
12063 DW_AT_byte_size.
12064 (read_tag_string_type): FORTRAN fix to prevent propagation of
12065 first string size.
12066 (set_cu_language): Handling of DW_LANG_Fortran95
12067
747fe712
RE
120682002-01-11 Richard Earnshaw <rearnsha@arm.com>
12069
12070 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12071 GETPID(inferior_ptid).
12072 (store_inferior_registers): Likewise.
12073
f1bea926
JM
120742002-01-10 Jason Merrill <jason@redhat.com>
12075
12076 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12077 Fix DW_OP_minus.
12078
ae940673
AC
120792002-01-10 Andrew Cagney <ac131313@redhat.com>
12080
12081 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12082 and bfd/elf32-sh-nbsd.c.
12083
00546b04
MS
120842002-01-10 Michael Snyder <msnyder@redhat.com>
12085
352ed7b4
MS
12086 * NEWS: Mention --pid and corefile/proc-id behavior change.
12087
c18be923
MS
12088 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12089 * gcore.c: Include cli/cli-decode.h instead of command.h.
12090
00546b04
MS
12091 * main.c (captured_main): Add new command line option "--pid".
12092 If the second command line argument (following the symbol-file)
12093 begins with a digit, try to attach to it before trying to open
12094 it as a corefile.
12095 (print_gdb_help): Document the "--pid" argument.
12096
db60ec62
EZ
120972002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12098
12099 * completer.c (command_completer): New function.
12100
12101 * completer.h <command_completer>: Add prototype.
12102
12103 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12104 completer for the "help" command.
12105
39c22d1a
JM
121062002-01-09 Jason Merrill <jason@redhat.com>
12107
12108 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12109
c564377f
MS
121102002-01-09 Michael Snyder <msnyder@redhat.com>
12111
975aec09
MS
12112 * i386-linux-nat.c (fill_fpxregset): Make global.
12113 (store_fpxregset): Ditto.
12114
db4a10fa
MS
12115 * gregset.h (gdb_fpxregset_t): Define.
12116 (supply_fpxregset): Prototype.
12117 (fill_fpxregset): Prototype.
12118
c564377f
MS
12119 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12120
c3d45d70
RE
121212002-01-09 Richard Earnshaw <rearnsha@arm.com>
12122
12123 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12124 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12125 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12126
fcc87af1
AC
121272002-01-09 Andrew Cagney <ac131313@redhat.com>
12128
12129 * MAINTAINERS: Update target maintainer rules so that any
12130 Maintainer can approve a tested patch for a maintenance-only
12131 target.
12132
dd96c05b
RE
121332002-01-09 Richard Earnshaw <rearnsha@arm.com>
12134
d4297db9 12135 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12136
d4297db9 12137 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12138 IN_SIGTRAMP.
12139
145fdc6e
MS
121402002-01-08 Michael Snyder <msnyder@redhat.com>
12141
12142 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12143 real name of the executable, rather than the /proc name.
12144
be4d1333
MS
121452002-01-03 Michael Snyder <msnyder@redhat.com>
12146
12147 Implement a "generate-core-file" command in gdb, save target state.
12148 * gcore.c: New file. Implement new command 'generate-core-file'.
12149 Save a corefile image of the current state of the inferior.
12150 * linux-proc.c: Add linux-specific code for saving corefiles.
12151 * target.h (struct target_ops): Add new target vectors for saving
12152 corefiles; to_find_memory_regions and to_make_corefile_notes.
12153 (target_find_memory_regions): New macro.
12154 (target_make_corefile_notes): New macro.
12155 * target.c (update_current_target): Inherit new target methods.
12156 (dummy_find_memory_regions): New place-holder method.
12157 (dummy_make_corefile_notes): New place-holder method.
12158 (init_dummy_target): Initialize new dummy target vectors.
12159 * exec.c (exec_set_find_memory_regions): New function.
12160 Allow the exec_ops vector for memory regions to be taken over.
12161 (exec_make_note_section): New function, target vector method.
12162 * defs.h (exec_set_find_memory_regions): Export prototype.
12163 * procfs.c (proc_find_memory_regions): New function, corefile method.
12164 (procfs_make_note_section): New function, corefile method.
12165 (init_procfs_ops): Set new target vector pointers.
12166 (find_memory_regions_callback): New function.
12167 (procfs_do_thread_registers): New function.
12168 (procfs_corefile_thread_callback): New function.
12169 * sol-thread.c (sol_find_memory_regions): New function.
12170 (sol_make_note_section): New function.
12171 (init_sol_thread_ops): Initialize new target vectors.
12172 * inftarg.c (inftarg_set_find_memory_regions): New function.
12173 Allow to_find_memory_regions vector to be taken over.
12174 (inftarg_set_make_corefile_notes): New function.
12175 Allow to_make_corefile_notes vector to be taken over.
12176 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12177 interface layer if not target_has_execution (may be a corefile).
12178 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12179 * config/sparc/sun4sol2.mh: Ditto.
12180 * config/alpha/alpha-linux.mh: Ditto.
12181 * config/arm/linux.mh: Ditto.
12182 * config/i386/x86-64linux.mh: Ditto.
12183 * config/ia64/linux.mh: Ditto.
12184 * config/m68k/linux.mh: Ditto.
12185 * config/mips/linux.mh: Ditto.
12186 * config/powerpc/linux.mh: Ditto.
12187 * config/sparc/linux.mh: Ditto.
12188
c6b92abd
MS
121892002-01-07 Michael Snyder <msnyder@redhat.com>
12190
12191 * arm-linux-nat.c: Remove references to regcache.c internal data
12192 (registers[] and register_valid[]).
12193
4b09dc8c
MS
121942002-01-07 Michael Snyder <msnyder@redhat.com>
12195
abf22e64
AJ
12196 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12197 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12198 symbol file and shlibs.
12199 * Makefile.in: Add rule for linux-proc.o.
12200 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12201 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12202 * config/arm/linux.mh: Ditto.
12203 * config/i386/linux.mh: Ditto.
12204 * config/i386/x86-64linux.mh: Ditto.
12205 * config/ia64/linux.mh: Ditto.
12206 * config/m68k/linux.mh: Ditto.
12207 * config/mips/linux.mh: Ditto.
12208 * config/powerpc/linux.mh: Ditto.
12209 * config/sparc/linux.mh: Ditto.
12210
c25b74ac
PM
122112002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12212
12213 * win32-nat.c: Add i386-tdep.h dependency.
12214
94cd915f
MS
122152002-01-07 Michael Snyder <msnyder@redhat.com>
12216
c7cccb76
MS
12217 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12218 instead of bfd_get_arch_size. Don't bail out just because
12219 there's no exec_bfd.
abf22e64 12220
34c0bd93
MS
12221 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12222 * p-valprint.c (pascal_object_print_value): Ditto.
12223 * somread.c (som_symtab_read): Ditto.
12224 * symfile.c (simple_free_overlay_region_table): Ditto.
12225 * valops.c (value_assign): Ditto.
12226
21c1c920
MS
12227 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12228 use tilde_expand and strerror for opening save-tracepoints file.
12229
5bbd998e
MS
12230 * thread-db.c (thread_db_new_objfile): Indendation fix.
12231
94cd915f
MS
12232 * infptrace.c (GDB_MAX_ALLOCA): New define.
12233 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12234 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12235 can be overridden with whatever value is appropriate to the host).
12236 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12237 alloca to allocate potentially large buffer.
12238 * rs6000-nat.c (child_xfer_memory): Ditto.
12239 * symm-nat.c (child_xfer_memory): Ditto.
12240 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12241
494e8a93
JSC
122422002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12243
12244 From Nick Clifton <nickc@redhat.com>
12245 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12246
d0e1d48e
MS
122472002-01-07 Michael Snyder <msnyder@redhat.com>
12248
abf22e64 12249 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12250 Don't use exec_bfd if it's NULL.
12251
290b2c7a
MK
122522002-01-06 Mark Kettenis <kettenis@gnu.org>
12253
abf22e64 12254 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12255
aef21287
AC
122562002-01-06 Andrew Cagney <ac131313@redhat.com>
12257
12258 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12259 * gnu-nat.c: Ditto.
12260
30efa627
AC
122612002-01-06 Andrew Cagney <ac131313@redhat.com>
12262
12263 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12264 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12265 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12266 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12267 z8k-coff have not been multi-arched. Update z8k-coff build
12268 status.
12269
9b4ff276
AC
122702002-01-06 Andrew Cagney <ac131313@redhat.com>
12271
12272 * MAINTAINERS: Mark a29k target as obsolete.
12273 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12274 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12275 comments.
12276 * NEWS: Note that a29k targets are obsolete.
12277 * a29k-tdep.c: Mark as obsolete.
12278 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12279 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12280 a29k-*-vxworks* targets as obsolete.
12281 * remote-adapt.c: Obsolete.
12282 * remote-eb.c: Obsolete.
12283 * remote-mm.c: Obsolete.
12284 * remote-udi.c: Obsolete.
12285 * config/a29k/a29k-udi.mt: Obsolete.
12286 * config/a29k/a29k.mt: Obsolete.
12287 * config/a29k/tm-a29k.h: Obsolete.
12288 * config/a29k/tm-vx29k.h: Obsolete.
12289 * config/a29k/vx29k.mt: Obsolete.
12290
a9011d31
AC
122912002-01-05 Andrew Cagney <ac131313@redhat.com>
12292
12293 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12294 with BFD_ENDIAN_BIG.
12295
9299404e
AC
122962002-01-05 Andrew Cagney <ac131313@redhat.com>
12297
12298 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12299 * configure, config.in: Re-generate.
12300 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12301 * defs.h: Do not include <endian.h>.
12302
7e89e357
JT
123032002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12304
12305 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12306 * config.in: Regenerate.
12307 * configure.in: Update copyright years.
12308 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12309 * configure: Regenerate.
12310 * i386bsd-nat.c: Update copyright years.
12311 (fill_gregset): Use regcache_collect.
12312 (fetch_inferior_registers): Only fetch integer registers
12313 if requested to do so. Add support for XMM registers
12314 using PT_GETXMMREGS.
12315 (store_inferior_registers): Only store integer registers
12316 if requested to do so. Add support for XMM registers
12317 using PT_SETXMMREGS.
12318 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12319 (store_inferior_registers): Remove.
12320 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12321 (fetch_elfcore_registers): New function.
12322 (i386nbsd_elfcore_fns): New.
12323 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12324 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12325 i386bsd-nat.o.
12326 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12327 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12328 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12329 * config/i386/tm-nbsd.h: Update copyright years.
12330 (HAVE_SSE_REGS): Define.
12331 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12332 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12333 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12334 (SIGCONTEXT_PC_OFFSET): Remove.
12335 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12336
a752853e
AC
123372002-01-05 Andrew Cagney <ac131313@redhat.com>
12338
12339 * configure.tgt: Remove powerpc-*-macos* target.
12340 * config/m68k/xm-mpw.h: Delete file.
12341 * config/xm-mpw.h: Delete file.
12342 * ser-mac.c: Delete file.
12343 * mpw-make.sed: Delete file.
12344 * mpw-config.in: Delete file.
12345 * mac-xdep.c: Delete file.
12346 * mac-gdb.r: Delete file.
12347 * mac-defs.h: Delete file.
12348 * mac-nat.c: Delete file.
12349 * config/powerpc/macos.mh: Delete file.
12350 * config/powerpc/macos.mt: Delete file.
12351 * config/powerpc/nm-macos.h: Delete file.
12352 * config/powerpc/tm-macos.h: Delete file.
12353 * source.c (openp, open_source_file): Remove obsolete code.
12354 * top.c (gdb_readline): Ditto.
12355 * utils.c (query): Ditto.
12356 * event-top.c (display_gdb_prompt): Ditto.
12357 * Makefile.in (ser-mac.o): Delete obsolete target.
12358 * NEWS: Update.
12359
d7449b42
AC
123602002-01-04 Andrew Cagney <ac131313@redhat.com>
12361
12362 * defs.h (BIG_ENDIAN): Delete macro definition.
12363 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12364 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12365 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12366 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12367 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12368 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12369 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12370 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12371 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12372 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12373 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12374 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12375 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12376 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12377 * gdbarch.c: Re-generate.
12378
356374e8
DJ
123792002-01-04 Daniel Jacobowitz <drow@mvista.com>
12380
12381 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12382 for core files.
12383
a2b8f8f8
JT
123842002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12385
12386 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12387
12466af9
AC
123882002-01-04 Andrew Cagney <ac131313@redhat.com>
12389
12390 * value.h (value_ptr): Delete typedef.
12391
3549ab40
JT
123922002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12393
12394 * i386nbsd-nat.c: Update copyright years.
12395 Include i386-tdep.h.
12396
fedbd091
EZ
123972002-01-04 Elena Zannoni <ezannoni@redhat.com>
12398
12399 * stabsread.c: Update copyright years.
12400
12401 From Debashis Mahata <debashis.mahata@wipro.com>:
12402 (read_struct_fields): Deal with Sun C compiler erroneous stab
12403 output for structs and unions.
fec8b34f 12404 Fix PR gdb/269.
fedbd091 12405
eb43544b
DJ
124062002-01-04 Daniel Jacobowitz <drow@mvista.com>
12407
12408 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12409 prototype.
12410
1514d34e
DJ
124112002-01-04 Daniel Jacobowitz <drow@mvista.com>
12412
12413 * cp-abi.c: Fix whitespace.
12414 (baseclass_offset): New wrapper function.
12415 * cp-abi.h (baseclass_offset): Add prototype.
12416 (struct cp_abi_ops): Add baseclass_offset pointer.
12417
12418 * valops.c (vb_match): Move to...
12419 * gnu-v2-abi.c (vb_match): here.
12420 * valops.c (baseclass_offset): Move to...
12421 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12422
12423 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12424
12425 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12426 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12427 * hpacc-abi.c (init_hpacc_ops): Likewise.
12428
7f8c9282
DJ
124292002-01-04 Daniel Jacobowitz <drow@mvista.com>
12430
12431 * valops.c (find_overload_match): Accept obj as a
12432 reference parameter. Update it before returning.
12433 * value.h (find_overload_match): Update prototype.
12434 * eval.c (evaluate_subexp_standard): Pass object to
12435 find_overload_match by reference.
12436
f23631e4
AC
124372002-01-03 Andrew Cagney <ac131313@redhat.com>
12438
12439 * valarith.c: Replace value_ptr with struct value pointer. Remove
12440 register attribute from value declarations.
12441 * valops.c: Ditto.
12442 * value.h: Ditto.
12443 * scm-lang.c (scm_lookup_name): Ditto.
12444
79e10fab 124452002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12446
79e10fab
AC
12447 Abstract the functionality of iterating over mapped memory
12448 regions into a general purpose iterator function.
abf22e64 12449 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12450 iterator for memory sections.
12451 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12452 (solib_mappings_callback): New function, callback for above.
12453 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12454 (info_mappings_callback): New function, callback for above.
12455
12456 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12457
c5ad026a
MK
124582002-01-01 Mark Kettenis <kettenis@gnu.org>
12459
d2a7c97a
MK
12460 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12461 * i386-tdep.c: Include "elf-bfd.h".
12462 (process_note_abi_tag_sections): New function.
12463 (i386_gdbarch_init): Add code to recognize various OS/ABI
12464 combinations.
12465
c5ad026a
MK
12466 * maint.c (_initialize_maint_cmds): Add missing \ in
12467 string-literal.
12468
a1a5b71e 12469For older changes see ChangeLog-2001
c906108c
SS
12470\f
12471Local Variables:
12472mode: change-log
12473left-margin: 8
12474fill-column: 74
12475version-control: never
12476End:
This page took 0.890258 seconds and 4 git commands to generate.