2002-11-05 Andrew Cagney <ac131313@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c2e1b8f2
AC
12002-11-05 Andrew Cagney <ac131313@redhat.com>
2
3 * infcmd.c (default_print_registers_info): Do not call
4 PRINT_REGISTER_HOOK.
5
87647bb0
AC
62002-11-05 Andrew Cagney <ac131313@redhat.com>
7
8 * sparc-tdep.c (sparc_print_register_hook): Make static.
9 (sparc_print_registers_info): New function.
10 (sparc_do_registers_info): New function.
11 (sparclet_print_registers_info): New function.
12 (sparclet_do_registers_info): New function.
13 (do_sparc_print_registers_info): New function.
14 (sparc_print_registers): New static function, clone of infcmd.c's
15 default_print_registers_info.
16 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
17 (sparclet_do_registers_info): Declare.
18 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
19 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
20 Re-define.
21 (sparc_do_registers_info): Declare.
22 (PRINT_REGISTER_HOOK): Delete macro.
23 (sparc_print_register_hook): Delete declaration.
24
8155455b
DC
252002-11-05 David Carlton <carlton@math.stanford.edu>
26
27 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
28 functions.
29 (lookup_symbol_aux_local): New function.
30 (lookup_symbol_aux_symtabs): New function.
31 (lookup_symbol_aux_psymtabs): New function.
32
29924310
DC
332002-11-05 David Carlton <carlton@math.stanford.edu>
34
35 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
36 previous values of 'objfile' and 'block'.
37
cc303028
PM
382002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
39
40 * values.c (value_change_enclosing_type): Set
41 enclosing_type field correctly also for the case where
42 more memory needs to be allocated.
43
1d70089a
MK
442002-11-03 Mark Kettenis <kettenis@gnu.org>
45
f16a25ae
MK
46 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
47 of puts_filtered.
48
1d70089a
MK
49 * i387-tdep.c (i387_print_float_info): Replace calls to
50 register_read and deprecated_read_register_gen with calls to
51 frame_register_read, and make the necessary adjustments to the
52 surrounding code.
53
7e20f3fb
AC
542002-11-02 Andrew Cagney <ac131313@redhat.com>
55
56 * gdbarch.sh (register_reggroup_p): Allow default value.
57 * gdbarch.h, gdbarch.c: Regenerate.
58
192dbe33
AC
592002-11-02 Andrew Cagney <ac131313@redhat.com>
60
61 * regcache.h: Add coment indicating replacements for deprecated
62 functions.
63
b59ff9d5
AC
642002-11-02 Andrew Cagney <cagney@redhat.com>
65
66 * reggroups.h, reggroups.c: New files.
67 * regcache.c: Include "reggroups.h".
68 (enum regcache_dump_what): Add `regcache_dump_groups'.
69 (regcache_dump): Contract size of the "Type" column. When
70 specified, dump the register's groups.
71 (maintenance_print_register_groups): New function.
72 (_initialize_regcache): Add command `maint print register-groups'.
73 * Makefile.in (COMMON_OBS): Add reggroups.o
74 (SFILES): Add reggroups.c.
75 (reggroups_h): Define.
76 (regcache.o, gdbarch.o): Update dependencies.
77 (reggroups.o): Specify dependencies.
78 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
79 Add opaque declaration for `struct reggroup' in generated .h file.
80 Include "reggroups.h" in generated .c file.
81 gdbarch.h, gdbarch.c: Re-generate.
82
4caf0990
AC
832002-11-02 Andrew Cagney <cagney@redhat.com>
84
85 * regcache.h (deprecated_read_register_gen): Rename
86 read_register_gen.
87 (deprecated_write_register_gen): Rename write_register_gen.
88 * i387-tdep.c: Update.
89 * x86-64-linux-nat.c: Update
90 * wince.c: Update.
91 * thread-db.c: Update.
92 * win32-nat.c: Update.
93 * mips-tdep.c: Update.
94 * d10v-tdep.c: Update.
95 * cris-tdep.c: Update.
96 * remote-sim.c: Update.
97 * remote-rdi.c: Update.
98 * remote-rdp.c: Update.
99 * frame.c: Update.
100 * target.c: Update.
101 * blockframe.c: Update.
102 * x86-64-tdep.c: Update.
103 * xstormy16-tdep.c: Update.
104 * sh-tdep.c: Update.
105 * s390-tdep.c: Update.
106 * rs6000-tdep.c: Update.
107 * sparc-tdep.c: Update.
108 * i386-tdep.c: Update.
109 * dwarf2cfi.c: Update.
110 * regcache.c: Update.
111
7a7adcdf
JB
1122002-11-01 Joel Brobecker <brobecker@gnat.com>
113
114 New interix-specific files:
115 * config/i386/nm-interix.h: New file.
116 * config/i386/interix.mh: New file.
117 * config/i386/interix.mt: New file.
118 * i386-interix-nat.c: New file.
119 * i386-interix-tdep.c: New file.
120
bdcdd535
AC
1212002-11-01 Andrew Cagney <cagney@redhat.com>
122
123 * frame.h (deprecated_generic_get_saved_register): Rename
124 generic_get_saved_register.
125 * blockframe.c (deprecated_generic_get_saved_register): Update.
126 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
127 (xstormy16_frame_saved_register): Update.
128 * sh-tdep.c (sh_gdbarch_init): Update.
129 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
130 * ia64-tdep.c (ia64_get_saved_register): Update.
131 * cris-tdep.c (cris_gdbarch_init): Update.
132 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
133 * arm-tdep.c (arm_gdbarch_init): Update.
134
2a4b7c45
DJ
1352002-10-31 Daniel Jacobowitz <drow@mvista.com>
136
137 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
138
ef17e74b
DJ
1392002-10-31 Daniel Jacobowitz <drow@mvista.com>
140
141 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
142 trampolines in sigaction.
143
4904ba5b
AC
1442002-10-31 Andrew Cagney <cagney@redhat.com>
145
146 * h8300-tdep.c: Include "gdb_assert.h".
147 (h8300_print_register): Add gdbarch, file and frame parameters.
148 Use frame_read_unsigned_register to read the register's value.
149 Use fprintf_filtered to display output.
150 (h8300_print_registers_info): Replace h8300_do_registers_info.
151 (h8300_gdbarch_init): Set print_registers_info.
152
f908a0eb
AC
1532002-10-31 Andrew Cagney <cagney@redhat.com>
154
155 * frame.c (frame_read_unsigned_register): New function.
156 (frame_read_signed_register): New function.
157 * frame.h (frame_read_unsigned_register): Declare.
158 (frame_read_signed_register): Declare.
159
c5646e11
AC
1602002-10-31 Andrew Cagney <cagney@redhat.com>
161
162 * h8500-tdep.c (h8500_print_registers_info): New static function,
163 clone of infcmd.c's default_print_registers_info.
164 (h8500_do_registers_info): New funtion.
165 (h8500_print_register_hook): Rename print_register_hook, make
166 static.
167
168 * config/h8500/tm-h8500.h: Update copyright.
169 (DEPRECATED_DO_REGISTERS_INFO): Define.
170 (h8500_do_registers_info: Declare.
171 (PRINT_REGISTER_HOOK): Delete macro.
172 (print_register_hook): Delete function.
173
0bdd672b
AC
1742002-10-31 Andrew Cagney <cagney@redhat.com>
175
176 * z8k-tdep.c (z8k_print_register_hook): Make static.
177 (z8k_print_registers_info): New static function, clone of
178 infcmd.c's default_print_registers_info.
179 (z8k_do_registers_info): New function. Wrap
180 z8k_print_registers_info.
181 * config/z8k/tm-z8k.h: Update copyright.
182 (PRINT_REGISTER_HOOK): Delete macro.
183 (z8k_print_register_hook): Delete declaration.
184 (DEPRECATED_DO_REGISTERS_INFO): Define.
185 (z8k_do_registers_info): Declare.
186
bf9c25dc
JB
1872002-10-30 Joel Brobecker <brobecker@gnat.com>
188
189 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
190 as this is already provided by value.h, and was actually causing
191 a compilation error because of a conflict in parameter type
192 declaration due to a missing const keyword.
193 (low_text_segment_addres): Fix a compilation warning.
194
2c665b51
DJ
1952002-10-29 Daniel Jacobowitz <drow@mvista.com>
196
197 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
198 registers without a name.
199 (mips_linux_cannot_store_register): Don't store registers without
200 a name.
201
e70ea697
DC
2022002-10-28 David Carlton <carlton@math.stanford.edu>
203
204 * symtab.c (find_addr_symbol): Delete. (It was already commented
205 out.)
206 * symtab.h: Delete prototype for find_addr_symbol.
207
903ad3a6
AC
2082002-10-26 Andrew Cagney <cagney@redhat.com>
209
210 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
211 DO_REGISTERS_INFO.
212 gdbarch.h, gdbarch.c: Re-generate.
213 * infcmd.c (default_print_registers_info): Update reference.
214 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
215 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
216 * sh-tdep.c (sh_gdbarch_init): Ditto.
217 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
218 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
219
ab91194c
MK
2202002-10-26 Mark Kettenis <kettenis@gnu.org>
221
e3033f15
MK
222 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
223 cfi_init_extra_frame_info.
224 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
225 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
226
b83b026c
MK
227 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
228 target where necessary. Add more comments and remove the ones
229 that don't provide any useful information.
230
267bf4bb
MK
231 * i386-tdep.c (i386_frame_saved_pc): Replace call to
232 deprecated_read_register_dummy with
233 frame_unwind_unsigned_register.
234
751f1375
MK
235 * i386-tdep.c (i386_extract_struct_value_address): Use
236 regcache_raw_read_unsigned instead of
237 regcache_cooked_read_unsigned since we know that the register
238 we're reading isn't a pseudo register. Rename variable 'val' into
239 the more descriptive 'addr'.
240
26abbdc4
MK
241 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
242 (x86_64_push_return_address): Add comment.
243 (x86_64_pop_frame): Make static.
244 (examine_argument): Clarify comment.
245 (x86_64_skip_prologue): Make prolog_expact variable static.
246
9f1549cc
MK
247 * dwarf2cfi.c: Fix some formatting problems.
248 (context_cpy, read_encoded_pointer): Clarify comments.
249
ab91194c
MK
250 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
251 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
252 i386 target back into x86_64_gdbarch_init. Add some comments and
253 remove meaningless ones.
254
72367fb4
AC
2552002-10-25 Andrew Cagney <cagney@redhat.com>
256
257 * complaints.h (struct deprecated_complaint): Rename `struct
258 complaint'.
259 * complaints.c (complain): Update.
260 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
261 incorrect comment indicating that "symfile.h" was being included
262 for the `struct complaint' definition.
263 * remote-vx.c: Update.
264 * objc-lang.c: Update.
265 * xcoffread.c: Update.
266 * hpread.c: Update.
267 * mdebugread.c: Update.
268 * stabsread.c: Update.
269 * dwarf2read.c: Update.
270 * dwarfread.c: Update.
271 * elfread.c: Update.
272 * coffread.c: Update.
273 * stabsread.h: Update.
274 * dbxread.c: Update.
275 * buildsym.c: Update.
276 * gdbtypes.c: Update.
277 * macrotab.c: Update.
278
1f2baacc
MK
2792002-10-25 Mark Kettenis <kettenis@gnu.org>
280
0c1a73d6
MK
281 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
282 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
283 (x86_64_init_abi): ...new function.
284
6aee4d54 285 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
1f2baacc
MK
286 * i386v-nat.c: Include "i386-tdep.h".
287
8f9cbe01
AC
2882002-10-25 Andrew Cagney <cagney@redhat.com>
289
5f11f355
AC
290 * gdbtypes.c (address_space_name_to_int): Update.
291 (address_space_int_to_name): Update.
292 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
293 multi-arch predicate.
294 (address_class_name_to_type_flags): Ditto.
295 * gdbarch.h, gdbarch.c: Re-generate.
296
8f9cbe01
AC
297 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
298
e8d96a5d
MH
2992002-10-24 Martin M. Hunt <hunt@redhat.com>
300
301 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
302
fe39c653
EZ
3032002-10-24 Elena Zannoni <ezannoni@redhat.com>
304
305 * symtab.h (INIT_SAL): Delete macro.
306 (init_sal): Export.
307 * symtab.c (init_sal): New function.
308
309 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
310 to init_sal function call.
311 (find_sal_from_funcs_and_line): Ditto.
312 (all_sals_for_line): Ditto.
313 * breakpoint.c (create_internal_breakpoint): Ditto.
314 (create_fork_vfork_event_catchpoint): Ditto.
315 (create_exec_event_catchpoint): Ditto.
316 (parse_breakpoint_sals): Ditto.
317 (watch_command_1): Ditto.
318 (handle_gnu_4_16_catch_command): Ditto.
319 (clear_command): Ditto.
320 * hppa-tdep.c (child_enable_exception_callback): Ditto.
321 * infcmd.c (run_stack_dummy): Ditto.
322 * infrun.c (process_event_stop_test): Ditto.
323 (check_sigtramp2): Ditto.
324 (step_over_function): Ditto.
325 * linespec.c (decode_line_2): Ditto.
326 (decode_line_1): Ditto.
327 * source.c (line_info): Ditto.
328 * symtab.c (find_pc_sect_line): Ditto.
329
baed091b
ML
3302002-10-24 Michal Ludvig <mludvig@suse.cz>
331
332 * dwarf2cfi.c (struct context)
333 (struct context_reg): Moved to dwarf2cfi.h
334 (context_alloc, frame_state_alloc, context_cpy):
335 Made extern instead of static, removed prototypes.
336 * dwarf2cfi.h (struct context)
337 (struct context_reg): New, moved from dwarf2cfi.c
338 (context_alloc, frame_state_alloc, context_cpy):
339 New prototypes.
340 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
341 Changed from static to extern.
342 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
343 (LINUX_SIGCONTEXT_FP_OFFSET)
344 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
345 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
346 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
347 * x86-64-tdep.c (x86_64_gdbarch_init): Several
348 set_gdbarch_*() calls now use x86-64 specific functions
349 instead of DWARF2 CFI ones.
350 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
351 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
352 (x86_64_init_extra_frame_info): New prototypes.
353
c38da1af
DC
3542002-10-23 David Carlton <carlton@math.stanford.edu>
355
356 * linespec.c: #include "parser-defs.h".
357 Delete prototype for find_template_name_end.
358 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
359
fb9b6b35
JJ
3602002-10-23 Jeff Johnston <jjohnstn@redhat.com>
361
362 * NEWS: add recent mi fixes.
363 * varobj.c (struct varobj): Add new "updated" flag.
364 (new_variable): Default "updated" flag to 0.
365 (varobj_set_value): Set "updated" flag to 1 if value
366 changes.
367 (varobj_update): Check varobj "updated" flag before
368 comparing old and refreshed values. Fix for
369 PR gdb/702.
370
8da065d5
DC
3712002-10-23 David Carlton <carlton@math.stanford.edu>
372
373 * parse.c (parse_exp_1): Use BLOCK_START.
374 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
375 SYMBOL_BLOCK_VALUE.
376 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
377
87f2f08c
DC
3782002-10-23 David Carlton <carlton@math.stanford.edu>
379
380 * symtab.c: Delete cplusplus_hint.
381 Delete prototype for find_template_name_end.
382
88cda038
EZ
3832002-10-23 Elena Zannoni <ezannoni@redhat.com>
384
385 * symtab.h: Update comment.
386
2625d86c
MS
3872002-10-23 Michael Snyder <msnyder@redhat.com>
388
389 * printcmd.c (address_info): Restore quotes in output.
390 * valops.c (value_of_local): Restore quotes in error message.
391
9cc0d196
EZ
3922002-10-23 Elena Zannoni <ezannoni@redhat.com>
393
394 * symtab.c (symbol_demangled_name): New function.
395 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
396 turning most of it into a function.
397 (symbol_demangled_name): Export.
398
19de93d0
MS
3992002-10-23 Michael Snyder <msnyder@redhat.com>
400
401 * valops.c (value_of_local): Restore quotes in error message.
402
89aad1f9
EZ
4032002-10-23 Elena Zannoni <ezannoni@redhat.com>
404
405 * symtab.c (symbol_init_language_specific): New function.
406 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
407 turning most of it into a function.
408 (symbol_init_language_specific): Export.
409
d9fa45fe
DC
4102002-10-23 David Carlton <carlton@math.stanford.edu>
411
412 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
413 (dwarf_attr_name): Ditto.
414 (dwarf_type_encoding_name): Ditto.
415 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
416 (process_die): Handle DW_TAG_namespace,
417 DW_TAG_imported_declaration, DW_TAG_imported_module.
418 (read_namespace): New function.
419
1045b512
JB
4202002-10-22 Joel Brobecker <brobecker@gnat.com>
421
422 * configure.in: Define NEW_PROC_API on Interix too.
423 * configure: Regenerate.
424
4252002-10-21 Joel Brobecker <brobecker@gnat.com>
8ec41317
JB
426
427 * configure: Regenerate using the proper version of autoconf.
428
3987b9d4
EZ
4292002-10-21 Elena Zannoni <ezannoni@redhat.com>
430
431 * findvar.c (read_var_value): Temporarily disable TLS code, until
432 complete TLS support is added.
433
9d774e44
EZ
4342002-10-21 Jim Blandy <jimb@redhat.com>
435 Elena Zannoni <ezannoni@redhat.com>
436
437 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
438 for thread local storage locations.
439 (struct symbol): Add objfile field.
440 (SYMBOL_OBJFILE): Define.
441 * dwarf2read.c (is_thread_local): New static variable.
442 (new_symbol): If variable is in thread local fill in address class
443 and objfile appropriately.
444 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
445 stack operation.
446 * printcmd.c (address_info): Print the information for thread
447 local storage variable.
448 * findvar.c (read_var_value): In case of thread local variable,
449 defer to the target vector code to compute address.
450
bc4a16ae
EZ
4512002-10-21 Elena Zannoni <ezannoni@redhat.com>
452
453 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
454 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
455
407caf07
EZ
4562002-10-21 Elena Zannoni <ezannoni@redhat.com>
457
458 * symtab.h (address_class): Rename
459 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
460 * hpread.c (hpread_process_one_debug_symbol): Ditto.
461 * printcmd.c (address_info): Ditto.
462 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
463
005328e3
MK
4642002-10-20 Mark Kettenis <kettenis@gnu.org>
465
afdb036a
MK
466 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
467 DBREG_DRX macro to acces debug registers.
468
ca02e098
MK
469 * Makefile.in (i386obsd-tdep.o): New target.
470
03cc47f7
MK
471 * solib-sunos.c: Include "bcache.h" and "regcache.h".
472 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
473
005328e3
MK
474 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
475 * config/i386/obsd.mt: New file.
476 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
477 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
478 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
479 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
480 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
481 * i386obsd-tdep.c: New file.
482
9c96f9f2
AF
4832002-10-19 Adam Fedor <fedor@gnu.org>
484
485 * objc-exp.y (name_not_typename): Fix invalid comment.
486
ce1ed485
MK
4872002-10-20 Mark Kettenis <kettenis@gnu.org>
488
489 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
490 to allocate partial syms and macro byte caches.
491
1efc7aaa
DC
4922002-10-18 David Carlton <carlton@math.stanford.edu>
493
494 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
495
7e1d63ec
AF
4962002-10-18 Adam Fedor <fedor@gnu.org>
497
498 * stabsread.c (find_name_end): New function.
499 (define_symbol): Use it.
500
6e8d29a9
DJ
5012002-10-18 Daniel Jacobowitz <drow@mvista.com>
502
503 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
504 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
505 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
506 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
507
1efc7aaa 5082002-10-17 David Carlton <carlton@math.stanford.edu>
63ca651f
DC
509
510 * symfile.h: Add opaque declaration for struct obstack.
511 Declare obsavestring to take a const char *.
512 * symfile.c (obsavestring): Make first argument a const char *.
513
1aeae86e
AF
5142002-10-16 Adam Fedor <fedor@gnu.org>
515
516 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
517 names when matching breakpoints in current file.
518
8b2dbe47
KB
5192002-10-16 Kevin Buettner <kevinb@redhat.com>
520
521 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
522 (read_tag_pointer_type): Add address class support.
523 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
524 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
525 New methods.
526 * gdbarch.h, gdbarch.c: Regenerate.
527 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
528 (make_type_with_address_space, recursive_type_dump): Add address
529 class support.
530 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
531 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
532 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
533
74451869
KD
5342002-10-16 Klee Dienes <kdienes@apple.com>
535
536 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
537 to get the last character of a char[] buffer, not
538 name[sizeof(vptr_name)-1].
539
ff4cb3e8
AF
5402002-10-14 Adam Fedor <fedor@gnu.org>
541
542 * symtab.h: New objc_specific struct.
543 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
544 (SYMBOL_DEMANGLED_NAME): Likewise.
545
da2cf7e0
AF
5462002-10-14 Adam Fedor <fedor@gnu.org>
547
548 * symfile.c (init_filename_language_table): Add ObjC file extension.
549
4a351cef
AF
5502002-10-14 Adam Fedor <fedor@gnu.org>
551
552 * utils.c (puts_filtered_tabular): New function.
553 (fprintf_symbol_filtered): Get ObjC demangled name.
554 * defs.h (puts_filtered_tabular): Declared.
555
9750e763
KB
5562002-10-14 Kevin Buettner <kevinb@redhat.com>
557
558 * c-lang.h (c_type_print_varspec_prefix): Delete.
559 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
560 ``need_post_space'' parameter. Adjust all callers.
561
eee771c1
DJ
5622002-10-14 Daniel Jacobowitz <drow@mvista.com>
563
564 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
565 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
566 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
567 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
568
46c82446
AF
5692002-10-13 Adam Fedor <fedor@gnu.org>
570
571 * source.c (print_source_lines): Update comments.
572
d069f99d
AF
5732002-10-13 Adam Fedor <fedor@gnu.org>
574
575 * valops.c (value_of_local): New function.
576 (value_of_this): Use it.
577 * value.h (value_of_local): Declared.
578
53c551b7
AF
5792002-10-13 Adam Fedor <fedor@gnu.org>
580
581 * parse.c: (length_of_subexp, prefixify_subexp): Handle
582 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
583
eb392fbf
AF
5842002-10-12 Adam Fedor <fedor@gnu.org>
585
586 * language.c (binop_result_type): Add language_objc to case.
587 (integral_type): Likewise.
588 (character_type): Likewise.
589 (string_type): Likewise.
590 (boolean_type): Likewise.
591 (structured_type): Likewise.
592 (binop_type_check): Likewise.
593
e2b23ee9
AF
5942002-10-11 Adam Fedor <fedor@gnu.org>
595
596 * printcmd.c (address_info): Print 'self' for ObjC.
597
b01ab485
AF
5982002-10-11 Adam Fedor <fedor@gnu.org>
599
600 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
601 OP_SELF.
602
806e6073
AF
6032002-10-11 Adam Fedor <fedor@gnu.org>
604
605 * language.h (CAST_IS_CONVERSION): Add language_objc.
606
50f85cdf
AF
6072002-10-11 Adam Fedor <fedor@gnu.org>
608
609 * defs.h (enum language): Add language_objc.
610
0d540cdf
KD
6112002-10-11 Klee Dienes <kdienes@apple.com>
612
69266111 613 * corefile.c (read_memory_typed_address): New function.
0d540cdf
KD
614 * gdbcore.h (read_memory_typed_address): Add prototype.
615 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
616 to read a value destined for a CORE_ADDR, not read_memory_integer.
617 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
618 (f77_get_dynamic_lowerbound): Ditto.
619
d5dc7960
MH
6202002-10-11 Martin M. Hunt <hunt@redhat.com>
621
622 * utils.c (string_to_core_addr): After turning string into
623 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
624 which will do necessary sign-extension, etc.
625
8343f86c
DJ
6262002-10-11 Daniel Jacobowitz <drow@mvista.com>
627
628 * c-exp.y (THIS): Delete token and grammar rule.
629 (yylex): Don't return THIS.
630 * cp-valprint.c (vtbl_ptr_name_old): Delete.
631 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
632 * demangle.c (cplus_markers): Update comment. Put '$'
633 first. Remove CPLUS_MARKER.
634 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
635 * jv-exp.y (THIS): Delete token and grammar rule.
636 (yylex): Don't return THIS.
637 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
638 * objc-exp.y (THIS): Delete token and grammar rule.
639 (yylex): Don't return THIS.
640 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
641 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
642 (read_member_functions): Likewise for opname.
643 (read_tilde_fields): Use is_cplus_marker.
644
645 * defs.h (CPLUS_MARKER): Don't define.
646 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
647 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
648 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
649 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
650 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
651
652 * config/i386/tm-i386v4.h: Delete file.
653 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
654 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
655 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
656 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
657 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
658 * config/i386/i386sco5.mt (TM_FILE): Likewise.
659 * config/i386/i386v4.mt (TM_FILE): Likewise.
660 * config/i386/ncr3000.mt (TM_FILE): Likewise.
661
967c0d83
MM
6622002-10-10 Marko Mlinar <markom@opencores.org>
663
664 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
665 accidentially not commited 2002-10-09
666 * gdbarch.h, gdbarch.c: Re-generate.
667
f74fa174
MM
6682002-10-09 Marko Mlinar <markom@opencores.org>
669
670 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
671 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
672 * gdbarch.h, gdbarch.c: Re-generate.
673
57349743
JB
6742002-10-08 Petr Sorfa <petrs@caldera.com>
675
676 Revised and re-submitted by John Wolfe <jlw@caldera.com>
677
678 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
679 so we can work on more than one compilation unit at a time. This
680 helps prepare GDB to handle inter-CU die references.
681 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
682 the code to be defined before struct comp_unit_head.
683 (comp_unit_head): Added new members - offset, cu_head,
684 begin_die, next and dwarf2_abbrevs.
685 (dwarf2_abbrevs): Removed single static var; now member of
686 struct comp_unit_head.
687 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
688 members.
689 (psymtab_to_symtab_1): Changed to work with the new
690 struct comp_unit_head.
691 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
692 constructs the dwarf2_abbrevs[] inside the cu_header.
693 (dwarf2_empty_abbrev_table): Now expects a ptr to a
694 dwarf2_abbrev table to clean up.
695 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
696 handling of dwarf2_abbrevs inside the cu_header.
697 (read_partial_die): Now supports the call to the new
698 dwarf2_lookup_abbrev.
699 (read_full_die): Now supports the call to the new
700 dwarf2_lookup_abbrev.
701
4092aadb
CF
7022002-10-06 Christopher Faylor <cgf@redhat.com>
703
704 * Makefile.in (install-gdbtk): Add missing continuation backslash to
705 insure that shell variables, such as "transformed_name" are propagated
706 to later shell statements in rule.
707
af0b2512
MK
7082002-10-06 Mark Kettenis <kettenis@gnu.org>
709
710 * config/i386/nm-i386sco.h: Add protection against
711 multiple-inclusion. Include "i386/nm-i386v.h".
712 (REGISTER_U_ADDR): Remove define.
713 (i386_register_u_addr): Remove prototype.
714
d6020d45
MS
7152002-10-04 Michael Snyder <msnyder@redhat.com>
716
717 * m32r-stub.c (handle_exception): Make sure exception is "trap"
718 before treating it as a single-step event.
719
7248f48e
AF
7202002-10-03 Adam Fedor <fedor@gnu.org>
721
722 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
723 (objc_demangle): Remove assignment in if statements, Replace
724 free with xfree.
725 (add_msglist): Likewise.
726 (end_msglist): Likewise.
727 (complare_selectors): Likewise.
728 (selectors_info): Likewise.
729 (compare_classes): Likewise.
730 (classes_info): Likewise.
731 (print_object_command): Likewise.
732 (find_objc_msgcall_submethod): Replace PTR with void *.
733 * objc-lang.h: Remove check for __STDC__.
734
52c6a6ac
JJ
7352002-10-03 Jeff Johnston <jjohnstn@redhat.com>
736
737 * ui-out.h (ui_out_field_fmt_int): New prototype.
738 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
739 of field width and alignment.
740 * stack.c (print_frame_info_base): When printing frame level, use
741 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
742 PR gdb/192
743
7e3cec17
JJ
7442002-10-03 Jeff Johnston <jjohnstn@redhat.com>
745
746 * MAINTAINERS: Add self to Write After Approval list.
747
a58dd373
EZ
7482002-10-02 Elena Zannoni <ezannoni@redhat.com>
749
750 * infcmd.c (interrupt_target_command_wrapper): Delete.
751 (interrupt_target_command): Make non static.
752 (nofp_registers_info): Make static.
753 * stack.c (return_command_wrapper): Delete.
754 (return_command): Make non static.
755
cee6ddeb
EZ
7562002-10-02 Elena Zannoni <ezannoni@redhat.com>
757
758 * event-top.c (gdb_setup_readline): New function. Code moved from
759 _initialize_event_loop().
760 (_initialize_event_loop): Call gdb_setup_readline().
761
c4ed33b9
AC
7622002-10-02 Andrew Cagney <ac131313@redhat.com>
763
764 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
765 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
766 * gdbarch.h, gdbarch.c: Re-generate.
767
cef4f5dd
DJ
7682002-10-02 Daniel Jacobowitz <drow@mvista.com>
769
770 Fix PR gdb/778
771 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
772 before recursing.
773 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
774 of fill_in_vptr_fieldno.
775
36dc181b 7762002-10-02 Elena Zannoni <ezannoni@redhat.com>
cee6ddeb 777
36dc181b
EZ
778 * inferior.h (registers_info, stepi_command, nexti_command,
779 continue_command, interrupt_target_command): Export from infcmd.c.
780 * frame.h (args_info, selected_frame_level_changed_hook,
781 return_command): Export from stack.c.
782 * v850ice.c (stepi_command, nexti_command, continue_command): use
783 prototypes from inferior.h.
784 * tracepoint.c (registers_info, args_info, locals_info): Use
785 prototypes from frame.h and inferior.h.
786 * Makefile.in (mi-main.o): Add dependency on frame.h.
787
6f99cb26
AC
7882002-10-02 Andrew Cagney <ac131313@redhat.com>
789
da3eff49
AC
790 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
791 value in register 3 adjusted by ppc_gp0_regnum.
792
6f99cb26
AC
793 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
794
da615bee
MM
7952002-10-02 Marko Mlinar <markom@opencores.org>
796
797 * MAINTAINERS: Add myself to the Write After Approval list.
798
d154bee2
AO
7992002-10-01 Alexandre Oliva <aoliva@redhat.com>
800
62a49b2c
AO
801 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
802 of the section for the N64 ABI, fixed.
803
d154bee2
AO
804 * config/mips/tm-irix6.h: Include solib.h.
805
ed348acc
EZ
8062002-10-01 Elena Zannoni <ezannoni@redhat.com>
807
808 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
809 GNU operators.
810
da0f9dcd
AC
8112002-10-01 Andrew Cagney <ac131313@redhat.com>
812
813 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
814 and that "mi0" syntax has been removed.
815
bdf64bac
DC
8162002-09-30 David Carlton <carlton@math.stanford.edu>
817
818 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
819 * ppc-sysv-tdep.c: #include "gdb_string.h".
820 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
821 pacify GCC.
822
54c2a1e6
AC
8232002-10-01 Andrew Cagney <ac131313@redhat.com>
824
825 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
826 "vrsave"'s register number.
827
cedea778
AC
8282002-09-30 Andrew Cagney <ac131313@redhat.com>
829
830 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
831 use frame_unwind_signed_register to obtain the PC.
832 (mips_frame_chain): Handle a generic dummy frame.
833 (mips_init_extra_frame_info): When a generic dummy frame, don't
834 re-compute the frame base.
835 (mips_pop_frame): Handle generic dummy frames.
836 (mips_gdbarch_init): When generic dummy frames, set
837 use_generic_dummy_frames, push_dummy_frame to
838 generic_push_dummy_frame, pc_in_call_dummy to
839 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
840 generic_save_dummy_frame_tos.
841
68315eb8
AC
8422002-09-30 Andrew Cagney <ac131313@redhat.com>
843
844 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
845 against TOP when TOP was explictly set.
846 (generic_push_dummy_frame): Set TOP to zero.
847
3b8630c3
EZ
8482002-09-30 Elena Zannoni <ezannoni@redhat.com>
849
850 * event-loop.c (start_event_loop): Rename variable 'result' to
851 'gdb_result', to avoid conflicts with upcoming intepreters changes.
852
28ee05e9
KS
8532002-09-30 Keith Seitz <keiths@redhat.com>
854
855 * gdb-events.sh (selected_thread_changed): New event.
856 * gdb-events.c: Regenerated.
857 * gdb-events.h: Regenerated.
858
6eecb1c8
HPN
8592002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
860
861 * MAINTAINERS: Add self to Write After Approval list.
862
92df71f0
FN
8632002-09-30 Fernando Nasser <fnasser@redhat.com>
864
3b8630c3
EZ
865 * disasm.c: New file.
866 * disasm.h: New file.
92df71f0
FN
867 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
868 (compare_lines): Ditto.
869 (dump_insns): Ditto.
3b8630c3
EZ
870 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
871 argument.
92df71f0 872 (do_assembly_only): Ditto.
3b8630c3
EZ
873 (do_disassembly): Renamed to gdb_disassembly and moved to
874 disasm.c. Sdded uiout argument.
875 * Makefile.in: Add new files. Reorder SFILES list. Update
876 dependencies. Include libgdb.a later in the insight executable.
92df71f0 877
0c22854d
AC
8782002-09-29 Andrew Cagney <ac131313@redhat.com>
879
880 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
881 bfd/elf64-alpha-fbsd.c.
882
e67f2023
AC
8832002-09-29 Andrew Cagney <ac131313@redhat.com>
884
885 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
886 i386gnu-tdep.c.
887
89396210
AC
8882002-09-29 Andrew Cagney <ac131313@redhat.com>
889
890 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
891 __FUNCTION__.
892 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
893 function name.
894 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
895 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
896 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
897 (S_msg_sig_post_reply): Ditto.
898
7079c36c
CV
8992002-09-28 Corinna Vinschen <vinschen@redhat.com>
900
89396210
AC
901 * sh-tdep.c (sh_use_struct_convention): Use definition according
902 to ABI.
7079c36c
CV
903 (sh_push_arguments): Store in register with correct endianess.
904 (sh_default_store_return_value): Ditto.
905 (sh_gdbarch_init): Set sizeof long double to 8.
906
975ac915
MK
9072002-09-27 Mark Kettenis <kettenis@gnu.org>
908
909 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
910 Fix some whitespace problems.
911
9bbe19fb
DC
9122002-09-27 David Carlton <carlton@math.stanford.edu>
913
914 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
915 (mcore-tdep.o): Ditto.
916 (ns32k-tdep.o): Ditto.
917 (ns32knbsd-tdep.o): Ditto.
918 (sh3-rom.o): Ditto.
919 (vax-tdep.o): Ditto.
920 * cris-tdep.c: #include "gdb_string.h"
921 * mcore-tdep.c: Ditto.
922 * ns32k-tdep.c: Ditto.
923 * ns32knbsd-tdep.c: Ditto.
924 * sh3-rom.c: Ditto.
925 * vax-tdep.c: Ditto.
926
43b2fdc7
DC
9272002-09-27 David Carlton <carlton@math.stanford.edu>
928
929 * config/djgpp/fnchange.lst: Add entries for
930 gdb/testsuite/gdb.c++/m-static files.
931
e8cfbbd9
JW
9322002-09-27 Jim Wilson <wilson@redhat.com>
933
934 * MAINTAINERS: Add myself to the Write After Approval list.
935
43b2fdc7 9362002-09-26 Martin M. Hunt <hunt@redhat.com>
4e0df2df
MH
937
938 * mips-tdep.c (find_proc_desc): Initialize startaddr.
939
940
9f3b7f07
AC
9412002-09-26 Andrew Cagney <ac131313@redhat.com>
942
943 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
944 frame.
945
11269d7e
AC
9462002-09-26 Andrew Cagney <ac131313@redhat.com>
947
948 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
949 (rs6000_struct_return_address): Delete variable.
950 (rs6000_store_struct_return): Update.
951 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
952 deprecated_extract_struct_value_address.
953 (rs6000_frame_align): New function.
954 (rs6000_gdbarch_init): Set frame_align.
955
f15ab4a7
AC
9562002-09-26 Andrew Cagney <ac131313@redhat.com>
957
958 From Grace Sainsbury <graces@redhat.com>:
959 * Makefile.in (gdbtk-main.o): New target.
960 (gdb.o): New target.
961 (main_h): Define.
962 (main.o): Update dependencies.
963 (gdb$(EXEEXT)): Add gdb.o.
964 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
965 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
966 (SUBDIR_GDBTK_CLEAN): Set.
967 (install-gdbtk): Install the insight binary.
968 (uninstall-gdbtk): New target.
969 (all-gdbtk, clean-gdbtk): New rule.
970 * top.c (use_windows): Default to zero.
971 * main.c: Include "main.h".
972 (main): Delete.
973 (struct captured_main_args): Delete.
974 (gdb_main): New function.
975 * main.h: New file.
976 * gdb.c: New File.
977
e36180d7
AC
9782002-09-25 Andrew Cagney <cagney@redhat.com>
979
980 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
981 (frame_map_regnum_to_name): New function.
982 (frame_map_name_to_regnum): New function.
983 * frame.h (frame_map_name_to_regnum): Declare.
984 (frame_map_regnum_to_name): Declare.
985 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
986 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
987 * parse.c: Do not include "builtin-regs.h".
988 (target_map_name_to_register): Delete function.
989 (write_dollar_variable): Use frame_map_name_to_regnum.
990 * parser-defs.h (target_map_name_to_register): Delete declaration.
991 * expprint.c: Include "frame.h".
992 (print_subexp): Use frame_map_regnum_to_name.
993 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
994 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
995
8b69000d
AC
9962002-09-25 Andrew Cagney <ac131313@redhat.com>
997
998 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
999 wasn't saved, and the next innermost frame is a dummy, return the
1000 dummy frame's link register.
1001
046ca86a
JB
10022002-09-24 Jim Blandy <jimb@redhat.com>
1003
1004 Fix from Paul Breed:
1005 * main.c (captured_main): Add a `break' after the case for 'b'.
1006
94b66fa7
KS
10072002-09-24 Keith Seitz <keiths@redhat.com>
1008
1009 * varobj.c (c_type_of_child): Use get_target_type instead
1010 of TYPE_TARGET_TYPE.
1011
c214a6fd
FN
10122002-09-22 Fernando Nasser <fnasser@redhat.com>
1013
53cb0458
FN
1014 * source.c (get_current_or_default_source_symtab_and_line): Remove
1015 function.
1016 (set_default_source_symtab_and_line): New function. Attempts to
1017 determine a source file to list lines from if one is not currently
1018 defined.
1019 (get_current_source_symtab_and_line): Initialize sal.pc and
1020 sal.end fields.
1021 (set_current_source_symtab_and_line): Mark argument as const.
1022 * source.h: Update declarations and comments.
1023 * linespec.c (decode_line_1): Replace call to removed routine above.
1024 * stack.c (print_frame_info_base): Ditto.
1025 * cli/cli-cmds.c (edit_command): Ditto.
1026 (list_command): Ditto.
1027
10282002-09-22 Fernando Nasser <fnasser@redhat.com>
1029
d6020d45 1030 * source.c (get_current_or_default_source_symtab_and_line): Initialize
53cb0458 1031 sal.pc and sal.end fields.
c214a6fd
FN
1032 (get_current_or_default_source_symtab_and_line): Ditto.
1033 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1034 so we do not cause a new source symtab to be searched for (reverting an
1035 unintentional change from the 2002-09-20 patch).
1036 * scm-lang.c (scm_unpac): Ditto.
1037
cc3b68a5
AC
10382002-09-21 Andrew Cagney <cagney@redhat.com>
1039
1040 * complaints.c (symfile_explanations): Remove new-line from
1041 ``isolated_message''.
1042 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1043 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1044
5835abe7
NC
10452002-09-20 Nick Clifton <nickc@redhat.com>
1046
1047 * NEWS: Announce that V850EA ISA is no longer supported.
1048 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1049
a15ef5f5
DC
10502002-09-20 David Carlton <carlton@math.stanford.edu>
1051
06ba1b39
DC
1052 * Makefile.in (c-lang.o): Correct dependencies.
1053 (utils.o): Gather dependencies.
1054 (charset.o): Move.
a15ef5f5
DC
1055 * c-lang.c: #include "gdb_string.h"
1056
87885426
FN
10572002-09-20 Fernando Nasser <fnasser@redhat.com>
1058
1059 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1060 * cli/cli-cmds.c (list_command): New function. Implements the new
1061 cli edit command.
1062 (_init_cli_cmds): Add new command definition.
1063 * gdb.1: Document edit command.
1064 * doc/gdb.texinfo: Document edit command.
1065
10662002-09-20 Fernando Nasser <fnasser@redhat.com>
0378c332
FN
1067
1068 * source.c: Make global variables current_source_symtab and
1069 current_source_line static.
1070 (list_command): Moved to cli/cli-cmds.c.
1071 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1072 (get_first_line_listed): New accessor function.
1073 (get_lines_to_list): New accessor function.
1074 (get_current_source_symtab_and_line): New function. Retrieves the
1075 position in the source code that we consider current.
1076 (get_current_or_default_source_symtab_and_line): New function.
1077 Like the above but attempts to determine a default position if one
1078 is not currently defined.
1079 (set_current_source_symtab_and_line): New function. Sets the source
1080 code position considered current and returns the previously set one.
1081 (clear_current_source_symtab_and_line): Reset stored information about
1082 a current source line.
1083 (_initialize_source): Remove registration for the "list" command and
1084 its alias.
1085 * source.h: Add declarations for the new functions above.
1086 * symtab.h: Remove declarations for the global variables mentioned
1087 above.
1088 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1089 obtain current source line.
1090 * linespec.c (decode_line_1): Ditto.
1091 * macroscope.c (default_macro_scope): Ditto.
1092 * scm-lang.c (scm_unpac): Ditto.
1093 * stack.c (print_frame_info_base): Ditto.
1094 * symfile.c (clear_symtab_users): Ditto.
1095 * symtab.c (decode_line_spec): Ditto.
1096 * cli/cli-cmds.c (list_command): Moved here from source.c.
1097 (ambiguous_line_spec): Moved here from source.c.
1098 (_init_cli_cmds): Add definition for "list" and its alias.
1099 * Makefile.in: Update dependencies.
1100
ddd216ea
CV
11012002-09-20 Corinna Vinschen <vinschen@redhat.com>
1102
1103 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1104 with what gcc thinks is correct.
1105
6d305052
CV
11062002-09-20 Corinna Vinschen <vinschen@redhat.com>
1107
1108 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1109 multiple register push instruction.
1110
234b45d4
KB
11112002-09-19 Jim Blandy <jimb@redhat.com>
1112
1113 Add support for distinct host and target character sets.
1114 * charset.c, charset.h: New files.
1115 * c-exp.y: #include "charset.h".
1116 (yylex): Convert character and string literals to the target
1117 character set, before returning them as the semantic value of the
1118 token.
1119 * c-lang.c: #include "charset.h".
1120 (c_emit_char): Use charset-specific methods to recognize
1121 characters with backslash escape forms, to decide which characters
1122 to print literally and which to print using numeric escape
1123 sequences, and to convert target characters to host characters
1124 before printing.
1125 * utils.c: #include "charset.h".
1126 (no_control_char_error): New function.
1127 (parse_escape): Use charset-specific methods to recognize
1128 backslash escapes, parse `control character' notation, and convert
1129 characters from the host character set to the target character set.
1130 * configure.in: Set the default host character set.
1131 Check where to find iconv, and what its argument types might be.
1132 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1133 * Makefile.in (SFILES): List charset.c.
1134 (COMMON_OBS): List charset.o.
1135 (charset.o): New rule.
1136 (charset_h): New header dependency variable.
1137 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1138 (LIBICONV): New variable, set by configure.
1139 (CLIBS): Include $(LIBICONV) here.
1140 * aclocal.m4, config.in, configure: Regenerated.
1141
525d6a61
JB
11422002-09-19 Joel Brobecker <brobecker@gnat.com>
1143
1144 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1145 bison 1.35 warning.
1146
3ed93867
RE
11472002-09-19 Richard Earnshaw <rearnsha@arm.com>
1148
1149 * gdb_mbuild.sh: New file.
1150
437666f8
AC
11512002-09-19 Andrew Cagney <ac131313@redhat.com>
1152
1153 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1154
389e51db
AC
11552002-09-18 Andrew Cagney <ac131313@redhat.com>
1156
1157 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1158 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1159 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1160 valops.c, value.h: Revert previous change.
1161
3b4efeaa
MS
11622002-09-18 Michael Snyder <msnyder@redhat.com>
1163
1164 Preliminary support for Objective-C:
1165 * defs.h (language_objc): New enum value.
1166 (puts_filtered_tabular): Declaration only, exported from utils.c.
1167 (skip_quoted): Delete, declared in completer.h.
1168 * c-exp.y: Include completer.h.
1169 * p-exp.y: Ditto.
1170 * jv-exp.y: Ditto.
1171 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1172 New operator enum values.
1173 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1174 * language.c (binop_result_type): Handle language_objc case.
1175 (integral_type, character_type, string_type, boolean_type,
1176 structured_type, binop_type_check): Ditto.
1177 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1178 (struct objc_specific): Add to general_symbol_info.
1179 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1180 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1181 * parser-defs.h (struct objc_class_str): New struct type.
1182 (start_msglist, end_msglist, add_msglist): Declaration only,
1183 exported from objc-lang.c.
1184 * value.h (value_of_local, value_nsstring,
1185 call_function_by_hand_expecting_type): Exported from valops.c.
1186 * valops.c (find_function_addr): Export.
1187 (call_function_by_hand_expecting_type): New function.
1188 (value_of_local): New function.
1189 * symfile.c (init_filename_language_table): Add ".m" extension
1190 for Objective-C.
1191 * utils.c (puts_filtered_tabular): New function.
1192 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1193 (set/show demangle): Extend help-string to refer to ObjC.
1194 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1195 * stabsread.c (symbol_reference_defined): Objective-C symbols
1196 may contain colons: make allowances when scanning stabs strings
1197 for colons.
1198 (objc_find_colon): New function.
1199 * printcmd.c (address_info): If language == objc then print
1200 "self" instead of "this".
1201 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1202 OP_NSSTRING, and OP_SELF.
1203 (prefixify_subexp): Ditto.
1204 * source.c (print_source_lines): Mention objc in comment.
1205 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1206 method names.
1207
b9caf505
AC
12082002-09-18 Andrew Cagney <ac131313@redhat.com>
1209
1210 * complaints.h: Update copyright.
1211 (struct complaints): Declare.
1212 (struct complaint): Make `message' constant.
1213 (internal_complaint): Declare.
1214 (complaint): Declare.
1215 (complaint_root): Delete declaration.
1216 (symfile_complaints): Delete declaration.
1217 (struct complaints): Add opaque declaration.
1218 (clear_complaints): Add a complaints parameter.
1219 * complaints.c: Update copyright.
1220 (enum complaint_series): Define.
1221 (complaint_root): Delete.
1222 (struct complaints): Define.
1223 (complaint_sentinel, symfile_complaint_book): New variables.
1224 (symfile_explanations, symfile_complaints): New variables.
1225 New variables.
1226 (get_complaints): New function.
1227 (vcomplaint): New function.
1228 (complaint): New function.
1229 (internal_complaint): New function.
1230 (complain): Call vcomplain with symfile_complaint.
1231 (clear_complaints): Rewrite.
1232 (_initialize_complaints): Use add_setshow_command.
1233 * Makefile.in (complaints.o): Update dependencies.
1234 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1235 to call to clear_complaints.
1236 (new_symfile_objfile, reread_symbols): Ditto.
1237 (oldsyms_complaint): Delete.
1238 (empty_symtab_complaint, unknown_option_complaint): Delete.
1239 (free_named_symtabs): Use complaint instead of complain.
1240
d2e6263c
MS
12412002-09-18 Michael Snyder <msnyder@redhat.com>
1242
5fb2031a
AC
1243 Contributed by Apple Computer, Inc. Merged with current sources
1244 by Adam Fedor <fedor@doc.com> [cagney].
1245
d2e6263c
MS
1246 * objc-lang.c: First clean-up round: comments, indentation.
1247 * objc-lang.h: Ditto.
1248 * objc-lang.y: Ditto.
1249
dec43320
AC
12502002-09-18 Andrew Cagney <ac131313@redhat.com>
1251
1252 * maint.c (maintenance_internal_error): Print the parameter as the
1253 error message.
1254 (maintenance_internal_warning): New function.
1255 (_initialize_maint_cmds): Add command `maint internal-warning'.
1256
1257 * defs.h (internal_warning, internal_vwarning): Declare.
1258 * utils.c (struct internal_problem): Define.
1259 (internal_vproblem): New function.
1260 (internal_warning): New function.
1261 (internal_vwarning): New function.
1262 (internal_warning_problem, internal_error_problem): New variables.
1263 (internal_verror): Just call internal_vproblem.
1264
b81654f1
MS
12652002-09-18 Michael Snyder <msnyder@redhat.com>
1266
1267 * objc-lang.c: New file, support for Objective-C.
1268 Preliminary check-in, not yet integrated into gdb.
1269 * objc-lang.h: New file.
1270 * objc-exp.y: New file.
1271
0542c381
AC
12722002-09-18 Andrew Cagney <ac131313@redhat.com>
1273
7bda5e4a
AC
1274 * infrun.c (signal_stop_update): Convert definition to ISO C.
1275 (signal_print_update): Ditto.
1276 (signal_pass_update): Ditto.
1277 * inflow.c (terminal_save_ours): Ditto.
1278
5247b418
AC
1279 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1280 comments.
1281
fc60962c
AC
1282 * config/djgpp/fnchange.lst: Handle name clashes between
1283 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1284 bfd/coff-tic80.c.
1285
0542c381
AC
1286 * i386-linux-tdep.h: Fix tipo.
1287
5b924b9b
AF
12882002-09-18 Adam Fedor <fedor@gnu.org>
1289
1290 * MAINTAINERS: Add myself to the Write After Approval list.
1291
5afc051b
JB
12922002-09-18 Jim Blandy <jimb@redhat.com>
1293
1294 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1295 texthigh and textlow to reader-specific structs caused
1296 objfile_relocate to miss them. This is fixable, but the work that
1297 the change was supposed to prepare GDB for never got done anyway.
1298
eb944380
DC
12992002-09-18 David Carlton <carlton@math.stanford.edu>
1300
1301 * MAINTAINERS: Alphabetize Write After Approval list.
1302
948e66d9
DJ
13032002-09-18 Daniel Jacobowitz <drow@mvista.com>
1304
1305 Fix PR gdb/709
1306 * values.c (value_static_field): Call read_var_value.
1307
dc604539
AC
13082002-09-18 Andrew Cagney <ac131313@redhat.com>
1309
1310 * valops.c (hand_function_call): Align the initial stack pointer
1311 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1312 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1313 return value.
1314 * mips-tdep.c (mips_frame_align): New function.
1315 (mips_gdbarch_init): Set frame_align.
1316 * gdbarch.sh (FRAME_ALIGN): New method.
1317 * gdbarch.h, gdbarch.c: Re-generate.
1318
cb7e422f
ML
13192002-09-18 Michal Ludvig <mludvig@suse.cz>
1320
1321 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1322 registers.
1323
a094c6fb
AC
13242002-09-17 Andrew Cagney <ac131313@redhat.com>
1325
1326 * NEWS: Mention that MIPS $fp behavior changed.
1327 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1328 reference to FP_REGNUM.
1329 (mipsnbsd_cannot_store_register): Ditto.
1330 * mips-linux-nat.c: Update copyright.
1331 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1332 (mips_linux_cannot_store_register): Ditto.
1333 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1334 * config/mips/tm-mips.h: Update copyright.
1335 (FP_REGNUM): Delete macro.
1336 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1337 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1338 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1339 (mips_r3041_reg_names, mips_r3051_reg_names)
1340 (mips_r3081_reg_names): Replace "fp" with "".
1341 Fix PR gdb/480.
1342
45cf40d1
TR
13432002-09-17 Theodore A. Roth <troth@verinet.com>
1344
1345 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1346 generic_read_register_dummy() (PR gdb/703).
1347 (avr_push_return_address): #if 0 out unused vars.
1348 (avr_gdbarch_init): Enable use of avr_push_return_address().
1349
c7e701b5
MS
13502002-09-17 Michael Snyder <msnyder@redhat.com>
1351
d76ba2a5 1352 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
c7e701b5
MS
1353 RTE will take care of it.
1354
20bcf01c
AC
13552002-09-17 Andrew Cagney <ac131313@redhat.com>
1356
1357 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1358 invalid, return SP_REGNUM.
1359
009a9971 13602002-09-17 Michael Snyder <msnyder@redhat.com>
21f87145
MS
1361
1362 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1363 point registers without sign extension.
1364
135c175f
AC
13652002-09-17 Andrew Cagney <cagney@redhat.com>
1366
1367 * blockframe.c (deprecated_read_register_dummy): Rename
1368 generic_read_register_dummy.
1369 * frame.c (frame_unwind_signed_register): New function.
1370 (frame_unwind_unsigned_register): New function.
1371 * frame.h (frame_unwind_signed_register): Declare.
1372 (frame_unwind_unsigned_register): Declare.
1373 (deprecated_read_register_dummy): Rename
1374 generic_read_register_dummy.
1375
1376 * h8300-tdep.c (h8300_frame_chain): Update.
1377 (h8300_frame_saved_pc): Update.
1378 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1379 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1380 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1381 (s390_frame_chain): Update.
1382 * v850-tdep.c (v850_find_callers_reg): Update.
1383 (v850_frame_saved_pc): Update.
1384 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1385 (m32r_find_callers_reg): Update.
1386 (m32r_frame_saved_pc): Update.
1387 * sh-tdep.c (sh_find_callers_reg): Update.
1388 (sh64_get_saved_pr): Update.
1389 (sh_init_extra_frame_info): Update.
1390 (sh_init_extra_frame_info): Update.
1391 (sh64_init_extra_frame_info): Update.
1392 (sh64_init_extra_frame_info): Update.
1393 * mcore-tdep.c (mcore_find_callers_reg): Update.
1394 (mcore_frame_saved_pc): Update.
1395 (mcore_init_extra_frame_info): Update.
1396 * i386-tdep.c (i386_frame_saved_pc): Update.
1397 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1398 (ia64_init_extra_frame_info): Update.
1399 (ia64_init_extra_frame_info): Update.
1400 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1401 * cris-tdep.c (cris_init_extra_frame_info): Update.
1402 * avr-tdep.c (avr_frame_chain): Update.
1403 (avr_init_extra_frame_info): Update.
1404 (avr_frame_saved_pc): Update.
1405 * arm-tdep.c (arm_find_callers_reg): Update.
1406 (arm_init_extra_frame_info): Update.
1407 (arm_frame_saved_pc): Update.
1408
a741e514
TT
14092002-09-17 Tom Tromey <tromey@redhat.com>
1410
1411 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1412 is "'".
1413
d1a8e808
CV
14142002-09-17 Corinna Vinschen <vinschen@redhat.com>
1415
1416 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1417 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1418 NEXT_PROLOGUE_INSN.
1419 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1420 NEXT_PROLOGUE_INSN.
1421
d9025a18
JB
14222002-09-16 Joel Brobecker <brobecker@gnat.com>
1423
1424 * osfsolib.c: Remove file, replaced by solib-osf.c.
1425 * Makefile.in: Remove compilation rules for osfsolib.c.
1426
1b2ef1b6
DC
14272002-09-16 David Carlton <carlton@math.stanford.edu>
1428
1429 * cp-valprint.c (cp_print_class_method): Correct args to
1430 check_stub_method_group.
1431
928e48af
CV
14322002-09-16 Corinna Vinschen <vinschen@redhat.com>
1433
1434 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1435 `set architecture'. Unify naming convention of functions.
1436 (h8300_skip_prologue): Improve prologue analysis.
1437 (h8300_push_arguments): Rewritten to more closely match GCC's
1438 bizarre argument-passing behavior, along with the comment describing
1439 said behavior.
1440 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1441 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1442 sim, remote-e7000.c, remote-hms.c and remote.c
1443
5e3397bb
MK
14442002-09-15 Mark Kettenis <kettenis@gnu.org>
1445
1446 * i386-tdep.c (gdb_print_insn_i386): Removed.
1447 (i386_print_insn): New function.
1448 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1449 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1450 tm_print_insn_info.
1451
f710f4fc
MK
14522002-09-14 Mark Kettenis <kettenis@gnu.org>
1453
1454 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1455 zero.
1456
db54fef4
CV
14572002-09-14 Corinna Vinschen <vinschen@redhat.com>
1458
1459 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1460 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1461 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1462
2becadee
CF
14632002-09-13 Christopher Faylor <cgf@redhat.com>
1464
1465 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1466
de17c821
DJ
14672002-09-13 Daniel Jacobowitz <drow@mvista.com>
1468
1469 * gdbtypes.c (check_stub_method): Make static.
1470 (check_stub_method_group): New function.
1471 * gdbtypes.h: Update prototypes.
1472 * cp-support.c: New file.
1473 * cp-support.h: New file.
1474
1475 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1476 (update_method_name_from_physname): New function.
1477 (read_member_functions): Correct method names for operators
1478 and v3 constructors/destructors. Separate v2 constructors and
1479 destructors.
1480 * Makefile.in (stabsread.o): Update dependencies.
1481 (SFILES): Add cp-support.c.
1482 (COMMON_OBS): Add cp-support.o.
1483 (cp_support_h, cp-support.o): Add.
1484
1485 * cp-valprint.c (cp_print_class_method): Call
1486 check_stub_method_group instead of check_stub_method. Remove
1487 extraneous QUITs.
1488 * p-valprint.c (pascal_object_print_class_method): Likewise.
1489 * valops.c (search_struct_method): Likewise.
1490 (find_method_list, value_struct_elt_for_reference): Likewise.
1491
e76cff22
AC
14922002-09-13 Andrew Cagney <cagney@redhat.com>
1493
1494 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1495 * gdbarch.h, gdbarch.c: Regenerate.
1496
905abb3f
AC
14972002-09-13 Andrew Cagney <ac131313@redhat.com>
1498
1499 * frame.c (find_saved_register): Delete function.
1500 * frame.h (find_saved_register): Delete declaration.
1501 Fix PR gdb/631.
1502
64159455
AC
1503Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1504
1505 * mips-tdep.c (read_next_frame_reg): Re-hack using
1506 frame_register_unwind.
1507
795e1e11
AC
1508Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1509
1510 * mips-tdep.c (mips_get_saved_register): Re-hack using
1511 frame_register_unwind.
1512
5720643c
JB
15132002-09-12 Joel Brobecker <brobecker@gnat.com>
1514
1515 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1516 vector. Will be useful for Interix.
1517 * gdbarch.h, gdbarch.c: Regenerate.
1518
1519 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1520 name of the malloc function by NAME_OF_MALLOC.
1521
3bada2a2
JB
15222002-09-12 Joel Brobecker <brobecker@gnat.com>
1523
1524 * value.h (find_function_in_inferior): Add const keyword to
1525 one of the parameters. Allows us to invoke this function with
1526 a const char *.
1527 * valops.c (find_function_in_inferior): Likewise.
1528
3db26b01
JB
15292002-09-12 Joel Brobecker <brobecker@gnat.com>
1530
1531 * exec.c (xfer_memory): Fix compilation warning with old versions
1532 of GCC.
1533 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1534
17c5ed2c
DC
15352002-09-12 David Carlton <carlton@math.stanford.edu>
1536
1537 * symtab.h: Run through gdb_indent.h.
1538 Add 2002 to Copyright year list.
1539
ecd1107e
AM
15402002-09-12 Alan Modra <amodra@bigpond.net.au>
1541
1542 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1543 mach constants.
1544 * MAINTAINERS: Add myself to write after approval list.
1545
e64f66d1
JB
15462002-09-11 J. Brobecker <brobecker@gnat.com>
1547
1548 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1549
f9395794
JB
15502002-09-11 J. Brobecker <brobecker@gnat.com>
1551
1552 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1553 Interix.
1554
1a303dec
MS
15552002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1556
1557 * procfs.c (do_detach): Clear current signal, not just fault.
1558 Corrects problem with breakpoint trap signal leaking to detached
1559 process on Tru64.
1560
c0219d42
MS
15612002-09-10 Michael Snyder <msnyder@redhat.com>
1562
1563 * buildsym.c (finish_block): Protect against null pointer.
1564
9d84ac84
AC
15652002-09-10 Andrew Cagney <cagney@redhat.com>
1566
1567 * infcmd.c (default_print_registers_info): Send all output to
1568 ``file'' instead of ``gdb_stdout''.
1569
77d8f2b4
MS
15702002-09-10 Michael Snyder <msnyder@redhat.com>
1571
1572 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1573 LONGEST, and use signed register read (addresses are sign-
1574 extended for mips).
1575
99656a61
SC
15762002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1577
1578 * event-loop.c (gdb_do_one_event): Make public.
1579 * event-loop.h (gdb_do_one_event): Declare.
1580
da12f4d8
JL
15812002-09-10 Jeff Law <law@redhat.com>
1582
1583 * infttrace.c (child_resume): Simplify and rework to avoid
1584 TT_PROC_CONTINUE.
1585
d0aee0c4
FF
15862002-09-09 Fred Fish <fnf@intrinsity.com>
1587
1588 * printcmd.c (print_scalar_formatted): "len" is the number of
1589 target bytes, NOT the number of target bits.
1590
7cb3ec5e
EZ
15912002-09-09 Elena Zannoni <ezannoni@redhat.com>
1592
1593 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1594 * top.c (init_main): Set rl_terminal_name.
1595
4dc81987
AS
15962002-09-08 Aidan Skinner <aidan@velvet.net>
1597
1598 * ada-lang.c (ada_array_bound, ada_type_match,
1599 _initialize_ada_language): Fix K&R definitions.
1600 * ada-tasks.c (get_current_task): Fix K&R definitions.
1601 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1602
842330b4
CF
16032002-09-07 Christopher Faylor <cgf@redhat.com>
1604
1605 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1606 Add XP.
1607
43156d82
MK
16082002-09-06 Mark Kettenis <kettenis@gnu.org>
1609
66da5fd8
MK
1610 * i386-tdep.c (i386_register_virtual_type,
1611 i386_register_convertible, i386_register_convert_to_virtual,
1612 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1613 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1614 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1615 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1616 Don't set push_arguments twice.
1617
4b218c18
MK
1618 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1619 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1620 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1621 sigtramp_end to NULL.
1622 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1623 defines.
1624 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1625
4cc314d5
MK
1626 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1627 whitespace.
1628
43156d82
MK
1629 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1630 * gdbarch.h, gdbarch.c: Re-generate.
1631 * blockframe.c (find_pc_sect_partial_function): Convert to use
1632 SIGTRAMP_START_P predicate.
1633
6672060b
MS
16342002-09-05 Michael Snyder <msnyder@redhat.com>
1635
a90c3637
MS
1636 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1637 generic_dummy_frame method and old method. Also distinguish
1638 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
95f95911 1639 (arm_extract_return_value): Use new regcache method.
a90c3637 1640
6672060b
MS
1641 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1642 adjustment that doesn't conform to the ABI.
1643 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1644 saved regcache, not from current regcache.
1645
299ffc64
AC
16462002-09-05 Andrew Cagney <ac131313@redhat.com>
1647
1648 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1649 * README: Update.
1650
a3a2ee65
JT
16512002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1652
1653 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1654 if arm_apcs_32 is false.
1655
2bc7eea9
AC
16562002-09-04 Andrew Cagney <ac131313@redhat.com>
1657
1658 GDB 5.3 branch created.
1659
8a55a7c5
TR
16602002-09-03 Theodore A. Roth <troth@verinet.com>
1661
1662 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1663 generic_unwind_get_saved_register.
1664
e26fb1d7
DC
16652002-09-03 David Carlton <carlton@math.stanford.edu>
1666
1667 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1668 argument (PR gdb/653). Update call to smash_to_method_type.
1669 (read_structure_scope): Update call to dwarf2_add_member_fn.
1670
30d52491
ML
16712002-09-03 Michal Ludvig <mludvig@suse.cz>
1672
1673 * x86-64-linux-tdep.c: Include gdb_string.h
1674 * x86-64-linux-nat.c: Ditto.
1675
06891d83
JT
16762002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1677
1678 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1679 when YYDEBUG is set to 1.
1680 * c-exp.y: Likewise.
1681 * f-exp.y: Likewise.
1682 * jv-exp.y: Likewise.
1683 * m2-exp.y: Likewise.
1684 * p-exp.y: Likewise.
1685
7d400e77
JT
16862002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1687
1688 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1689 dependency list.
1690 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1691 solib_svr4_fetch_link_map_offsets to
1692 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1693 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1694 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1695 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1696 solib-svr4.o, and solib-legacy.o.
1697 * config/i386/tm-nbsd.h: Include solib.h.
1698
704a27c4
JT
16992002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1700
1701 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1702 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1703 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1704 comment noting that this needs its own target configuration.
1705 * config/i386/nbsd.mt: New file.
1706 * config/i386/nbsdaout.mt: Remove.
1707 * config/i386/nbsdelf.mt: Ditto.
1708 * config/i386/tm-nbsdaout.h: Ditto.
1709
d66198e1
JT
17102002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1711
1712 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1713 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1714 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1715 tdep->sigtramp_end.
1716 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1717 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1718 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1719
3cac699e
JT
17202002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1721
1722 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1723 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1724 * i386-tdep.h (i386bsd_init_abi): New prototype.
1725 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1726 function declaration.
1727 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1728 for NetBSD-a.out or NetBSD-ELF.
1729 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1730 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1731 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1732 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1733 and nbsd-tdep.h.
1734 (i386nbsd_pc_in_sigtramp): New function.
1735 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1736 i386nbsd_pc_in_sigtramp.
1737 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1738 and i386nbsdelf_init_abi OS ABI handlers.
1739 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1740 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1741
7010ca0a
MK
17422002-09-02 Mark Kettenis <kettenis@gnu.org>
1743
1744 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1745 registers if the target really has them.
1746
6dd93b72
JT
17472002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1748
1749 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1750 than nbsd-tdep.h.
1751
2ca8ae21
JT
17522002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1753
1754 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1755 list.
1756 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1757 (alphanbsd_skip_sigtramp_frame): New functions.
1758 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1759 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1760 to alphanbsd_sigcontext_addr.
1761
3d9b49b0
JT
17622002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1763
1764 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1765 list.
1766 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1767 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1768 nbsd_pc_in_sigtramp.
1769 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1770 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1771 * nbsd-tdep.c: Include gdb_string.h.
1772 (nbsd_pc_in_sigtramp): New function.
1773 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1774 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1775 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1776 ppcnbsd_pc_in_sigtramp.
1777 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1778 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1779 shnbsd_pc_in_sigtramp.
1780 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1781 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1782 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1783
c860120c
PM
17842002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1785
1786 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1787 watchpoints to NULL.
1788 (insert_breakpoints): set val field of watchpoints if NULL.
1789
1790
c7612d53
JB
17912002-08-29 Jim Blandy <jimb@redhat.com>
1792
1793 * symtab.c (lookup_symbol_aux): In the cases where we find a
1794 minimal symbol of an appropriate name and use its address to
1795 select a symtab to read and search, use `name' (as passed to us)
1796 as the demangled name when searching the symtab's global and
1797 static blocks, not the minsym's name.
1798
66609862
KS
17992002-08-29 Keith Seitz <keiths@redhat.com>
1800
1801 * stack.c (print_frame_info_base): Always set current_source_symtab
1802 and current_source_line.
1803
151fefe2
JB
18042002-08-29 Donn Terry <donnte@microsoft.com>
1805
1806 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1807
bfb3754e
KS
18082002-08-28 Keith Seitz <keiths@redhat.com>
1809
1810 * stack.c (select_frame): Add FIXME concerning selected-frame
1811 events.
1812 (select_frame_command): Send selected-frame-level-changed
1813 event notification, but only if the level actually changed.
1814 (up_silently_base): Add selected-frame-level-changed event
1815 notification.
1816 (down_silently_base): Likewise.
1817
e822a2a0
AC
18182002-08-28 Andrew Cagney <ac131313@redhat.com>
1819
1820 * Makefile.in: Update dependencies for all gdb/*.c files.
1821
309367d4
TT
18222002-08-27 Tom Tromey <tromey@redhat.com>
1823
1824 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1825 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1826 Update dependencies.
1827 * i387-tdep.c: Include gdb_string.h.
1828 * osabi.c: Likewise.
1829 * i386-linux-nat.c: Likewise.
1830 * lin-lwp.c: Likewise.
1831 * ax-gdb.c: Likewise.
1832 * signals/signals.c: Likewise.
1833 * jv-valprint.c: Likewise.
1834 * p-lang.c: Likewise.
1835 * c-valprint.c: Likewise.
1836 * cp-abi.c: Likewise.
1837
e1507482
EZ
18382002-08-27 Elena Zannoni <ezannoni@redhat.com>
1839
1840 * cli/cli-script.h (copy_command_lines): Export.
1841 * breakpoint.c: Include cli/cli-script.h.
1842 * Makefile.in (breakpoint.o): Update dependencies.
1843
c6510018
MS
18442002-08-26 Michael Snyder <msnyder@redhat.com>
1845
1846 * breakpoint.c (insert_breakpoints): Protect all references
1847 to 'process_warning'. Shorten long lines.
1848
c2b8ed2c
MS
18492002-08-26 Joel Brobecker <brobecker@gnat.com>
1850
1851 * cli/cli-script.c (copy_command_lines): New function.
1852 * defs.h (copy_command_lines): Export.
1853 * testsuite/gdb.base/commands.exp: New tests for commands
1854 attached to a temporary breakpoint, and for commands that
1855 delete the breakpoint they are attached to.
1856
18572002-08-26 Michael Snyder <msnyder@redhat.com>
1858
1859 * breakpoint.c (bpstat_stop_status): Instead of copying the
1860 pointer to the breakpoint commands struct, make a new copy
1861 of the struct and point to that.
1862 (bpstat_clear): Free the commands struct.
1863 (bpstat_clear_actions): Free the commands struct.
1864 (bpstat_do_actions): Free the command actions. Also execute
1865 the local cleanups, instead of deleting them.
1866 (delete_breakpoint): Leave the commands field of the bpstat
1867 chain alone -- it will be freed later.
1868
64b84175
KB
18692002-08-26 Kevin Buettner <kevinb@redhat.com>
1870
1871 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1872 deleted in 2002-08-20 commit. This function is still used by
1873 ppc-linux-nat.c.
1874
55970da6
KS
18752002-08-26 Keith Seitz <keiths@redhat.com>
1876
1877 * gdb-events.sh: Add selected-frame-level-changed event.
1878 * gdb-events.c: Regenerated.
1879 * gdb-events.h: Regenerated.
1880
a790ad35
SC
18812002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1882
1883 Fix PR gdb/393:
1884 * inflow.c (terminal_save_ours): New function to save terminal
1885 settings.
1886 * inferior.h (terminal_save_ours): Declare.
1887 * target.c (debug_to_terminal_save_ours): New function.
1888 (cleanup_target): Defaults to_terminal_save_ours.
1889 (update_current_target): Inherit to_terminal_save_ours.
1890 (setup_target_debug): Set to_terminal_save_ours.
1891 * target.h (target_terminal_save_ours): New to save terminal settings.
1892 (target_ops): New member to_terminal_save_ours.
1893 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1894 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1895 * inftarg.c (init_child_ops): Likewise.
1896 * m3-nat.c (init_m3_ops): Likewise.
1897 * procfs.c (init_procfs_ops): Likewise.
1898 * wince.c (init_child_ops): Likewise.
1899 * win32-nat.c (init_child_ops): Likewise.
1900 * sol-thread.c (init_sol_thread_ops): Likewise.
1901
c00dcbe9
MK
19022002-08-26 Mark Kettenis <kettenis@gnu.org>
1903
3d7f4f49
MK
1904 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1905 use regcache_* functions.
1906 (i386_gdbarch_init): Set store_return_value instead of
1907 deprecated_store_return_value.
1908
c00dcbe9
MK
1909 * regcache.c (regcache_raw_write_signed,
1910 regcache_raw_write_unsigned): New functions.
1911 * regcache.h (regcache_raw_write_signed,
1912 regcache_raw_write_unsigned): New prototypes.
1913
0e0d15ca
AC
19142002-08-25 Andrew Cagney <ac131313@redhat.com>
1915
1916 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1917 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1918 source file dependencies. Cleanup corresponding generator rules.
1919
d3b22ed5
AC
19202002-08-25 Andrew Cagney <ac131313@redhat.com>
1921
1922 * regcache.h (register_offset_hack): Declare.
1923 (regcache_cooked_read_using_offset_hack): Declare.
1924 (regcache_cooked_write_using_offset_hack): Declare.
1925
1926 * regcache.c (register_offset_hack): New function.
1927 (regcache_cooked_read_using_offset_hack): New function.
1928 (regcache_cooked_write_using_offset_hack): New function.
1929 (regcache_dump): Check that the registers, according to their
1930 offset, are packed hard against each other.
1931 (cooked_xfer_using_offset_hack): New function.
1932
bb425013
AC
19332002-08-25 Andrew Cagney <ac131313@redhat.com>
1934
1935 * regcache.c (struct regcache_descr): Add field register_type.
1936 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1937 in as a parameter
1938 (init_regcache_descr): Initialize register_type. Pass the descr
1939 to init_legacy_regcache_descr. Use register_type instead of
1940 REGISTER_VIRTUAL_TYPE.
1941 (register_type): New function.
1942 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1943 * regcache.h (register_type): Declare.
1944
d0403e00
AC
19452002-08-25 Andrew Cagney <ac131313@redhat.com>
1946
1947 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1948 instead of deprecated_store_return_value. Fix fallout from
1949 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1950
0ed04cce
AC
19512002-08-25 Andrew Cagney <ac131313@redhat.com>
1952
1953 * regcache.c (max_register_size): New function.
1954 (init_legacy_regcache_descr): Ensure that max_register_size is
1955 large enough for REGISTER_VIRTUAL_SIZE.
1956 * regcache.h (max_register_size): Declare.
1957
46d79c04
AC
19582002-08-24 Andrew Cagney <ac131313@redhat.com>
1959
1960 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1961 store_return_value.
1962 (e500_extract_return_value): Change type of valbuf pointer to
1963 void.
1964
853c7bd0
MK
19652002-08-24 Mark Kettenis <kettenis@gnu.org>
1966
cd87e769
MK
1967 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
1968 workaround.
1969
853c7bd0
MK
1970 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
1971 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
1972 long long) to prevent compiler warning on 64-bit systems.
1973
ebba8386
AC
19742002-08-23 Andrew Cagney <cagney@redhat.com>
1975
1976 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
1977 (DEPRECATED_STORE_RETURN_VALUE): New method.
1978 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
1979 * gdbarch.h, gdbarch.c: Re-generate.
1980
1981 * values.c (set_return_value): Pass current_regcache to
1982 STORE_RETURN_VALUE.
1983 * arch-utils.h (legacy_store_return_value): Declare.
1984 * arch-utils.c (legacy_store_return_value): New function.
1985 (legacy_extract_return_value): Update parameters.
1986
1987 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
1988 STORE_RETURN_VALUE.
1989 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1990 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1991 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1992 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1993 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1994 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1995 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1996 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1997 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1998 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
1999
2000 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2001 * i386-tdep.c (i386_extract_return_value): Update.
2002 * arch-utils.c (legacy_extract_return_value): Update.
2003 * frv-tdep.c (frv_gdbarch_init): Update.
2004 * cris-tdep.c (cris_gdbarch_init): Update.
2005 * d10v-tdep.c (d10v_gdbarch_init): Update.
2006 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2007 * m68k-tdep.c (m68k_gdbarch_init): Update.
2008 * mcore-tdep.c (mcore_gdbarch_init): Update.
2009 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2010 * s390-tdep.c (s390_gdbarch_init): Update.
2011 * sparc-tdep.c (sparc_gdbarch_init): Update.
2012 * sh-tdep.c (sh_gdbarch_init): Update.
2013 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2014 * v850-tdep.c (v850_gdbarch_init): Update.
2015 * avr-tdep.c (avr_gdbarch_init): Update.
2016 * ia64-tdep.c (ia64_gdbarch_init): Update.
2017 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2018 * vax-tdep.c (vax_gdbarch_init): Update.
2019 * alpha-tdep.c (alpha_gdbarch_init): Update.
2020 * arm-tdep.c (arm_gdbarch_init): Update.
2021 * mips-tdep.c (mips_gdbarch_init): Update.
2022 * i386-tdep.c (i386_gdbarch_init): Update.
2023
5bd8c6d0
AC
20242002-08-23 Andrew Cagney <ac131313@redhat.com>
2025
2026 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2027 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2028
e73e1724
MK
20292002-08-24 Mark Kettenis <kettenis@gnu.org>
2030
2031 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2032 problems.
2033
3e6564e1
JB
20342002-08-23 Joel Brobecker <brobecker@gnat.com>
2035
2036 * infrun.c (handle_inferior_event): Move a comment outside of a
2037 function call, in order to avoid indent reformatting this part
2038 of the code in an unreadable way.
2039
81d0cc19
GS
20402002-08-23 Grace Sainsbury <graces@redhat.com>
2041
2042 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2043 when breakpoints fail. Move general breakpoint error messages to
2044 insert_breakpoints.
2045 * breakpoint.c (insert_breakpoints): Change warnings when
2046 breakpoints are nto inserted to specify the type. Remove call to
2047 memory_error when hardware breakpoints can't be inserted. Remove
2048 multiple calls to warning so all messages are sent to the user at
2049 once.
2050 (delete_breakpoints): Make insert error messsages more explicit.
2051
17574093
DJ
20522002-08-23 Daniel Jacobowitz <drow@mvista.com>
2053
2054 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2055 gdbserver/ChangeLog.
2056
8acc2935
MK
20572002-08-23 Mark Kettenis <kettenis@gnu.org>
2058
dfe01d39
MK
2059 * i386-tdep.c: Include "objfiles.h".
2060 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2061 skip_trampoline_code.
2062 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2063 (CPLUS_MARKER): Define to '.'.
2064
8acc2935
MK
2065 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2066 member.
2067 (linux_corefile_thread_callback): Increase args->num_notes.
2068 (linux_make_note_section): Initialize thread_args.num_notes, and
2069 use it to determine whether notes for any threads were created.
2070
151fefe2 20712002-08-23 Donn Terry <donnte@microsoft.com>
640b227f
JB
2072
2073 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2074 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2075 and PCUNKILL.
2076 (write_with_trace): Conditionalize out the switch branch handling
2077 PCSHOLD if the corresponding macro is not defined. Likewise for
2078 PRSABORT and PRSTOP.
2079 This change will be needed by the Interix port.
2080
e1507482
EZ
20812002-08-22 Elena Zannoni <ezannoni@redhat.com>
2082
2083 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2084 write_register wherever possible instead of manipulating the
2085 register bytes directly.
2086 Assign VALUE_CONTENTS to a variable and use that.
2087 The GPR numbers are now dependent on the architecture.
2088
96ff0de4
EZ
20892002-08-22 Elena Zannoni <ezannoni@redhat.com>
2090
2091 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2092 ev_offset fields.
2093 (skip_prologue): Add support for BookE/e500 instructions.
2094 (e500_extract_return_value): New function.
2095 (frame_get_saved_regs): Add support for saving ev registers and
2096 pseudo gpr's.
2097 (e500_store_return_value): New function.
2098 (rs6000_gdbarch_init): Move up default intializations of
2099 deprecated_extract_return_value and store_return_value. Overwrite
2100 init of store_return_value with e500 specific version.
2101 Set extract_return_value for e500.
2102
fbefca5b
EZ
21032002-08-22 Elena Zannoni <ezannoni@redhat.com>
2104
2105 * blockframe.c (generic_call_dummy_register_unwind): Use
2106 regcache_cooked_read to catch cases in which the variable is
2107 stored in a pseudo register.
2108
4d210288
AC
21092002-08-22 Andrew Cagney <cagney@redhat.com>
2110
2111 * NEWS: Mention that the i960 has been made obsolete.
2112 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2113 i960-tdep.c
2114 (remote-nrom.o): Obsolete target.
2115 (remote-nindy.o, i960-tdep.o): Ditto.
2116 * remote-nrom.c: Make file obsolete.
2117 * remote-nindy.c, remote-vx960.c: Ditto.
2118 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2119 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2120 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2121 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2122 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2123 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2124 i960-*-vxworks* obsolete.
2125 * MAINTAINERS: Note that the i960 is obsolete.
2126
6c0c456d
CV
21272002-08-21 Corinna Vinschen <vinschen@redhat.com
2128
2129 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2130 detach to allow reinitialization.
2131
9f9d12b3
AC
21322002-08-22 Andrew Cagney <ac131313@redhat.com>
2133
2134 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2135 attempt).
2136
ebeb39fe
JB
21372002-08-22 Jim Blandy <jimb@redhat.com>
2138
2139 * coffread.c (coff_symfile_read): Don't try to read the line
2140 number table from disk if the image file doesn't have a symbol
2141 table; we'll never actually look at the info anyway, and Windows
2142 ships DLL's with bogus file offsets for the line number data.
2143
5bf1c677
EZ
21442002-08-21 Elena Zannoni <ezannoni@redhat.com>
2145
2146 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2147 an e500 executable.
2148
71b8ef93
MS
21492002-08-21 Michael Snyder <msnyder@redhat.com>
2150
2151 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2152 (MSYMBOL_SIZE): Replace macro with function.
18f81521
MS
2153 (DEFAULT_MIPS_TYPE): Delete unused macro.
2154 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2155 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
71b8ef93 2156
d174216d
JB
21572002-08-21 Jim Blandy <jimb@redhat.com>
2158
2159 * valops.c (value_cast): Simplify and correct logic for doing a
2160 static cast from a pointer to a base class to a pointer to a
2161 derived class.
2162
0ab7a791
AC
21632002-08-21 Andrew Cagney <ac131313@redhat.com>
2164
2165 * infcmd.c (default_print_registers_info): Replace
2166 do_registers_info.
2167 (registers_info): Use gdbarch_print_registers_info instead of
2168 DO_REGISTERS_INFO.
2169 * inferior.h (default_print_registers_info): Replace
2170 do_registers_info.
2171 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2172 (DO_REGISTERS_INFO): Change to a predicate function.
2173 * gdbarch.h, gdbarch.c: Regenerate.
2174
e23792cc
KS
21752002-08-21 Keith Seitz <keiths@redhat.com>
2176
2177 * gdb-events.sh: Add target-changed event.
2178 * gdb-events.c: Regenerated.
2179 * gdb-events.c: Regenerated.
2180 * valops.c (value_assign): Add target-changed event notification
2181 to inlval_register, lval_memory, and lval_reg_frame_relative.
2182
9fb14e79
JB
21832002-08-21 Joel Brobecker <brobecker@gnat.com>
2184
2185 * NEWS: Add an entry regarding the improvement of the next/step
2186 operation on Alpha Tru64 multi-processor machines.
2187
6d39a69f
AC
21882002-08-21 Andrew Cagney <ac131313@redhat.com>
2189
72acd513
AC
2190 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2191 directores.
342af04b 2192 * Makefile.in: Update all _h macro definitions.
6d39a69f
AC
2193 * Makefile.in (install-gdbtk): Move to install section.
2194 (rdi-share/libangsd.a): Move to end of file.
2195
fa5f27c7
AC
21962002-08-19 Andrew Cagney <ac131313@redhat.com>
2197
2198 * frame.c (frame_register_unwind): When a register, set addrp to
2199 the register's byte.
2200
5a89d8aa
MS
22012002-08-20 Michael Snyder <msnyder@redhat.com>
2202
2203 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2204 used locally, so move them from the target machine header to here.
2205 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2206 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2207 Make static.
2208 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2209
822e978b
AC
22102002-08-20 Andrew Cagney <cagney@redhat.com>
2211
2212 * NEWS: Mention that the Apollo line was made obsolete.
2213 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2214 m68*-hp-hpux* obsolete.
2215 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2216 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2217 * buildsym.c (make_blockvector): Make static.
2218 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2219 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2220 (ALLDEPFILES): Remove dstread.c.
2221 (dstread.o): Obsolete make rule.
2222 * dstread.c: Makefile obsolete.
2223 * dst.h: Ditto.
2224 * config/m68k/hp300hpux.mt: Ditto.
2225 * config/m68k/hp300hpux.mh: Ditto.
2226 * config/m68k/hp300bsd.mt: Ditto.
2227 * config/m68k/hp300bsd.mh: Ditto.
2228 * config/m68k/apollo68b.mt: Ditto.
2229 * config/m68k/apollo68v.mh: Ditto.
2230 * config/m68k/apollo68b.mh: Ditto.
2231
e41b17f0
MS
22322002-08-20 Michael Snyder <msnyder@redhat.com>
2233
2234 * mips-tdep.c (mips_in_return_stub): Make static.
2235 (mips_gdbarch_init): Set in_solib_return_trampoline.
2236 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2237
d50355b6
MS
22382002-08-20 Michael Snyder <msnyder@redhat.com>
2239
2240 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2241 * gdbarch.c, gdbarch.h: Regenerate.
2242 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2243 Add.
2244 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2245
757a7cc6
MS
22462002-08-20 Michael Snyder <msnyder@redhat.com>
2247
2248 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2249 (mips_gdbarch_init): Set skip_trampoline_code,
2250 in_solib_call_trampoline.
2251 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2252 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2253
c8001721
EZ
22542002-08-20 Elena Zannoni <ezannoni@redhat.com>
2255
2256 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2257
2258 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2259 vector type for ev registers.
2260 (e500_pseudo_register_read): New function.
2261 (e500_pseudo_register_write): New function.
2262 (e500_dwarf2_reg_to_regnum): New function.
2263 (PPC_UISA_NOFP_SPRS): New macro.
2264 (PPC_EV_REGS): New macro.
2265 (PPC_GPRS_PSEUDO_REGS): New macro.
2266 (registers_e500): New register set for e500.
2267 (variants): Add e500 variant.
2268 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2269 before setting architectural dependent variations. Initialize ev
2270 registers numbers. Add case for e500 architecture. Set the
2271 number of pseudo registers.
2272
64366f1c
EZ
22732002-08-20 Elena Zannoni <ezannoni@redhat.com>
2274
2275 * rs6000-tdep.c: Clean up comments.
2276
7e78f0ca
AC
22772002-08-20 Andrew Cagney <cagney@redhat.com>
2278
2279 * h8300-tdep.c: Re-indent file.
2280
697f7479
JB
22812002-08-20 Jim Blandy <jimb@redhat.com>
2282
2283 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2284 default for this.
697f7479 2285
e86ae29f
KS
22862002-08-20 Keith Seitz <keiths@redhat.com>
2287
2288 * breakpoints.c (watch_command_1): Use internal breakpoint
2289 when setting a watchpoint_scope breakpoint.
2290
216b504f
EZ
22912002-08-20 Elena Zannoni <ezannoni@redhat.com>
2292
2293 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2294 (build_builtin_type_vec64i): Ditto.
2295 (build_builtin_type_vec128): Ditto.
2296 (build_builtin_type_vec128i): Ditto.
2297
f7ab6ec6
MS
22982002-08-19 Michael Snyder <msnyder@redhat.com>
2299
2300 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2301 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2302 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2303 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2304 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2305 CALL_DUMMY_ADDRESS): Delete.
2306 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2307 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2308 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2309 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2310 push_return_address.
2311 (mips_register_raw_size, mips_eabi_use_struct_convention,
2312 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2313 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2314 mips_init_extra_frame_info, mips_eabi_push_arguments,
2315 mips_n32n64_push_arguments, mips_push_return_address,
2316 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2317 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2318
b5d1566e
MS
23192002-08-19 Michael Snyder <msnyder@redhat.com>
2320
2321 * mips-tdep.c (mips_frame_num_args): New function.
2322 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2323 frame_saved_pc, frame_args_address, frame_locals_address,
2324 frame_num_args, and frame_args_skip.
2325 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2326 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2327 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2328 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2329
2f1488ce
MS
23302002-08-20 Michael Snyder <msnyder@redhat.com>
2331
2332 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2333 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2334 * mips-tdep.c (mips_store_struct_return): New function.
2335 (mips_extract_struct_value_address): New function.
2336 (mips_gdbarch_init): Set store_struct_return and
2337 extract_struct_value_address.
2338
41ff2da1
DC
23392002-08-20 David Carlton <carlton@math.stanford.edu>
2340
2341 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2342 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2343 (read_file_scope): Check that line_header is nonzero before
2344 decoding macro information.
2345
e5451d58
MK
23462002-08-20 Mark Kettenis <kettenis@gnu.org>
2347
2348 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2349 flag the general-purpose registers as floating-point on targets
2350 that don't support the floating-point registers.
2351
4a6daafa
EZ
23522002-08-20 Elena Zannoni <ezannoni@redhat.com>
2353
2354 * rs6000-tdep.c (altivec_register_p): Delete.
2355 (rs6000_do_altivec_registers): Delete.
2356 (rs6000_altivec_registers_info): Delete.
2357 (rs6000_do_registers_info): Delete.
2358 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2359 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2360
ab4327e0
EZ
23612002-08-20 Elena Zannoni <ezannoni@redhat.com>
2362
2363 * infcmd.c (do_registers_info): Print vector registers in hex
2364 format only.
2365 (print_vector_info): Check that printing registers
2366 makes sense.
2367 (print_float_info): Ditto.
2368
cb1d2653
AC
23692002-08-20 Andrew Cagney <ac131313@redhat.com>
2370
2371 * mips-tdep.c (mips_gdbarch_init): Update.
2372 (mips_o32_extract_return_value): Rewrite.
2373 (mips_o32_store_return_value): Rewrite.
2374 (mips_o32_xfer_return_value): New function.
2375 (mips_xfer_register): Tweak debug print message. Allow for
2376 buf_offset when dumping the value transfered.
2377
dfc3d9b2
AC
23782002-08-20 Andrew Cagney <ac131313@redhat.com>
2379
2380 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2381 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2382 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2383 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2384 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2385
7807aa61
MS
23862002-08-14 Michael Snyder <msnyder@redhat.com>
2387
2388 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2389
489461e2
EZ
23902002-08-19 Elena Zannoni <ezannoni@redhat.com>
2391
2392 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2393 register.
2394 (P): New macro to define a register as a pseudo register.
2395 (R, R4, R8, R16, FR32, R64, R0): Updated.
2396 (struct variant): Add new fields for number of pseudo registers
2397 and number of total registers.
2398 (tot_num_registers): New macro replacing....
2399 (num_registers): ...deleted macro.
2400 (num_registers): New function.
2401 (num_pseudo_registers): New function.
2402 (variants): Update all variants to intialize new fields correctly.
2403 Postpone initialization of number of pseudo regs and real regs.
2404 (init_variants): New function.
2405 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2406 registers offsets.
2407
fcaffe4c
DC
24082002-08-19 David Carlton <carlton@math.stanford.edu>
2409
2c2738a0
DC
2410 * valops.c (search_struct_field): Change error message to treat
2411 return value of 0 from value_static_field as meaning that field is
2412 optimized out.
2413 (value_struct_elt_for_reference): Ditto.
2414 * values.c (value_static_field): Treat an unresolved location the
2415 same as a nonexistent symbol. Fix PR gdb/635.
2a73a662
DC
2416 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2417 enclosed. Fix PR gdb/574.
fcaffe4c
DC
2418 * MAINTAINERS: Add self to Write After Approval list.
2419
88658117
AC
24202002-08-19 Andrew Cagney <ac131313@redhat.com>
2421
2422 * mips-tdep.c (mips_xfer_register): New function.
2423 (mips_n32n64_extract_return_value): Rewrite.
2424 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2425 instead of deprecated_extract_return_value.
2426
21283beb
EZ
24272002-08-19 Elena Zannoni <ezannoni@redhat.com>
2428
2429 * rs6000-tdep.c (TDEP): Delete macro.
2430 (branch_dest): Replace use of TDEP macro with its body.
2431 (rs6000_pop_frame): Ditto.
2432 (rs6000_push_arguments): Ditto.
2433 (rs6000_skip_trampoline_code): Ditto.
2434 (rs6000_frame_saved_pc): Ditto.
2435 (rs6000_frame_chain): Ditto.
2436 (rs6000_register_name): Ditto.
2437 (rs6000_register_byte): Ditto.
2438 (rs6000_register_raw_size): Ditto.
2439 (rs6000_register_virtual_type): Ditto.
2440 (rs6000_register_convertible): Ditto.
2441 (rs6000_convert_from_func_ptr_addr): Ditto.
2442
bf072999
DJ
24432002-08-19 Daniel Jacobowitz <drow@mvista.com>
2444
2445 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2446 conditionally.
2447 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2448 MIPS_LINUX_JB_ELEMENT_SIZE.
2449 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2450 for MAX_REGISTER_RAW_SIZE arrays.
2451 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2452 MIPS_LINUX_JB_ELEMENT_SIZE.
2453
9b949a49
PM
24542002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2455
2456 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2457
6d3e79c6
AS
24582002-08-19 Aidan Skinner <aidan@velvet.net>
2459
2460 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2461 ada-valprint.c ada-tasks.c.
2462 (YYFILES): Add ada-exp.y.
2463 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2464 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2465 (ada-exp.tab.o): New target.
2466
06c0b04e
AC
24672002-08-18 Andrew Cagney <ac131313@redhat.com>
2468
2469 * regcache.c (regcache_xfer_part): New function.
2470 (regcache_raw_read_part): New function.
2471 (regcache_raw_write_part): New function.
2472 (regcache_cooked_read_part): New function.
2473 (regcache_cooked_write_part): New function.
2474 * regcache.h (regcache_raw_read_part): Declare.
2475 (regcache_raw_write_part): Declare.
2476 (regcache_cooked_read_part): Declare.
2477 (regcache_cooked_write_part): Declare.
2478
92d1e331
DJ
24792002-08-18 Daniel Jacobowitz <drow@mvista.com>
2480
2481 * remote.c (remote_open_1): Add async_p.
2482 (remote_async_open_1): Delete.
2483 (open_remote_target): Delete.
2484 (remote_open, extended_remote_open): Update calls to remote_open_1.
2485 (remote_async_open, extended_remote_async_open): Call
2486 remote_open_1 instead of remote_async_open_1.
2487
247055de
MK
24882002-08-19 Mark Kettenis <kettenis@gnu.org>
2489
2490 * blockframe.c: Fix a few coding standard violations.
2491
641eda39
MK
24922002-08-19 Mark Kettenis <kettenis@gnu.org>
2493
0b717710
MK
2494 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2495 here from ...
2496 * config/i386/tm-i386sco5.h: ... here. File removed.
2497 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2498
26d28e12 2499 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
641eda39
MK
2500 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2501 (TM_FILE): Set to tm-i386.h.
2502 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2503 * config/i386/tm-i386v.h: Remove file.
2504 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2505 instead of "i386/tm-i386v.h".
2506 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2507 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2508 "i386/tm-i386v.h".
2509 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2510 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2511 "i386/tm-i386.h".
2512
d4e0bab4
MK
25132002-08-18 Mark Kettenis <kettenis@gnu.org>
2514
2515 * config/i386/nm-i386v.h: Add protection against
2516 multiple-inclusion.
2517 (i386_register_u_addr): Remove prototype.
2518 (register_u_addr): New prototype.
2519 (REGISTER_U_ADDR): Redefine accordingly.
2520 * i386v-nat.c: Improve several comments.
2521 (i386_register_u_addr): Change signature and rename to
2522 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2523 ubase variable.
2524
46cac009
AC
25252002-08-18 Andrew Cagney <ac131313@redhat.com>
2526
2527 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2528 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2529 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2530 deprecated_extract_return_value.
2531 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2532 rename mips_o32o64_push_arguments.
2533 (mips_gdbarch_init): Update.
2534 (mips_extract_return_value): Delete.
2535 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2536 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2537 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2538 (mips_n32n64_extract_return_value): Clone
2539 mips_extract_return_value.
2540 (mips_store_return_value): Delete.
2541 (mips_o32_store_return_value): Clone mips_store_return_value.
2542 (mips_o64_store_return_value): Clone mips_store_return_value.
2543 (mips_eabi_store_return_value): Clone mips_store_return_value.
2544 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2545
d2e4a39e
AS
25462002-08-18 Aidan Skinner <aidan@velvet.net>
2547
0c30c098
AS
2548 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2549 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2550
25512002-08-18 Aidan Skinner <aidan@velvet.net>
2552
2553 * ada-lang.c: Run through gdb_indent.sh.
2554 * ada-lang.h: Run through gdb_indent.sh.
2555 * ada-tasks.c: Run through gdb_indent.sh.
2556 * ada-typeprint.c: Run through gdb_indent.sh.
2557 * ada-valprint.c: Run through gdb_indent.sh.
d2e4a39e 2558
01fc4e33
AC
25592002-08-18 Andrew Cagney <ac131313@redhat.com>
2560
2561 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2562 ABI.
2563
d8ee244c
MK
25642002-08-18 Mark Kettenis <kettenis@gnu.org>
2565
c38d8261
MK
2566 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2567
222db64c
MK
2568 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2569 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2570
c2848c82
MK
2571 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2572 write_register_gen instead of write_register_bytes.
2573
d8ee244c
MK
2574 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2575 i[3456]-*-osf1mk* configurations have been made obsolete.
2576 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2577 i[3456]86-*-osf1mk* hosts obsolete.
2578 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2579 targets obsolete.
2580 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2581 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2582 config/i386/i386m3.mt, config/i386/nm-m3.h,
2583 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2584 config/i386/i386mk.mh, config/i386/i386mk.mt,
2585 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2586 obsolete.
2587 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2588 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2589 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2590
61d8d407
AC
25912002-08-18 Andrew Cagney <ac131313@redhat.com>
2592
2593 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2594 (hppa_value_returned_from_stack): Declare.
2595 (hppa_extract_return_value): Declare.
2596 * config/pa/hppa.mt: New file.
2597 * configure.tgt: Recognize hppa*-*-*.
2598 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2599
0c52bd59
MK
26002002-08-18 Mark Kettenis <kettenis@gnu.org>
2601
2602 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2603 comment.
2604
b5686e99
MK
26052002-08-17 Mark Kettenis <kettenis@gnu.org>
2606
2607 * top.c (gdb_rl_operate_and_get_next): Make sure
2608 operate-and-get-next functions correctly even when the history
2609 list is completely filled.
2610
c1bab85b
AC
26112002-08-18 Andrew Cagney <ac131313@redhat.com>
2612
2613 * MAINTAINERS (Target Instruction Set Architectures): Rename
2614 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2615 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2616 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2617 already listed under Host/Native.
2618
2619 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2620 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2621 mips*-*-*.
2622
32089c7c
AC
26232002-08-17 Andrew Cagney <ac131313@redhat.com>
2624
2625 * config/ia64/ia64.mt: New file.
2626 * config/alpha/alpha.mt: New file.
2627 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2628 ia64-linux-gnu. Mention that ia64-elf is broken.
2629 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2630
b4671f85
MK
26312002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2632
2633 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2634 generic_func_frame_valid instead of func_frame_valid.
2635
c8edd8b4
JB
26362002-08-16 Joel Brobecker <brobecker@gnat.com>
2637
2638 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2639 procfs appears to be broken when debugging on multi-processor
2640 machines. So enable software single stepping in order to avoid
2641 using the procfs interface to do next/step operations, using
2642 internal breakpoints instead.
2643
2644 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2645 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2646 make this pc address equal to the value it would have if the
2647 system stepping capability was used. Also set a new flag used
2648 to ensure that we don't readjust the PC one more time later.
2649
2650 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2651 address by DECR_PC_AFTER_BREAK when software single step is
2652 in use for this architecture, as this has already been taken
2653 care of in handle_inferior_event().
2654
238617f6
JB
26552002-08-16 Joel Brobecker <brobecker@gnat.com>
2656
2657 * infrun.c (handle_inferior_event): Minor reformatting, to make
2658 a rather long condition expression easier to read.
2659
541a7aac
AC
26602002-08-16 Andrew Cagney <ac131313@redhat.com>
2661
2662 * Makefile.in (gdbtk.o): Move to end of file.
2663 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2664 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2665 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2666 (gdbtk-wrapper.o, gdbres.o): Ditto.
2667
f92d4a7b
AC
26682002-08-16 Andrew Cagney <ac131313@redhat.com>
2669
2670 * Makefile.in (copying.o): Separate out compile rule.
2671 (hpux-thread.o, procfs.o, signals.o): Ditto.
2672 (v850ice.o, z8k-tdep.o): Ditto.
2673 (tui-file.o): Move to TUI section.
2674 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2675 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2676
1cce71eb
JB
26772002-08-16 Joel Brobecker <brobecker@gnat.com>
2678
2679 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2680 skip_trampoline_code, for better namespace-proofing.
2681
2682 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2683
0851f23d
JB
26842002-08-16 Joel Brobecker <brobecker@gnat.com>
2685
2686 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2687
f8d40ec8
JB
26882002-08-16 Joel Brobecker <brobecker@gnat.com>
2689
2690 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2691 signal, check whether we hit a breakpoint before checking for a
2692 single step breakpoint. Otherwise, GDB fails to notice that a
2693 breakpoint has been hit when stepping onto a breakpoint.
2694
63d022e0
KS
26952002-08-16 Keith Seitz <keiths@redhat.com>
2696
2697 * gdb-events.sh (clear_gdb_event_hooks): New function.
2698 * gdb-events.c: Regenerate.
2699 * gdb-events.h: Regenerate.
2700
6e31adb3
AC
27012002-08-16 Andrew Cagney <ac131313@redhat.com>
2702
2703 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2704 not_a_sw_breakpoint.
2705 * breakpoint.h (bpstat_stop_status): Add parameter names.
2706
c8189ed1
GS
27072002-08-16 Grace Sainsbury <graces@redhat.com>
2708
2709 * remote.c (remote_insert_hw_breakpoint)
2710 (remote_remove_hw_breakpoint): Fix calculation of length field
2711 for Z-packet.
2712
d05285fa
MS
27132002-08-15 Michael Snyder <msnyder@redhat.com>
2714
466d7106
MS
2715 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2716 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2717 (supply_fpregset): Ditto.
2718
d05285fa
MS
2719 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2720 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2721 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
bcb0cc15 2722 (TARGET_READ_SP): Delete.
bf1f5b4c 2723 (DO_REGISTERS_INFO): Delete.
102182a9
MS
2724 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2725 Delete.
2726 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2727 from macros to functions.
bf1f5b4c 2728
d05285fa
MS
2729 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2730 (mips_register_convertible, mips_register_convert_to_virtual,
2731 mips_register_convert_to_raw): Make static.
bcb0cc15
MS
2732 (mips_read_sp): New function.
2733 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
bf1f5b4c
MS
2734 (mips_do_registers_info): Make static.
2735 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
102182a9
MS
2736 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2737 (mips_register_convert_from_type, mips_register_convert_to_type):
2738 New functions.
2739 (mips_gdbarch_init): Set up function_start_offset,
2740 register_virtual_size, pc_in_sigtramp.
d05285fa 2741
e76f1f2e
AC
27422002-08-15 Andrew Cagney <ac131313@redhat.com>
2743
2744 * infcmd.c (vector_info): New function.
2745 (_initialize_infcmd): Add command "info vector".
2746 (print_vector_info): New function.
2747
2748 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2749 * gdbarch.h, gdbarch.c: Regenerate.
2750
4782dc19
AC
27512002-08-15 Andrew Cagney <ac131313@redhat.com>
2752
2753 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2754 ``print_all''. Only print vector registers when ``print_all''.
2755
23e3a7ac
AC
27562002-08-15 Andrew Cagney <ac131313@redhat.com>
2757
8e186fd6
AC
2758 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2759 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2760
23e3a7ac
AC
2761 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2762 Add `args' parameter.
2763 * gdbarch.h, gdbarch.c: Regenerate.
2764
2765 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2766
2767 * infcmd.c (float_info): Call print_float_info.
2768 (print_float_info): New function. By default, print the
2769 floating-point registers.
2770
2771 * arch-utils.h (default_print_float_info): Delete declaration.
2772 * arch-utils.c (default_print_float_info): Delete function.
2773
e0ca2bb9
MK
27742002-08-16 Mark Kettenis <kettenis@gnu.org>
2775
3f733acc
MK
2776 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2777 out define.
2778
7d8d2918
MK
2779 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2780 FRAME.
2781
1c7cc583
MK
2782 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2783 * configure.host: Make i[3456]86-*-aix host obsolete.
2784 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2785 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2786 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2787 config/i386/xm-i386aix.h: Make files obsolete.
2788 * i386aix-nat.c: Make file obsolete.
2789 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2790 (i386aix-nat.o): Make target obsolete.
2791
e0ca2bb9
MK
2792 * config/i386/nm-gnu.h: Removed.
2793 * config/i386/nm-i386gnu.h: New file.
2794 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2795 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2796 Moved here from ...
2797 * config/i386/tm-i386gnu.h: ... here. Removed.
2798 * config/i386/xm-i386gnu.h: Removed.
2799 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2800 (NAT_FILE): Set to nm-i386gnu.h.
2801 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2802 * i386-tdep.c: New file.
2803 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2804 (i386gnu-tdep.o): Specify dependencies.
2805
16057ec7 28062002-08-15 Mark Kettenis <kettenis@gnu.org>
61113f8b 2807
6b99ee2e
MK
2808 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2809 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2810 Adjust a few comments to reflect reality a bit closer.
2811 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2812 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2813 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2814 target_insert_watchpoint, target_remove_watchpoint):
2815 Move defines to ...
2816 * config/i386/nm-i386sco5.h: ... here.
2817 (kernel_u_size): Add prototype. Improve a few comments and add
2818 protection against multiple inclusion.
2819
d9a6f65c
MK
2820 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2821 out define.
2822
047eff6a
MK
2823 * uw-thread.c (SP_ARG0): Define if not already defined.
2824 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2825
dcdb1290
MK
2826 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2827
5d2d0b2a
MK
2828 * config/i386/tm-i386.h: Don't include "regcache.h".
2829
61113f8b
MK
2830 * i387-tdep.h (i387_print_float_info): New prototype.
2831 * i387-tdep.c (print_i387_value, print_i387_ext,
2832 print_i387_status_word, print_i387_control_word): Add `struct
2833 ui_file *' argument and use it for output.
2834 (i387_print_float_info): Renamed from i387_float_info. Add
2835 `struct gdbarch *' and `struct ui_file *' arguments and use the
2836 latter for output.
2837 * i386-tdep.c: Include "i387-tdep.h".
2838 (i386_gdbarch_init): Set print_float_info.
2839 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2840 (FLOAT_INFO): Remove define.
2841
46e0f506
MS
28422002-08-13 Michael Snyder <msnyder@redhat.com>
2843
2844 * mips-tdep.c (mips_push_arguments): Rename to
2845 mips_eabi_push_arguments, and tune for EABI.
2846 (MIPS_REGS_HAVE_HOME_P): Delete.
2847 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2848 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2849 Delete references to mips_regs_have_home_p.
2850
409268de
KS
28512002-08-14 Keith Seitz <keiths@redhat.com>
2852
2853 * Makefile.in (install-gdbtk): Create insight plugin directory.
2854 Install plugins.tcl file.
2855
ffc6a242
KS
28562002-08-14 Keith Seitz <keiths@redhat.com>
2857
2858 * configure.in: Move SUBDIRS to near top of the file so that
2859 --enable options may add things to it.
2860 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2861 * configure: Regenerate.
2862
ebafbe83
MS
28632002-08-13 Michael Snyder <msnyder@redhat.com>
2864
2865 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2866 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2867 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2868
32f6f25d
AC
28692002-08-13 Andrew Cagney <ac131313@redhat.com>
2870
2871 * vax-tdep.c (vax_get_saved_register): Delete function.
2872 (vax_gdbarch_init): Update.
2873 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2874 (ns32k_gdbarch_init): Update.
2875 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2876 (alpha_gdbarch_init): Update.
2877
53826de9
AC
28782002-08-13 Andrew Cagney <cagney@redhat.com>
2879
2880 * regcache.c (init_regcache_descr): Overallocate the
2881 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2882 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2883 nr_raw_registers.
2884 (set_register_cached): Add range checking assertions. Use
2885 current_regcache.
2886
16057ec7 28872002-08-13 Mark Kettenis <kettenis@gnu.org>
7d12f766
MK
2888
2889 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2890 numbers for MMX registers.
2891
7b4c2dce
AC
28922002-08-13 Andrew Cagney <cagney@redhat.com>
2893
2894 * i386-tdep.c (i386_gdbarch_init): Use
2895 generic_unwind_get_saved_register.
2896
1e03ad20
KB
28972002-08-13 Kevin Buettner <kevinb@redhat.com>
2898
2899 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2900 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2901 target vector.
2902 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2903 Delete. Add comment regarding this now-deleted target method.
2904
548bcbec
SC
29052002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2906
2907 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2908 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2909 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2910 real PC and the page number (if it's within the memory bank window).
2911 (m68hc11_pseudo_register_write): Likewise when saving.
2912 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2913 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2914 (m68hc11_register_raw_size): And use 32-bit for it.
2915 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2916 16K memory bank is used by the prog; also use the virtual pc.
2917
7df11f59
SC
29182002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2919
2920 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2921 (m68hc11_gdbarch_init): Install it in gdbarch.
2922 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2923 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2924 (MSYMBOL_SIZE): New for documentation.
2925 (insn_return_kind): Enum to specify how a function returns.
2926 (frame_extra_info): Cleanup and record the return mode.
2927 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2928 register in address computation.
2929 (m68hc11_get_return_insn): New to obtain the return instruction used
2930 by the function.
2931 (m68hc11_frame_init_saved_regs): Take into account the return
2932 instruction used by the function for far and interrupt functions.
2933 (m68hc11_init_extra_frame_info): Take into account page register.
2934 (m68hc11_frame_args_address): Adjust according to the return mode.
2935 (show_regs): Print page register only when it's used.
2936
5706502a
SC
29372002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2938
2939 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2940 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2941 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2942 registers.
2943 (m68hc11_register_raw_size): Likewise.
2944
28fc6740
AC
29452002-08-13 Andrew Cagney <cagney@redhat.com>
2946
2947 * i386-tdep.c (i386_register_name): Handle mmx registers.
2948 (mmx_regnum_p): New function.
2949 (i386_mmx_names): New array.
2950 (mmx_num_regs): New variable.
2951 (i386_pseudo_register_read): New function.
2952 (i386_pseudo_register_write): New function.
2953 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2954
2955 * regcache.c (regcache_raw_read_unsigned): New function.
2956 (regcache_raw_read_signed): New function.
2957 * regcache.h (regcache_raw_read_unsigned): Declare.
2958 (regcache_raw_read_signed): Declare.
2959
a378f419
AC
29602002-08-13 Andrew Cagney <cagney@redhat.com>
2961
2962 * regcache.c (regcache_raw_read_as_address): Delete function.
2963 (regcache_cooked_read_signed): New function.
2964 (regcache_cooked_read_unsigned): New function.
2965 * regcache.h (regcache_cooked_read_signed): Declare.
2966 (regcache_cooked_read_unsigned): Declare.
2967 (regcache_raw_read_as_address): Delete declaration.
2968
2969 * blockframe.c (generic_read_register_dummy): Use
2970 regcache_cooked_read_unsigned.
2971 * i386-tdep.c (i386_extract_struct_value_address): Use
2972 regcache_cooked_read_unsigned.
2973
81967506
SC
29742002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2975
2976 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
2977 double sizes according to ELF ABI flags.
2978 (gdbarch_tdep): Record elf_flags.
2979
ffe1f3ee
SC
29802002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2981
2982 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
2983 (m6812_prolog): They can appear in 68HC12 function prologue.
2984 (m68hc11_frame_chain): Cleanup.
2985
98216c5d
AC
29862002-08-12 Andrew Cagney <cagney@redhat.com>
2987
2988 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
2989 declarations.
2990 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
2991 (i386_linux_register_raw_size): Delete function.
2992 (i386_linux_init_abi): Update.
2993 * i386-tdep.c (i386_register_raw_size): Delete function.
2994 (i386_register_byte): Delete function.
2995 (i386_gdbarch_init): Update.
2996 (i386_register_size): Delete array.
2997 (i386_register_offset): Delete array.
2998
2999 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3000 (REGISTER_RAW_SIZE): Delete macro.
3001 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3002 (REGISTER_BYTE): Delete macro.
3003
3b19021e
AS
30042002-08-11 Aidan Skinner <aidan@velvet.net>
3005
3006 * ada-lang.c (ada_lookup_partial_symbol)
3007 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3008 prototype names so that grep ^func works properly.
3009
3010 * ada-lang.c (ada_array_element_type)
3011 (ada_lookup_partial_symbol): Fix typos in parameter list.
3012
3013 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3014 Fix prototype names so that grep ^func works properly.
3015
b063e7a2
AC
30162002-08-10 Andrew Cagney <cagney@redhat.com>
3017 Elena Zannoni <ezannoni@redhat.com>
3018 Martin M. Hunt <hunt@redhat.com>
3019
3020 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3021 (build_builtin_type_vec128i): Set the vector bit.
3022 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3023 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3024 (build_builtin_type_vec64): New function.
3025 (build_builtin_type_vec64i): New function.
3026 (build_gdbtypes): Initialize builtin_type_vec64 and
3027 builtin_type_vec64i.
3028
a7e3c2ad
AC
30292002-08-09 Andrew Cagney <cagney@redhat.com>
3030
3031 * regcache.c (regcache_dump): Compare the register offset
3032 with REGISTER_BYTE.
3033 * arch-utils.c (generic_register_byte): New function.
3034 * arch-utils.h (generic_register_byte): Declare.
3035 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3036 * gdbarch.h, gdbarch.c: Regenerate.
3037
af030b9a
AC
30382002-08-09 Andrew Cagney <cagney@redhat.com>
3039
3040 * regcache.c: Include "gdbcmd.h"
3041 (_initialize_regcache): Add commands "maintenance print
3042 registers", "maintenance print raw-registers" and "maintenance
3043 print cooked-registers".
3044 (enum regcache_dump_what): Define.
3045 (dump_endian_bytes): New function.
3046 (regcache_dump): New function.
3047 (regcache_print): New function.
3048 (maintenance_print_registers): New function.
3049 (maintenance_print_raw_registers): New function.
3050 (maintenance_print_cooked_registers): New function.
3051 * Makefile.in (regcache.o): Update dependencies.
3052
cb3d25d1
MS
30532002-08-09 Michael Snyder <msnyder@redhat.com>
3054
3055 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3056 (mips_push_arguments): Correct some comments. Use paddr_nz
3057 for printing addresses in debug output. Replace static
3058 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3059 (mips_n32n64_push_arguments): New function, cloned from
3060 mips_push_arguments and tuned for the n32/n64 ABI.
3061 (mips_push_register): Buffer needs dynamic allocation.
3062 (mips_print_register): Ditto.
3063 (do_gp_register_row): Ditto.
3064 (mips_store_return_value): Ditto.
3065 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3066
2163ab9d
DH
30672002-08-09 Don Howard <dhoward@redhat.com>
3068
3069 * memattr.c (mem_info_command): Print special case of upper bound
3070 as max CORE_ADDR + 1.
3071
b78bcb18
MS
30722002-08-08 Michael Snyder <msnyder@redhat.com>
3073
3074 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3075 returns structs by ref if they're too big to fit in two registers.
3076
ffabd70d
KB
30772002-08-09 Kevin Buettner <kevinb@redhat.com>
3078
3079 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3080 saved regs value.
3081 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3082 mips_find_saved_regs().
3083 (mips_pop_frame): Likewise.
3084
fbcdb4a3
KB
30852002-08-09 Kevin Buettner <kevinb@redhat.com>
3086
3087 * blockframe.c (frame_saved_regs_register_unwind): Revise
3088 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3089 frames are in use.
3090
3c3bea1c
GS
30912002-08-09 Grace Sainsbury <graces@redhat.com>
3092
3093 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3094 T-packets; the 'a' is not taken as a register number.
3095 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3096 (remote_stopped_data_address): New functions; add to target
3097 vector.
3098 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3099 prototypes to match other implementations of this
3100 function. replace integer argument with pointer -- the length
3101 field in the Z-packet is the length of what is pointed to or 1 if
3102 pointer is null. Add to target vector.
3103 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3104 target vector.
3105
3106 From Mark Salter:
3107 * remote.c (remote_wait): Add support to extract optional
3108 watchpoint information from T-packet. Ignore unrecognized
3109 optional info in T-packet.
3110 (remote_async_wait): Ditto.
3111
5d1d95de
CV
31122002-08-09 Corinna Vinschen <vinschen@redhat.com>
3113
3114 * cli/cli-dump.c: Change fopen modes to use binary open modes
3115 as defined in include/fopen-bin.h throughout.
3116
c86b5b38
MS
31172002-08-08 Michael Snyder <msnyder@redhat.com>
3118
3119 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3120
b30590dc
KB
31212002-08-08 Kevin Buettner <kevinb@redhat.com>
3122
3123 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3124 assertion failure by returning early after a warning.
3125
498868ed
KB
31262002-08-08 Kevin Buettner <kevinb@redhat.com>
3127
3128 * mips-tdep.c (mips_find_saved_regs): Make static.
3129 (mips_frame_init_saved_regs): New function.
3130 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3131 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3132 (mips_find_saved_regs): Delete declaration.
3133
b2dd6311
GS
31342002-08-08 Grace Sainsbury <graces@redhat.com>
3135
3c3bea1c
GS
3136 * remote.c (remote_wait, remote_async_wait): Change
3137 thread_num from int to ULONGEST.
3138 (unpack_varlen_hex): Change result parameter from
3139 int * to ULONGEST *.
b2dd6311 3140
ea47855f
AC
31412002-08-08 Andrew Cagney <ac131313@redhat.com>
3142
3143 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3144 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3145 powerpc*-*-*.
3146 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3147
69db8bae
AC
31482002-08-08 Andrew Cagney <cagney@redhat.com>
3149
3150 * gcore.c (override_derive_stack_segment): Delete variable.
3151 (preempt_derive_stack_segment): Delete function.
3152 (derive_stack_segment): Delete function.
3153 (default_derive_stack_segment): Renamed to derive_stack_segment.
3154 (override_derive_heap_segment): Delete variable.
3155 (preempt_derive_heap_segment): Delete function.
3156 (derive_heap_segment): Delete function.
3157 (default_derive_heap_segment): Rename to derive_heap_segment.
3158
cb811fe7
MS
31592002-08-06 Michael Snyder <msnyder@redhat.com>
3160
3161 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3162 * mips-tdep.c (mips_EABI_use_struct_convention,
3163 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3164 New functions. (mips_use_struct_convention): Delete.
3165 (mips_gdbarch_init): set use_gdbarch_convention.
3166
8b389c40
MS
31672002-08-06 Michael Snyder <msnyder@redhat.com>
3168
3169 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3170 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3171 mips_o32_reg_struct_has_addr): New functions.
3172 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3173
5c27f28a
AC
31742002-08-07 Andrew Cagney <ac131313@redhat.com>
3175
3176 * regcache.c (pseudo_register): Delete function.
3177 (fetch_register): Delete function.
3178 (store_register): Delete function.
3179 (regcache_raw_read, legacy_read_register_gen): Use
3180 target_fetch_registers instead of fetch_register.
3181 (legacy_write_register_gen, regcache_raw_write): Use
3182 target_store_register instead of store_register.
3183 (write_register_bytes): Ditto.
3184
3185 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3186 (STORE_PSEUDO_REGISTER): Delete.
3187 * gdbarch.h, gdbarch.c: Regenerate.
3188
5b331675
CV
31892002-08-06 Corinna Vinschen <vinschen@redhat.com>
3190
3191 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3192 write dump file binary.
3193
6acdf5c7
MS
31942002-08-05 Michael Snyder <msnyder@redhat.com>
3195
3196 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3197 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3198 (mips_gdbarch_init): Set N32 target to be mips64.
3199
b2f01c35
KB
32002002-08-06 Kevin Buettner <kevinb@redhat.com>
3201
3202 * frame.c (find_saved_register): Break out of loop once saved
3203 register address is found. Don't mention sparc in loop comment
3204 anymore.
3205
63db5580
KB
32062002-08-06 Kevin Buettner <kevinb@redhat.com>
3207
3208 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3209 mips_default_saved_regsize to 8.
3210
5e34e75e
AC
32112002-08-06 Andrew Cagney <ac131313@redhat.com>
3212
3213 * gcore.c: Do not include <sys/procfs.h>.
3214 * Makefile.in (gcore.o): Update dependencies.
3215
eb4c54a2
AC
32162002-08-06 Andrew Cagney <cagney@redhat.com>
3217
3218 * configure.tgt: Make arc-*-* obsolete.
3219 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3220 * MAINTAINERS: Make arc-elf obsolete.
3221 * arc-tdep.c: Make file obsolete.
3222 * config/arc/arc.mt: Ditto.
3223 * config/arc/tm-arc.h: Ditto.
3224
ced15480
TR
32252002-08-05 Theodore A. Roth <troth@verinet.com>
3226
c1bab85b 3227 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
ced15480 3228
b4743822
AC
32292002-08-05 Andrew Cagney <ac131313@redhat.com>
3230
3231 * mcore-tdep.c (mcore_gdbarch_init): Use
3232 generic_unwind_get_saved_register instead of
3233 generic_get_saved_register.
3234 * v850-tdep.c (v850_gdbarch_init): Ditto.
3235 * frv-tdep.c (frv_gdbarch_init): Ditto.
3236 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3237 * s390-tdep.c (s390_gdbarch_init): Ditto.
3238 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3239 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3240 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3241
3956d554
JB
32422002-08-05 Joel Brobecker <brobecker@gnat.com>
3243
3244 * objfiles.h: Add missing #include "symfile.h"
3245
3246 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3247
8249c0d6
AC
32482002-08-04 Andrew Cagney <ac131313@redhat.com>
3249
3250 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3251 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3252 of FIELD_BITSIZE.
3253
b9d14705
DJ
32542002-08-04 Daniel Jacobowitz <drow@mvista.com>
3255
3256 * NEWS: Cleanup and nitpick.
3257
dd73b9bb
AC
32582002-08-03 Andrew Cagney <ac131313@redhat.com>
3259
3260 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3261
043a27f8
AC
32622002-08-03 Andrew Cagney <ac131313@redhat.com>
3263
3264 * Makefile.in (gdbtk-bp.o): Update dependencies.
3265 (gdbtk-register.o): Ditto.
3266 (gdbtk-varobj.o): Ditto.
3267
46ce284d
AC
32682002-08-03 Andrew Cagney <cagney@redhat.com>
3269
3270 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3271 m68hc11_fetch_pseudo_register.
3272 (m68hc11_pseudo_register_write): Replace
3273 m68hc11_store_pseudo_register.
3274 (m68hc11_gdbarch_init): Update.
3275
b66d6d2e
AC
3276Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3277
3278 * gdbarch.sh: Include "gdb_string.h".
3279 * gdbarch.c: Regenerate.
3280
3281 * regcache.c: Include "gdb_string.h".
3282 * ax-general.c: Ditto.
3283 * varobj.c: Ditto.
3284 * std-regs.c: Ditto.
3285 * fbsd-proc.c: Ditto.
3286 * thread.c: Ditto.
3287
3288 * Makefile.in (regcache.o): Update dependencies.
3289 (thread.o, gdbarch.o): Ditto.
3290 (ax-general.o, gdbarch.o): Ditto.
3291 (varobj.o, std-regs.o): Ditto.
3292 (fbsd-proc.o): Specify dependencies.
3293
29e1842b
AC
32942002-08-02 Andrew Cagney <cagney@redhat.com>
3295
3296 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3297 regnum.
3298 (regcache_cooked_write): Ditto.
3299
68365089
AC
33002002-08-02 Andrew Cagney <ac131313@redhat.com>
3301
3302 * regcache.c (regcache_cooked_read): New function.
3303 (regcache_cooked_write): New function.
3304 (read_register_gen): Rewrite using regcache_cooked_read.
3305 (write_register_gen): Rewrite using regcache_cooked_write.
3306
3307 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3308 Declare.
3309
d8124050
AC
33102002-08-02 Andrew Cagney <cagney@redhat.com>
3311
3312 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3313 Replace the architecture methods register_read and register_write.
3314 * gdbarch.h, gdbarch.c: Regenerate.
3315 * regcache.c (init_regcache_descr): Update.
3316 (read_register_gen): Update.
3317 (write_register_gen): Update.
3318 (supply_register): Update comment.
3319
3320 * sh-tdep.c (sh_gdbarch_init): Update.
3321 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3322 `regcache' and `gdbarch' parameters. Make `buffer' a void
3323 pointer. Update code.
3324 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3325 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3326 void pointer. Update code.
3327 (sh64_register_write): Delete.
3328 (sh4_register_read): Delete.
3329 (sh64_register_read): Delete.
3330 (sh4_register_write): Delete.
3331 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3332 void pointer, `to' parameter a void pointer.
3333 (sh_sh64_register_convert_to_raw): Ditto.
3334
a6425924
KB
33352002-08-01 Kevin Buettner <kevinb@redhat.com>
3336
3337 * mips-tdep.c (mips_register_virtual_type): Use architecture
3338 invariant return values.
3339
ff5922b5
AC
33402002-08-01 Andrew Cagney <cagney@redhat.com>
3341
3342 * linux-proc.c: Include "gdb_string.h".
3343 * Makefile.in (linux-proc.o): Update dependency list.
3344
32a6503c
KB
33452002-08-01 Kevin Buettner <kevinb@redhat.com>
3346
3347 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3348 comment.
3349
ccaa32c7
GS
33502002-08-01 Grace Sainsbury <graces@redhat.com>
3351
3352 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3353 to_insert_watchpoint, to_remove_watchpoint,
3354 to_stopped_by_watchpoint, to_stopped_data_address,
3355 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3356 target vecctor. Define their corresponding macros so they call
3357 them.
3358
3359 * target.c: Add default and debug versions of for
3360 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3361 to_insert_watchpoint, to_remove_watchpoint,
3362 to_stopped_by_watchpoint, to_stopped_data_address,
3363 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3364
78fde5f8
KB
33652002-08-01 Kevin Buettner <kevinb@redhat.com>
3366
3367 * mips-tdep.c (mips_register_virtual_type): New function.
3368 (mips_gdbarch_init): Register mips_register_virtual_type()
3369 with gdbarch machinery.
3370 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3371 this file instead of tm-bigmips.h.
3372 (MIPS_REGSIZE): Delete this macro.
3373 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3374 multiarch version in mips-tdep.c will be found.
3375
db034ac5
AC
33762002-08-01 Andrew Cagney <cagney@redhat.com>
3377
3378 * NEWS: Menion that CHILL has been made obsolete.
3379
3380 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
db034ac5
AC
3381 * stabsread.c (read_range_type): Ditto.
3382 * gdbtypes.h: Ditto.
3383 * language.c (binop_type_check): Ditto.
3384 (binop_result_type): Ditto.
3385 (integral_type): Ditto.
3386 (character_type): Ditto.
3387 (string_type): Ditto.
3388 (boolean_type): Ditto.
3389 (structured_type): Ditto.
3390 (lang_bool_type): Ditto.
3391 (binop_type_check): Ditto.
3392 * language.h (_LANG_chill): Ditto.
3393 * dwarfread.c (set_cu_language): Ditto.
3394 * dwarfread.c (CHILL_PRODUCER): Ditto.
3395 * dwarfread.c (handle_producer): Ditto.
3396 * expression.h (enum exp_opcode): Ditto.
3397 * eval.c: Ditto for comments.
3398 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3399 * expprint.c (print_subexp): Ditto.
3400 (print_subexp): Ditto.
3401 * valops.c (value_cast): Ditto.
3402 (search_struct_field): Ditto.
3403 * value.h (COERCE_VARYING_ARRAY): Ditto.
3404 * symfile.c (init_filename_language_table): Ditto.
3405 (add_psymbol_with_dem_name_to_list): Ditto.
3406 * valarith.c (value_binop): Ditto.
3407 (value_neg): Ditto.
3408 * valops.c (value_slice): Ditto.
3409 * symtab.h (union language_specific): Ditto.
3410 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3411 (SYMBOL_DEMANGLED_NAME): Ditto.
3412 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3413 * defs.h (enum language): Ditto.
3414 * symtab.c (got_symtab): Ditto.
3415 * utils.c (fprintf_symbol_filtered): Ditto.
3416
3417 * ch-typeprint.c: Make file obsolete.
3418 * ch-valprint.c: Make file obsolete.
3419 * ch-lang.h: Make file obsolete.
3420 * ch-exp.c: Make file obsolete.
3421 * ch-lang.c: Make file obsolete.
3422
3423 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3424 CHILL_LIB.
3425 (TARGET_FLAGS_TO_PASS): Ditto.
3426 (CHILLFLAGS): Obsolete.
3427 (CHILL): Obsolete.
3428 (CHILL_FOR_TARGET): Obsolete.
3429 (CHILL_LIB): Obsolete.
3430 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3431 ch-valprint.c.
3432 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3433 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3434 ch-lang.o.
3435 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3436 targets.
3437
8aaf0b47
JB
34382002-07-31 Joel Brobecker <brobecker@gnat.com>
3439
3440 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3441 This does not change anything at the moment, but will be helpful
3442 later when full Ada support is integrated.
3443
f3a7b3a5
KB
34442002-07-31 Kevin Buettner <kevinb@redhat.com>
3445
3446 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3447 help message.
3448
fb850278
KB
34492002-07-31 Kevin Buettner <kevinb@redhat.com>
3450
3451 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3452 and save it in a local variable. Use variable in later test.
3453
e3bddbfa
KB
34542002-07-31 Kevin Buettner <kevinb@redhat.com>
3455
3456 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3457 test. (Thanks to Daniel Jacobowitz.)
3458
28d169de
KB
34592002-07-31 Kevin Buettner <kevinb@redhat.com>
3460
3461 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3462 (mips_abi_strings): Add "n64".
3463 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3464
7fe7e44e
KB
34652002-07-31 Kevin Buettner <kevinb@redhat.com>
3466
3467 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3468 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3469
c6caf090
KB
34702002-07-31 Kevin Buettner <kevinb@redhat.com>
3471
3472 * utils.c (host_pointer_to_address, address_to_host_pointer):
3473 Use gdb_assert() instead of explicit call to internal_error().
3474
c41669e0
KB
34752002-07-30 Kevin Buettner <kevinb@redhat.com>
3476
3477 * Makefile.in (rs6000-nat.o): Update dependencies.
3478
3479 From Nicholas Duffek:
3480 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3481 (aix-thread.o): New rule.
3482 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3483 * config/powerpc/aix432.mh: New file.
3484
2fda4977
DJ
34852002-07-30 Daniel Jacobowitz <drow@mvista.com>
3486
3487 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3488 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3489 (fetch_core_registers, ppc_linux_supply_gregset)
3490 (ppc_linux_supply_fpregset): New functions.
3491 (ppc_linux_regset_core_fns): New.
3492 (_initialize_ppc_linux_tdep): Call add_core_fns.
3493 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3494 and ppc_linux_supply_gregset.
3495 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3496 (supply_fpregset): Call ppc_linux_supply_fpregset.
3497 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3498 corelow.o.
3499 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3500
729051e6
DJ
35012002-07-30 Daniel Jacobowitz <drow@mvista.com>
3502
3503 * symtab.c (lookup_symbol): Demangle before lowercasing.
3504
5f8a3188
AC
35052002-07-30 Andrew Cagney <ac131313@redhat.com>
3506
3507 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3508 declaration.
3509 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3510 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3511 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3512 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3513 "gdb_string.h".
3514 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3515 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3516 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3517 (avr-tdep.o, mon960-rom.o): Ditto.
3518 (aout_stabs_gnu_h): Define.
3519 (symtab_h): Remove $(gdb_obstack_h).
3520
67f07146
JB
35212002-07-30 Jim Blandy <jimb@redhat.com>
3522
3523 Patch from David Carlton <carlton@math.stanford.edu>:
3524 * gdbinit.in: Move the `dir' commands that add GDB's own source
3525 directory to the search path to the end, so that the `gdb' source
3526 directory will be searched first.
3527
04ea0df1
AC
35282002-07-29 Andrew Cagney <ac131313@redhat.com>
3529
3530 * gdb_obstack.h: New file.
3531 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3532 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3533 * objfiles.h: Include "gdb_obstack.h".
3534 * Makefile.in (gdb_obstack_h): Define.
3535 (symtab_h): Add $(gdb_obstack_h).
3536 (objfiles_h): Add $(gdb_obstack_h).
3537
3538 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3539 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3540 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3541 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3542 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3543 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3544 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3545 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3546
3547 * Makefile.in (bcache.o): Update dependencies.
3548 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3549 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3550 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3551 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3552 (stabsread.o, symfile.o, symmisc.o): Ditto.
3553 (symtab.o, typeprint.o, macroexp.o): Ditto.
3554 (macrotab.o, mdebugread.o): Ditto.
3555 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3556 (coff_ecoff_h, aout_aout64_h): Define.
3557 (aout_stabs_gnu_h, libaout_h): Define.
3558
d138e37a
AC
35592002-07-29 Andrew Cagney <cagney@redhat.com>
3560
3561 * regcache.c (struct regcache_descr): Rename nr_registers to
3562 nr_cooked_registers. Revise comments describing the structure
3563 member fields.
3564 (init_regcache_descr): Update.
3565 (init_legacy_regcache_descr): Update.
3566 (read_register_gen, write_register_gen): When a cooked register in
3567 the raw register range, directly access the value from the raw
3568 register cache.
3569
460e6ec3
AC
35702002-07-29 Andrew Cagney <ac131313@redhat.com>
3571
3572 * z8k-tdep.c: Do not include "obstack.h".
3573 * h8300-tdep.c, h8500-tdep.c: Ditto.
3574 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3575 * valprint.c, v850-tdep.c: Ditto.
3576 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3577 * mn10200-tdep.c: Ditto.
3578
3579 * Makefile.in (z8k-tdep.o): Update dependencies.
3580 (m68hc11-tdep.o, valprint.o): Ditto.
3581 (v850-tdep.o, d10v-tdep.o): Ditto.
3582 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3583 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3584 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3585 (sh_opc_h, gdb_sim_sh_h): Define.
3586 (elf_sh_h, elf_bfd_h): Define.
3587 (opcode_m68hc11_h): Define.
3588 (OPCODES_SRC, OPCODES_DIR): define.
3589 (OPCODES): Use $(OPCODES_DIR).
3590 (gdb_sim_d10v_h): Rename sim_d10v_h.
3591 (gdb_sim_arm_h): Rename sim_arm_h.
3592
790c9cf0
KB
35932002-07-26 Kevin Buettner <kevinb@redhat.com>
3594
3595 * utils.c (host_pointer_to_address, address_to_host_pointer):
3596 Change internal_error() message to indicate function responsible
3597 for the error.
3598
9647fa49
KB
35992002-07-26 Kevin Buettner <kevinb@redhat.com>
3600
3601 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3602 calls to local_hex_string_custom().
3603
dabbe2c0
KB
36042002-07-26 Kevin Buettner <kevinb@redhat.com>
3605
3606 * irix5-nat.c: Move IRIX shared library support from here...
3607 * solib-irix.c: ...to here. Revised substantially to work with
3608 generic solib framework.
3609
b96d0a4e
KB
3610 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3611 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3612 * mips-irix-tdep.c: New file.
3613
313fb2f6
KB
3614 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3615 (mips-irix-tdep.o, solib-irix.o): New rules.
3616 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3617 solib-irix.o.
3618 * config/mips/irix6.mt (TDEPFILES): Likewise.
3619 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3620
ab2eaf26
KB
36212002-07-26 Kevin Buettner <kevinb@redhat.com>
3622
177e4768 3623 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
ab2eaf26
KB
3624 disabled (via ``#if 0'') includes.
3625
7244546a
KB
36262002-07-26 Kevin Buettner <kevinb@redhat.com>
3627
3628 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3629 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3630 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3631 Add support for the fpscr register.
3632 * rs6000-nat.c (regmap, fetch_inferior_registers)
3633 (store_inferior_registers, fetch_core_registers): Likewise.
3634
dd7be90a
KB
36352002-07-26 Kevin Buettner <kevinb@redhat.com>
3636
3637 * rs6000-nat.c (language.h): Include.
3638 (special_regs): Delete this array.
3639 (regmap): New function.
3640 (fetch_register, store_register): Use regmap() to map gdb
3641 register numbers to ptrace register numbers. Also, use
3642 outputs from regmap() to make decisions regarding type of
3643 ptrace() call to make. In particular, don't compare against
3644 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3645 (fetch_inferior_registers, store_inferior_registers): Where
3646 possible, obtain register numbers from tdep struct. Don't
3647 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3648 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3649 (LAST_UISA_SP_REGNUM): Delete.
3650
11bf77db
KB
36512002-07-25 Kevin Buettner <kevinb@redhat.com>
3652
3653 * rs6000-nat.c (ppc-tdep.h): Include.
d959a6ab
KB
3654 (fetch_registers, store_register, fetch_core_registers): Don't
3655 access registers[] directly. Instead, use supply_register() or
11bf77db
KB
3656 regcache_collect() as appropriate.
3657 (find_toc_address): Format hex address with local_hex_string().
3658
06afebeb
AC
36592002-07-25 Andrew Cagney <ac131313@redhat.com>
3660
3661 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3662 bfd/elf32-frv.c.
3663
8c554d79
TT
36642002-07-24 Tom Tromey <tromey@redhat.com>
3665
3666 * jv-exp.y: Marked all strings with _().
3667 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3668 internal_error.
3669 (MethodInvocation, CastExpression, parse_number, yyerror,
3670 java_type_from_name, push_expression_name, yylex): Typo fixes.
3671
e4c242d9
DJ
36722002-07-24 Daniel Jacobowitz <drow@mvista.com>
3673
3674 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3675 (tee_file_flush, tee_file_write, tee_file_fputs)
3676 (tee_file_isatty): New.
3677 * ui-file.h (tee_file_new): Add prototype.
3678
ebf56fd3
AS
36792002-07-24 Aidan Skinner <aidan@velvet.net>
3680
3681 * ada-lang.c: Change k&r style function definitions to prototyped
3682 form.
3683 * ada-typeprint.c: Change k&r style function definitions to prototyped
3684 form.
3685 * ada-valprint.c: Change k&r style function definitions to prototyped
3686 form.
3687
7fb623f7
AC
36882002-07-24 Andrew Cagney <cagney@redhat.com>
3689
3690 * README: Remove reference to remote-bug.
3691 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3692 remote-bug.c.
3693 (m88k-nat.o): Delete rule.
3694 (m88k-tdep.o): Delete rule.
3695 (remote-bug.o): Delete rule.
3696 * MAINTAINERS: Mark as obsolete.
3697 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3698 * m88k-tdep.c: Make file obsolete.
3699 * config/m88k/m88k.mh: Ditto.
3700 * config/m88k/delta88v4.mh: Ditto.
3701 * config/m88k/delta88v4.mt: Ditto.
3702 * config/m88k/delta88.mt: Ditto.
3703 * config/m88k/delta88.mh: Ditto.
3704 * remote-bug.c: Ditto.
3705 * config/m88k/tm-delta88.h: Ditto.
3706 * config/m88k/nm-delta88v4.h: Ditto.
3707 * config/m88k/xm-delta88.h: Ditto.
3708 * config/m88k/xm-dgux.h: Ditto.
3709 * config/m88k/tm-m88k.h: Ditto.
3710 * config/m88k/nm-m88k.h: Ditto.
3711 * config/m88k/tm-delta88v4.h: Ditto.
3712 * m88k-nat.c: Ditto.
3713 * cxux-nat.c: Ditto.
3714 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3715 and m88*-*-* obsolete.
3716 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3717 m88*-*-* obsolete.
3718
37611a2b
AC
37192002-07-24 Andrew Cagney <cagney@redhat.com>
3720
3721 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3722 constant. Same for local pointer variables.
3723 (extract_signed_integer): Ditto.
3724 * defs.h (extract_unsigned_integer): Update.
3725 (extract_signed_integer): Update.
3726
1aaa5f99
AC
37272002-07-24 Andrew Cagney <cagney@redhat.com>
3728
3729 * regcache.c (regcache_raw_write): Change buf parameter to a
3730 constant void pointer.
3731 (regcache_raw_read): Change buf parameter to a void pointer.
3732 (legacy_write_register_gen): Change myaddr parameter a constant
3733 void pointer.
3734 (supply_register): Change val parameter to a const void pointer.
3735 * regcache.h (regcache_raw_write): Update declaration.
3736 (regcache_raw_read): Update declaration.
3737 (supply_register): Update declaration.
3738
b4f5539f
TT
37392002-07-24 Tom Tromey <tromey@redhat.com>
3740
3741 * defs.h (gdb_readline_wrapper): Declare.
3742 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3743 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3744 * top.c (gdb_readline_wrapper): New function.
3745 (command_line_input): Use it.
3746
0818c12a
AC
37472002-07-24 Andrew Cagney <cagney@redhat.com>
3748
3749 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3750 regcache_read and regcache_write.
3751 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3752 * regcache.c: Update.
3753 * sh-tdep.c (sh64_push_arguments): Update comment.
3754 (sh_pseudo_register_read): Update.
3755 (sh_pseudo_register_write): Update.
3756 (sh4_register_read): Update.
3757 (sh4_register_write): Update.
3758 (sh64_pseudo_register_read): Update.
3759 (sh64_pseudo_register_write): Update.
3760 (sh64_register_read): Update.
3761 (sh64_register_write): Update.
3762 * i386-tdep.c (i386_extract_return_value): Update.
3763 (i386_extract_struct_value_address): Update.
3764 (i386_extract_return_value): Update.
3765 * blockframe.c (generic_read_register_dummy): Update.
3766 (generic_call_dummy_register_unwind): Update
3767 * infrun.c (write_inferior_status_register): Update.
3768
f7321c06
JB
37692002-07-23 Jim Blandy <jimb@redhat.com>
3770
3771 * parser-defs.h (expression_context_pc): Make this extern.
3772 (Thanks to Michael Snyder.)
3773
2037aebb
AC
37742002-07-23 Andrew Cagney <ac131313@redhat.com>
3775
3776 GDB 5.2.1 released from 5.2 branch.
3777 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3778 * README: Update to mention 5.2.1.
3779
66504d44
MS
37802002-07-23 Mark Salter <msalter@redhat.com>
3781
3782 * remote.c (remote_read_bytes): Fix check for error.
3783
27bae383
KB
37842002-07-22 Kevin Buettner <kevinb@redhat.com>
3785
3786 * aix-thread.c (language.h): Include.
3787 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3788 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3789 Print newlines at end of debug messages.
3790 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3791 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3792
37932002-07-22 Kevin Buettner <kevinb@redhat.com>
3794
3795 * aix-thread.c (ppc-tdep.h): Include.
3796 (special_register_p): New function.
3797 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3798 (store_regs_user_thread): Use register number information from
3799 gdbarch_tdep struct instead of hardcoded offsets relative to
3800 FIRST_UISA_SP_REGNUM.
3801 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3802 special_register_p() instead of using FPLAST_REGNUM and
3803 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3804 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3805 will be MQ's register number.
3806
38072002-07-22 Michael Snyder <msnyder@redhat.com>
206d3d3c
KB
3808
3809 * aix-thread.c (ops): Rename to aix_thread_ops.
3810 (base_ops): Rename to base_target.
3811 (ops_attach): Rename to aix_thread_attach.
3812 (ops_detach): Rename to aix_thread_detach.
3813 (ops_resume): Rename to aix_thread_detach.
3814 (ops_wait): Rename to aix_thread_wait.
3815 (ops_kill): Rename to aix_thread_kill.
3816 (init_ops): Rename to init_aix_thread_ops.
3817 (ops_fetch_register): Rename to aix_thread_fetch_register.
3818 (ops_store_register): Rename to aix_thread_store_register.
3819 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3820 (ops_thread_alive): Rename to aix_thread_thread_alive.
3821 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3822 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3823 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3824 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3825 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3826 (store_regs_lib): Rename to store_regs_user_thread.
3827 (store_regs_kern): Rename to store_regs_kernel_thread.
3828
27bae383 38292002-07-22 Michael Snyder <msnyder@redhat.com>
cbe92db4
KB
3830
3831 * aix-thread.c (ops_prepare_to_store): Eliminate.
3832 (init_ops): Don't initialize ops.prepare_to_store.
3833 (store_regs_kern): Pre-fetch register buffers from child,
3834 because some registers may not be in the cache. Copy
3835 regs from register cache only if they are cached.
3836 (store_regs_lib): Copy regs from register cache only
3837 if they are cached.
3838 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3839 fill_gprs64): Ditto.
3840
61c5da0b
KB
38412002-07-22 Kevin Buettner <kevinb@redhat.com>
3842
3843 * aix-thread.c (gdb_assert.h): Include.
3844 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3845 register sizes (from register cache) match size of buffer holding
3846 register data.
3847 (fill_sprs32): Change parameter types to match those in the ptrace()
3848 buffer.
3849 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3850 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3851
38522002-07-22 Michael Snyder <msnyder@redhat.com>
3853
3854 * aix-thread.c (supply_sprs64): Cosmetic change.
3855 (supply_sprs32): Cosmetic change.
3856 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3857 (fill_sprs64): Use regcache_collect instead of read_register.
3858 (store_regs_lib): Use regcache_collect instead of
3859 read_register. Use fill_sprs32 instead of fill_sprs64,
3860 if debugging a 32-bit architecture.
3861 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3862 out of the register cache, instead of passing a pointer into
3863 the register cache directly to ptrace. Use regcache_collect
3864 insteaad of read_register.
3865 (ops_prepare_to_store): Use target_read_registers instead
3866 of read_register_bytes.
3867
36479eb1
AS
38682002-07-20 Aidan Skinner <aidan@velvet.net>
3869
3870 * MAINTAINERS: Add self under write after approval.
3871
80ae6ee2
AS
38722002-07-20 Aidan Skinner <aidan@velvet.net>
3873
3874 * ada-tasks.c: Change k&r style function definitions to prototyped
3875 form.
3876
8a8ab2b9
AC
38772002-07-19 Andrew Cagney <ac131313@redhat.com>
3878
3879 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3880 * x86-64-tdep.c: Include "objfiles.h".
3881 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3882 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3883
fb16b900
ML
38842002-07-17 Michal Ludvig <michal@suse.cz>
3885
3886 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3887 (update_context): Initialise cfa variable.
3888
0fe7bf7b
MS
38892002-07-17 Michael Snyder <msnyder@redhat.com>
3890
3891 * aix-thread.c: Shorten some long lines.
3892 Bring comments into line with code spec.
3893
488f131b
JB
38942002-07-18 Joel Brobecker <brobecker@gnat.com>
3895
3896 * infrun.c: Re-indent using gdb_indent.sh.
3897
46c415d2
JB
38982002-07-18 Joel Brobecker <brobecker@gnat.com>
3899
3900 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3901 Leave the indentation temporarily untouched, to minimize the diffs.
3902
cdecafbe
EZ
39032002-07-18 Elena Zannoni <ezannoni@redhat.com>
3904
3905 * stabsread.c: Make os9k sections of the code obsolete,
3906 for real this time.
3907 * stabsread.h: Make os9k sections of the code obsolete.
3908
7b6aa020
ML
39092002-07-18 Michal Ludvig <mludvig@suse.cz>
3910
09ec9b38
ML
3911 * linux-low.c (regsets_store_inferior_registers): Add free()
3912 at the end of a loop to prevent memory leak.
3913 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3914 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
7b6aa020
ML
3915 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3916 line a comment.
4894ac5d 3917 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
7b6aa020 3918
233282cd
JB
39192002-07-17 Jim Blandy <jimb@redhat.com>
3920
3921 * macrocmd.c (info_macro_command): Remove newline from error
3922 message.
3923
7b6aa020 39242002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
2f14585c
JR
3925
3926 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3927 (sh_gdbarch_init): Use it for sh-dsp.
3928
f7ef9339
KB
39292002-07-16 Kevin Buettner <kevinb@redhat.com>
3930
3931 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3932 64-bit DWARF2 format.
3933
8dd72958
JB
39342002-07-16 Joel Brobecker <brobecker@gnat.com>
3935
3936 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3937 <sys/proc.h> when not available.
3938
a99a9e1b
AC
39392002-07-16 Andrew Cagney <ac131313@redhat.com>
3940
3941 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3942 * stabsread.c: Make os9k sections of the code obsolete.
3943 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3944 * config/i386/i386os9k.mt: Make file obsolete.
3945 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3946 (COMMON_OBS): Remove os9kread.o
3947 (SFILES): Remove os9kread.c.
3948 (os9kread.o, remote-os9k.o): Make target obsolete.
3949 * remote-os9k.c: Make file obsolete.
3950 * os9kread.c: Make file obsolete.
3951 * Makefile.in
3952
7a3085c1
AC
39532002-07-16 Andrew Cagney <ac131313@redhat.com>
3954
3955 * NEWS: Mention that the FR30 has been made obsolete.
3956 * fr30-tdep.c: Make file obsolete.
3957 * config/fr30/tm-fr30.h: Ditto.
3958 * config/fr30/fr30.mt: Ditto.
3959 * configure.tgt: Make fr30-*-elf obsolete.
3960 * MAINTAINERS: Make fr30-elf obsolete.
3961
28a93f5a
PM
39622002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3963
3964 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
3965 found is not inside a section.
3966
be006b8b
KB
39672002-07-15 Kevin Buettner <kevinb@redhat.com>
3968
3969 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
3970 strerror().
3971 (pdc_realloc): Use xrealloc() instead of realloc().
3972
14fa3751
KB
39732002-07-15 Kevin Buettner <kevinb@redhat.com>
3974
3975 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
3976 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
3977 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
3978 macros.
3979
42cc437f
KB
39802002-07-15 Kevin Buettner <kevinb@redhat.com>
3981
3982 * aix-thread.c (ptrace_check): Eliminate goto.
3983 (sync_threadlists): Eliminate gotos. Also, fix array overrun
3984 problem.
3985
8e2c28d4
KB
39862002-07-15 Kevin Buettner <kevinb@redhat.com>
3987
3988 * aix-thread.c (gdbcmd.h): Include.
3989 (DEBUG, DBG, DBG2, dbg): Eliminate.
3990 (debug_aix_thread): New static global.
3991 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3992 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
3993 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
3994 invocations to DBG and DBG2 macros to test against
3995 ``debug_aix_thread'' and call fprintf_unfiltered().
3996 (_initialize_aix_thread): Add new command "set debug aix-thread".
3997
30413464
AC
39982002-07-15 Andrew Cagney <ac131313@redhat.com>
3999
4000 From Gerhard Tonn <TON@de.ibm.com>:
4001 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4002 instead of supply_register.
4003
7c43edc1
AC
40042002-07-15 Andrew Cagney <ac131313@redhat.com>
4005
4006 * dwarf2cfi.c: Include "gdb_assert.h".
4007 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4008 non-NULL.
4009 (update_context): Do not use __func__. Add missing ``break''.
4010 (update_context): Do not use __func__.
4011
9364a0ef
EZ
40122002-07-15 Elena Zannoni <ezannoni@redhat.com>
4013
4014 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4015 and its setting. Set gdbarch instruction printing functions
4016 directly. For non-rs6000 case use new function
4017 gdb_print_insn_powerpc.
4018 (gdb_print_insn_powerpc): New function.
4019
3fbeef0b
AC
40202002-07-13 Andrew Cagney <ac131313@redhat.com>
4021
92eb23c5 4022 * NEWS: Mention that the d30v has been marked obsolete.
3fbeef0b
AC
4023 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4024 * configure.tgt: Mark d30v-*-* as obsolete.
4025 * d30v-tdep.c: Mark file as obsolete.
4026 * config/d30v/d30v.mt: Ditto.
4027 * config/d30v/tm-d30v.h: Ditto.
4028
aacb1f0a
AS
40292002-07-13 Aidan Skinner <aidan@velvet.net>
4030
4031 * ada-tasks.c (add_task_entry): replace calls to
4032 malloc() with xmalloc
4033 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4034
4035 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4036 ada_finish_decode_line_1, all_sals_for_line
4037 ada_breakpoint_rewrite): replace calls to free() with xfree()
4038
c11d79f2
KB
40392002-07-12 Kevin Buettner <kevinb@redhat.com>
4040
4041 From Nicholas Duffek (with minor changes by Martin Hunt,
4042 Louis Hamilton, and Kevin Buettner):
4043 * aix-thread.c: New file.
4044
8e19ed76
PS
40452002-07-12 Petr Sorfa <petrs@caldera.com>
4046
4047 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4048 complaint for invalid attribute class or form.
4049 (read_func_scope): DW_AT_frame_base
4050 better handling of DW_AT_block*.
4051 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4052 better handling of DW_AT_block*.
4053 (read_common_block): DW_AT_location
4054 better handling of DW_AT_block*.
4055 (read_partial_die): DW_AT_location better handling
4056 of DW_AT_block*.
4057 (new_symbol): DW_AT_external better handling of
4058 DW_AT_block*. Proper initialization of variable
4059 "addr".
4060 (attr_form_is_block): New function that returns true
4061 if the attribute's form is of DW_FORM_block*.
4062
295401f7
DJ
40632002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4064
4065 * valops.c (find_method_list): Remove comment about
4066 removed STATIC_MEMFUNCP argument.
4067 (value_find_oload_method_list): Likewise.
4068
e42dc924
KB
40692002-07-12 Kevin Buettner <kevinb@redhat.com>
4070
4071 From Nicholas Duffek:
4072 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4073 target_new_objfile_hook.
4074
6904b546
KB
40752002-07-12 Kevin Buettner <kevinb@redhat.com>
4076
4077 From Nicholas Duffek:
4078 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4079 csect.
4080
53fe9346
AC
40812002-07-12 Andrew Cagney <cagney@redhat.com>
4082
4083 * MAINTAINERS: Mention --enable-sim-build-warnings.
4084 (m68hc11-elf): Disable sim build warnings.
4085 (m32r-elf): Mark as broken obsolete candidate.
4086 (x86_64-linux-gnu): Mark as buildable with -Werror.
4087 (arm-elf): Change -w to ``,'' which enables warnings but not
4088 -Werror.
4089
af5f3db6
AC
40902002-07-12 Andrew Cagney <ac131313@redhat.com>
4091
4092 * bcache.h: Update copyright.
4093 (struct bstring, struct bcache): Move definition to "bcache.c".
4094 Replaced by opaque declaration.
4095 (bcache_xfree): Replace free_bcache.
4096 (bcache_xmalloc, bcache_memory_used): Declare.
4097
4098 * bcache.c: Update copyright.
4099 (struct bstring, struct bcache): Moved to here from "bcache.h".
4100 Update comments.
4101 (bcache_xmalloc, bcache_memory_used): New functions.
4102 (bcache_xfree): Replace function free_bcache.
4103
4104 * Makefile.in (objfiles.o): Add $(bcache_h).
4105 (objfiles_h): Remove $(bcache_h).
4106 (symfile.o): Add $(bcache_h).
4107
4108 * symmisc.c: Update copyright.
4109 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4110 (print_objfile_statistics): Use bcache_memory_used.
4111
4112 * symfile.c: Include "bcache.h".
4113 (reread_symbols): Use bcache_xfree.
4114 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4115 (add_psymbol_to_list): Pass psymbol_cache by value.
4116 (add_psymbol_with_dem_name_to_list): Ditto.
4117
4118 * objfiles.h: Update copyright.
4119 (struct bcache): Declare opaque. Do not include "bcache.h".
4120 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4121 bcache'' pointers.
4122 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4123
4124 * objfiles.c: Include "bcache.h". Update copyright.
4125 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4126 macro_cache.
4127 (free_objfile): Use bcache_xfree.
4128
444199e7
GS
41292002-07-11 Grace Sainsbury <graces@redhat.com>
4130
4131 * monitor.c (monitor_fetch_register): Make name a constant.
4132 (monitor_store_register): Same.
4133
261397f8
DJ
41342002-07-11 Daniel Jacobowitz <drow@mvista.com>
4135
4136 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4137 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4138 (finish_block) For non-function blocks, hash the symbol table. For
4139 function blocks, mark the symbol table as unhashed.
4140 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4141 (msymbol_hash_iw): Likewise.
4142 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4143 value.
4144 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4145 (lookup_minimal_symbol): Likewise for both.
4146 * symtab.h (struct block): Add `hashtable' flag. Comment the
4147 hashtable.
4148 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4149 (ALL_BLOCK_SYMBOLS): Update.
4150 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4151 (struct symbol): Add `hash_next' pointer.
4152 * symtab.c (lookup_block_symbol): Search using the hash table when
4153 possible.
4154 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4155 (search_symbols, find_addr_symbol): Likewise.
4156
4157 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4158 (read_dst_symtab): Likewise.
4159 * jv-lang.c (get_java_class_symtab): Likewise.
4160 * mdebugread.c: Include "gdb_assert.h".
4161 (shrink_block): Assert that the block being modified is not hashed.
4162 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4163 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4164 symbols.
4165 (dump_symtab): Recognize hashed blocks.
4166 * printcmd.c (print_frame_args): Assert that function blocks do not
4167 have hashed symbol tables.
4168 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4169 (fill_in_ada_prototype, debug_print_block): Likewise.
4170 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4171
6f0eaa01
CV
41722002-07-11 Corinna Vinschen <vinschen@redhat.com>
4173
4174 * stack.c (print_frame): Use result of frame_address_in_block()
4175 instead of fi->pc when evaluating symbols.
4176 (backtrace_command_1): Ditto.
4177
a208b0cb
AC
41782002-07-11 Andrew Cagney <cagney@redhat.com>
4179
4180 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4181 Make static.
4182
4183 * arm-tdep.c (arm_register_name): Make return type constant.
4184
a6b6b089
AC
41852002-07-10 Andrew Cagney <ac131313@redhat.com>
4186
5ae5f592
AC
4187 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4188 prototype.
4189 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4190 * s390-tdep.c (s390_fp_regnum): Ditto.
4191 (s390_read_fp): Ditto.
4192 (s390_pop_frame): Ditto.
4193 (_initialize_s390_tdep): Ditto.
4194 * remote.c (get_remote_state): Ditto.
4195 * procfs.c (mappingflags): Ditto.
4196 * memattr.c (_initialize_mem): Ditto.
4197 * mcore-tdep.c (mcore_pop_frame): Ditto.
4198 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4199 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4200 * language.c (set_case_str): Ditto.
4201 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4202 * frv-tdep.c (new_variant): Ditto.
4203 (frv_stopped_data_address): Ditto.
4204 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4205 (context_alloc): Ditto.
4206 (frame_state_alloc): Ditto.
4207 (unwind_tmp_obstack_init): Ditto.
4208 (unwind_tmp_obstack_free): Ditto.
4209 (cfi_read_fp): Ditto.
4210 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4211 (cris_pop_frame): Ditto.
4212 * c-lang.c (scanning_macro_expansion): Ditto.
4213 (finished_macro_expansion): Ditto.
4214 (c_preprocess_and_parse): Ditto.
4215 * gdbarch.sh: Ditto.
4216 * gdbarch.h, gdbarch.c: Regenerate.
4217 * config/mn10200/tm-mn10200.h: Adjust indentation.
4218 * target.c: Adjust indentation.
4219 * symtab.h: Adjust indentation.
4220 * stabsread.h: Adjust indentation.
4221 * remote-es.c: Adjust indentation.
4222 * os9kread.c: Adjust indentation.
4223
42242002-07-10 Andrew Cagney <ac131313@redhat.com>
4225
a6b6b089
AC
4226 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4227 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4228
a1789893
GS
42292002-07-10 Grace Sainsbury <graces@redhat.com>
4230
4231 * NEWS: Mention m68k, mcore multi-arching.
4232 * MAINTAINERS: Change status of m68k, mcore to reflect
4233 multi-arching.
4234
02f0d45d
DJ
42352002-07-10 Daniel Jacobowitz <drow@mvista.com>
4236
4237 * valops.c (find_overload_match): Free oload_syms.
4238
f15f768e
JB
42392002-07-09 Joel Brobecker <brobecker@gnat.com>
4240
4241 Define HAVE_SYS_PROC_H if sys/proc.h exists
4242 * configure.in: Add check for sys/proc.h
4243 * config.in: Regenerate.
4244 * configure: Regenerate.
4245
902a7139
GS
42462002-07-09 Grace Sainsbury <graces@redhat.com>
4247
4248 * config/m68k/tm-m68k.h: Remove macros wrapped in
4249 #if !GDB_MULTI_ARCH.
4250
a534e424
AC
42512002-07-08 Andrew Cagney <ac131313@redhat.com>
4252
4253 * config.in, configure: Regenerate.
4254
9b94f7bf
MK
42552002-07-08 Mark Kettenis <kettenis@gnu.org>
4256
4257 * dwarf2cfi.c: Include "gcore.h".
4258 (execute_stack_op): Fix implementation of the
4259 DW_OP_deref and DW_OP_deref_size operators by letting do their
4260 lookup in the target.
4261
1d34db41
MK
42622002-07-07 Mark Kettenis <kettenis@gnu.org>
4263
4264 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4265 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4266 tdep->sc_sp_offset.
4267
79d5b63a
DJ
42682002-07-05 Daniel Jacobowitz <drow@mvista.com>
4269
4270 Fix PR gdb/595, gdb/602
4271 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4272 Don't call value_cast, just read the vtable pointer; update comments
4273 to match.
4274
3bb912e8
GS
42752002-07-05 Grace Sainsbury <graces@redhat.com>
4276
4277 * config/mcore/tm-mcore.h: Remove file.
4278 * config/mcore/mcore.mt: Remove definition of TM_FILE
4279 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4280
ca39387d
MK
42812002-07-05 Mark Kettenis <kettenis@gnu.org>
4282
4283 * i386bsd-tdep.c: Include "gdb_string.h".
4284
efdc1108
GS
42852002-07-04 Grace Sainsbury <graces@redhat.com>
4286
4287 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4288 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4289 mcore-tdep.
4290 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4291 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4292 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4293 (RETVAL_REGNUM): Move macros from tm-mcore.h
4294 (mcore_reg_struct_has_addr): New function.
4295 (mcore_gdbarch_init): Added initializations for the macros removed
4296 from tm-mcore.h.
4297
bb21884d
MK
42982002-07-04 Mark Kettenis <kettenis@gnu.org>
4299
4300 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4301 traditonal string branding within the ELF header.
4302
228c6d41
DJ
43032002-07-04 Daniel Jacobowitz <drow@mvista.com>
4304
4305 * symtab.c (remove_params): New function.
4306 (make_symbol_overload_list): Use it instead of cplus_demangle.
4307 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4308
2404952e
MK
43092002-07-04 Mark Kettenis <kettenis@gnu.org>
4310
e5e4acad
MK
4311 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4312
baadce09
MK
4313 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4314 New variables.
4315 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4316 and tdep->sigtramp_end.
4317 * i386obsd-nat.c: New file.
4318 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4319
2404952e
MK
4320 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4321 Don't call get_current_frame().
4322
9b4f1ba7
PM
43232002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4324
4325 * i386-nat.c (child_post_startup_inferior): New function
4326 calling i386_cleanup_dregs if
4327 I386_USE_GENERIC_WATCHPOINTS is defined.
4328 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4329 conditional to acknowledge that i386-nat.c has its
4330 own child_post_startup_inferior function.
4331
c0d1d883
MK
43322002-07-04 Mark Kettenis <kettenis@gnu.org>
4333
00f8375e
MK
4334 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4335 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4336 instead of MAX_REGISTER_RAW_SIZE.
4337 (i386_extract_return_value, i386_extract_struct_value_address):
4338 Convert to use regcache.
4339 (i386_gdbarch_init): Set max_register_raw_size and
4340 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4341 Set extract_return_value and extract_struct_value_address instead
4342 of their deprecated variants.
4343
c0d1d883
MK
4344 Convert i386 target to generic dummy frames.
4345 * i386-tdep.c: Include "symfile.h".
4346 (i386_frameless_signal_p): Consider a function to be frameless if
4347 the pc points at the first instruction of the function.
4348 (i386_frame_chain): Handle (generic) call dummies.
4349 (i386_frame_saved_pc): Likewise.
4350 (i386_frame_init_saved_regs): Remove code dealing with call
4351 dummies on the stack.
4352 (i386_push_dummy_frame): Removed.
4353 (i386_call_dummy_words): Removed.
4354 (i386_fix_call_dummy): Removed.
4355 (i386_push_return_address): New function.
4356 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4357 parameter, and don't call get_current_frame.
4358 (i386_pop_frame): New function.
4359 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4360 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4361 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4362 call_dummy_length to 0, set call_dummy_words to NULL, set
4363 sizeof_call_dummy_words to 0, set fix_call_dummy to
4364 generic_fix_call_dummy, set pc_in_call_dummy to
4365 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4366 generic_push_dummy_frame, set push_return_address to
4367 i386_push_return_address and set frame_chain_valid to
4368 generic_file_frame_chain_valid.
4369
049ee0e4
AC
43702002-07-03 Andrew Cagney <ac131313@redhat.com>
4371
4372 * gdbarch.sh (struct regcache): Add opaque declaration.
4373 (EXTRACT_RETURN_VALUE): New architecture method.
4374 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4375 * gdbarch.h, gdbarch.c: Regenerate.
4376 * arch-utils.c (legacy_extract_return_value): New function.
4377 * arch-utils.h (legacy_extract_return_value): Declare.
4378 * values.c (value_being_returned): Re-enable code handling
4379 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4380 deprecated_grub_regcache_for_registers call to block handling
4381 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4382 (EXTRACT_RETURN_VALUE): Do not define.
4383
4e0d9804
GS
43842002-07-03 Grace Sainsbury <graces@redhat.com>
4385
4386 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4387 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4388 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4389 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4390 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4391 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4392 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4393 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4394 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4395 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4396 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4397 argument so the function fits the prototype in the architecture
4398 vector.
4399 (mcore_pop_frame): Remove argument so the function fits the
4400 prototype. Use get_current_frame instead of the argument.
4401 (mcore_push_arguments): Change type of struct_return so the
4402 function can be used in the architecture vector.
4403 (mcore_store_struct_return): Add.
4404 (mcore_frame_init_saved_regs): Add.
4405 (mcore_gdbarch_init): Add function calls to replace the macros
4406 removed from tm-mcore.h
4407
36160dc4
AC
44082002-07-03 Andrew Cagney <ac131313@redhat.com>
4409
4410 * infcmd.c (print_return_value): Remove compatibility code calling
4411 deprecated_grub_regcache_for_registers.
4412
4413 * values.c: Include "regcache.h".
4414 (value_being_returned): Update. Use
4415 deprecated_grub_regcache_for_registers to extract the register
4416 buffer address.
4417 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4418 ``struct regcache''.
4419 * Makefile.in (values.o): Add dependency on $(regcache_h).
4420
4421 * inferior.h (run_stack_dummy): Change type of second parameter to
4422 a ``struct regcache''.
4423 * valops.c (hand_function_call): Change type of retbuf to ``struct
4424 regcache''. Allocate using regcache_xmalloc, clean using
4425 make_cleanup_regcache_xfree.
4426 * infcmd.c (run_stack_dummy): Update. Use
4427 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4428
4429 * regcache.c (do_regcache_xfree): New function.
4430 (make_cleanup_regcache_xfree): New function.
4431 * regcache.h (make_cleanup_regcache_xfree): Declare.
4432
e64d9b3d
MH
44332002-07-03 Martin M. Hunt <hunt@redhat.com>
4434
4dd79c29
MH
4435 * event-top.c (command_line_handler): Don't read past
4436 beginning of buffer.
e64d9b3d 4437
4dd79c29
MH
44382002-07-03 Martin M. Hunt <hunt@redhat.com>
4439
e64d9b3d
MH
4440 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4441 struct frame_id.
4442 (varobj_create): Store frame_id for root.
4443 (varobj_gen_name): Use xasprintf.
4444 (varobj_update): Save and restore frame using get_frame_id() and
4445 frame_find_by_id().
4446 (create_child): Use xasprintf.
4447 (new_root_variable): Initialize frame_id.
4448 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4449 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4450 to prevent memory leak.
4451
26e6c56a
AC
44522002-07-03 Andrew Cagney <ac131313@redhat.com>
4453
4454 * valops.c (hand_function_call): Move declaration of retbuf to
4455 start of function, allocate using malloc, add a cleanup but before
4456 the inf_status cleanup, cleanup the buffer. Rename local variable
4457 old_chain to inf_status_cleanup.
4458
f436dd25
MH
44592002-07-03 Martin M. Hunt <hunt@redhat.com>
4460
4461 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4462
4463 * cli/cli-decode.c (cmd_func_p): New function.
4464 (cmd_func): New function.
4465
4466 * command.h: Add cmd_func() and cmd_func_p().
4467
4cfe2084
GS
44682002-07-03 Grace Sainsbury <graces@redhat.com>
4469
4470 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4471 (REGISTER_SIZE): Remove.
4472 (MAX_REGISTER_RAW_SIZE): Remove.
4473 (REGISTER_VIRTUAL_TYPE): Remove.
4474 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4475 (REGISTER_NAME): Remove.
4476 (USE_GENERIC_DUMMY_FRAMES): Remove.
4477 (CALL_DUMMY): Remove.
4478 (CALL_DUMMY_START_OFFSET): Remove.
4479 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4480 (CALL_DUMMY_LOCATION): Remove.
4481 (FIX_CALL_DUMMY): Remove.
4482 (CALL_DUMMY_ADDRESS): Remove.
4483 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4484 (SAVE_DUMMY_FRAME_TOS): Remove.
4485 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4486 (mcore_register_virtual_type): New function.
4487 (mcore_register_byte): New function.
4488 (mcore_register_size): New function.
4489 (mcore_register_name): New function.
4490 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4491 macros removed from tm-mcore.h.
4492 (mcore_dump_tdep): Add.
4493 (_initialize_mcore_tdep): Add gdbarch_register call.
4494
4fd667e9
MK
44952002-07-03 Mark Kettenis <kettenis@gnu.org>
4496
4497 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4498 frameless_look_for_prologue, such that we actually call this
4499 function.
4500
42f99ac2
JB
45012002-07-02 Joel Brobecker <brobecker@gnat.com>
4502
4503 * frame.h (frame_address_in_block): New function.
4504
4505 * blockframe.c (frame_address_in_block): New function extracted
4506 from get_frame_block().
4507 (get_frame_block): Use frame_address_in_block().
4508 (block_innermost_frame): Use frame_address_in_block() to match
4509 the frame pc address against the block boundaries rather than
4510 the frame pc directly. This prevents a failure when a frame pc
4511 is actually a return-address pointing immediately after the end
4512 of the given block.
4513
103a1597 45142002-07-02 Grace Sainsbury <graces@redhat.com>
83b4a0fe
GS
4515
4516 * MAINTAINERS: Add self under write after approval.
4517
45182002-07-02 Grace Sainsbury <graces@redhat.com>
4519
103a1597
GS
4520 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4521 used in architecture vector. The default is
4522 m68k_local_breakpoint_from_pc.
4523 (m68k_local_breakpoint_from_pc): Add.
4524 (enum): Add register numbers from tm-m68k.h.
4525 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4526 vector.
4527 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4528 GDB_MULTI_ARCH_PARTIAL.
4529 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4530 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4531 m68k-tdep.c.
4532 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4533 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4534 to enum in m68k-tdep.c
4535
7a5a0534
JB
45362002-07-02 Joel Brobecker <brobecker@gnat.com>
4537
4538 * solib-osf.c (open_map): Compute the list of shared libraries
4539 loaded by the inferior, rather than the list of libraries loaded
4540 by GDB itself. Otherwise, GDB ends up reading the symbols from
4541 the wrong shared libraries...
4542
6f558d74
MK
45432002-07-02 Mark Kettenis <kettenis@gnu.org>
4544
b7d15bf7
MK
4545 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4546 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4547 macros.
4548 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4549 Remove functions.
4550 (FRAMELESS_SIGNAL): Remove function.
4551 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4552 i386_linux_saved_pc_after_call): Removed.
4553 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4554 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4555 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4556
6bff26de
MK
4557 * i386-tdep.c (i386_frameless_signal_p): New function.
4558 (i386_frame_chain): Deal with frameless signals.
4559 (i386_sigtramp_saved_sp): New function.
4560 (i386_frame_saved_pc): Deal with frameless signals.
4561 (i386_saved_pc_after_call): Make sure the correct value is
4562 returned just after entry into a sigtramp.
4563 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4564 i386fbsd4_sc_sp_offset): New variables.
4565 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4566 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4567 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4568 similiar to what we already did for sc_pc_offset.
4569 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4570 tdep->sc_sp_offset.
4571
6f558d74
MK
4572 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4573
145564b7
ML
45742002-07-02 Michal Ludvig <mludvig@suse.cz>
4575
4576 * config/i386/tm-x86-64linux.h: New.
4577 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4578 definitions.
4579 * config/i386/nm-x86-64.h: Rename to ...
4580 * config/i386/nm-x86-64linux.h: ... this one.
4581 * config/i386/x86-64linux.mh: Reflect the above change.
4582
3a1e71e3
MK
45832002-07-01 Mark Kettenis <kettenis@gnu.org>
4584
21d0e8a4
MK
4585 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4586 with sigcontext_addr. Add sc_sp_offset.
4587 (i386bsd_sigtramp_saved_pc): Remove prototype.
4588 (i386bsd_sicontext_addr): Add prototype.
4589 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4590 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4591 (i386_svr4_sigtramp_saved_pc): Removed.
4592 (i386_svr4_sigcontext_addr): New function.
4593 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4594 Initialize tdep->sigcontext_addr instead. Initialize
4595 tdep->sc_pc_offset and tdep->sc_sp_offset.
4596 (i386_gdbarch_init): Likewise.
4597 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4598 any more.
4599 (i386bsd_sigtramp_saved_pc): Remove function.
4600 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4601 Initialize tdep->sigcontext_addr instead. Initialize
4602 tdep->sc_pc_offset.
4603 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4604 of tdep->sigtramp_saved_pc.
4605 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4606 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4607 instead.
4608
3a1e71e3
MK
4609 * i386-tdep.c (i386_frameless_function_invocation,
4610 i386_frame_num_args, i386_frame_init_saved_regs,
4611 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4612 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4613 i386_extract_return_value, i386_store_return_value,
4614 i386_extract_struct_value_address, i386_register_virtual_type,
4615 i386_register_convertible, i386_register_convert_to_virtual,
4616 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4617 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4618 static.
4619
52e9098c
MK
46202002-07-01 Mark Kettenis <kettenis@gnu.org>
4621
77b13a25
MK
4622 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4623
52e9098c
MK
4624 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4625 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4626 this macro. Include "value.h".
4627
1b372fff
AS
46282002-06-30 Aidan Skinner <aidan@velvet.net>
4629
4630 * ada-exp.tab.c: remove as it's a generated file
4631 * ada-lex.c: remove as it's a generated file
4632
9c5045b5
MK
46332002-06-30 Mark Kettenis <kettenis@gnu.org>
4634
4a93c5bb
MK
4635 * config/i386/tm-i386.h (struct frame_info, struct
4636 frame_saved_regs, struct value, struct type): Remove forward
4637 declarations.
4638
322d4fe0
MK
4639 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4640 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4641 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4642 (FILL_FPXREGSET): Define.
4643
fdd8263d
MK
4644 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4645
482e577b
MK
4646 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4647 i[3456]86-*-netbsd* case.
4648 * config/i386/tm-obsd.h: Removed.
4649 * config/i386/obsd.mt: Removed.
4650 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4651 core-aout.o.
4652 (MH_CFLAGS): Add -DYYDEBUG=0.
4653
6916549a
MK
4654 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4655 i386nbsd_sc_pc_offset on OpenBSD too.
4656
9c5045b5
MK
4657 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4658 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4659 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4660 define.
4661 * i386bsd-tdep.c: Include "arch-utils.h".
4662 (i386bsd_aout_in_solib_call_trampoline): New function.
4663 (i386bsd_init_abi): Set in_solib_call_trampoline to
4664 i386bsd_aout_in_solib_call_trampoline.
4665 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4666 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4667
aa84d1bb
AC
46682002-06-28 Andrew Cagney <ac131313@redhat.com>
4669
4670 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4671 (struct obstack, struct bcache): Add opaque declarations.
4672 * Makefile.in (macrotab_h): Update
4673
b4d83933
AC
46742002-06-28 Andrew Cagney <ac131313@redhat.com>
4675
4676 * blockframe.c (generic_find_dummy_frame): Change return type to
4677 ``struct regcache''.
4678 (struct dummy_frame): Replace field ``registers'' with regcache, a
4679 struct regcache object.
4680 (generic_find_dummy_frame): Update.
4681 (generic_push_dummy_frame): Update. Use regcache_xfree,
4682 regcache_xmalloc and regcache_cpy.
4683 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4684 regcache_xfree.
4685 (deprecated_generic_find_dummy_frame): Update.
4686 (generic_read_register_dummy): Update. Use
4687 regcache_read_as_address.
4688 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4689 (generic_get_saved_register): Update. Use regcache_read.
4690
08c0b5bc
AC
46912002-06-28 Andrew Cagney <ac131313@redhat.com>
4692
4693 * Makefile.in (objfiles_h): Add $(bcache_h).
4694 * objfiles.h: Include "bcache.h".
4695
4696 * Makefile.in (symtab_h): Remove $(bcache_h).
4697 * symtab.h: Do not include "bcache.h".
4698
1f89801a
AC
46992002-06-28 Andrew Cagney <ac131313@redhat.com>
4700
4701 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4702 generic_func_frame_chain_valid.
4703
b9644b58
DB
47042002-06-28 David O'Brien <obrien@FreeBSD.org>
4705
4706 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4707 * config/i386/tm-fbsd.h: Likewise.
4708
dd486634
AC
47092002-06-28 Andrew Cagney <ac131313@redhat.com>
4710
4711 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4712 generic_unwind_get_saved_register.
4713
0b434a00
AC
47142002-06-27 Andrew Cagney <ac131313@redhat.com>
4715
4716 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4717 * regcache.c (supply_register): Add missing argument to
4718 register_buffer call.
4719
f30e5a77
AC
47202002-06-27 Andrew Cagney <ac131313@redhat.com>
4721
4722 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4723 Solaris /bin/grep does not not like it. From Peter Schauer.
4724
9f064c95
TT
47252002-06-26 Tom Tromey <tromey@redhat.com>
4726
4727 * command.h (add_setshow_cmd): Declare.
4728 (add_setshow_cmd_full): Declare.
4729 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4730 returns void. Use add_setshow_cmd_full.
4731 (add_setshow_cmd_full): New function.
4732 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4733 (add_setshow_boolean_cmd): Likewise.
4734
099c7589
JT
47352002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4736
4737 * config/vax/tm-vax.h: Protect from multiple inclusion.
4738 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4739 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4740 * config/vax/tm-vaxbsd.h: ...here. New file.
4741 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4742
1d049c5e
JT
47432002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4744
4745 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4746 (BELIEVE_PCC_PROMOTION): Remove.
4747 (AP_REGNUM): Move to...
4748 * config/vax/nm-vax.h: ...here.
4749 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4750 (vax_breakpoint_from_pc): New function.
4751 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4752 and gdbarch_believe_pcc_promotion.
4753
4791e091
JT
47542002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4755
4756 * Makefile.in (vax_tdep_h): Define.
4757 (vax-tdep.o): Use $(vax_tdep_h).
4758 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4759 (vax_dump_tdep): New function.
4760 (_initialize_vax_tdep): Register vax_dump_tdep.
4761 * vax-tdep.h: Include osabi.h.
4762 (struct gdbarch_tdep): New.
4763
da130f98
AC
47642002-06-26 Andrew Cagney <cagney@redhat.com>
4765
4766 * frame.h (deprecated_generic_find_dummy_frame): Rename
4767 generic_find_dummy_frame.
4768 * blockframe.c (generic_find_dummy_frame): Make static.
4769 (deprecated_generic_find_dummy_frame): New function.
4770 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4771 generic_find_dummy_frame with deprecated_find_dummy_frame.
4772 (sh64_nofp_frame_init_saved_regs): Ditto.
4773 (sh_fp_frame_init_saved_regs): Ditto.
4774 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4775 (s390_frame_chain): Ditto.
4776 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4777
6300c360
GS
47782002-06-26 Grace Sainsbury <graces@redhat.com>
4779
4780 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4781 gdbarch vector are at the top.
4782 (NUM_REGS): Remove.
4783 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4784 (FRAME_ARGS_ADDRESS): Remove.
4785 (FRAME_LOCALS_ADDRESS): Remove.
4786 (FRAME_NUM_ARGS): Remove.
4787 (FRAME_ARGS_SKIP): Remove.
4788 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4789 (m68k_gdbarch_init): Add gdbarch initializations for macros
4790 undefined in tm-m68k.h
4791
1c617db8
GS
47922002-06-26 Grace Sainsbury <graces@redhat.com>
4793
4794 * monitor.h: Add the function regname to monitor_ops
4795 structure. This way NUM_REGS does not have to be a constant.
4796 * monitor.c (monitor_fetch_register): Added support for regname
4797 function. The function is called if the array regnames is NULL.
4798 (monitor_store_register): Same.
da130f98
AC
4799 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4800 regnames array.
1c617db8
GS
4801 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4802 cpu32bug_cmds.regname to point to new function.
4803 * abug-rom.c (abug_regname): Same as above.
4804 (init_abug_cmds): Same.
4805 * dbug-rom.c (dbug_regname): Same as above.
4806 (init_dbug_cmds): Same.
4807 * remote-est.c (est_regname): Same.
4808 (init_est_cmds): Same.
4809 * rom68k-rom.c (rom68k_regname): Same.
4810 (init_rom68k_cmds): Same.
4811
ea9365bb
TT
48122002-06-25 Tom Tromey <tromey@redhat.com>
4813
4814 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4815
72cec141
AC
48162002-06-25 Andrew Cagney <cagney@redhat.com>
4817
4818 * infrun.c (stop_registers): Change variable's type to ``struct
4819 regcache'''.
4820 (xmalloc_inferior_status): Delete function.
4821 (free_inferior_status): Delete function.
4822 (normal_stop): Use regcache_cpy.
4823 (struct inferior_status): Change type of fields ``stop_registers''
4824 and ``registers'' to ``struct regcache''.
4825 (write_inferior_status_register): Use regcache_write.
4826 (save_inferior_status): Instead of calling
4827 xmalloc_inferior_status, allocate the inf_status buffer directly.
4828 Use regcache_dup_no_passthrough and regcache_dup to save the
4829 buffers.
4830 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4831 Replace the stop_registers regcache instead of overriding it. Use
4832 regcache_xfree. Instead of calling free_inferior_status, xfree
4833 the buffer directly.
4834 (discard_inferior_status): Use regcache_xfree. Instead of calling
4835 free_inferior_status, xfree the buffer directly.
4836 (build_infrun): Use regcache_xmalloc.
4837 (_initialize_infrun): Delete redundant call to build_infrun.
4838
4839 * Makefile.in (infcmd.o): Add $(regcache_h).
4840
4841 * infcmd.c: Include "regcache.h".
4842 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4843 obtain the address of `stop_registers' register buffer.
4844 (print_return_value): Ditto.
4845
4846 * inferior.h (struct regcache): Add opaque declaration.
4847 (stop_registers): Change variable's declared type to ``struct
4848 regcache''.
4849
defc6f8c
TT
48502002-06-24 Tom Tromey <tromey@redhat.com>
4851
c0e624e7
TT
4852 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4853 * target.c (initialize_targets): Fixed typo in
4854 trust-readonly-sections `show' documentation.
4855
defc6f8c
TT
4856 * main.c: Marked all strings with _().
4857
2b236d82
DH
48582002-06-24 Don Howard <dhoward@redhat.com>
4859
4860 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4861 that means max CORE_ADDR+1.
4862 (lookup_mem_region): Ditto.
4863 (mem_info_command): Ditto.
4864
942dc0e9
GS
48652002-06-24 Grace Sainsbury <graces@redhat.com>
4866
4867 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4868 (REGISTER_BYTES_OK): Remove.
4869 (REGISTER_BYTES): Remove.
4870 (STORE_STRUCT_RETURN): Remove.
4871 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4872 (STORE_RETURN_VALUE): Remove.
4873 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4874 (FRAME_CHAIN): Remove.
4875 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4876 (FRAME_SAVED_PC): Remove.
4877 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4878 (m68k_store_struct_return): Add.
4879 (m68k_deprecated_extract_return_value): Add.
4880 (m68k_deprecated_extract_struct_value_address): Add.
4881 (m68k_store_return_value): Add.
4882 (m68k_frame_chain): Add.
4883 (m68k_frameless_function_invocation): Add.
4884 (m68k_frame_saved_pc): Add.
4885 (m68k_gdbarch_init): added set_gdbarch calls for new
4886 functions and deleted macros.
4887
03c30d4d
TT
48882002-06-23 Tom Tromey <tromey@redhat.com>
4889
4890 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4891 (ALLDEPFILES): Likewise.
4892 (udiheaders): Removed.
4893 (udip2soc.o): Likewise.
4894 (udi2go32.o): Likewise.
4895 (udr.o): Likewise.
4896 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4897
37e71372
AC
48982002-06-22 Andrew Cagney <ac131313@redhat.com>
4899
06a6ac57
AC
4900 * infrun.c (_initialize_infrun): Delete unnecessary call to
4901 build_infrun.
4902
37e71372
AC
4903 * regcache.h: Update comments describing the regcache_cpy family
4904 of functions.
4905 (regcache_save, regcache_restore): Delete declaration.
4906 (regcache_save_no_passthrough): Delete declaration.
4907 (regcache_restore_no_passthrough): Delete declaration.
4908 * regcache.c (regcache_save): Delete function.
4909 (regcache_save_no_passthrough): Delete function.
4910 (regcache_restore): Delete function.
4911 (regcache_restore_no_passthrough): Delete function.
4912
78f6d055
AC
49132002-06-21 Andrew Cagney <ac131313@redhat.com>
4914
4915 * config/m68k/tm-m68k.h: Fix typo.
4916 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4917 (m68k_frame_init_saved_regs): Declare.
4918
78b119cb
JB
49192002-06-21 Jim Blandy <jimb@redhat.com>
4920
4921 Remove some vestiges of Harris 88k support.
4922 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4923 register numbering quirk.
4924 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4925 odd symbols occurring in Harris 88k ELF targets.
4926
0fbb3da7
TT
49272002-06-21 Tom Tromey <tromey@redhat.com>
4928
4929 * gdb_locale.h: New file.
4930 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4931 (defs_h): Added gdb_locale.h.
4932 * configure, config.in: Rebuilt.
4933 * configure.in (PACKAGE): Define.
4934 * defs.h: Include gdb_locale.h.
4935 * main.c (captured_main): Call setlocale, bindtextdomain,
4936 textdomain.
4937
456f8b9d
DB
49382002-06-21 Dave Brolley <brolley@redhat.com>
4939
4940 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4941 * config/frv/frv.mt: New file.
4942 * config/frv/tm-frv.h: New file.
4943 * configure.tgt: Support frv-*-*.
4944 * Makefile.in (frv-tdep.o): New target.
4945 * frv-tdep.c: New file.
4946 * NEWS: Mention frv.
4947
cdd463f9
DB
49482002-06-21 Dave Brolley <brolley@redhat.com>
4949
4950 * MAINTAINERS: Add self to "Write After Approval" list.
4951
5d3ed2e3
GS
49522002-06-21 Grace Sainsbury <graces@redhat.com>
4953
4954 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4955 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4956 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4957 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4958 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4959
4960 * m68k-tdep.c: Include arch-utils.h
4961 (m68k_register_raw_size): Add.
4962 (m68k_register_virtual_size): Add.
4963 (m68k_register_virtual_type): Add.
4964 (m68k_register_name): Add.
4965 (m68k_stack_align): Add.
4966 (m68k_register_byte): Add.
4967 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
4968 tm-m68k.h.
4969
7f8e7424
GS
49702002-06-21 Grace Sainsbury <graces@redhat.com>
4971
a2c6a6d5 4972 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
7f8e7424
GS
4973 m68k_find_saved_regs.
4974 (m68k_pop_frame): Removed saved_regs structure, and replaced
5d3ed2e3 4975 references to it with frame->saved_regs.
7f8e7424
GS
4976 (m68k_gdbarch_init): Added function calls to initialize the
4977 gdbarch structure.
a2c6a6d5
GS
4978 (m68k_fix_call_dummy): Add.
4979 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
4980 (CALL_DUMMY): Remove.
4981 (CALL_DUMMY_LENGTH): Remove.
4982 (CALL_DUMMY_START_OFFSET): Remove.
4983 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4984 (FIX_CALL_DUMMY): Remove.
4985 (PUSH_DUMMY_FRAME): Remove.
4986 (POP_FRAME): Remove.
7f8e7424 4987
f461f5cf
PM
49882002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
4989
4990 * parse.c (parse_fprintf): New function used to avoid calls to
4991 fprintf in bison parser generated debug code.
4992 * parser-defs.h: Declaration of new parse_fprintf function.
4993 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
4994 Set YYDEBUG to 1 by default.
4995 Set YYFPRINTF as parse_fprintf.
4996
7f0c12ed
ML
49972002-06-21 Michal Ludvig <mludvig@suse.cz>
4998
4999 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5000 encoding anymore.
5001 (pointer_encoding, enum ptr_encoding): New.
5002 (execute_cfa_program): Take care about pointer encoding.
5003 (dwarf2_build_frame_info): Only call parse_frame_info for
5004 .debug_frame and .eh_frame.
5005 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5006 fixed augmentation handling, added relative addressing,
5007 ignore duplicate FDEs. Added comments.
19d833a2 5008 * dwarf2cfi.c: Reindented.
7f0c12ed 5009
87c4a039
EZ
50102002-06-20 Elena Zannoni <ezannoni@redhat.com>
5011
5012 * event-top.c (command_handler): Don't use space_at_cmd_start
5013 unless there is sbrk() on the host. Assign time and space data
5014 to union fields of the appropriate length.
5015
1cf877ad
ML
50162002-06-20 Michal Ludvig <mludvig@suse.cz>
5017
5018 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5019 x86_64_register_name. Return type changed to 'const char *'.
5020 (x86_64_register_name2nr): Rename to x86_64_register_number.
5021 (x86_64_gdbarch_init): Update to reflect the change.
5022 * x86-64-tdep.h: Ditto.
5023 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5024 (supply_fpregset): Ditto.
5025
3fadccb3
AC
50262002-06-19 Andrew Cagney <cagney@redhat.com>
5027
5028 * regcache.h: Update copyright.
5029 (struct regcache, struct gdbarch): Add opaque declarations.
5030 (current_regcache): Declare global variable.
5031 (regcache_read, regcache_write): Add gdbarch parameter.
5032 (regcache_save, regcache_save_no_passthrough)
5033 (regcache_restore, regcache_restore_no_passthrough)
5034 (regcache_dup, regcache_dup_no_passthrough)
5035 (regcache_cpy, regcache_cpy_no_passthrough)
5036 (deprecated_grub_regcache_for_registers)
5037 (deprecated_grub_regcache_for_register_valid)
5038 (regcache_valid_p): Add function declarations.
5039
5040 * regcache.c: Update copyright.
5041 (regcache_descr_handle): New global variable.
5042 (struct regcache_descr): Define.
5043 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5044 (regcache_descr, xfree_regcache_descr): New functions.
5045 (struct regcache): Define.
5046 (regcache_xmalloc, regcache_xfree): New functions.
5047 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5048 (regcache_dup, regcache_dup_no_passthrough): New functions.
5049 (regcache_valid_p, regcache_read_as_address): New functions.
5050 (deprecated_grub_regcache_for_registers): New function.
5051 (deprecated_grub_regcache_for_register_valid): New function.
5052 (current_regcache): New global variable.
5053 (register_buffer): Add regcache parameter. Update calls.
5054 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5055 (read_register_gen, write_register_gen): Update register_buffer
5056 call. Test for legacy_p instead of gdbarch_register_read_p or
5057 gdbarch_register_write_p.
5058 (regcache_collect): Update register_buffer call.
5059 (build_regcache): Rewrite. Use deprecated grub functions.
5060 (regcache_save, regcache_save_no_passthrough): New functions.
5061 (regcache_restore, regcache_restore_no_passthrough): New
5062 functions.
5063 (_initialize_regcache): Create the regcache_data_handle. Swap
5064 current_regcache global variable.
5065
5066 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5067 parameter to regcache_read and regcache_write calls.
5068 (sh4_register_read): Ditto.
5069 (sh64_pseudo_register_read): Ditto.
5070 (sh64_register_read): Ditto.
5071 (sh_pseudo_register_write): Ditto.
5072 (sh4_register_write): Ditto.
5073 (sh64_pseudo_register_write): Ditto.
5074 (sh64_register_write): Ditto.
5075
5076 * defs.h (XCALLOC): Define.
5077
152d9db6
GS
50782002-06-19 Grace Sainsbury <graces@redhat.com>
5079
5080 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5081 * m68k-tdep.c (m68k_gdbarch_init): Added.
5082 (m68k_dump_tdep): Added.
5083
170911c7
DJ
50842002-06-19 Daniel Jacobowitz <drow@mvista.com>
5085
5086 * ada-lang.c (fill_in_ada_prototype): Update comment.
5087
2e4ebe70
DJ
50882002-06-19 Daniel Jacobowitz <drow@mvista.com>
5089
5090 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5091 MIPS_ABI_LAST.
5092 (mips_abi_string, mips_abi_strings): New.
5093 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5094 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5095 tdep->mips_abi_string. Honor mips_abi_string. Default to
5096 O32 if no ABI is found.
5097 (mips_dump_tdep): Use mips_abi_strings.
5098 (mips_abi_update): New function.
5099 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5100 ``set mips abi'' and ``show mips abi''. Check the size of
5101 mips_abi_strings.
5102
16775908
AC
51032002-06-19 Andrew Cagney <cagney@redhat.com>
5104
5105 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5106 constant.
5107
5051bfa4 51082002-06-18 Joel Brobecker <brobecker@gnat.com>
16775908 5109
5051bfa4
JB
5110 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5111 current frame using only the first stack size adjustment. All
5112 subsequent size adjustments are not considered to be part of
5113 the "static" part of the current frame.
5114 Compute the address of the saved registers relative to the
5115 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5116 in use in this frame.
5117
56468235
DH
51182002-06-18 Don Howard <dhoward@redhat.com>
5119
5120 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5121 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5122 suggesting this solution.
5123
0b624158
AC
51242002-06-18 Andrew Cagney <ac131313@redhat.com>
5125
5126 * config/romp/xm-rtbsd.h: Delete file.
5127 * config/romp/rtbsd.mh: Delete file.
5128
221ea385
KS
51292002-06-18 Keith Seitz <keiths@redhat.com>
5130
5131 * breakpoint.c (condition_command): Post breakpoint_modify
5132 when a condition is added to an existing breakpoint.
5133 (commands_command): Likewise for commands.
5134 (set_ignore_count): Likewise for ignore counts.
5135 If no tty, do not simply return, still need to send event
5136 notification.
5137 (ignore_command): Only print a newline if the command came
5138 from a tty.
5139 Don't call breakpoints_changed, since this is now properly
5140 handled by set_ignore_count.
5141
5402eed1
AC
51422002-06-18 Andrew Cagney <cagney@redhat.com>
5143
5144 * MAINTAINERS: Note that cris-elf target can be compiled with
5145 -Werror.
5146 * cris-tdep.c (cris_register_name): Make return type constant.
5147 (cris_breakpoint_from_pc): Ditto.
5148
cc22880b
ML
51492002-06-18 Michal Ludvig <mludvig@suse.cz>
5150
5151 * frame.h (struct frame_info): Change type of context to
5152 'struct context'.
5153
fa88f677
AC
51542002-06-17 Andrew Cagney <cagney@redhat.com>
5155
5156 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5157 pointer.
5158 * gdbarch.h, gdbarch.c: Regenerate.
5159 * config/mips/tm-mips.h (mips_register_name): Update.
5160 * i386-tdep.h (i386_register_name): Update.
5161 * mips-tdep.c (mips_register_name): Update
5162 * alpha-tdep.c (alpha_register_name): Update.
5163 * arch-utils.c (legacy_register_name): Update.
5164 * arch-utils.h (legacy_register_name): Update.
5165 * avr-tdep.c (avr_register_name): Update.
5166 * ia64-tdep.c (ia64_register_name): Update.
5167 * i386-tdep.c (i386_register_name): Update.
5168 * sparc-tdep.c (sparc32_register_name): Update.
5169 (sparc64_register_name): Update.
5170 (sparclite_register_name): Update.
5171 (sparclet_register_name): Update.
5172 * sh-tdep.c (sh_generic_register_name): Update.
5173 (sh_sh_register_name): Update.
5174 (sh_sh3_register_name): Update.
5175 (sh_sh3e_register_name): Update.
5176 (sh_sh_dsp_register_name): Update.
5177 (sh_sh3_dsp_register_name): Update.
5178 (sh_sh4_register_name): Update.
5179 (sh_sh64_register_name): Update.
5180 * s390-tdep.c (s390_register_name): Update.
5181 * rs6000-tdep.c (rs6000_register_name): Update.
5182 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5183 (ns32k_register_name_32382): Update.
5184 * d10v-tdep.c (d10v_ts2_register_name): Update.
5185 (d10v_ts3_register_name): Update.
5186 * xstormy16-tdep.c (xstormy16_register_name): Update.
5187 * vax-tdep.c (vax_register_name): Update.
5188 * v850-tdep.c (v850_register_name): Update.
5189 * m68hc11-tdep.c (m68hc11_register_name): Update.
5190 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5191 (am33_register_name): Update.
5192
ea1e7ef6
GS
51932002-06-17 Grace Sainsbury <graces@redhat.com>
5194
5195 * m68k-tdep.c: Reindented.
5196
9b02dd1b
AC
51972002-06-17 Andrew Cagney <ac131313@redhat.com>
5198
5199 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5200 list of predefined types.
5201
8758dec1
MK
52022002-06-16 Mark Kettenis <kettenis@gnu.org>
5203
b6197528
MK
5204 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5205 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5206 REGISTER_CONVERT_TO_RAW): Remove defines.
5207 (i386_register_virtual_type, i386_register_convertible,
5208 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5209 Remove prototypes.
5210 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5211 macros mentioned above.
5212
82b47e62
MK
5213 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5214 (i386lynx_saved_pc_after_call): Remove prototype.
5215 * i386ly-tdep.c: Include "i386-tdep.h".
5216 (i386lynx_saved_pc_after_call): Make static. Use
5217 read_memory_nobpt instead of read_memory. Use
5218 read_memory_unsigned_integer instead of read_memory_integer.
5219 (i386lynx_init_abi): New function.
5220 (i386lynx_coff_osabi_sniffer): New function.
5221 (_initialize_i386bsd_tdep): New function.
5222
8758dec1
MK
5223 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5224 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5225 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5226 (i386_fix_call_dummy): Remove prototype.
5227 * i386-tdep.c (i386_call_dummy_words): New variable.
5228 (i386_gdbarch_init): Adjust for removal of the
5229 macros mentioned above.
5230
e9e68a56
AC
52312002-06-15 Andrew Cagney <ac131313@redhat.com>
5232
5233 * command.h (add_setshow_auto_boolean_cmd): Replace
5234 add_set_auto_boolean_cmd.
5235 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5236 add_set_auto_boolean_cmd.
5237 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5238 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5239 mask-address'' command.
5240 (show_mask_address): Add cmd parameter.
5241 * remote.c (add_packet_config_cmd): Update. Change type of
5242 set_func and show_func to cmd_sfunc_ftype.
5243 (_initialize_remote): Update `set remote Z-packet'
5244 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5245 (show_remote_protocol_e_packet_cmd): Ditto.
5246 (show_remote_protocol_E_packet_cmd): Ditto.
5247 (show_remote_protocol_P_packet_cmd): Ditto.
5248 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5249 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5250 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5251 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5252 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5253 (show_remote_protocol_Z_packet_cmd): Ditto.
5254 (show_remote_protocol_binary_download_cmd): Ditto.
5255 (show_remote_cmd): Pass NULL to all of above.
5256
fc08ec52
MK
52572002-06-15 Mark Kettenis <kettenis@gnu.org>
5258
5259 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5260 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5261 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5262 POP_FRAME): Remove defines.
5263 (i386_push_arguments, i386_store_struct_return,
5264 i386_extract_return_value, i386_store_return_value,
5265 i386_extract_struct_value_address, i386_push_dummy_frame,
5266 i386_pop_frame): Renove prototypes.
5267 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5268 macros mentioned above.
5269
e707bbc2
AC
52702002-06-15 Andrew Cagney <ac131313@redhat.com>
5271
5272 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5273 add_set_boolean_cmd.
5274 (add_setshow_cmd): New function.
5275 * command.h (add_setshow_boolean_cmd): Replace
5276 add_set_boolean_cmd.
5277 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5278 and ``set rdiromatzero''.
5279 * maint.c (_initialize_maint_cmds): Update commented out code.
5280 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5281 * target.c (initialize_targets): Update `set
5282 trust-readonly-sections'.
5283 * remote.c (_initialize_remote): Update `set remotebreak'.
5284
42fdc8df
MK
52852002-06-15 Mark Kettenis <kettenis@gnu.org>
5286
93924b6b
MK
5287 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5288 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5289 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5290 fit into multi-arch framework.
5291 (i386_breakpoint_from_pc): New function.
5292 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5293 above.
5294
42fdc8df
MK
5295 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5296 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5297 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5298 (i386_frameless_function_invocation, i386_frame_num_args,
5299 i386_frame_init_saved_regs): Remove prototypes.
5300 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5301 macros mentioned above.
5302
9773a94b
AC
53032002-06-15 Andrew Cagney <ac131313@redhat.com>
5304
5305 * cli/cli-decode.c (set_cmd_cfunc): Update.
5306 (set_cmd_sfunc): Update.
5307 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5308 (set_cmd_sfunc, set_cmd_cfunc): Update.
5309 * cli/cli-decode.h: Update.
5310
6e157172
MK
53112002-06-15 Mark Kettenis <kettenis@gnu.org>
5312
5313 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5314 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5315
7f19b9a2
AC
53162002-06-15 Andrew Cagney <ac131313@redhat.com>
5317
5318 * defs.h (auto_boolean): Declare enum.
5319 * command.h (cmd_auto_boolean): Delete enum.
5320 * mips-tdep.c (mask_address_var): Update.
5321 (mips_mask_address_p): Update.
5322 (show_mask_address): Update.
5323 * remote.c (struct packet_config): Update.
5324 (update_packet_config): Update.
5325 (show_packet_config_cmd): Update.
5326 (packet_ok): Update.
5327 (add_packet_config_cmd): Update.
5328 (_initialize_remote):
5329 * command.h: Update.
5330 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5331 (do_setshow_command): Update.
5332 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5333 * cli/cli-decode.h: Update.
5334
1cf88de5
MK
53352002-06-15 Mark Kettenis <kettenis@gnu.org>
5336
22ba8cf2
MK
5337 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5338 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5339 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5340 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5341 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5342 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5343
762c5349
MK
5344 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5345 list of DJGPP COFF targets.
5346
091198bb
MK
5347 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5348 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5349 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5350 (FP0_REGNUM): Remove define.
5351 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5352 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5353 (i386_register_virtual_size): Remove protoype.
5354 * i386-tdep.c (i386_register_virtual_size): Removed.
5355 (i386_extract_return_value, i386_store_return_value): Use
5356 FP0_REGNUM instead of NUM_FREGS to determine whether the
5357 floating-point registers are available.
5358 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5359 Adjust for removal of macros mentioned above.
5360
53612002-06-15 Mark Kettenis <kettenis@gnu.org>
5362
fcc9bf01
MK
5363 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5364 comments.
5365 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5366 Remove prototypes.
5367 (supply_gregset, fill_gregset): Remove use of register keyword and
5368 remove declaration for regmap. Use I386_NUM_GREGS instead of
5369 NUM_REGS and NUM_FREGS.
5370 (FPREGSET_FSAVE_OFFSET): Remove.
5371 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5372 NUM_FREGS to determine whether the floating-point registers are
5373 available.
5374
65e78234
MK
5375 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5376 gnu_store_registers): Replace usage of NUM_GREGS with
5377 I386_NUM_GREGS.
5378
98df6387
MK
5379 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5380 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5381 usage of NUM_GREGS with I386_NUM_GREGS.
5382
099a9414
MK
5383 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5384
57976e88
MK
5385 * i386bsd-nat.c: Include "i386-tdep.h".
5386 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5387 I386_NUM_GREGS.
5388
b335f4a6
MK
5389 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5390 and associated comment. They no longer make any sense, since we
5391 don't use this file anymore on Linux.
5392
1cf88de5
MK
5393 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5394 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5395 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5396 elements in these arrays.
5397 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5398 MAX_NUM_REGS.
5399
daa66587
MK
54002002-06-15 Mark Kettenis <kettenis@gnu.org>
5401
5402 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5403 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5404
26e9b323
AC
54052002-06-14 Andrew Cagney <cagney@redhat.com>
5406
5407 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5408 EXTRACT_RETURN_VALUE.
5409 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5410 EXTRACT_STRUCT_VALUE_ADDRESS.
5411 * gdbarch.h, gdbarch.c: Regenerate.
5412
5413 * values.c (value_being_returned): Handle
5414 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5415 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5416
5417 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5418 * arm-tdep.c (arm_gdbarch_init): Update.
5419 * avr-tdep.c (avr_gdbarch_init): Update.
5420 * cris-tdep.c (cris_gdbarch_init): Update.
5421 * d10v-tdep.c (d10v_gdbarch_init): Update.
5422 * ia64-tdep.c (ia64_gdbarch_init): Update.
5423 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5424 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5425 * s390-tdep.c (s390_gdbarch_init): Update.
5426 * sh-tdep.c (sh_gdbarch_init): Update.
5427 * s390-tdep.c (s390_gdbarch_init): Update.
5428 * sparc-tdep.c (sparc_gdbarch_init): Update.
5429 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5430 * v850-tdep.c (v850_gdbarch_init): Update.
5431 * vax-tdep.c (vax_gdbarch_init): Update.
5432 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5433 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5434
5435 * config/arc/tm-arc.h: Update.
5436 * config/d30v/tm-d30v.h: Update.
5437 * config/fr30/tm-fr30.h: Update.
5438 * config/h8300/tm-h8300.h: Update.
5439 * config/h8500/tm-h8500.h: Update.
5440 * config/i386/tm-i386.h: Update.
5441 * config/i386/tm-ptx.h: Update.
5442 * config/i386/tm-symmetry.h: Update.
5443 * config/i960/tm-i960.h: Update.
5444 * config/m32r/tm-m32r.h: Update.
5445 * config/m68k/tm-delta68.h: Update.
5446 * config/m68k/tm-linux.h: Update.
5447 * config/m68k/tm-m68k.h: Update.
5448 * config/m88k/tm-m88k.h: Update.
5449 * config/mcore/tm-mcore.h: Update.
5450 * config/mips/tm-mips.h: Update.
5451 * config/mn10200/tm-mn10200.h: Update.
5452 * config/pa/tm-hppa.h: Update.
5453 * config/pa/tm-hppa64.h: Update.
5454 * config/sparc/tm-sp64.h: Update.
5455 * config/sparc/tm-sparc.h: Update.
5456 * config/sparc/tm-sparclet.h: Update.
5457 * config/z8k/tm-z8k.h: Update.
5458
5179e78f
AC
54592002-06-14 Andrew Cagney <cagney@redhat.com>
5460
5461 * Makefile.in (i386_linux_tdep_h): Define.
5462 (i386_tdep_h, i387_tdep_h): Define.
5463 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5464 $(i386_tdep_h) and $(i387_tdep_h).
5465 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5466
8201327c
MK
54672002-06-14 Mark Kettenis <kettenis@gnu.org>
5468
edf393ac
MK
5469 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5470 Already covered by the default.
5471
896fb97d
MK
5472 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5473 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5474 (i386_gdbarch_init): Initialize long_double_format and long_double
5475 bit.
5476
8201327c
MK
5477 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5478 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5479 Move these to ...
5480 * config/i386/i386sol2.mh: ... here.
5481 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5482 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5483 (SIGCONTEXT_PC_OFFSET): Remove define.
5484 (IN_SIGTRAMP): Remove define.
5485 * i386-sol2-tdep.c: New file.
5486
5487 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5488 * config/i386/tm-i386nw.h: Removed.
5489
5490 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5491 USE_STRUCT_CONVENTION): Remove defines.
5492 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5493 (get_longjmp_target): Remove prototype.
5494 (IN_SIGTRAMP): Remove define.
5495 (i386bsd_in_sigtramp): Remove prototype.
5496 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5497 function. Update comment accordingly
5498 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5499 (FRAME_SAVED_PC): Remove define.
5500 (i386bsd_frame_saved_pc): Remove prototype.
5501 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5502 GET_LONGJMP_TARGET): Remove defines.
5503 (get_longjmp_target): Remove prototype.
5504 (IN_SIGTRAMP): Remove define.
5505 (i386bsd_in_sigtramp): Remove prototype.
5506 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5507 function. Update comment accordingly
5508 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5509 (FRAME_SAVED_PC): Remove define.
5510 (i386bsd_frame_saved_pc): Remove prototype.
5511 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5512 Remove prototype.
5513 (USE_STRUCT_CONVENTION): Remove prototype.
5514 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5515 declaration.
5516 (_initialize_i386bsd_nat): Revise logic to determine some
5517 constants at compile time when compiling a native GDB. Warn if
5518 things don't match up with what we expect.
5519 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5520 Remove variables.
5521 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5522 to use date stored in `struct gdbarch_tdep'.
5523 (i386bsd_sigcontext_offset): Remove varaible.
5524 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5525 stored in `struct gdbarch_tdep'.
5526 (i386bsd_frame_saved_pc): Make static.
5527 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5528 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5529 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5530 i386fbsd4_sc_pc_offset): New variables.
5531 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5532 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5533 functions.
5534 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5535 functions.
5536 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5537 Modify the value of i386fbsd_sigtramp_start and
5538 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5539 i386fbsd_sigtramp_end.
5540 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5541 function.
5542
5543 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5544 define to i386-linux-tdep.h.
5545 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5546 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5547 defines.
5548 (i386_linux_register_name, i386_linux_register_byte,
5549 i386_linux_register_raw_size): Remove prototypes.
5550 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5551 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5552 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5553 TARGET_WRITE_PC): Remove defines.
5554 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5555 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5556 i386_linux_write_pc): Remove prototypes.
5557 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5558 (get_longjmp_target): Remove prototype.
5559 * i386-linux-tdep.h: New file.
5560 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5561 * i386-linux-tdep.c: Include "i386-tdep.h" and
5562 "i386-linux-tdep.h".
5563 (i386_linux_register_name, i386_linux_register_byte,
5564 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5565 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5566 Make static.
5567 (i386_linux_init_abi): New function.
5568 (_initialize_i386_linux_tdep): New function.
5569
5570 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5571 (i386_saved_pc_after_call): Remove prototype.
5572 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5573 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5574 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5575 (i386_register_name, i386_stab_reg_to_regnum,
5576 i386_dwarf_reg_to_regnum): Remove prototypes.
5577 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5578 SIZEOF_SSE_REGS): Remove defines.
5579 (REGISTER_BYTES): Remove define.
5580 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5581 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5582 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5583 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5584 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5585 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5586 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5587 (get_longjmp_target): Remove prototype.
5588 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5589 (sigtramp_saved_pc): Remove define.
5590 (i386v4_sigtramp_saved_pc): Remove prototype.
5591 * config/i386/tm-go32.h (FRAME_CHAIN,
5592 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5593 (i386go32_frame_saved_pc): Remove prototype.
5594 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5595 (get_longjmp_target): Remove prototype.
5596 * i386-tdep.h: Include "osabi.h".
5597 (enum i386_abi): Removed.
5598 (enum struct_return): New enum.
5599 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5600 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5601 sc_pc_offset members.
5602 (i386_gdbarch_register_os_abi): Remove prototype.
5603 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5604 I386_SSE_NUM_REGS): New defines.
5605 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5606 I386_SSE_SIZEOF_REGS): New defines.
5607 (i386_register_name, i386_register_byte, i386_register_raw_size):
5608 New prototypes.
5609 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5610 (i386bsd_sigtramp_saved_pc): New prototype.
5611 * i386-tdep.c: Don't include "elf-bfd.h".
5612 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5613 i386_frame_chain, i386_saved_pc_after_call): Make static.
5614 (i386_frame_saved_pc): Rewrite to call architecture dependent
5615 function to deal with signal handlers. Make static.
5616 (i386go32_frame_saved_pc): Removed.
5617 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5618 Removed.
5619 (i386_get_longjmp_target): New function.
5620 (default_struct_convention, pcc_struct_convention,
5621 reg_struct_convention, valid_conventions, struct_convention): New
5622 variables.
5623 (i386_use_struct_convention): New function.
5624 (i386v4_sigtramp_saved_pc): Renamed to
5625 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5626 (i386_pc_in_sigtramp): New function.
5627 (i386_abi_names): Removed.
5628 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5629 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5630 Removed.
5631 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5632 i386_gdbarch_register_os_abi): Removed.
5633 (struct i386_abi_handler): Removed.
5634 (i386_abi_handler_list): Removed.
5635 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5636 functions.
5637 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5638 i386_nw_init_abi): New functions.
5639 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5640 Use set_gdbarch_xxx() calls instead of relying on macros for a
5641 number of calls.
5642 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5643 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5644 Register the various architecture variants defined in this file.
5645
ad2f7632
DJ
56462002-06-14 Daniel Jacobowitz <drow@mvista.com>
5647
5648 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5649 (struct main_type): Remove arg_types member. Update comments for
5650 struct field.
5651 (TYPE_ARG_TYPES): Remove.
5652 (TYPE_FN_FIELD_ARGS): Update.
5653 (smash_to_method_type): Update prototype.
5654
5655 * c-typeprint.c (cp_type_print_method_args): Take method type
5656 instead of argument list. Use new argument layout. Simplify.
5657 (c_type_print_args): Use new argument layout. Simplify.
5658 (c_type_print_base): Update call to cp_type_print_method_args.
5659 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5660 argument; use die->type instead. Update call to
5661 smash_to_method_type.
5662 (read_structure_scope): Update call to dwarf2_add_member_fn.
5663 * gdbtypes.c (allocate_stub_method): Update comment.
5664 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5665 Use new argument layout.
5666 (check_stub_method): Use new argument layout. Don't count
5667 void as an argument.
5668 (print_arg_types): Update comments. Use new argument layout.
5669 (recursive_dump_type): Don't print arg_types member.
5670 * hpread.c (hpread_read_struct_type): Use new argument layout.
5671 (fixup_class_method_type): Likewise.
5672 (hpread_type_lookup): Likewise.
5673 * stabsread.c (read_type): Update calls to read_args and
5674 smash_to_method_type.
5675 (read_args): Use new argument layout. Simplify.
5676 * valops.c (typecmp): Use new argument layout. Update parameters
5677 and comments. Simplify.
5678 (hand_function_call): Use new argument layout.
5679 (search_struct_method): Update call to typecmp.
5680 (find_overload_match): Use new argument layout.
5681
6da02953
DJ
56822002-06-13 Daniel Jacobowitz <drow@mvista.com>
5683
5684 * NEWS: Mention multithreaded debug support for gdbserver.
5685
519b2366
DJ
56862002-06-13 Daniel Jacobowitz <drow@mvista.com>
5687
5688 * MAINTAINERS: Mention NEWS.
5689
6c0d6680
DJ
56902002-06-13 Daniel Jacobowitz <drow@mvista.com>
5691
5692 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5693 (struct mips_objfile_private, compare_pdr_entries): New.
5694 (non_heuristic_proc_desc): Read the ".pdr" section if it
5695 is present.
5696
6529d2dd
AC
56972002-06-12 Andrew Cagney <ac131313@redhat.com>
5698
5699 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5700 (arm_debug): New static variable.
5701 (_initialize_arm_tdep): Add ``set debug arm'' command.
5702
26216b98
AC
57032002-06-12 Andrew Cagney <ac131313@redhat.com>
5704
5705 * Makefile.in (sim_arm_h): Define.
5706 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5707 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5708 (arm_register_sim_regno): New function, map an internal REGNUM
5709 onto a simulator register number.
5710 (arm_gdbarch_init): Set register_sim_regno.
5711
814b3ba0
AH
57122002-06-09 Aldy Hernandez <aldyh@redhat.com>
5713
5714 * MAINTAINERS: Add self.
5715
475b0867
JB
57162002-06-11 Jim Blandy <jimb@redhat.com>
5717
919d772c
JB
5718 * source.c (source_info): Mention whether the symtab has
5719 information about preprocessor macros.
5720
475b0867
JB
5721 Call the command `info macro', not `show macro'.
5722 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5723 Fix error message.
5724 (_initialize_macrocmd): Register `info_macro_command' in
5725 `infolist', not `showlist'.
5726
9e364162
DJ
57272002-06-11 Daniel Jacobowitz <drow@mvista.com>
5728
5729 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5730 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5731 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5732 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5733 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5734 unconditionally.
5735 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5736 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5737 (_initialize_mips_tdep): Remove dead code.
5738 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5739 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5740 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5741 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5742 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5743 MIPS_LAST_FP_ARG_REGNUM): Remove.
5744
23aa4c72
ML
57452002-06-11 Michal Ludvig <mludvig@suse.cz>
5746
5747 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5748 (unwind_tmp_obstack_free, parse_frame_info)
5749 (update_context, cfi_read_fp, cfi_write_fp)
5750 (cfi_frame_chain, cfi_init_extra_frame_info)
5751 (cfi_virtual_frame_pointer): Use the above function.
264d1763 5752 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
23aa4c72 5753
70eb15a4
CV
57542002-06-11 Corinna Vinschen <vinschen@redhat.com>
5755
5756 * v850-tdep.c (v850_type_is_scalar): New function.
5757 (v850_use_struct_convention): Match current gcc implementation
5758 as close as possible.
5759 (v850_push_arguments): Fix stack_offset handling. Don't write
5760 struct_addr into register. This is done by v850_store_struct_return.
5761 (v850_extract_return_value): Care for structs.
5762 (v850_store_return_value): Ditto.
5763 (v850_store_struct_return): Actually write address.
5764
482a4d06
ML
57652002-06-11 Michal Ludvig <mludvig@suse.cz>
5766
5767 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5768 without debug information too.
5769
d855c300
AC
57702002-06-10 Andrew Cagney <ac131313@redhat.com>
5771
5772 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5773 Make multi-arch pure.
5774 * gdbarch.h, gdbarch.c: Re-generate.
5775 * arm-tdep.c (arm_print_float_info): Update.
5776 * arch-utils.h (default_print_float_info): Update.
5777 * arch-utils.c (default_print_float_info): Update.
5778 * infcmd.c (float_info): Update call.
5779
dd12a101
AC
57802002-06-10 Andrew Cagney <ac131313@redhat.com>
5781
5782 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5783 the front of the initialize list.
5784
101dcfbe
AC
57852002-06-10 Andrew Cagney <ac131313@redhat.com>
5786
5787 * infrun.c (struct inferior_status): Replace fields
5788 selected_frame_address and selected_level with field
5789 selected_frame_id.
5790 (save_inferior_status): Update. Use get_frame_id.
5791 (struct restore_selected_frame_args): Delete.
5792 (restore_selected_frame): Update. Use frame_find_by_id.
5793 (restore_inferior_status): Update.
5794
5795 * breakpoint.h (struct breakpoint): Change type of
5796 watchpoint_frame to frame_id.
5797 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5798 call to get_current_frame.
5799 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5800 get_current_frame.
5801 (watchpoint_check): Use frame_find_by_id.
5802
5803 * frame.h (record_selected_frame): Delete declaration.
5804 * stack.c (record_selected_frame): Delete function.
5805
5806 * frame.h (struct frame_id): Define.
5807 (get_frame_id): Declare.
5808 (frame_find_by_id): Declare.
5809 * frame.c (frame_find_by_id): New function.
5810 (get_frame_id): New function.
5811
304270b6
AV
58122002-06-10 Andrey Volkov <avolkov@transas.com>
5813
5814 * ser-e7kpc.c: Fix duplicated define and call of
5815 _initialize_ser_e7000pc
5816
2f2cf184
DJ
58172002-06-09 Daniel Jacobowitz <drow@mvista.com>
5818
5819 * signals/signals.c (target_signal_from_host): Fix #ifdef
5820 SIGRTMIN case.
5821 (do_target_signal_to_host): Likewise.
5822
caaa3122
DJ
58232002-06-09 Daniel Jacobowitz <drow@mvista.com>
5824
5825 * mips-tdep.c (mips_find_abi_section): New function.
5826 (mips_gdbarch_init): Call it.
5827
6ac5df3a
MK
58282002-06-09 Mark Kettenis <kettenis@gnu.org>
5829
5830 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5831 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5832 after Andrew's 2002-06-08 gdbarch change.
5833
82ea117a
MK
58342002-06-09 Mark Kettenis <kettenis@gnu.org>
5835
5836 * i386-linux-nat.c (suppy_gregset): Don't supply
5837 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5838 register cache.
5839 (fill_gregset): Don't fetch it under the same circumstances.
5840
3c25f8c7
AC
58412002-06-09 Andrew Cagney <cagney@redhat.com>
5842
5843 * Makefile.in (callback_h): Define.
5844 (remote_sim_h): Update path to remote-sim.h.
5845 (remote-rdp.o): Add $(callback_h).
5846 (remote-sim.o): Use $(callback_h).
5847 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5848 * remote-rdp.c: Include "gdb/callback.h".
5849
1029b7fa
MK
58502002-06-09 Mark Kettenis <kettenis@gnu.org>
5851
5852 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5853 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5854
616675d3
AC
58552002-06-08 Andrew Cagney <ac131313@redhat.com>
5856
a3efda28
AC
5857 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5858 * rdi-share/serpardr.c: Ditto.
5859 * rdi-share/unixcomm.c: Ditto.
5860 * rdi-share/serdrv.c: Ditto.
5861 * rdi-share/hostchan.h: Ditto.
5862 * rdi-share/hostchan.c: Ditto.
5863 * rdi-share/host.h: Ditto.
5864 * rdi-share/devsw.c: Ditto.
5865
c5f10366
AC
5866 * objfiles.h: Change type of obj_private to void pointer.
5867 * pa64solib.c: Update copyright. Don't include "assert.h", use
5868 strcmp instead of STREQ, use LONGEST, do not use PTR
5869 * somsolib.c: Ditto.
5870
616675d3
AC
5871 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5872 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5873 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5874
e4b415d9
AC
58752002-06-08 Andrew Cagney <ac131313@redhat.com>
5876
5877 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5878 (default_get_saved_register): Delete function.
5879 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5880 generic_unwind_get_saved_register.
5881 * gdbarch.h, gdbarch.c: Re-generate.
5882
ca0d0b52
AC
58832002-06-08 Andrew Cagney <ac131313@redhat.com>
5884
5885 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5886 generic_func_frame_chain_valid.
5887 * gdbarch.h, gdbarch.c: Re-generate.
5888 * blockframe.c (generic_func_frame_chain_valid): Only check
5889 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5890 passing FP to PC_IN_CALL_DUMMY.
5891 Fix PR gdb/360.
5892
76860b5f
AC
58932002-06-08 Andrew Cagney <ac131313@redhat.com>
5894
5895 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5896 (register_gdbarch_data): Initialize init_p.
5897 (gdbarch_data): Initialize data pointer using the init function.
5898 (init_gdbarch_data): Delete function.
5899 (gdbarch_update_p): Update.
5900 (initialize_non_multiarch): Update.
5901 (struct gdbarch): Add field initialized_p.
5902 * gdbarch.h, gdbarch.c: Re-generate.
5903
8dda9770
ML
59042002-06-07 Michal Ludvig <mludvig@suse.cz>
5905
5906 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5907 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5908 better do the things actually here.
5909 * x86-64-tdep.c (x86_64_register_name2nr): New.
5910 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5911 (x86_64_gdbarch_init): Respect the above change.
5912 * x86-64-tdep.h (x86_64_register_name2nr)
5913 (x86_64_register_nr2name): Add prototypes.
5914 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5915
3d79a47c
MS
59162002-06-06 Michael Snyder <msnyder@redhat.com>
5917
7bd91a28
MS
5918 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5919 Delete extra braces and re-indent.
5920 (d10v_store_return_value): Char return values
3d79a47c
MS
5921 must be shifted over by one byte in R0.
5922 (d10v_extract_return_value): Delete extra braces, re-indent.
5923
095a4c96
EZ
59242002-06-06 Elena Zannoni <ezannoni@redhat.com>
5925
5926 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5927 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5928 (d10v_integer_to_address): Rewrite.
5929 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5930 the d10v specific functions which take care of converting to the
5931 correct space.
5932
e8a77ca4
EZ
59332002-06-06 Elena Zannoni <ezannoni@redhat.com>
5934
5935 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5936 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5937
4f2e4a4f
AC
59382002-06-02 Andrew Cagney <ac131313@redhat.com>
5939
5940 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5941 includes.
5942 * config/tm-linux.h: Ditto.
5943 * config/alpha/tm-alphalinux.h: Ditto.
5944 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5945 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5946 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5947 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5948 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5949 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5950 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5951 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5952 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5953 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5954 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5955 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5956 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5957 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5958 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5959 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5960 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5961 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5962 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5963 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5964 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
5965 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
5966 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
5967 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
5968 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
5969 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
5970 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
5971 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
5972 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
5973 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
5974 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
5975 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
5976 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
5977 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
5978 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
5979 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
5980 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
5981
ae2ab2ce
AS
59822002-05-04 Aidan Skinner <aidan@velvet.net>
5983
5984 * ada-exp.tab.c: New file
5985 * ada-exp.y: New file
5986 * ada-lang.c: New file
5987 * ada-lang.h: New file
5988 * ada-lex.c: New file
5989 * ada-lex.l: New file
5990 * ada-tasks.c: New file
5991 * ada-typeprint.c: New file
5992 * ada-valprint.c: New file
5993
0ddd0135
JT
59942002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
5995
5996 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
5997 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
5998
750fbacc
JT
59992002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6000
6001 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6002 insetead of ppc-linux-tdep.o.
6003 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6004 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6005
df94e18a
AC
60062002-06-02 Andrew Cagney <ac131313@redhat.com>
6007
6008 2002-05-07 Christian Groessler <chris@groessler.org>
6009 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6010 bit register contents for little endian hosts.
6011
1a38ab75
AC
60122002-06-01 Andrew Cagney <ac131313@redhat.com>
6013
6014 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6015 any maintainer.
6016
8b1632ac
AC
60172002-06-01 Andrew Cagney <ac131313@redhat.com>
6018
6019 * gdbarch.h: Regenerate.
6020
627054c8
AC
60212002-06-01 Andrew Cagney <ac131313@redhat.com>
6022
6023 * MAINTAINERS: Add everyone to write-after-approval list.
6024
4f460812
AC
60252002-06-01 Andrew Cagney <ac131313@redhat.com>
6026
6027 * stack.c (frame_info): Use frame_register_unwind instead of
6028 saved_regs. Mention when the SP is on the stack or in a register.
6029
6030 * frame.h (frame_register_unwind_ftype): Define. Document.
6031 (struct frame_info): Add field register_unwind and
6032 register_unwind_cache.
6033 (frame_register_unwind): Declare.
6034 (generic_unwind_get_saved_register): Declare.
6035
6036 * frame.c (frame_register_unwind): New function.
6037 (generic_unwind_get_saved_register): New function.
6038
6039 * blockframe.c (generic_call_dummy_register_unwind): New function.
6040 (frame_saved_regs_register_unwind): New function.
6041 (set_unwind_by_pc): New function.
6042 (create_new_frame): New function.
6043 (get_prev_frame): New function.
6044
de888f76
AC
60452002-05-30 Andrew Cagney <ac131313@redhat.com>
6046
6047 * a29k-share/: Delete directory.
6048 * remote-vx29k.c: Delete file.
6049
2f2c3626
JT
60502002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6051
6052 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6053 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6054
9ce5c36a
JT
60552002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6056
6057 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6058 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6059 (sparc64nbsd-nat.o)
6060 (sparcnbsd-nat.o)
6061 (sparcnbsd-tdep.o): New dependency lists.
6062 * NEWS: Note new UltraSPARC NetBSD native configuration.
6063 * configure.host (sparc64-*-netbsd*): New host.
6064 * configure.tgt (sparc-*-netbsdelf*)
6065 (sparc-*-netbsd*): Set gdb_target to nbsd.
6066 (sparc64-*-netbsd*): New target.
6067 * sparc64nbsd-nat.c: New file.
6068 * sparcnbsd-nat.c: New file.
6069 * sparcnbsd-tdep.c: New file.
6070 * sparcnbsd-tdep.h: New file.
6071 * config/sparc/nbsd.mt: New file.
6072 * config/sparc/nbsd64.mh: New file.
6073 * config/sparc/nbsd64.mt: New file.
6074 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6075 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6076 (HOST_IPC): Remove.
6077 * config/sparc/nbsdaout.mt: Remove.
6078 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6079 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6080 (HOST_IPC): Remove.
6081 * config/sparc/nbsdelf.mt: Remove.
6082 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6083 sparc-nat.c compatiblity defines.
6084 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6085 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6086 * config/sparc/tm-nbsd64.h: New file.
6087 * config/sparc/tm-nbsdaout.h: Remove.
6088 * config/sparc/xm-nbsd.h: Remove.
6089
ef3cf062
JT
60902002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6091
6092 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6093 * sparc-tdep.c: Include osabi.h.
6094 (gdbarch_tdep): Add osabi member.
6095 (_initialize_sparc_tdep): Use gdbarch_register.
6096 (sparc_gdbarch_init): Use generic OS ABI framework.
6097 (sparc_dump_tdep): New function.
6098
ee8ff470
KB
60992002-05-30 Kevin Buettner <kevinb@redhat.com>
6100
6101 * corefile.c (do_captured_read_memory_integer): Return non-zero
6102 result.
6103 (safe_read_memory_integer): Copy result of memory read when
6104 status is non-zero. Also, add comments.
6105
7b112f9c
JT
61062002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6107
6108 * Makefile.in (ppc_tdep_h): Define.
6109 (ppc-linux-nat.o)
6110 (ppc-linux-tdep.o)
6111 (rs6000-tdep.o): Use $(ppc_tdep_h).
6112 (ppc-sysv-tdep.o)
6113 (ppcnbsd-nat.o)
6114 (ppcnbsd-tdep.o): New dependency lists.
6115 * ppc-tdep.h: Use generic OS ABI framework.
357edbbc
JT
6116 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6117 (ppc_linux_init_abi): New functions.
7b112f9c
JT
6118 (ppc_sysv_abi_broken_use_struct_convention)
6119 (ppc_sysv_abi_use_struct_convention)
6120 (ppc_sysv_abi_push_arguments): Move to...
6121 * ppc-sysv-tdep.c: ...here.
6122 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6123 * rs6000-tdep.c (process_note_abi_tag_sections)
6124 (get_elfosabi): Remove.
6125 (rs6000_gdbarch_init): Use generic OS ABI framework.
6126 (rs6000_dump_tdep): New function.
6127 (_initialize_rs6000_tdep): Use gdbarch_register.
6128 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6129 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6130 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6131 of ppc-linux-tdep.o.
6132 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6133 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6134 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6135 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6136 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6137 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6138
480dd42a
JB
61392002-05-29 Jim Blandy <jimb@redhat.com>
6140
6141 * macroscope.c (default_macro_scope): Put `void' in empty argument
6142 list.
6143
4182591f
AC
61442002-05-29 Andrew Cagney <ac131313@redhat.com>
6145
6146 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6147 * arch-utils.c: Include "sim-regno.h".
6148 * gdbarch.sh: Don't include "sim-regno.h".
6149 * gdbarch.h, gdbarch.c: Regenerate.
6150 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6151 here.
6152 * arch-utils.h (legacy_register_sim_regno): To here.
6153 * remote-sim.c (legacy_register_sim_regno): Move function from
6154 here.
6155 * arch-utils.c (legacy_register_sim_regno): To here.
6156
8238d0bf
AC
61572002-05-28 Andrew Cagney <ac131313@redhat.com>
6158
6159 * sim-regno.h: New file.
6160 * Makefile.in (sim_regno_h): Define.
6161 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6162 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6163 (legacy_register_sim_regno): New function.
6164 (one2one_register_sim_regno): New function.
6165 (gdbsim_fetch_register): Rewrite.
6166 (gdbsim_store_register): Only store a register when
6167 REGISTER_SIM_REGNO is valid.
6168 * d10v-tdep.c: Include "sim-regno.h".
6169 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6170 (d10v_ts3_register_sim_regno): Ditto.
6171 * gdbarch.sh: Include "sim-regno.h".
6172 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6173 * gdbarch.h, gdbarch.c: Regenerate.
6174 * arch-utils.h (default_register_sim_regno): Delete declaration.
6175 * arch-utils.c (default_register_sim_regno): Delete function.
6176
485721b1
JT
61772002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6178
6179 * ppcnbsd-nat.c: Rewrite.
6180 * ppcnbsd-tdep.c: New file.
6181 * ppcnbsd-tdep.h: New file.
6182 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6183 solib.o, and solib-svr4.o.
6184 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6185 nbsd-tdep.o, and corelow.o.
6186
697f244d
AC
61872002-05-28 Andrew Cagney <ac131313@redhat.com>
6188
6189 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6190 `tr' and `sed'. Mention that `broken' targets are not expected to
6191 build.
6192
f08caad1 61932002-05-27 Michal Ludvig <mludvig@suse.cz>
b1ab997b
ML
6194
6195 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6196 Let PC point right after the prologue before looking up symbols.
6197
3139facc
MH
61982002-05-27 Martin M. Hunt <hunt@redhat.com>
6199
6200 * i386-tdep.c (i386_register_virtual_type): Return
6201 builtin_type_vec128i for SSE registers.
6202
6203 * gdbtypes.h (builtin_type_vec128i): Declare.
6204
6205 * gdbtypes.c (build_builtin_type_vec128i): New function.
6206 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6207 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6208 (build_gdbtypes): Initialize new builtin vector types.
6209 (_initialize_gdbtypes): Register new vector types with gdbarch.
6210
6e3ba3b8
JT
62112002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6212
6213 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6214 since it has been multi-arch'd.
6215 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6216 Move Alpha and VAX multi-arch news entries to same section
6217 as other multi-arch news.
6218
93d5585d
JT
62192002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6220
6221 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6222 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6223 static. Rename some register numbers to put them in ns32k-tdep
6224 private namespace.
6225 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6226 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6227 functions.
6228 (_initialize_ns32k_tdep): Use gdbarch_register.
6229 * ns32k-tdep.h: New file.
6230 * ns32knbsd-tdep.c: New file.
6231 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6232 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6233 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6234 REGISTER_BYTES, REGISTER_BYTE): Remove.
6235 * config/ns32k/tm-ns32k.h: New file.
6236 * config/ns32k/tm-umax.h: Remove.
6237
efb2c70e
JT
62382002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6239
6240 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6241 ns32k_store_struct_return, ns32k_extract_return_value,
6242 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6243 functions.
6244 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6245 ns32k_saved_pc_after_call.
6246 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6247 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6248 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6249 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6250 ns32k_extract_struct_value_address.
6251
7bcc927b
JT
62522002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6253
6254 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6255 ns32k_fix_call_dummy): New.
6256 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6257 ns32k_call_dummy_words.
6258 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6259 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6260 CALL_DUMMY_NARGS): Remove.
6261 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6262
78f9d765
JT
62632002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6264
6265 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6266 ns32k_frame_saved_pc, ns32k_frame_args_address,
6267 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6268 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6269 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6270 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6271 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6272 (BREAKPOINT): Remove..
6273 (FRAME_CHAIN): Define as ns32k_frame_chain.
6274 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6275 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6276 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6277 (FRAME_FIND_SAVED_REGS): Remove.
6278 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6279 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6280 (POP_FRAME): Define as ns32k_pop_frame.
6281
f2c762e0
JT
62822002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6283
6284 * ns32k-tdep.c (ns32k_register_byte_32082,
6285 ns32k_register_byte_32382, ns32k_register_raw_size,
6286 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6287 functions.
6288 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6289 ns32k_register_byte_32382.
6290 * config/ns32k/tm-umax.h: Update copyright years.
6291 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6292 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6293 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6294 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6295 (ns32k_get_enter_addr): Fix prototype.
6296
af137673
JT
62972002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6298
6299 * ns32k-tdep.c: Update copyright years.
6300 (ns32k_register_name_32082): New function.
6301 (ns32k_register_name_32382): Ditto.
6302 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6303 (REGISTER_NAME): Define as ns32k_register_name_32382.
6304 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6305 (REGISTER_NAME): Define as ns32k_register_name_32082.
6306
a8bc7b56
JB
63072002-05-24 Jim Blandy <jimb@redhat.com>
6308
6309 * dwarf2read.c (free_line_header): Use xfree, not free.
6310
83a45910
JT
63112002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6312
6313 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6314 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6315
0db71247
AC
63162002-05-23 Andrew Cagney <ac131313@redhat.com>
6317
6318 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6319
b9e5e4dd
AC
63202002-05-23 Andrew Cagney <ac131313@redhat.com>
6321
6322 From Ross Alexander at NEC Europe:
6323 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6324
de530e84
MS
63252002-05-23 Michael Snyder <msnyder@redhat.com>
6326
6327 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6328 for input, rather than parse_and_eval_address.
6329
b91b96f4
AC
63302002-05-23 Andrew Cagney <ac131313@redhat.com>
6331
6332 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6333 * Makefile.in (sim_d10v_h): Update definition.
6334
8b279e7a
AC
63352002-05-24 Andrew Cagney <cagney@redhat.com>
6336
6337 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6338 change `2002-05-22 Michael Snyder' below.
6339 (d10v_push_arguments): Ditto.
6340 (d10v_extract_return_value): Ditto.
6341
0a3d0425
JB
63422002-05-23 Jim Blandy <jimb@redhat.com>
6343
6344 * macrotab.c (check_for_redefinition): Don't complain if the new
6345 definition is the same as the previous one. Take more arguments
6346 to allow the comparison.
6347 (macro_define_object, macro_define_function): Pass more arguments
6348 to check_for_redefinition.
6349
78eac43e
MS
63502002-05-22 Michael Snyder <msnyder@redhat.com>
6351
6352 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6353 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6354 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6355 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6356 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6357 Add a temp variable to save a call (and a memory read).
6358 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6359 if possible (so that PC_IN_CALL_DUMMY will work).
6360
9bc1edb8
CV
63612002-05-22 Corinna Vinschen <vinschen@redhat.com>
6362
6363 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6364
005ef3d2
ML
63652002-05-22 Michal Ludvig <mludvig@suse.cz>
6366
6367 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6368 fde->cie_ptr.
6369 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6370 (dwarf2_build_frame_info): Add offset to fde->initial_location
6371 so that frames of shared libraries are mapped correctly.
6c3eb890
ML
6372 (execute_stack_op): Change type of 'result' from ULONGEST to
6373 CORE_ADDR.
005ef3d2 6374
fcf4f891
JT
63752002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6376
6377 * config/alpha/tm-nbsd.h: Include solib.h.
6378
cfef91e4
JT
63792002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6380
6381 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6382 assumptions about the host's byte order.
6383
9964235a
JT
63842002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6385
6386 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6387 to dependency list.
6388 * alphanbsd-tdep.c: Include solib-svr4.h.
6389 * shnbsd-tdep.c: Ditto.
6390
9eeef8ef
JT
63912002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6392
6393 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6394 nbsd-tdep.h to dependency list.
6395 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6396 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6397 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6398 nbsdaout.mh and nbsdelf.mh consistently.
6399 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6400 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6401 nbsdaout.mt and nbsdelf.mh consistently.
6402 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6403 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6404 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6405 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6406 a.out shared library stuff from here...
6407 * config/nm-nbsdaout.h: ...to here.
6408 * config/tm-nbsd.h: Remove.
6409 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6410 * config/arm/nbsd.mh: Remove.
6411 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6412 nbsd-tdep.o.
6413 * config/arm/nbsdaout.mh: New file.
6414 * config/arm/nbsdelf.mh: New file.
6415 * config/arm/nm-nbsdaout.h: New file.
6416 * config/i386/nbsd.mh: Remove.
6417 * config/i386/nbsd.mt: Remove.
6418 * config/i386/nbsdaout.mh: New file.
6419 * config/i386/nbsdaout.mt: New file.
6420 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6421 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6422 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6423 i386_register_u_addr): Remove.
6424 * config/i386/nm-nbsdaout.h: New file.
6425 * config/i386/nm-nbsdelf.h: Remove.
6426 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6427 (USE_STRUCT_CONVENTION): Remove.
6428 * config/i386/tm-nbsdaout.h: New file.
6429 * config/i386/tm-nbsdelf.h: Remove.
6430 * config/m68k/nbsd.mh: Remove.
6431 * config/m68k/nbsd.mt: Remove.
6432 * config/m68k/nbsdaout.mh: New file.
6433 * config/m68k/nbsdaout.mt: New file.
6434 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6435 * config/m68k/nm-nbsdaout.h: New file.
6436 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6437 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6438 * config/ns32k/nbsd.mh: Remove.
6439 * config/ns32k/nbsd.mt: Remove.
6440 * config/ns32k/nbsdaout.mh: New file.
6441 * config/ns32k/nbsdaout.mt: New file.
6442 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6443 * config/ns32k/nm-nbsdaout.h: New file.
6444 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6445 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6446 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6447 (SVR4_SHARED_LIBS): Remove.
6448 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6449 * config/sparc/nbsd.mh: Remove.
6450 * config/sparc/nbsd.mt: Remove.
6451 * config/sparc/nbsdaout.mh: New file.
6452 * config/sparc/nbsdaout.mt: New file.
6453 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6454 * config/sparc/nbsdelf.mt: New file.
6455 * config/sparc/nm-nbsdaout.h: New file.
6456 * config/sparc/nm-nbsdelf.h: Remove.
6457 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6458 * config/sparc/tm-nbsdaout.h: New file.
6459
257ce470
JT
64602002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6461
6462 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6463 mipsnbsd-tdep.c
6464 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6465
76a6d5fe
JT
64662002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6467
6468 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6469 shnbsd-nat.c.
6470 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6471
45888261
JT
64722002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6473
6474 * NEWS: Note new MIPS NetBSD native configuration.
6475 * configure.host (mips*-*-netbsd*): New host.
6476 * configure.tgt (mips*-*-netbsd*): New target.
6477 * mipsnbsd-nat.c: New file.
6478 * mipsnbsd-tdep.c: New file.
6479 * mipsnbsd-tdep.h: New file.
6480 * config/mips/nbsd.mh: New file.
6481 * config/mips/nbsd.mt: New file.
6482 * config/mips/nm-nbsd.h: New file.
6483 * config/mips/tm-nbsd.h: New file.
6484
70f80edf
JT
64852002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6486
6487 * Makefile.in (SFILES): Add osabi.c.
6488 (COMMON_OBS): Add osabi.o.
6489 (osabi.o): New dependency list.
6490 * osabi.c: New file.
6491 * osabi.h: New file.
6492 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6493
6494 * Makefile.in (alpha_tdep_h): Define and use instead of
6495 alpha-tdep.h.
6496 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6497 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6498 Remove.
6499 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6500 * alpha-tdep.h: Include osabi.h.
6501 (alpha_abi): Remove.
6502 (gdbarch_tdep): Use generic OS ABI framework.
6503 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6504 gdbarch_register_osabi.
6505 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6506 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6507 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6508
6509 * Makefile.in (sh_tdep_h): Add osabi.h.
6510 * sh-tdep.h (sh_osabi): Remove.
6511 (gdbarch_tdep): Use generic OS ABI framework.
6512 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6513 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6514 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6515 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6516
6517 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6518 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6519 gdbarch_register_osabi.
6520 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6521 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6522 (get_elfosabi): Rename to...
6523 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6524 ABI framework support routines.
6525 (arm_gdbarch_init): Use generic OS ABI framework.
6526 (arm_dump_tdep): Likewise.
6527 (_initialize_arm_tdep): Likewise.
6528 * arm-tdep.h: Include osabi.h.
6529 (arm_abi): Remove.
6530 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6531 osabi member.
6532 (arm_gdbarch_register_os_abi): Remove prototype.
6533 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6534 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6535
6536 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6537 * mips-tdep.c: Include osabi.h.
6538 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6539 OS ABI framework.
6540
d194345b
KH
65412002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6542
6543 * h8300-tdep.c: Fix formatting.
6544
70c6b0d1
EZ
65452002-05-20 Elena Zannoni <ezannoni@redhat.com>
6546
6547 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6548 printing vector registers.
6549
165b8e33
AC
65502002-05-19 Andrew Cagney <ac131313@redhat.com>
6551
6552 From Fernando Nasser:
6553 * remote.c (remote_async_open_1): Re-throw the exception when the
6554 connection fails.
6555 (remote_cisco_open): Ditto.
6556 (remote_open_1): Ditto.
6557
36918e70
AC
65582002-05-19 Andrew Cagney <ac131313@redhat.com>
6559
6560 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6561 (remote_start_remote): Add uiout parameter. Pass through to
6562 remote_start_remote_dummy.
6563 (remote_open_1): Use catch_exception instead of catch_errors.
6564 (remote_async_open_1): Ditto.
6565 (remote_cisco_open): Ditto.
6566
ae44c0c4
AC
65672002-05-19 Andrew Cagney <ac131313@redhat.com>
6568
6569 * remote.c (remote_start_remote): Replace PTR with void pointer.
6570 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6571 static.
6572
8efe637d
AC
65732002-05-18 Andrew Cagney <ac131313@redhat.com>
6574
6575 * gdb_indent.sh: Allow the script to be run in the sim directory.
6576
2f1b5984
MK
65772002-05-18 Mark Kettenis <kettenis@gnu.org>
6578
f0f625e2
MK
6579 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6580 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6581
2f1b5984
MK
6582 * corelow.c (core_open): Only call set_gdbarch_from_file if
6583 exec_bfd is NULL.
6584
fc974602
AV
65852002-05-17 Andrey Volkov <avolkov@transas.com>
6586
6587 * h8300-tdep.c: Add support of EXR register
6588 * config/h8300/tm-h8300.h: Ditto.
6589
906709f4
AV
65902002-05-17 Andrey Volkov <avolkov@transas.com>
6591
6592 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6593
6e591d68
AV
65942002-05-17 Andrey Volkov <avolkov@transas.com>
6595
6596 * h8300-tdep.c: Change literal regnums to REGNO.
6597
84f0252a
JB
65982002-05-17 Jim Blandy <jimb@redhat.com>
6599
e0e9281e
JB
6600 * NEWS: Note addition of macro support.
6601
84f0252a
JB
6602 Expand preprocessor macros in C expressions.
6603 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6604 (scan_macro_expansion, scanning_macro_expansion,
6605 finished_macro_expansion): New function declarations.
6606 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6607 variable declarations.
6608 * parser-defs.h (expression_context_pc): New declaration.
6609 * parse.c (expression_context_pc): New variable.
6610 (parse_exp_1): Set expression_context_pc, as well as
6611 expression_context_block.
6612 * c-exp.y (yylex): If we're not already reading the result of a
6613 macro expansion, try to macro-expand the next token. When we're
6614 done scanning a macro expansion, switch back to the mainline text.
6615 Commas and `if's in a macro's expansion don't terminate the input.
6616 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6617 (macro_original_text, macro_expanded_text,
6618 expression_macro_lookup_func, expression_macro_lookup_baton): New
6619 variables.
6620 (scan_macro_expansion, scanning_macro_expansion,
6621 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6622 c_preprocess_and_parse): New functions.
6623 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6624 c_preprocess_and_parse, instead of c_parse.
6625 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6626 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6627
1c509ca8
JR
6628Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6629
6630 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6631 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6632 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6633
2250ee0c
CV
66342002-05-17 Corinna Vinschen <vinschen@redhat.com>
6635
6636 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6637
ab3b8126
JT
66382002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6639
6640 * Makefile.in (sh_tdep_h): Define and use.
6641 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6642 register enum): Move to...
6643 * * sh-tdep.h: ...here.
6644 * sh-tdep.c: Include sh-tdep.h.
6645 * sh3-rom.c: Likewise.
6646 * shnbsd-tdep.c: Likewise.
6647
ed9d4749
MS
66482002-05-16 Michael Snyder <msnyder@redhat.com>
6649
6650 * arm-tdep.c: Spelling fix in comment.
6651
2e276125
JB
66522002-05-16 Jim Blandy <jimb@redhat.com>
6653
6821892e
JB
6654 Add commands for manually expanding macros and showing their
6655 definitions.
6656 * macrocmd.c, macroscope.c, macroscope.h: New files.
6657 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6658 (macroscope_h): New variable.
6659 (HFILES_NO_SRCDIR): Add macroscope.h.
6660 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6661 (macroscope.o, macrocmd.o): New rules.
6662
2e276125
JB
6663 Teach the Dwarf 2 reader to read macro information.
6664 * dwarf2read.c: #include "macrotab.h".
6665 (dwarf_macinfo_buffer): New variable.
6666 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6667 dwarf_macinfo_size.
6668 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6669 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6670 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6671 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6672 dwarf2_macro_spaces_in_definition): New complaints.
6673 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6674 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6675 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6676 the partial symbol table.
6677 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6678 from what's recorded in the partial symbol table.
6679 (read_file_scope): If the compilation unit has a
6680 `DW_AT_macro_info' attribute, read its macro information.
6681 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6682
2f53fe6c
DJ
66832002-05-16 Daniel Jacobowitz <drow@mvista.com>
6684
6685 Fix PR gdb/546
6686 * ser-tcp.c: Don't include <netinet/udp.h>.
6687
2be99286
SC
66882002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6689
6690 * MAINTAINERS: Update my email address.
6691
c9af212b 66922002-05-16 Richard Earnshaw <rearnsha@arm.com>
8501bbeb
RE
6693
6694 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6695 include file of the same name.
6696
bf5f1a52
CV
66972002-05-16 Corinna Vinschen <vinschen@redhat.com>
6698
6699 * configure.tgt: Mark v850 as multi-arched.
6700 * config/v850/tm-v850.h: Remove file.
6701 * config/v850/v850.mt: Eliminate TM_FILE.
6702
435e042a
CV
67032002-05-16 Corinna Vinschen <vinschen@redhat.com>
6704
6705 * v850-tdep.c: Full multi-arch.
6706 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6707 Define GDB_MULTI_ARCH to 2.
6708
9819c6c8
PM
67092002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6710
6711 * p-exp.y (current_type): New static variable.
6712 Carries the type of the expression at the position that is parsed.
6713 (push_current_type, pop_current_type): Two new functions. Used
6714 to store/restore current_type in expression on specific tokens.
c9af212b
RE
6715 (search_field): New static variable. Set to one after parsing a point
6716 as at that point only a FIELDNAME token should be searched.
9819c6c8
PM
6717 (FIELDNAME): New token. After a point only a token belonging to
6718 current_type type definition is allowed.
6719 (all over token rules): reset and change current_type according
6720 to rules.
6721 (exp '[' rule): insert implicit array index field if
6722 exp is a pascal string type.
6723
3a06899a
CV
67242002-05-16 Corinna Vinschen <vinschen@redhat.com>
6725
6726 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6727 frame info. Use frame_info's saved_regs instead of matching member
6728 in extra_frame_info throughout.
6729 (v850_frame_init_saved_regs): New function.
6730 (v850_init_extra_frame_info): Move most functionality into
6731 v850_frame_init_saved_regs().
6732 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6733 (v850_frame_find_saved_regs): Remove declaration.
6734 (FRAME_FIND_SAVED_REGS): Remove definition.
6735 (v850_frame_init_saved_regs): Add declaration.
6736 (FRAME_INIT_SAVED_REGS): Add definition.
6737
6ed14b0e
CV
67382002-05-16 Corinna Vinschen <vinschen@redhat.com>
6739
6740 * v850-tdep.c: Begin multi-arch'ing v850.
6741 (v850_target_architecture_hook): Remove function.
6742 (v850_gdbarch_init): New function. Add code previously in
6743 v850_target_architecture_hook().
6744 (_initialize_v850_tdep): Don't set target_architecture_hook.
6745 Call register_gdbarch_init() instead.
6746
42725910
DJ
67472002-05-16 Daniel Jacobowitz <drow@mvista.com>
6748
6749 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6750 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6751 (fixup_class_method_type): Likewise.
6752
99d9066e
JB
67532002-05-15 Jim Blandy <jimb@redhat.com>
6754
6755 Add macro structures to GDB's symbol tables. Nobody puts anything
6756 in them yet.
6757 * symtab.h (struct symtab): New member: `macro_table'.
6758 * buildsym.h (pending_macros): New global variable.
6759 * buildsym.c: #include "macrotab.h".
6760 (buildsym_init): Initialize `pending_macros'.
6761 (end_symtab): If we found macro information while reading a CU's
6762 debugging info, do build a symtab structure for it. Make the
6763 symtab point to the macro information, and clear the
6764 `pending_macros' pointer which held it while we were reading the
6765 debug info.
6766 (really_free_pendings): Free any pending macro table.
6767 * objfiles.h (struct objfile): New member: `macro_cache'.
6768 * objfiles.c (allocate_objfile): Set allocate and free functions
6769 for the macro cache's objstack.
6770 (free_objfile): Empty the macro cache's obstack.
6771 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6772 set new allocate and free functions for it.
6773 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6774 free functions for the macro cache's objstack. (Why is this
6775 function building its own objfile?)
6776 * symmisc.c (print_objfile_statistics): Print statistics on the
6777 macro bcache.
6778 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6779
c899585b
RE
67802002-05-15 Richard Earnshaw <rearnsha@arm.com>
6781
6782 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6783 (REGISTER_U_ADDR): Delete definition.
6784 (arm_register_u_addr): Delete declaration.
6785
a6cdd8c5
RE
67862002-05-15 Richard Earnshaw <rearnsha@arm.com>
6787
6788 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6789 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6790
c97dcfc7
AC
67912002-05-14 Andrew Cagney <ac131313@redhat.com>
6792
6793 * regcache.c (register_valid): Revise comments refering to "Not
6794 available" and "unavailable".
6795 * frame.c (frame_register_read): Ditto.
6796 * findvar.c (value_of_register): Ditto.
6797
93021b7d
AC
67982002-05-15 Andrew Cagney <cagney@redhat.com>
6799
6800 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6801 (remote-sim.o): Update dependencies.
6802 (d10v-tdep.o): Specify dependencies.
6803 (sim_d10v_h): Define.
6804
a86bc61c
JB
68052002-05-14 Jim Blandy <jimb@redhat.com>
6806
6807 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6808 * macrotab.c (macro_lookup_inclusion, find_definition,
6809 new_macro_table): Same.
6810
6811 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6812 not `! strcmp ()'. This is a dubious improvement.
6813 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6814
6815 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6816 although it's not necessary, to avoid a warning.
6817
2fdde8f8
DJ
68182002-05-14 Daniel Jacobowitz <drow@mvista.com>
6819
6820 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6821 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6822 TYPE_INSTANCE_FLAGS.
6823 (struct main_type): New.
6824 (struct type): Move most members to struct main_type. Change
6825 cv_type and as_type to new type_chain member. Add instance_flags.
6826 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6827 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6828 (finish_cv_type): Remove prototype.
6829 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6830 Set TYPE_CHAIN.
6831 (alloc_type_instance): New function.
6832 (smash_type): New function.
6833 (make_pointer_type, make_reference_type, make_function_type)
6834 (smash_to_member_type, smash_to_method_type): Call smash_type.
6835 (make_qualified_type): New function.
6836 (make_type_with_address_space): Call make_qualified_type.
6837 (make_cv_type): Likewise.
6838 (finish_cv_type): Remove unnecessary function.
6839 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6840 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6841 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6842 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6843 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6844 * hpread.c (hpread_read_struct_type): Likewise.
6845 * stabsread.c (read_struct_type): Likewise.
6846
843fedf4
EZ
68472002-05-14 Elena Zannoni <ezannoni@redhat.com>
6848
6849 * configure.tgt: Add a catch all sh* target, for cases like
6850 sh[2,3,4]-elf and sh-hms.
6851
05a6c72c
KS
68522002-05-14 Keith Seitz <keiths@redhat.com>
6853
6854 * event-loop.c (create_file_handler): Don't do anything but
6855 update data when we are given a fd which we are already
6856 monitoring.
6857
5d085aaf
ML
68582002-05-14 Michal Ludvig <mludvig@suse.cz>
6859
6860 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6861 (update_context): Use __func__ in warnings.
6862
9db8d71f
DJ
68632002-05-14 Daniel Jacobowitz <drow@mvista.com>
6864
6865 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6866 and tcp_close to net_open and net_close.
6867 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6868 using UDP if requested. Don't try to disable Nagle on UDP
6869 sockets.
6870 * remote.c (remote_serial_open): New function. Warn about UDP.
6871 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6872
5dbc6baa
EZ
68732002-05-13 Elena Zannoni <ezannoni@redhat.com>
6874
6875 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6876
cc3023f7
EZ
68772002-05-13 Elena Zannoni <ezannoni@redhat.com>
6878
6879 * configure.tgt: Remove sh-hms target.
6880 * MAINTAINERS: Don't list sh-hms as a separate target.
6881
ec2bcbe7
JB
68822002-05-13 Jim Blandy <jimb@redhat.com>
6883
6884 Add first preprocessor macro-expansion files.
6885 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6886 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6887 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6888 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6889 (COMMON_OBS): Add macrotab.o, macroexp.o.
6890 (macroexp.o, macrotab.o): New rules.
6891
6d531722
AC
68922002-05-13 Andrew Cagney <ac131313@redhat.com>
6893
6894 * config/m88k/tm-m88k.h: Update copyright.
6895 (m88k_target_write_pc): Declare
6896 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6897 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6898 (SHIFT_INST_REGS): Update definition.
6899 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6900 using old definition of TARGET_WRITE_PC.
6901 * regcache.c (generic_target_write_pc): Delete code handling
6902 NNPC_REGNUM.
6903 * gdbarch.sh (NNPC_REGNUM): Delete.
6904 * gdbarch.h, gdbarch.c: Regenerate.
6905
3e3f2739
RE
69062002-05-13 Richard Earnshaw <rearnsha@arm.com>
6907
6908 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6909 builtin reg number.
6910
0004e5a2
DJ
69112002-05-13 Daniel Jacobowitz <drow@mvista.com>
6912
6913 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6914 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6915 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6916 access macros.
6917 * c-typeprint.c (cp_type_print_method_args): Likewise.
6918 (c_type_print_args): Likewise.
6919 * d10v-tdep.c (d10v_push_arguments): Likewise.
6920 (d10v_extract_return_value): Likewise.
6921 * expprint.c (print_subexp): Likewise.
6922 * gdbtypes.c (lookup_primitive_typename): Likewise.
6923 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6924 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6925 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6926 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6927 (TYPE_VECTOR): Likewise.
6928 * hpread.c (hpread_read_struct_type)
6929 (fix_static_member_physnames, fixup_class_method_type)
6930 (hpread_type_lookup): Likewise.
6931 * mdebugread.c (parse_symbol, parse_type): Likewise.
6932 * p-lang.c (is_pascal_string_type): Likewise.
6933 * valops.c (hand_function_call): Likewise.
6934 * x86-64-tdep.c (classify_argument): Likewise.
6935
6936 * hpread.c (hpread_read_function_type)
6937 (hpread_read_doc_function_type): Call replace_type.
6938 * dstread.c (create_new_type): Delete.
6939 (decode_dst_structure, process_dst_function): Call alloc_type.
6940 Use type access macros.
6941
dff95cc7
MK
69422002-05-12 Mark Kettenis <kettenis@gnu.org>
6943
6944 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6945 the're not supported by the current architecture.
6946 (i387_fill_fxsave): Likewise.
6947
bbcd32ad
FF
69482002-05-12 Fred Fish <fnf@redhat.com>
6949
6950 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6951 sect_index_xxx members to index the first slot in section_offsets
6952 if all of the section_offsets are zero.
6953
89cf4787
MK
69542002-05-12 Mark Kettenis <kettenis@gnu.org>
6955
6956 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6957 checked in with last change.
6958
1f77ffc5
MK
69592002-05-12 Mark Kettenis <kettenis@gnu.org>
6960
6961 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6962 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6963 config.sub.
6964
89b8b4a9
DJ
69652002-05-12 Daniel Jacobowitz <drow@mvista.com>
6966
6967 * Makefile.in: Update dependencies.
6968
14a5e767
AC
69692002-05-11 Andrew Cagney <ac131313@redhat.com>
6970
6971 * language.c (local_hex_string_custom): Simplify. Do not depend
6972 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
6973
6974 * memattr.c (mem_info_command): Replace calls to
6975 longest_local_hex_string and longest_local_hex_string_custom.
6976 * buildsym.c (make_blockvector): Ditto.
6977 * solib.c (info_sharedlibrary_command): Ditto.
6978 * tracepoint.c (tracepoints_info): Ditto.
6979 * symtab.c (print_msymbol_info): Ditto.
6980
6981 * language.c (local_hex_string): Delete.
6982 (local_hex_string_custom): Delete.
6983 (longest_local_hex_string): Rename to local_hex_string.
6984 (longest_local_hex_string_custom): Rename to
6985 local_hex_string_custom.
6986 * language.h (local_hex_string): Change parameter type to LONGEST.
6987 (local_hex_string_custom): Ditto.
6988 (longest_local_hex_string): Delete declaration.
6989 (longest_local_hex_string_custom): Ditto.
6990
6991 * solib.c: Update copyright.
6992 * memattr.c: Update copyright.
6993
13d01224
AC
69942002-05-11 Andrew Cagney <ac131313@redhat.com>
6995
6996 * arch-utils.h (legacy_register_to_value): Declare.
6997 (legacy_value_to_register): Declare.
6998 (legacy_convert_register_p): Declare.
6999 * arch-utils.c (legacy_register_to_value): New function.
7000 (legacy_value_to_register): New function.
7001 (legacy_convert_register_p): New function.
7002
7003 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7004 (VALUE_TO_REGISTER): Define.
7005 (CONVERT_REGISTER_P): Define.
7006 * gdbarch.h, gdbarch.c: Regenerate.
7007
7008 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7009 VALUE_TO_REGISTER.
7010 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7011 CONVERT_REGISTER_P.
7012
4a1970e4
DJ
70132005-05-11 Daniel Jacobowitz <drow@mvista.com>
7014 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7015
7016 * Makefile.in: Update dependencies for valops.c.
7017 * valops.c: Include "gdb_assert.h".
7018 (typecmp): Skip THIS parameter to methods.
7019 (find_method_list): Remove static_memfuncp argument,
7020 update callers. Check for stub methods.
7021 (find_value_oload_method_list): Don't set *static_memfuncp.
7022 (find_overload_match): Don't check for stub methods. Assert
7023 that methods are not stubbed. Handle static methods.
7024 (value_find_oload_method_list): Remove static_memfuncp argument.
7025 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7026 to the argument list for static stub methods.
7027 * value.h (value_find_oload_method_list): Update prototype.
7028
b2e75d78
AC
70292002-05-11 Andrew Cagney <ac131313@redhat.com>
7030
7031 * arch-utils.h (generic_register_size): Declare.
7032 (generic_register_raw_size, generic_register_virtual_size): Delete
7033 declarations.
7034 * arch-utils.c (generic_register_raw_size): Delete.
7035 (generic_register_size): New function.
7036 (generic_register_virtual_size): Delete.
7037
7038 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7039 default generic_register_size.
7040 * gdbarch.h, gdbarch.c: Re-generate.
7041
7042 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7043 register_virtual_size.
7044 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7045 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7046
451fbdda
AC
70472002-05-11 Andrew Cagney <ac131313@redhat.com>
7048
7049 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7050 * gdbarch.h, gdbarch.c: Regenerate.
7051 * gnu-v3-abi.c: Update copyright.
7052 (vtable_address_point_offset): Update.
7053 (gnuv3_rtti_type): Update.
7054 (gnuv3_baseclass_offset): Update.
7055 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7056 (init_fetch_link_map_offsets): Update.
7057 * remote.c (get_remote_state): Update.
7058
6d2f5cea
DJ
70592002-05-11 Daniel Jacobowitz <drow@mvista.com>
7060
7061 * TODO: Remove value_headof/value_from_vtable_info comment.
7062 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7063 * values.c (value_headof, value_from_vtable_info): Delete.
7064 * value.h (value_from_vtable_info): Delete prototype.
7065
d2324da4
AC
70662002-05-11 Andrew Cagney <ac131313@redhat.com>
7067
7068 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7069 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7070 $(gdb_regex_h).
7071 (gdb_assert_h): Define.
7072 (gdb_wait_h): Define.
7073 (gdb_regex_h): Define.
7074
5c717440
DJ
70752002-05-11 Daniel Jacobowitz <drow@mvista.com>
7076
7077 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7078 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7079
6c7861b3
JT
70802002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7081
7082 * nbsd-tdep.c: Fix comment.
7083
ea5bc2a6
JT
70842002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7085
7086 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7087 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7088 (nbsd-tdep.o): New dependency list.
7089 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7090 nbsd-tdep.h.
7091 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7092 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7093 * nbsd-tdep.c: New file.
7094 * nbsd-tdep.h: New file.
7095 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7096 nbsd-tdep.h.
7097 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7098 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7099 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7100 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7101
b28da865
JT
71022002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7103
7104 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7105 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7106 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7107 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7108 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7109 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7110
4b8ff1fa
JT
71112002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7112
7113 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7114 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7115 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7116 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7117 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7118 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7119 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7120
dfe6eb1f
JT
71212002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7122
7123 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7124 fetch_elfcore_registers to...
7125 * i386nbsd-tdep.c: ...here.
7126 (i386nbsd_use_struct_convention): Rename to...
7127 (i386nbsd_aout_use_struct_convention): ...this.
7128 (i386nbsd_supply_reg): New function.
7129 (i386nbsd_fill_reg): New function.
7130 (fetch_core_registers): Use i386nbsd_supply_reg.
7131 (fetch_elfcore_registers): Likewise.
7132 (_initialize_i386nbsd_tdep): New function.
7133 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7134 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7135 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7136 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7137 (i386nbsd_aout_use_struct_convention): ...this.
7138
20cb8cda
JT
71392002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7140
7141 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7142 (store_inferior_registers): Use shnbsd_fill_reg.
7143 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7144 sh_nbsd_supply_register): Collapse into...
7145 (shnbsd_supply_reg): ...this.
7146 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7147 (shnbsd_fill_reg): ...this.
7148 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7149 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7150 (fetch_core_registers): Use shnbsd_supply_reg.
7151 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7152 (sh_nbsd_core_fns): Rename to...
7153 (shnbsd_core_fns): ...this.
7154 (sh_nbsd_elfcore_fns): Rename to...
7155 (shnbsd_elfcore_fns): ...this.
7156 (sh_nbsd_init_abi): Rename to...
7157 (shnbsd_init_abi): ...this.
7158 (_initialize_sh_nbsd_tdep): Rename to...
7159 (_initialize_shnbsd_tdep): ...this.
7160 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7161 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7162 sh_nbsd_fill_register): Remove prototypes.
7163 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7164
e750d25e
JT
71652002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7166
7167 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7168 (i387-nat.o): Delete dependency list.
7169 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7170 (x86-64-linux-nat.o): Likewise.
7171 * i387-nat.c: Delete file, moving contents to...
7172 * i387-tdep.c: ...here.
7173 * i387-nat.h: Rename...
7174 * i387-tdep.h: ...to this.
7175 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7176 * i386-linux-nat.c: Likewise.
7177 * i386bsd-nat.c: Likewise.
7178 * i386gnu-nat.c: Likewise.
7179 * i386nbsd-nat.c: Likewise.
7180 * i386v4-nat.c: Likewise.
7181 * x86-64-linux-nat.c: Likewise.
7182 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7183 * config/i386/go32.mh (NATDEPFILES): Likewise.
7184 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7185 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7186 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7187 * config/i386/linux.mh (NATDEPFILES): Likewise.
7188 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7189 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7190 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7191 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7192
1aee598a
JT
71932002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7194
7195 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7196 (alphanbsd-nat.o): Remove dependency list.
7197 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7198 * alphanbsd-nat.c: Delete. Contents moved to...
7199 * alphanbsd-tdep.c: ...here.
7200 (_initialize_alphanbsd_tdep): Register core functions.
7201 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7202
12bcb0fe
JT
72032002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7204
7205 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7206 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7207 (alphanbsd-nat.o): Likewise.
7208 (alphabsd-tdep.o): New dependency list.
7209 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7210 (fill_gregset): Use alphabsd_fill_reg.
7211 (supply_fpregset): Use alphabsd_supply_fpreg.
7212 (fill_fpregset): Use alphabsd_fill_fpreg.
7213 (fetch_inferior_registers): Use struct reg and struct fpreg
7214 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7215 and alphabsd_supply_fpreg.
7216 (store_inferior_registers): Use struct reg and struct fpreg
7217 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7218 and alphabsd_fill_fpreg.
7219 * alphabsd-tdep.c: New file.
7220 * alphabsd-tdep.h: New file.
7221 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7222 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7223 alphabsd_supply_fpreg.
7224 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7225 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7226
361d1df0
EC
72272002-05-11 Eric Christopher <echristo@redhat.com>
7228
7229 * mips-tdep.c (mips_double_register_type): Fix thinko.
7230 (mips_single_register_type): Ditto.
7231 * MAINTAINERS: Add self.
7232
92dd7cee
MK
72332002-05-11 Mark Kettenis <kettenis@gnu.org>
7234
7235 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7236 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7237 right thing on architectures with different endianness and/or
7238 integer sizes.
7239
e27da16d
JT
72402002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7241
7242 From Christian Limpach <chris@Pin.LU>
7243 * configure.in: Change sed expression which comments out
7244 NATDEPFILES to also comment out continuation lines.
7245 * configure: Regenerate.
7246
ddde02bd
EZ
72472002-05-10 Elena Zannoni <ezannoni@redhat.com>
7248
7249 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7250 big patch.
7251
1c922164
EZ
72522002-05-10 Elena Zannoni <ezannoni@redhat.com>
7253
7254 * sh-tdep.c: Include correct file.
7255
283150cd
EZ
72562002-05-10 Elena Zannoni <ezannoni@redhat.com>
7257
7258 New support for sh64-elf (sh5) target.
7259
7260 * configure.tgt: For sh64-elf target, default to sh-elf.
7261
7262 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7263 (struct gdbarch_tdep): Add new fields for new registers and ABI
7264 info.
361d1df0 7265
283150cd
EZ
7266 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7267 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7268 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7269 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7270 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7271 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7272 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7273 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7274 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7275 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7276 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7277 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7278 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7279 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7280 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7281 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7282 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7283 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7284 sign_extend, sh64_nofp_frame_init_saved_regs,
7285 sh64_init_extra_frame_info, sh64_get_saved_register,
7286 sh64_extract_struct_value_address, sh64_pop_frame,
7287 sh64_push_arguments, sh64_extract_return_value,
7288 sh64_store_return_value, sh64_show_media_regs,
7289 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7290 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7291 sh_sh64_register_virtual_type,
7292 sh_sh64_register_convert_to_virtual,
7293 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7294 sh64_register_read, sh64_pseudo_register_write,
7295 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7296 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7297 sh64_do_pseudo_register, sh_compact_do_registers_info,
7298 sh64_do_registers_info, sh_gdbarch_init): New functions.
7299
3117ed25
EZ
73002002-05-10 Elena Zannoni <ezannoni@redhat.com>
7301
7302 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7303
2654e6d4
DJ
73042002-05-10 Daniel Jacobowitz <drow@mvista.com>
7305
7306 * linespec.c (decode_line_1): Check for a double quote after
7307 a filename correctly.
7308
9ab3e532
JB
73092002-05-10 Jim Blandy <jimb@redhat.com>
7310
7311 Properly track the size of the current objfile's .debug_line section.
7312 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7313 (DWARF_LINE_SIZE): New macro.
7314 (dwarf2_build_psymtabs_hard): Record the line section's size in
7315 the partial symbol table.
7316 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7317 symbol table.
7318
126fa72d
PS
73192002-05-10 Petr Sorfa <petrs@caldera.com>
7320
7321 * ia64-tdep.c: Handle breakpoints on L instruction type
7322 in MLX instruction bundle by moving the breakpoint to
7323 the third slot (X instruction type) as L holds only data.
7324
1f077a3e
KB
73252002-05-10 Kevin Buettner <kevinb@redhat.com>
7326
7327 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7328 (process_one_symbol): Complain about discarding local symbols
7329 due to a misplaced N_LBRAC entry.
7330
8120c9d5 73312002-05-09 Elena Zannoni <ezannoni@redhat.com>
361d1df0
EC
7332
7333 From Daniel Berlin <dan@cgsoftware.com>
8120c9d5
EZ
7334 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7335 decrease the depth we are at, in the case of templates.
361d1df0 7336
67b2c998
DJ
73372002-05-09 Daniel Jacobowitz <drow@mvista.com>
7338
7339 * mips-tdep.c (mips_float_register_type): New function.
7340 (mips_double_register_type): New function.
7341 (mips_print_register): Use them.
7342 (do_fp_register_row): Likewise.
7343
fd326606
DJ
73442002-05-09 Daniel Jacobowitz <drow@mvista.com>
7345
6609d9af 7346 * signals/signals.c (signals): Remove conditional compilation around
fd326606 7347 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
6609d9af 7348 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
fd326606 7349
bef35864
MS
73502002-05-09 Michael Snyder <msnyder@redhat.com>
7351
7352 * remote-rdp.c (remote_rdp_can_run): Remove.
7353
c55a3f73
TT
73542002-05-09 Tom Tromey <tromey@redhat.com>
7355
7356 * jv-valprint.c (java_val_print): Handle `char' as a special case
7357 of TYPE_CODE_INT.
7358
b8d5e71d
MS
73592002-05-09 Michael Snyder <msnyder@redhat.com>
7360
7361 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7362 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
361d1df0 7363 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
b8d5e71d 7364 str r(0123),[sp,#nn].
361d1df0 7365 (arm_skip_prologue): Ditto. Also make disassembly
b8d5e71d
MS
7366 order-independent by placing it in a loop.
7367
e2cd42dd
MS
73682002-05-06 Michael Snyder <msnyder@redhat.com>
7369
7370 * stabsread.c (read_type): Add recognition for new attribute:
7371 "@V;" means that an array type is actually a vector.
7372 This is analogous to the vector flag that's been added to dwarf2.
7373
3ce1502b
MK
73742002-05-09 Mark Kettenis <kettenis@gnu.org>
7375
7376 * i386-tdep.h (i386_abi): New enum.
7377 (struct gdbarch_tdep): Replace os_ident member with abi.
7378 (i386_gdbarch_register_os_abi): New prototype.
7379 * i386-tdep.c (i386_abi_names): New array.
7380 (process_note_abi_tag_sections): Removed.
7381 (process_note_sections): New function.
7382 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7383 (struct i386_abi_handler): New struct.
7384 (i386_abi_handler_list): New variable.
7385 (i386_gdbarch_register_os_abi): New function.
7386 (i386_gdbarch_init): Adapt for the changes given above.
7387
084c156a
DJ
73882002-05-08 Daniel Jacobowitz <drow@mvista.com>
7389
7390 * gregset.h: Say "GNU/Linux".
7391
6599f021
EZ
73922002-05-08 Elena Zannoni <ezannoni@redhat.com>
7393
7394 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7395 (build_gdbtypes): Build builtin_type_v2_float.
7396 (_initialize_gdbtypes): Register new builtin type.
7397
40af4b0c
AC
73982002-05-08 Andrew Cagney <ac131313@redhat.com>
7399
7400 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7401 (clear_gdbarch_swap): New function.
7402 (initialize_non_multiarch): Call.
7403 (gdbarch_update_p): Before calling init(), swap out and clear the
7404 existing architecture.
7405 * gdbarch.c: Regenerate.
7406
4fe84f46
JT
74072002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7408
7409 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7410 alphanbsd-tdep.c.
7411
4015edd1
JT
74122002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7413
7414 * sh-nbsd-nat.c: Rename to...
7415 * shnbsd-nat.c: ...this.
7416 * sh-nbsd-tdep.c: Rename to...
7417 * shnbsd-tdep.c: ...this.
7418 * sh-nbsd-tdep.h: Rename to...
7419 * shnbsd-tdep.h: ...this.
7420 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7421 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7422
0e2bd219
RE
74232002-05-08 Richard Earnshaw <rearnsha@arm.com>
7424
7425 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7426 concatenation for command help messages.
7427
13a38d45
JT
74282002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7429
7430 * NEWS: Note new sh*-*-netbsdelf* configuration.
7431 * configure.host: Set gdb_host_cpu to sh for all sh*.
7432 (sh*-*-netbsdelf*): New host.
7433 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7434 (sh*-*-netbsdelf*): New target.
7435 * sh-nbsd-nat.c: New file.
7436 * sh-nbsd-tdep.c: New file.
7437 * sh-nbsd-tdep.h: New file.
7438 * config/sh/nbsd.mh: New file.
7439 * config/sh/nbsd.mt: New file.
7440 * config/sh/nm-nbsd.h: New file.
7441 * config/sh/tm-nbsd.h: New file.
7442
d658f924
JT
74432002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7444
7445 * sh-tdep.c (sh_osabi_names): Declare.
7446 (process_note_abi_tag_sections): New function.
7447 (get_elfosabi): Ditto.
7448 (sh_gdbarch_register_os_abi): Ditto.
7449 (sh_dump_tdep): Ditto.
7450 _initialize_sh_tdep): Use gdbarch_register to register
7451 sh_gdbarch_init and sh_dump_tdep.
7452 * config/sh/tm-sh.h (sh_osabi): Declare.
7453 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7454
848cfffb
AC
74552002-05-07 Andrew Cagney <ac131313@redhat.com>
7456
7457 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7458 (thumb_scan_prologue): Ditto.
7459 (arm_find_callers_reg): Ditto.
7460 (arm_frame_chain): Ditto.
7461 (arm_init_extra_frame_info): Ditto.
7462 (arm_frame_saved_pc): Ditto.
7463 (arm_pop_frame): Ditto.
7464 (arm_push_return_address): New function.
7465 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7466 call_dummy_location, call_dummy_breakpoint_offset_p,
7467 call_dummy_breakpoint_offset, call_dummy_p,
7468 call_dummy_stack_adjust_p, call_dummy_words,
7469 sizeof_call_dummy_words, call_dummy_start_offset,
7470 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7471 call_dummy_address, push_return_address and push_dummy_frame for
7472 generic dummy frames.
7473
e7d717c0
JT
74742002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7475
7476 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7477 size computation for alloca.
7478 (sh_fp_frame_init_saved_regs): Likewise.
7479
7bbcf283
RE
74802002-05-07 Richard Earnshaw <rearnsha@arm.com>
7481
7482 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7483 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
361d1df0 7484 * arm-tdep.c (arm_store_return_value): Use them.
7bbcf283
RE
7485 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7486 * remote-rdp.c (remote_rdp_fetch_register): Use
7487 ARM_MAX_REGISTER_RAW_SIZE.
7488 (remote_rdp_store_register): Likewise.
7489
4657573b
ML
74902002-05-07 Michal Ludvig <mludvig@suse.cz>
7491
361d1df0 7492 * dwarf2cfi.c: Code cleanup, removed unused variables,
4657573b
ML
7493 added default labels to switch {} statements.
7494 * x86-64-tdep.c: Ditto.
7495 * x86-64-linux-nat.c: Ditto.
7496
010f3b2f
JT
74972002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7498
7499 * solib.h: Protect against multiple inclusion.
7500
debd256d
JB
75012002-05-06 Jim Blandy <jimb@redhat.com>
7502
9ab3e532
JB
7503 Add first preprocessor macro-expansion files.
7504 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7505 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7506 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7507 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7508 (COMMON_OBS): Add macrotab.o, macroexp.o.
7509 (macroexp.o, macrotab.o): New rules.
7510
debd256d
JB
7511 Separate the job of reading the line number info statement program
7512 header (...expialidocious) out into its own function.
7513 * dwarf2read.c (struct line_head, struct filenames, struct
7514 directories): Replace with...
7515 (struct line_header): New structure, containing the full
7516 contents of the statement program header, including the
7517 include directory and file name tables.
7518 (read_file_scope): If we have line number info, instead of just
7519 calling dwarf_decode_lines to do all the work, call
7520 dwarf_decode_line_header first to get a `struct line_header'
7521 containing the data in the statement program header, and then
7522 pass that to dwarf_decode_lines, which will pick up where that
7523 left off. Be sure to clean up the `struct line_header' object.
7524 (dwarf_decode_line_header, free_line_header, add_include_dir,
7525 add_file_name): New functions.
7526 (dwarf_decode_lines): Move all the code to read the statement
7527 program header into dwarf_decode_line_header. Take the line
7528 header it built as the first argument, instead of the offset to
7529 the compilation unit's line number info. Use the new `struct
7530 line_header' type instead of the old structures. No need to do
7531 cleanups here now, since we don't allocate anything.
7532 (dwarf2_statement_list_fits_in_line_number_section,
7533 dwarf2_line_header_too_long): New complaints.
7534
ac3aafc7
EZ
75352002-05-06 Elena Zannoni <ezannoni@redhat.com>
7536
7537 * gdbtypes.c (init_vector_type): New function.
7538 (build_builtin_type_vec128): Simplify the representation of SIMD
7539 registers.
7540 (build_gdbtypes): Initialize new builtin vector types.
7541 (_initialize_gdbtypes): Register new vector types with gdbarch.
7542 (builtin_type_v4_float, builtin_type_v4_int32,
7543 builtin_type_v8_int16, builtin_type_v16_int8,
7544 builtin_type_v2_int32, builtin_type_v4_int16,
7545 builtin_type_v8_int8): New (renamed) SIMD types.
7546
13e49980
MK
75472002-05-06 Mark Kettenis <kettenis@gnu.org>
7548
7549 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7550 (i387_fill_fxsave): Likewise.
7551
997b20b8
AO
75522002-05-05 Alexandre Oliva <aoliva@redhat.com>
7553
7554 * alpha-tdep.c (alpha_extract_return_value): Don't use
7555 non-constant array size in prototype.
7556
535c96ce
AC
75572002-05-04 Andrew Cagney <ac131313@redhat.com>
7558
7559 From Brian Taylor <briant at model dot com>:
7560 * ui-out.c (ui_out_field_core_addr): Use the function
7561 longest_local_hex_string_custom'to format addresses > 32 bits
7562 wide.
7563
7564 * ui-out.c (ui_out_field_core_addr): Update comment.
7565
bedfa57b
AC
75662002-05-04 Andrew Cagney <ac131313@redhat.com>
7567
7568 * stack.c (select_and_print_frame): Make static. Delete the
7569 parameter `level'.
7570 (func_command): Update call.
7571 (select_frame_command): Delete code computing the frame level.
7572 * frame.h (select_and_print_frame): Delete declaration.
7573
f621c63e
AC
75742002-05-04 Andrew Cagney <ac131313@redhat.com>
7575
7576 * sparc-tdep.c (sparc_get_saved_register): Comment why
7577 get_prev_frame call is safe.
7578
0f7d239c
AC
75792002-05-04 Andrew Cagney <ac131313@redhat.com>
7580
7581 * frame.h (select_frame): Delete level parameter.
7582 * stack.c (select_frame): Update. Use frame_relative_level to
7583 obtain the frame's level.
7584 (select_and_print_frame): Update call.
7585 (select_frame_command): Ditto.
7586 (up_silently_base): Ditto.
7587 (down_silently_base): Ditto.
7588 * ocd.c (ocd_start_remote): Ditto.
7589 * remote-rdp.c (remote_rdp_open): Ditto.
7590 * remote-mips.c (mips_initialize): Ditto.
7591 (common_open): Ditto.
7592 * remote-e7000.c (e7000_start_remote): Ditto.
7593 * m3-nat.c (select_thread): Ditto.
7594 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7595 (child_get_current_exception_event): Ditto.
7596 * varobj.c (varobj_create): Ditto.
7597 (varobj_update): Ditto.
7598 (c_value_of_root): Ditto.
7599 * tracepoint.c (finish_tfind_command): Ditto.
7600 * corelow.c (core_open): Ditto.
7601 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7602 * thread.c (info_threads_command): Ditto.
7603 (switch_to_thread): Ditto.
7604 * infrun.c (normal_stop): Ditto.
7605 (restore_selected_frame): Ditto.
7606 (restore_inferior_status): Ditto.
7607 * breakpoint.c (insert_breakpoints): Ditto.
7608 (watchpoint_check): Ditto.
7609 (bpstat_stop_status): Ditto.
7610 (do_enable_breakpoint): Ditto.
7611 * blockframe.c (flush_cached_frames): Ditto.
7612 (reinit_frame_cache): Ditto.
7613
71d6c7b1
AC
76142002-05-04 Andrew Cagney <ac131313@redhat.com>
7615
7616 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7617 maintainer.
7618
cda6c68a
JB
76192002-05-04 Jim Blandy <jimb@redhat.com>
7620
7621 * gdbtypes.c (replace_type): Doc fix.
7622
5c1c87f0
AC
76232002-05-04 Andrew Cagney <ac131313@redhat.com>
7624
7625 * valprint.c (strcat_longest): Delete commented out function.
7626 Update copyright.
7627
cd9bfe15
AC
76282002-05-04 Andrew Cagney <ac131313@redhat.com>
7629
7630 * MAINTAINERS: Mark a29k as deleted.
7631 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7632 Move new configurations to the top.
7633 * configure.tgt: Remove a29k.
7634 * config/a29k/tm-vx29k.h: Delete.
7635 * config/a29k/vx29k.mt: Delete.
7636 * config/a29k/tm-a29k.h: Delete.
7637 * config/a29k/a29k-udi.mt: Delete.
7638 * config/a29k/a29k.mt: Delete.
7639 * a29k-tdep.c: Delete.
7640 * remote-udi.c: Delete.
7641 * remote-mm.c: Delete.
7642 * remote-eb.c: Delete.
7643 * remote-adapt.c: Delete.
7644 * Makefile.in: Remove obsolete code.
cd9bfe15
AC
7645 * config/s390/s390x.mt: Ditto.
7646 * config/s390/s390.mt: Ditto.
7647 * config/sparc/sparclynx.mh: Ditto.
7648 * config/sparc/linux.mh: Ditto.
7649 * config/pa/hppaosf.mh: Ditto.
7650 * config/pa/hppabsd.mh: Ditto.
7651 * config/ns32k/nbsd.mt: Ditto.
7652 * config/mips/vr5000.mt: Ditto.
7653 * config/m68k/sun3os4.mh: Ditto.
7654 * config/m68k/nbsd.mt: Ditto.
7655 * config/m68k/m68klynx.mh: Ditto.
7656 * config/m32r/m32r.mt: Ditto.
7657 * config/i386/x86-64linux.mt: Ditto.
7658 * config/i386/nbsdelf.mt: Ditto.
7659 * config/i386/nbsd.mt: Ditto.
7660 * config/i386/i386lynx.mh: Ditto.
7661
bf0c5130
AC
76622002-05-04 Andrew Cagney <ac131313@redhat.com>
7663
7664 * target.c (debug_print_register): New function. Handle oversize
7665 registers.
7666 (debug_to_fetch_registers): Call.
7667 (debug_to_store_registers): Call.
7668
2ae1c2d2
JB
76692002-05-03 Jim Blandy <jimb@redhat.com>
7670
13a393b0
JB
7671 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7672 (read_type): Doc fix.
7673 * gdbtypes.c (replace_type): Doc fix.
7674
2ae1c2d2
JB
7675 * stabsread.c (multiply_defined_struct): New complaint.
7676 (read_struct_type): If the type we were passed isn't empty, or
7677 incomplete, don't read the new struct type into it; complain,
7678 and return the original type unchanged. Take a new `type_code'
7679 argument, which is the type code for the new type.
7680 (read_type): Rather than storing the type's type code here, pass
7681 it as an argument to read_struct_type, and let that take care of
7682 storing it. That way, we don't overwrite the original type code,
7683 so read_struct_type can use it to decide whether we're overwriting
7684 something we shouldn't.
7685 (complain_about_struct_wipeout): New function.
7686
8de9bdc4
AC
76872002-05-03 Andrew Cagney <ac131313@redhat.com>
7688
7689 * gdbarch.sh: Assert that gdbarch is non-NULL.
7690 * gdbarch.c: Regenerate.
7691
f773fdbb
JM
76922002-05-03 Jason Merrill <jason@redhat.com>
7693
7694 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7695 and return NULL.
7696
0e04a514
ML
76972002-05-03 Michal Ludvig <mludvig@suse.cz>
7698
7699 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7700 (x86_64_dwarf2gdb_regno_map_length),
7701 (x86_64_dwarf2_reg_to_regnum): Added.
7702 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7703 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7704 (_initialize_x86_64_tdep): Synced with the change above.
7705 (x86_64_skip_prologue): Reformulated message.
7706
065432a8
PM
77072002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7708
7709 * f-exp.y: Also use new prev_lexptr variable
7710 to improve error reporting. Based on Michael Snyder
7711 2002-04-24 dated patch to c-exp.y.
7712 * jv-exp.y: Likewise.
7713 * m2-exp.y: Likewise.
7714
a3162708
EZ
77152002-05-02 Elena Zannoni <ezannoni@redhat.com>
7716
7717 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7718 we are dealing with vectors.
7719
03620c38
PM
77202002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7721
7722 * config/m68k/tm-nbsd.h: Obvious fix,
7723 correct machine name.
7724
6604db2e
PM
77252002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7726
7727 * p-typeprint.c (pascal_type_print_base): Add support
7728 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7729
0906b739
PM
77302002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7731
7732 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7733 for fondamental pascal 'char' type.
7734
e2625b33
PM
77352002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7736
7737 * p-lang.h (is_pascal_string_type): Declaration changed,
7738 new sixth argument of type char ** added.
361d1df0 7739 * p-lang.c (is_pascal_string_type): Implementation
e2625b33
PM
7740 changed. Args length_pos, length_size, string_pos, char_size
7741 can now be NULL. New argument arrayname set to the field
7742 name of the char array. Return value set to char array
7743 field index plus one.
361d1df0 7744 * p-valprint.c (pascal_val_print): Adapt to new declaration of
e2625b33
PM
7745 is_pascal_string_type function.
7746
cf17c188
AC
77472002-05-02 Andrew Cagney <cagney@redhat.com>
7748
7749 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7750 <cagney@redhat.com> change.
7751 * gdbarch.c: Regenerate.
7752
52bca491
AC
77532002-05-02 Andrew Cagney <cagney@redhat.com>
7754
7755 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7756 before probing for a new one. Detect errorenous gdbarch_init
7757 functions.
7758 * gdbarch.c: Regenerate.
7759
d5e72505
AC
77602002-05-01 Andrew Cagney <cagney@redhat.com>
7761
7762 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7763 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7764 * config/v850/tm-v850.h: Ditto. Update copyright.
7765
af566d9f
AC
77662002-04-30 Andrew Cagney <ac131313@redhat.com>
7767
7768 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7769 current_gdbarch.
7770
880d85fa
MS
77712002-04-30 Michael Snyder <msnyder@redhat.com>
7772
94c30b78
MS
7773 * arm-tdep.c: Whitespace clean-ups.
7774 (arm_skip_prologue): Fix thinko; two lines
880d85fa
MS
7775 should have been removed as part of 4/24 change.
7776
6f5987a6
KB
77772002-04-30 Kevin Buettner <kevinb@redhat.com>
7778
7779 * rs6000-tdep.c: Added comment describing how fpscr register
7780 numbers were chosen.
7781
1a113c93
MS
77822002-04-30 Michael Snyder <msnyder@redhat.com>
7783
7784 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7785
9a6f53fe
EZ
77862002-04-29 Elena Zannoni <ezannoni@redhat.com>
7787
7788 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7789 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7790 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7791
11ed25ac
KB
77922002-04-29 Kevin Buettner <kevinb@redhat.com>
7793
7794 From Louis Hamilton <hamilton@redhat.com>:
7795 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7796 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7797 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7798 not bfd-private xcoff data, to determine wordsize.
7799 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7800
ae232405
AC
78012002-04-29 Andrew Cagney <ac131313@redhat.com>
7802
7803 GDB 5.2 released from 5.2 branch.
7804
91fd20f7
ML
78052002-04-29 Michal Ludvig <mludvig@suse.cz>
7806
7807 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7808 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7809 (x86_64_register_info_table): Added comments with register numbers.
361d1df0 7810
2dc5091b
EZ
78112002-04-29 Elena Zannoni <ezannoni@redhat.com>
7812
7813 * rs6000-tdep.c (rs6000_extract_return_value,
7814 rs6000_store_return_value): Handle returning vectors.
7815 (rs6000_gdbarch_init): Use
7816 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7817 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7818 New function.
7819 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7820 vectors.
7821 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7822 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
361d1df0 7823
2b9848d8
PM
78242002-04-24 Pierre Muller <ics.u-strasbg.fr>
7825
7826 * hpread.c (hpread_psymtab_to_symtab_1,
aacb1f0a 7827 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
2b9848d8
PM
7828 with fprintf_unfiltered (gdb_stderr,...).
7829
f8d17dc5
PM
78302002-04-24 Pierre Muller <ics.u-strasbg.fr>
7831
7832 * remote-array.c (printf_monitor, write_monitor,
361d1df0 7833 array_insert_breakpoint, array_remove_breakpoint ):
f8d17dc5
PM
7834 Replace fprintf (stderr,...
7835 with fprintf_unfiltered (gdb_stderr,....
7836 * remote-es.c: Likewise.
7837 * remote-os9k.c: Likewise.
7838 * remote-st.c: Likewise.
7839
2f2f1ad1
AS
78402002-04-28 Andreas Schwab <schwab@suse.de>
7841
7842 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7843 linux-proc.o and gcore.o.
7844
b6779aa2
AC
78452002-04-26 Michal Ludvig <mludvig@suse.cz>
7846
7847 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7848 code without frame pointers.
7849
7e57f5f4
AC
78502002-04-26 Andrew Cagney <ac131313@redhat.com>
7851
7852 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7853 ON_STACK is needed.
7854
2ceb85d0
BE
78552002-04-26 Ben Elliston <bje@redhat.com>
7856
7857 * target.c (do_xfer_memory): Correct reference to the new option
7858 "trust-readonly-sections".
7859
f5f8a009
EZ
78602002-04-26 Elena Zannoni <ezannoni@redhat.com>
7861
7862 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7863 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7864 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7865 vectors.
7866 (read_array_type): Record the fact that this array type is really a
7867 vector (i.e. are passed in by value).
7868
5868c862
JT
78692002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7870
7871 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7872 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7873 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7874 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7875 * alpha-linux-tdep.c: Include frame.h.
7876 (alpha_linux_sigcontext_addr): New function.
7877 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7878 alpha_linux_sigcontext_addr.
7879 * alpha-osf1-tdep.c: Include gdbcore.h.
7880 (alpha_osf1_sigcontext_addr): New function.
7881 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7882 alpha_osf1_sigcontext_addr.
7883 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7884 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7885
bfb01f37
AC
78862002-04-26 Andrew Cagney <ac131313@redhat.com>
7887
361d1df0 7888 * stack.c (selected_frame_level):
bfb01f37
AC
7889 (select_frame): Do not set selected_frame_level.
7890 * frame.h (selected_frame_level): Delete declaration.
7891
15813d3f
AC
78922002-04-26 Andrew Cagney <ac131313@redhat.com>
7893
7894 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7895 convert_from_func_ptr-addr when AIX / PowerOpen.
7896
6096c27a
AC
78972002-04-25 Andrew Cagney <ac131313@redhat.com>
7898
7899 * valops.c (hand_function_call): Call
7900 generic_save_call_dummy_addr.
7901 * frame.h (generic_save_call_dummy_addr): Declare.
7902 * blockframe.c (struct dummy_frame): Add fields call_lo and
7903 call_hi.
7904 (generic_find_dummy_frame): Check for PC in range call_lo to
7905 call_hi instead of entry_point_address.
7906 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7907 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7908 (generic_save_call_dummy_addr): New function.
7909
f510d44e
DM
79102002-04-24 David S. Miller <davem@redhat.com>
7911
7912 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7913 sparc_skip_prologue.
7914 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7915 information to find prologue when possible.
7916 (sparc_prologue_frameless_p): Call examine_prologue directly.
7917 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7918 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7919 second argument.
7920 (SKIP_PROLOGUE): Likewise.
7921
15d72a92
JT
79222002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7923
7924 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7925 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7926 indicate that the condition it was testing is always true.
7927 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7928 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7929 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7930
accc6d1f
JT
79312002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7932
7933 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7934 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7935 tdep->jb_pc and tdep->jb_elt_size.
7936 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7937 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7938 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7939 * alpha-nat.c (get_longjmp_target): Remove.
7940 (JB_ELEMENT_SIZE): Ditto.
7941 (JB_PC): Ditto.
7942 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7943 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7944 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7945 to alpha_get_longjmp_target.
7946 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7947 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7948 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7949
1bfdc549
AC
79502002-04-25 Andrew Cagney <ac131313@redhat.com>
7951
7952 * README: Update to GDB 5.2.
7953
1bd316f0
AC
79542002-04-25 Andrew Cagney <ac131313@redhat.com>
7955
7956 * gdbarch.sh (LC_ALL): Set to `c'.
7957
2e5ff58c
TR
79582002-04-25 Theodore A. Roth <troth@verinet.com>
7959
7960 * avr-tdep.c: Ran through gdb_indent.sh.
7961
e33ce519
TR
79622002-04-25 Theodore A. Roth <troth@verinet.com>
7963
7964 * MAINTAINERS: Add myself as AVR maintainer.
7965 * NEWS: Note new target avr.
7966
8818c391
TR
79672002-04-25 Theodore A. Roth <troth@verinet.com>
7968
7969 * Makefile.in: Add support for AVR target.
7970 * configure.tgt: Add support for AVR target.
7971 * avr-tdep.c: New file
7972 * config/avr/avr.mt: New file.
7973
79509c2d
TR
79742002-04-25 Theodore A. Roth <troth@verinet.com>
7975
7976 * MAINTAINERS: Add myself to write-after-approval.
7977
dac8068e
PM
79782002-04-24 Pierre Muller <ics.u-strasbg.fr>
7979
7980 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
7981 with fprintf_unfiltered (gdb_stderr,....
7982
25bf3106
PM
79832002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7984
7985 Fix PR gdb/508.
7986 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
7987
24467a86
PM
79882002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
7989
7990 * p-exp.y: Also use new prev_lexptr variable
7991 to improve error reporting. Based on Michael Snyder
7992 2002-04-24 dated patch to c-exp.y.
7993
95b80706
JT
79942002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7995
7996 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
7997 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
7998 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
7999 to 0.
8000 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8001 and struct value.
8002 (FUNCTION_START_OFFSET): Remove.
8003 (BREAKPOINT): Ditto.
8004
e90cc612
JT
80052002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8006
8007 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8008 * NEWS: Ditto.
8009
6c72f9f9
JT
80102002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8011
8012 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8013 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8014 alpha_linux_pc_in_sigtramp.
8015 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8016 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8017 alpha_osf1_pc_in_sigtramp.
8018 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8019 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8020 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8021 alphafbsd_pc_in_sigtramp.
8022 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8023 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8024 alphanbsd_pc_in_sigtramp.
8025 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8026 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8027
5e4f3379
JT
80282002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8029
8030 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8031
da8ca43d
JT
80322002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8033
8034 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8035 alphanbsd-tdep.c.
8036 (alphanbsd-nat.o): New dependency list.
8037 (alphanbsd-tdep.o): Ditto.
8038 * NEWS: Note new native NetBSD/alpha configuration.
8039 * alphanbsd-nat.c: New file.
8040 * alphanbsd-tdep.c: Ditto.
8041 * configure.host (alpha*-*-netbsd*): New host.
8042 * configure.tgt (alpha*-*-netbsd*): New target.
8043 * config/alpha/nbsd.mh: New file.
8044 * config/alpha/nbsd.mt: Ditto.
8045 * config/alpha/nm-nbsd.h: Ditto.
8046 * config/alpha/tm-nbsd.h: Ditto.
8047
36a6271d
JT
80482002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8049
8050 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8051 (alpha-osf1-tdep.o): New dependency list.
8052 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8053 and skip_sigtramp_frame members.
8054 * alpha-linux-tdep.c: Include gdbcore.h.
8055 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8056 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8057 * alpha-osf1-tdep.c: New file.
8058 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8059 alpha-osf1-dep.c.
8060 (alpha_frame_past_sigtramp_frame): New function.
8061 (alpha_dynamic_sigtramp_offset): Ditto.
8062 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8063 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8064 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8065 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8066 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8067 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8068 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8069 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8070 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8071 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8072 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8073 to find_solib_trampoline_target.
8074 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8075 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8076 (SKIP_TRAMPOLINE_CODE): Remove.
8077 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8078 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8079 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8080 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8081 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8082 (PROC_SIGTRAMP_MAGIC): Ditto.
8083 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8084 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8085 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8086 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8087 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8088
2f4bc57b
JT
80892002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8090
8091 * NEWS: Note that Alpha targets are now multi-arch.
8092
665132f9
MS
80932002-04-24 Michael Snyder <msnyder@redhat.com>
8094
8095 * parser-defs.h (prev_lexptr): New external variable.
8096 * parse.c (parse_exp_1): Set prev_lexptr to null before
8097 calling the language-specific parser.
8098 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8099 (yyerror): Use prev_lexptr in error reporting.
8100
32872fa7
DJ
81012002-04-24 Daniel Jacobowitz <drow@mvista.com>
8102
8103 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8104 * gregset.h: If FILL_FPXREGSET is defined, provide
8105 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8106 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8107 is defined, call fill_fpxregset.
8108
57e76fac
MS
81092002-04-24 Roland McGrath <roland@frob.com>
8110
8111 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8112 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8113 (supply_gregset, supply_fpregset): New functions.
8114
8115 * gnu-nat.c (gnu_find_memory_regions): New function.
8116 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8117 (gnu_xfer_memory): Add a cast.
8118
f43845b3
MS
81192002-04-24 Michael Snyder <msnyder@redhat.com>
8120
361d1df0 8121 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
f43845b3
MS
8122 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8123 of argument regs ("str r(0123), [r11, #-nn"]).
361d1df0 8124 (arm_skip_prologue): Better handling for frameless functions.
f43845b3
MS
8125 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8126 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8127
a0abec03
AC
8128Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8129
8130 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8131 NUM_PSEUDO_REGS can be used.
8132
d7bd68ca
AC
81332002-04-24 Andrew Cagney <ac131313@redhat.com>
8134
8135 * arch-utils.h: Update copyright.
8136
8137 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8138 * gdbarch.h, gdbarch.c: Re-generate.
8139
8140 * inferior.h (IN_SIGTRAMP): Delete definition.
8141 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8142 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8143
8144 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8145 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8146 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8147 (find_proc_framesize): Ditto.
8148 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8149 (alpha_init_extra_frame_info): Ditto.
8150 * infrun.c (handle_inferior_event): Ditto.
8151 (handle_inferior_event): Ditto.
8152 (check_sigtramp2): Ditto.
8153 * blockframe.c (create_new_frame): Ditto.
8154 (get_prev_frame): Ditto.
8155 * ppc-linux-tdep.c: Update comments.
8156 * i386-linux-tdep.c: Update comments.
8157 * breakpoint.c (bpstat_what): Update comment.
8158
4867e41e
DM
81592002-04-24 David S. Miller <davem@redhat.com>
8160
21d83aa5
DM
8161 * i960-tdep.c (register_in_window_p): New function.
8162 (i960_find_saved_register): Use it instead of
8163 REGISTER_IN_WINDOW_P.
8164 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8165
4867e41e
DM
8166 * symtab.h (find_stab_function_addr): Kill extern.
8167 * minsyms.c (find_stab_function_addr): Remove from here...
8168 * dbxread.c: ... to here, and mark it static.
8169
69cdf6a2
DM
81702002-04-20 David S. Miller <davem@redhat.com>
8171
8172 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8173 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8174
5a595886
DM
81752002-04-21 David S. Miller <davem@redhat.com>
8176
8177 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8178 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8179 (vx_write_register): Likewise.
8180
1da1a192
JB
81812002-04-23 J. Brobecker <brobecker@gnat.com>
8182
8183 * source.c (is_regular_file): New function.
8184 (openp): Check wether file to open is a regular file
8185 to avoid opening directories.
8186
baa6f10b
JT
81872002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8188
8189 * findvar.c (extract_signed_integer): Cast printf argument
8190 to suppress format warning.
8191 (extract_unsigned_integer): Likewise.
8192 * infcmd.c (registers_info): Likewise.
8193 * top.c (get_prompt_1): Likewise.
8194 * valops.c (value_assign): Likewise.
8195 * valprint.c (print_decimal): Likewise.
8196
b2c4da81
L
81972002-04-22 H.J. Lu (hjl@gnu.org)
8198
8199 * c-exp.y (typebase): Support
361d1df0 8200
b2c4da81
L
8201 [long|long long|short] [signed|unsigned] [int|]
8202
8203 and
8204
8205 signed [long|long long|short] int
8206
f267bd6a
JT
82072002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8208
8209 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8210 and vax-tdep.h.
8211 * vax-tdep.h: New file.
8212 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8213 Make several routines static.
8214 (vax_get_saved_register): New function.
8215 (vax_gdbarch_init): New function.
8216 (_initialize_vax_tdep): Register vax_gdbarch_init.
8217 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8218 Remove macros now under the control of gdbarch.
8219
da3c6d4a
MS
82202002-04-22 Michael Snyder <msnyder@redhat.com>
8221
11d3b27d
MS
8222 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8223 Some whitespace and coding standards tweaks.
da3c6d4a 8224
a33f7558
JT
82252002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8226
8227 * vax-tdep.c: Include regcache.h.
8228 (vax_call_dummy_words): New.
8229 (sizeof_vax_call_dummy_words): New.
8230 (vax_fix_call_dummy): New function.
8231 (vax_saved_pc_after_call): Ditto.
8232 * config/vax/tm-vax.h: Don't include regcache.h.
8233 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8234 (CALL_DUMMY): Remove.
8235 (CALL_DUMMY_WORDS): Define.
8236 (SIZEOF_CALL_DUMMY_WORDS): Define.
8237 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8238
47a73475
MS
82392002-04-18 Michael Snyder <msnyder@redhat.com>
8240
8241 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8242
52efde73
JT
82432002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8244
8245 * vax-tdep.c (vax_frame_chain): New function.
8246 (vax_push_dummy_frame): Ditto.
8247 (vax_pop_frame): Ditto.
8248 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8249 (FRAMELESS_FUNCTION_INVOCATION): Use
8250 generic_frameless_function_invocation_not.
8251 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8252 (POP_FRAME): Use vax_pop_frame.
8253
ea74468c
JT
82542002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8255
8256 * vax-tdep.c (vax_store_struct_return): New function.
8257 (vax_extract_return_value): Ditto.
8258 (vax_store_return_value): Ditto.
8259 (vax_extract_struct_value_address): Ditto.
8260 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8261 vax_store_struct_return.
8262 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8263 (STORE_RETURN_VALUE): Use vax_store_return_value.
8264 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8265
5516aa92
JT
82662002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8267
8268 * vax-tdep.c (vax_frame_saved_pc): New function.
8269 (vax_frame_args_address_correct): Ditto.
8270 (vax_frame_args_address): Ditto.
8271 (vax_frame_locals_address): Ditto.
8272 (vax_frame_num_args): Move code to be in proximity to
8273 other frame-related functions.
8274 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8275 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8276 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8277 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8278 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8279
36af0b35
L
82802002-04-22 H.J. Lu (hjl@gnu.org)
8281
8282 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8283 includedir.
8284
ab62c900
JT
82852002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8286
8287 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8288 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8289 (FRAME_INIT_SAVED_REGS): New macro.
8290
7232b100
JT
82912002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8292
8293 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8294
b70d2aee
JT
82952002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8296
8297 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8298 where needed.
8299 (fetch_osf_core_registers): Likewise.
8300 (supply_gregset): Likewise.
8301
a0e8a2d1 83022002-04-22 J. Brobecker <brobecker@gnat.com>
361d1df0 8303
a0e8a2d1
JB
8304 * symfile.h (get_section_index): Define.
8305 * symfile.c (get_section_index): New function.
8306 * mdebugread.c (SC_IS_SBSS): New macro.
8307 (SC_IS_BSS): Return true for the scBss storage class only, as
8308 the scSBss storage class refers to the .sbss section.
8309 (parse_partial_symbols): Discard the symbols which associated
8310 section does not exist.
8311 Make sure to use the .sbss section index for symbols which
8312 storage class is scBss, rather than using the .bss section index.
8313
51eb8b08
JT
83142002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8315
8316 * vax-tdep.c: Update copyright years.
8317 (vax_register_name): New function.
8318 (vax_register_byte): Ditto.
8319 (vax_register_raw_size): Ditto.
8320 (vax_register_virtual_size): Ditto.
8321 (vax_register_virtual_type): Ditto.
8322 * config/vax/tm-vax.h: Update copyright years.
8323 (REGISTER_NAMES): Remove.
8324 (REGISTER_NAME): Define.
8325 (REGISTER_BYTE): Use vax_register_byte.
8326 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8327 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8328 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8329
6cc1c0a8
AC
83302002-04-21 Andrew Cagney <ac131313@redhat.com>
8331
8332 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8333 declaration
8334 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8335
9319a2fe
DM
83362002-04-21 David S. Miller <davem@redhat.com>
8337
8338 * arch-utils.c (generic_prologue_frameless_p): Kill
8339 SKIP_PROLOGUE_FRAMELESS_P code.
8340 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8341 references.
8342 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8343 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8344 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8345 references.
8346 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8347 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8348 (sparc_gdbarch_init): Pass it to
8349 set_gdbarch_prologue_frameless_p.
a0e8a2d1 8350
e9ed6d01
JT
83512002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8352
8353 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8354 (alphabsd-nat.o): New dependency list.
8355
36012033
JT
83562002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8357
8358 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8359 alphafbsd-tdep.c.
8360 (alpha-linux-tdep.o): New dependency list.
8361 (alphafbsd-tdep.o): Likewise.
8362
3379287a
JT
83632002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8364
8365 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8366 to here...
8367 * alpha-tdep.c: ...from here.
8368 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8369
4bcbd6cb
JT
83702002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8371
8372 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8373 prototype from here...
8374 * alpha-tdep.h: ...to here.
8375
b31da25e
AC
83762002-04-21 Andrew Cagney <ac131313@redhat.com>
8377
8378 * frame.h (selected_frame_level): Document as deprecated.
8379 (frame_relative_level): Declare.
8380 * stack.c (frame_relative_level): New function.
8381 (selected_frame_level): Document as deprecated.
8382 (select_frame): Do not set the selected_frame_level.
8383
8384 * stack.c (frame_info, record_selected_frame): Update.
8385 (frame_command, current_frame_command): Update.
8386 (up_silently_base, up_command, down_silently_base): Update.
8387 (down_command): Update.
8388 * inflow.c (kill_command): Update.
8389 * tracepoint.c (finish_tfind_command): Update.
8390 * corelow.c (core_open): Update.
8391 * thread.c (info_threads_command): Update.
8392 (do_captured_thread_select): Update.
8393 * infcmd.c (finish_command): Update.
8394 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8395
9c1d6fe5
JT
83962002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8397
8398 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8399
ab89facf
AC
84002002-04-21 Andrew Cagney <ac131313@redhat.com>
8401
8402 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8403 type const.
8404
82a4efa1
JT
84052002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8406
8407 * alphafbsd-tdep.c: Update copyright years. Include
8408 alpha-tdep.h.
8409 (alphafbsd_use_struct_convention): Make static.
8410 (alphafbsd_init_abi): New function.
8411 (_initialize_alphafbsd_tdep): New function.
8412 * config/alpha/tm-fbsd.h: Update copyright years.
8413 (USE_STRUCT_CONVENTION): Remove.
8414
44dffaac
JT
84152002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8416
8417 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8418 an Alpha ABI variant.
8419 (alpha_abi_handler_list): Declare.
8420 (alpha_gdbarch_register_os_abi): New function.
8421 (alpha_gdbarch_init): Give registered ABI variant handlers a
8422 chance to tweak the gdbarch once we have set up defaults.
8423 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8424
65585be4
JT
84252002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8426
8427 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8428 to standard_coerce_float_to_double.
8429 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8430
d9b023cc
JT
84312002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8432
8433 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8434 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8435 from gdbarch_tdep rather than a constant.
8436 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8437 the default text address for all Alpha Unix ABIs.
8438 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8439 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8440
dc129d82
JT
84412002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8442
8443 * alpha-tdep.h: New file. Includes several Alpha target constants
8444 taken from...
8445 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8446 let gdbarch deal with.
8447 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8448 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8449 to dependency list.
8450 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8451 Alpha target register names.
8452 * alphabsd-nat.c: Likewise.
8453 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8454 Alpha target register names. Make serveral routines static.
8455 (alpha_get_saved_register): New function.
8456 (alpha_abi_names): New.
8457 (process_note_abi_tag_sections): New function.
8458 (get_elfosabi): New function.
8459 (alpha_gdbarch_init): New function.
8460 (alpha_dump_tdep): New function.
8461 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8462
d49d1e0a
AC
84632002-04-21 Andrew Cagney <ac131313@redhat.com>
8464
8465 * frame.c (find_saved_register): Delete #ifdef
8466 HAVE_REGISTER_WINDOWS code.
8467 * config/sparc/tm-sparc.h: Update comments.
8468 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8469
92e8c9ed
AC
84702002-04-21 Andrew Cagney <ac131313@redhat.com>
8471
8472 * i960-tdep.c (i960_find_saved_register): New function.
8473 (i960_get_saved_register): New function.
8474 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8475 (i960_get_saved_register): Declare.
8476 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8477
e1925118
DM
84782002-04-20 David S. Miller <davem@redhat.com>
8479
8480 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8481
29673b29
AC
84822002-04-20 Andrew Cagney <ac131313@redhat.com>
8483
8484 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8485 instead of NUM_PSEUDO_REGS.
8486
6c86dcd5
DM
84872002-04-20 David S. Miller <davem@redhat.com>
8488
8489 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8490 GDB_MULTI_ARCH_PARTIAL
8491 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8492 define, let tm-sp64.h do it.
8493
aa40ec90
JT
84942002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8495
8496 * frame.c (find_saved_register): Avoid a NULL pointer
8497 dereference and actually walk the frame list.
8498
0f79675b
AC
84992002-04-20 Andrew Cagney <ac131313@redhat.com>
8500
8501 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8502 sorted in most most-recent-used order. Document.
8503 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8504
f91305dd 85052002-04-19 Andrew Cagney <ac131313@redhat.com>
bf75c8c1
AC
8506
8507 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8508 instead of ->prev.
8509 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8510 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8511 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8512 instead of ->prev.
8513
73d322b1
EZ
85142002-04-19 Elena Zannoni <ezannoni@redhat.com>
8515
8516 Fix PR gdb/471.
8517 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8518 (build_builtin_type_vec128): Ditto.
8519 (append_composite_type_field): Fix calculation of type length in
8520 union case.
8521
ccd9a834
EZ
85222002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8523
8524 * config/djgpp/README: Update.
8525
8526 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8527 compiler warnings.
8528
a57f9e49
JT
85292002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8530
8531 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8532 (alpha_setup_arbitrary_frame): ...to this.
8533 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8534 for alpha_setup_arbitrary_frame.
8535
f4f9705a
AC
85362002-04-18 Andrew Cagney <cagney@redhat.com>
8537
8538 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8539 * gdbarch.h, gdbarch.c: Regenerate.
361d1df0 8540
f4f9705a
AC
8541 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8542 * target.h (memory_breakpoint_from_pc): Update declaration.
8543 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8544
8545 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8546 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8547 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8548 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8549 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8550 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8551 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8552 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8553 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8554 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8555 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8556 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8557
8558 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8559 const pointer.
8560 * monitor.c (monitor_insert_breakpoint): Ditto.
8561 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8562
8563 * config/mcore/tm-mcore.h: Update copyright.
8564 * mem-break.c: Ditto.
8565 * xstormy16-tdep.c: Ditto.
8566
29f319b8
PM
85672002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8568
8569 * p-exp.y: Add precedence rule for '^' token.
8570 This removes the shift/reduce conflicts.
8571 Remove the comment concerning these shift/reduce conflicts.
8572
ebeac11a
EZ
85732002-04-18 Elena Zannoni <ezannoni@redhat.com>
8574
8575 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8576 (registers_powerpc_nofp): New register set for processors
8577 without floating point unit.
8578
27c31547
DM
85792002-04-18 David S. Miller <davem@redhat.com>
8580
8581 * MAINTAINERS: Add myself to write-after-approval.
8582
47a73475
MS
85832002-04-17 Michael Snyder <msnyder@redhat.com>
8584
8585 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8586
953836b2
AC
85872002-04-17 Andrew Cagney <ac131313@redhat.com>
8588
8589 * rs6000-tdep.c (frame_initial_stack_address): Use
8590 frame_register_read to read the alloca_reg.
8591
8b0d4340
AC
85922002-04-17 Andrew Cagney <ac131313@redhat.com>
8593
8594 * frame.c (find_saved_register): Find saved registers in the next
8595 not prev frame.
8596 Fix PR gdb/365.
8597
d8864532
AC
85982002-04-17 Andrew Cagney <ac131313@redhat.com>
8599
8600 * gdbarch.sh (LANG): Set to ``c''.
8601
36cc83a3 86022002-04-15 Andrew Cagney <ac131313@redhat.com>
361d1df0 8603
36cc83a3 8604 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
361d1df0 8605
2f4150cc 86062002-04-15 Andrew Cagney <ac131313@redhat.com>
2c7ef074
AC
8607
8608 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8609 Update copyright.
8610
628703c6 8611 * hpread.c (hpread_get_lntt): Add declaration.
2f4150cc 8612 Also fix PR gdb/391.
361d1df0 8613
56157b4a
AC
86142002-04-14 Andrew Cagney <ac131313@redhat.com>
8615
8616 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8617 * aclocal.m4, configure: Re-generate.
8618 Fix PR gdb/391.
361d1df0 8619
6d1e3329
EZ
86202002-04-14 Elena Zannoni <ezannoni@redhat.com>
8621
8622 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8623 instead of tm_print_insn.
8624
cb06fa07
EZ
86252002-04-14 Elena Zannoni <ezannoni@redhat.com>
8626
8627 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8628
f208ba17
AC
86292002-04-14 Andrew Cagney <ac131313@redhat.com>
8630
8631 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8632 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8633 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8634
20f01a46
DH
86352002-04-12 Don Howard <dhoward@redhat.com>
8636
8637 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8638 max_user_call_depth.
8639 (init_cmd_lists): Initialize the new value;
8640 * cli/cli-script.c (execute_user_command): Limit the call depth of
8641 user defined commands. This avoids a core-dump when user commands
8642 are infinitly recursive.
8643
a88376a3
KB
86442002-04-12 Kevin Buettner <kevinb@redhat.com>
8645
8646 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8647 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8648 from tdep struct instead of DEFAULT_LR_SAVE.
8649 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8650 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8651 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8652
f2172603
MS
86532002-04-12 Michael Snyder <msnyder@redhat.com>
8654
694f61fb 8655 * Remote.c: Spelling fix.
20fe79c8
MS
8656 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8657 If no symbol found for "sbrk", try "_sbrk".
8658 (make_output_phdrs): Use bfd_section_name.
8659 (gcore_copy_callback): Use bfd_section_name.
62995fc4 8660 * eval.c: Indentation fix-ups.
169a7369
MS
8661 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8662 in case it gets applied to an address that is already
8663 in the instruction space.
de74f71f
MS
8664 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8665 * symfile.c: Fix indentation, long lines.
f2172603
MS
8666 * source.c: White space fix-up.
8667
cda5a58a
AC
86682002-04-12 Andrew Cagney <cagney@redhat.com>
8669
8670 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8671 * frame.c (frame_register_read): New function. Return non-zero on
8672 success.
8673 (read_relative_register_raw_bytes_for_frame): Delete.
8674 (read_relative_register_raw_bytes): Delete.
8675 * frame.h (frame_register_read): Declare.
8676 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8677 * sh-tdep.c: Ditto.
8678 * infcmd.c (do_registers_info): Ditto.
8679 * hppa-tdep.c: Ditto.
8680 * rs6000-tdep.c: Ditto.
8681 * h8500-tdep.c: Ditto.
8682 * mips-tdep.c: Ditto.
8683 * h8300-tdep.c: Ditto.
8684 * z8k-tdep.c: Ditto.
8685
2ea5f656
KB
86862002-04-12 Kevin Buettner <kevinb@redhat.com>
8687
8688 From Jimi X <jimix@watson.ibm.com>:
8689 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8690 64-bit SysV ABI.
8691
27b15785
KB
86922002-04-12 Kevin Buettner <kevinb@redhat.com>
8693
8694 From Jimi X <jimix@watson.ibm.com>:
8695 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8696 bfd info.
8697
5d57ee30
KB
86982002-04-12 Kevin Buettner <kevinb@redhat.com>
8699
8700 From Jimi X <jimix@watson.ibm.com>:
8701 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8702 register sets for these processor variants.
8703
bc1e36ca
DJ
87042002-04-11 Daniel Jacobowitz <drow@mvista.com>
8705
bc1e36ca
DJ
8706 * regformats/reg-ppc.dat: Support FPSCR.
8707
e3f36dbd
KB
87082002-04-11 Kevin Buettner <kevinb@redhat.com>
8709
8710 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8711 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8712 Add fpscr as an invalid/unfetchable register.
8713 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8714 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8715 (fill_fpregset): Add support for register fpscr.
8716 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8717 (fill_gregset): Account for the fact that register ``mq'' might
8718 not exist.
8719 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8720 (registers_power): Add fpscr to register set at slot 71.
8721 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8722 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8723
943c9c25
MS
87242002-04-11 Michael Snyder <msnyder@redhat.com>
8725
8726 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8727 * configure: Regenerate.
8728 * config.in: Regenerate.
8729 * acconfig.h: Add define for _SYSCALL32.
8730 * core-sol2.c: Remove #define _SYSCALL32.
8731 * solib-legacy.c: Remove #define _SYSCALL32.
8732
d8c0a2e7
AC
87332002-04-10 Andrew Cagney <ac131313@redhat.com>
8734
8735 * stack.c (select_frame): Cleanup internal error message, do not
8736 use %p.
8737
7cc19214
AC
87382002-04-10 Andrew Cagney <ac131313@redhat.com>
8739
8740 * stack.c (select_frame): Check that selected_frame and the
8741 specified level are as expected.
8742 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8743 Update copyright.
8744 * frame.h (struct frame_info): Add field `level'. Update
8745 copyright.
8746 Work-in-progress PR gdb/464.
8747
67a2b77e
AC
87482002-04-10 Andrew Cagney <ac131313@redhat.com>
8749
8750 * maint.c (maint_print_section_info): Rename print_section_info.
8751 (print_bfd_section_info, print_objfile_section_info): Update.
8752 * inferior.h (struct gdbarch): Add opaque declaration.
8753 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8754 * gdbarch.h: Regenerate.
8755
8cfda98c
ML
87562002-04-10 Michal Ludvig <mludvig@suse.cz>
8757
8758 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8759 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8760 (kernel_u_size): Added.
8761 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8762 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8763
ca439ad2 87642002-04-04 Jim Ingham <jingham@apple.com>
361d1df0 8765
ca439ad2
JI
8766 * valarith.c (find_size_for_pointer_math): New function, either returns
8767 the size for a pointer's target, returns 1 for void *, or errors for
8768 incomplete types.
8769 (value_add, value_sub): use find_size_for_pointer_math.
8770
2f2893d9
DJ
87712002-04-09 Daniel Jacobowitz <drow@mvista.com>
8772
8773 * linux-low.c (linux_look_up_symbols): New hook.
8774 (linux_target_ops): Add linux_look_up_symbols.
8775 * remote-utils.c (decode_address): New function.
8776 (look_up_one_symbol): New function.
8777 * server.c (handle_query): Call target look_up_symbols hook.
8778 * server.h (look_up_one_symbol): Add prototype.
8779 * target.h (struct target_ops): Add look_up_symbols hook.
8780
96cb11df
AC
87812002-04-09 Andrew Cagney <ac131313@redhat.com>
8782
8783 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8784 override FP_REGNUM with frame->fp. Update copyright.
8785 * parse.c (num_std_regs, std_regs): Delete.
8786 (target_map_name_to_register): Do not search std_regs. Update
8787 function description.
8788 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8789 declarations. Update copyright.
8790 Fix PR gdb/251.
361d1df0 8791
97658e92
DJ
87922002-04-09 Daniel Jacobowitz <drow@mvista.com>
8793
8794 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8795 after the last symbol in a block.
8796
6044e3eb
PM
87972002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8798
8799 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8800 is non zero as a found symbol.
8801
0406ec40
AC
88022002-04-08 Andrew Cagney <ac131313@redhat.com>
8803
8804 * findvar.c: Include "builtin-regs.h".
8805 (value_of_register): Call value_of_builtin_reg when applicable.
8806 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8807 (target_map_name_to_register): Call
8808 builtin_reg_map_name_to_regnum.
8809 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8810 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8811 (builtin_regs_h): Define.
8812 (builtin-regs.o): New target.
8813 (findvar.o): Add $(builtin_regs_h).
8814 * builtin-regs.c, builtin-regs.h: New files.
8815 * std-regs.c: New file.
8816 Partial fix for PR gdb/251.
8817
56a6dfb9
KB
88182002-04-08 Kevin Buettner <kevinb@redhat.com>
8819
8820 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8821 it's no longer required.
8822
3a808432
AC
88232002-04-08 Andrew Cagney <ac131313@redhat.com>
8824
8825 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8826
7c40d541
KB
88272002-04-08 Kevin Buettner <kevinb@redhat.com>
8828
8829 From Jimi X <jimix@watson.ibm.com>:
8830 * rs6000-tdep.c (rs6000_software_single_step): Use
8831 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8832 and size. Use target_insert_breakpoint() and
8833 target_remove_breakpoint() to insert and remove breakpoints
8834 instead of explicit memory reads and writes.
8835
cc9836a8
KB
88362002-04-08 Kevin Buettner <kevinb@redhat.com>
8837
8838 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8839 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8840 ELF_OBJECT_FORMAT ifdef.
8841
7495d1dc
KB
88422002-04-08 Kevin Buettner <kevinb@redhat.com>
8843
8844 From Jimi X <jimix@watson.ibm.com>:
8845 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8846
4288e836
KB
88472002-04-08 Kevin Buettner <kevinb@redhat.com>
8848
8849 From Jimi X <jimix@watson.ibm.com>:
8850 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8851 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8852
a4e4e501
MK
88532002-04-07 Mark Kettenis <kettenis@gnu.org>
8854
8855 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8856 s/asprintf/xasprintf/.
8857 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8858
006defba
AC
88592002-04-07 Andrew Cagney <ac131313@redhat.com>
8860
8861 I believe Jeff Law denies responsability for this one:
8862 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8863 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8864 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8865 Work-around for PR gdb/366.
8866
7aa83cac
EZ
88672002-04-07 Elena Zannoni <ezannoni@redhat.com>
8868
8869 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8870 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8871 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8872
cf1fcca1
EZ
88732002-04-07 Elena Zannoni <ezannoni@redhat.com>
8874
8875 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8876 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8877 information.
8878
3f289e6f
AC
88792002-04-07 Andrew Cagney <ac131313@redhat.com>
8880
8881 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8882 maintainer.
8883
129188f6
AC
88842002-04-07 Andrew Cagney <ac131313@redhat.com>
8885
8886 * README (Reporting Bugs in GDB): Document the bug web page as the
8887 prefered way of submitting bugs.
8888 Fix PR gdb/402.
8889
1200cd6e
AC
88902002-04-06 Andrew Cagney <ac131313@redhat.com>
8891
8892 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8893 -1. Update comment.
8894 * gdbarch.h, gdbarch.c: Re-generate.
8895
2853c33c
AS
88962002-04-07 Andreas Schwab <schwab@suse.de>
8897
8898 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8899 buffer to regcache_collect.
8900
c2169756
AC
89012002-04-06 Andrew Cagney <ac131313@redhat.com>
8902
8903 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8904 * gdbarch.c, gdbarch.h: Re-generate.
8905
25f1b008
AC
89062002-04-06 Andrew Cagney <ac131313@redhat.com>
8907
8908 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8909 declaration. Fix -Werror.
8910
59263426
DJ
89112002-04-05 Daniel Jacobowitz <drow@mvista.com>
8912
8913 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8914 * gdbarch.c: Regenerate.
8915
f5db4da3
MS
89162002-04-05 Michael Snyder <msnyder@redhat.com>
8917
80f8a6eb
MS
8918 * breakpoint.c (clear_command): Rewrite middle section to
8919 combine two loops with identical control conditions.
8920 Add a cleanup to eliminate a memory leak.
f5db4da3
MS
8921 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8922
ad3dcc5c
L
89232002-04-05 H.J. Lu (hjl@gnu.org)
8924
8925 * solib-svr4.c (bkpt_names): Add "__start".
8926
f32e7a74
AC
89272002-04-04 Andrew Cagney <ac131313@redhat.com>
8928
8929 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8930 as test for 64 bit target.
8931
8227c0ff
AC
89322002-04-05 Andrew Cagney <ac131313@redhat.com>
8933
8934 * h8500-tdep.c (h8500_write_fp): Delete function.
8935 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8936 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8937 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8938 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8939 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8940 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8941 (s390_write_fp):
8942 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8943 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8944 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8945 (d10v_write_fp): Delete function.
8946 * inferior.h (write_fp, generic_target_write_fp): Delete
8947 declarations.
8948 * regcache.c (generic_target_write_fp): Delete function.
8949 (write_fp): Delete function.
8950 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8951 * gdbarch.h, gdbarch.c: Regenerate.
8952 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8953 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8954 (sparc64_write_fp): Delete declaration.
8955 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8956 (h8500_write_fp): Delete declaration.
8957
2757dd86
AC
89582002-04-04 Andrew Cagney <ac131313@redhat.com>
8959
8960 * sparc-tdep.c (sparc64_write_fp): Delete.
8961 (sparc_push_dummy_frame): Replace write_fp call with code to store
8962 the FP directly.
8963 (sparc_gdbarch_init): Do not initialize write_fp.
8964
c69255e1
KB
89652002-04-05 Kevin Buettner <kevinb@redhat.com>
8966
8967 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
8968 clause.
8969
ae767bfb
JB
89702002-03-29 Jim Blandy <jimb@redhat.com>
8971
8972 * stack.c (get_selected_block): Add new argument `addr_in_block',
8973 used to return the exact code address we used to select the block,
8974 not just the block.
8975 * blockframe.c (get_frame_block, get_current_block): Same.
8976 * frame.h (get_frame_block, get_current_block,
8977 get_selected_block): Update declarations.
8978 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
8979 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
8980
84d2ac95
MS
89812002-04-05 Michael Snyder <msnyder@redhat.com>
8982
8983 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
8984 warning message.
8985
596aa3bf
JB
89862002-04-05 J. Brobecker <brobecker@gnat.com>
8987
8988 * utils.c (xfullpath): New function.
8989 * defs.h (xfullpath): Add declaration.
8990 * source.c (openp): Use xfullpath in place of gdb_realpath to
8991 avoid resolving the basename part of filenames when the
8992 associated file is a symbolic link. This fixes a potential
8993 inconsistency between the filenames known to GDB and the
8994 filenames it prints in the annotations.
8995 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
8996 to be able to match a filename with either the real filename, or
8997 the name of any symbolic link to this file.
8998 (lookup_partial_symtab): Ditto.
8999
c02f5703
MS
90002002-04-04 Michael Snyder <msnyder@redhat.com>
9001
9002 * breakpoint.c: Add support for hardware breakpoints in overlays.
9003 (overlay_events_enabled): New state variable.
9004 (insert_breakpoints): Use overlay_events_enabled to decide
9005 whether to attempt to set a breakpoint at the overlay load addr.
9006 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9007 (remove_breakpoint): Use overlay_events_enabled to decide
9008 whether breakpoints need to be removed from overlay load addr.
9009 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9010 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
361d1df0 9011 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
c02f5703
MS
9012 disable_overlay_breakpoints): Update overlay_events_enabled.
9013
5fb290d7
DJ
90142002-04-04 Daniel Jacobowitz <drow@mvista.com>
9015
9016 * dwarf2read.c (struct function_range): New.
9017 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9018 (check_cu_functions): New.
9019 (read_file_scope): Initialize global function lists.
9020 Call dwarf_decode_line after processing children.
9021 (read_func_scope): Add to global function list.
9022 (dwarf_decode_lines): Call check_cu_functions everywhere
9023 record_line is called. Call record_line with a linenumber
9024 of 0 to mark sequence ends.
9025
7b3fabf0
ML
90262002-04-04 Michal Ludvig <mludvig@suse.cz>
9027
361d1df0 9028 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
7b3fabf0
ML
9029 change sync with glibc.
9030
bce58c09
JB
90312002-04-03 Jim Blandy <jimb@redhat.com>
9032
9033 * configure.in: Call AC_C_INLINE.
9034 * configure: Regenerated.
361d1df0 9035
2fccf04a
DJ
90362002-04-01 Daniel Jacobowitz <drow@mvista.com>
9037
9038 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9039 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9040
2d1bfe2e
MK
90412002-03-31 Mark Kettenis <kettenis@gnu.org>
9042
a5941fbf
MK
9043 * NEWS: Mention gcore support on FreeBSD/i386.
9044
a90cd31d
MK
9045 * fbsd-proc.c: New file.
9046 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9047 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9048
2d1bfe2e
MK
9049 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9050 while statement.
9051
9eb6e5a1
JB
90522002-03-29 Jim Blandy <jimb@redhat.com>
9053
9054 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9055 unescaped newlines in string literals, but newer ones don't. So
9056 escape them.
9057
f02df580
MS
90582002-03-26 Michael Snyder <msnyder@redhat.com>
9059 Andrew Cagney <cagney@redhat.com>
9060
361d1df0 9061 * cli/cli-dump.c: New file. Dump memory to file,
f02df580
MS
9062 restore file to memory.
9063 * cli/cli-dump.h: New file.
9064 * Makefile.in: Add rules, dependencies for cli-dump.o.
89743e04 9065 * NEWS: Mention new commands.
f02df580 9066
109f874e
MS
90672002-03-28 Michael Snyder <msnyder@redhat.com>
9068
9069 * symfile.c (symbol_file_add): Move test for null symbols to later.
9070
520f6ade
AC
90712002-03-27 Andrew Cagney <ac131313@redhat.com>
9072
9073 From veksler at il.ibm.com:
9074 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9075 the xstrduped original path.
9076 Fix PR gdb/417.
9077
d4654627
MS
90782002-03-27 Michael Snyder <msnyder@redhat.com>
9079
9080 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9081 * infcmd.c (_initialize_infcmd): Ditto.
9082 * language.c (_initialize_language): Ditto.
9083 * symfile.c (_initialize_symfile): Ditto.
9084 * top.c (_init_main): Ditto.
9085 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9086
6be8bc0c
EZ
90872002-03-27 Elena Zannoni <ezannoni@redhat.com>
9088
9089 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9090 vector registers handling.
9091 (skip_prologue): Handle new AltiVec instructions. Fill in new
9092 fields of frame data.
9093 (frame_get_saved_regs): Fill in information for AltiVec registers.
9094
12af6855
JB
90952002-03-27 Jim Blandy <jimb@redhat.com>
9096
9097 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9098 a function; leave this macro here to invoke that function.
9099 (symbol_init_mangled_name): Declaration for that function.
9100 * symtab.c (symbol_init_mangled_name): New function.
9101
dc672865
AC
91022002-03-27 Andrew Cagney <ac131313@redhat.com>
9103
9104 * valarith.c: Replace strerror with safe_strerror.
9105 * tracepoint.c: Ditto.
9106 * lin-lwp.c: Ditto.
9107 * go32-nat.c: Ditto.
9108 * inflow.c: Ditto.
9109 * gnu-nat.c: Ditto.
9110
d96429cd
AS
91112002-03-27 Andreas Schwab <schwab@suse.de>
9112
9113 * event-top.c (command_line_handler): Remove useless if.
9114
7e336ba1
AJ
91152002-03-27 Andreas Jaeger <aj@suse.de>
9116
9117 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9118 comment.
9119
de220d0f
ML
91202002-03-27 Michal Ludvig <mludvig@suse.cz>
9121
9122 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9123 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9124 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9125 (x86_64_linux_dr_get_status, supply_gregset),
9126 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9127 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9128 (x86_64_register_info_table): Add.
9129 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9130 (x86_64_register_raw_size, x86_64_register_virtual_type),
9131 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9132 general x86_64_register_info_table.
9133 (i386_gdbarch_init): gdbarch_register_bytes is now set
9134 dynamicaly during initialization.
9135 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9136 * gdbserver/linux-x86-64-low.c: Ditto.
7e336ba1 9137
0e98d0a7
DJ
91382002-03-27 Daniel Jacobowitz <drow@mvista.com>
9139
9140 * gdbserver/server.c (main): Call target_signal_to_host_p
9141 and target_signal_to_host on signals received from the remote.
9142 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9143 target_signal_from_host on signals sent to the remote.
9144 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9145 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9146
3130066b
DJ
91472002-03-27 Daniel Jacobowitz <drow@mvista.com>
9148
9149 * signals/signals.c: Include "server.h" in gdbserver build.
9150 (target_signal_from_name): Don't use STREQ.
9151 (_initialize_signals): Likewise. Don't include function in
9152 gdbserver build.
9153
9aedf4f4
DJ
91542002-03-27 Daniel Jacobowitz <drow@mvista.com>
9155
9156 * signals.c: Moved to...
9157 * signals/signals.c: Here.
7e336ba1 9158 * Makefile (signals.o): Update.
9aedf4f4 9159
3fa41cdb
JL
91602002-03-26 Jeff Law (law@redhat.com)
9161
9162 * somread.c (som_symtab_read): Remove some commented out code and
9163 updated related comments. Do not set the minimal symbol table to
9164 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9165 in a dynamic executable.
9166 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9167 where we are unable to find the minimal symbol for the given
9168 PC value.
9169
ee677e8d
MS
91702002-03-25 Jeff Law (law@redhat.com)
9171
9172 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9173
e76e1718
ML
91742002-03-25 Michal Ludvig <mludvig@suse.cz>
9175
9176 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9177
18a642a1
AC
91782002-03-23 Andrew Cagney <ac131313@redhat.com>
9179
9180 * command.h: Update copyright.
9181 (struct cmd_list_element): Replace definition with opaque
9182 declaration.
9183 (enum cmd_types): Document that it will eventually be moved to
9184 cli/cli-decode.h
9185 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9186 (MALLOCED_REPLACEMENT): Delete macro.
9187 * Makefile.in (cli_decode_h): Add $(command_h).
9188 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
7e336ba1 9189 * top.c: Include "cli/cli-decode.h".
18a642a1
AC
9190 * completer.c: Include "cli/cli-decode.h".
9191 * maint.c: Include "cli/cli-decode.h".
9192 * cli/cli-decode.h: Include "command.h".
9193 (enum command_class): Delete.
9194 (enum cmd_types): Comment out.
9195 (enum cmd_auto_boolean): Delete.
9196 (enum var_types): Delete.
9197
b2875cc0
AC
91982002-03-23 Andrew Cagney <ac131313@redhat.com>
9199
9200 * cli/cli-decode.c: Include "gdb_assert.h".
9201 (add_set_or_show_cmd): New static function.
9202 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9203 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9204 all fields, such as func, from the set command.
9205
3b45974e
AC
92062002-03-23 Andrew Cagney <ac131313@redhat.com>
9207
9208 * MAINTAINERS (sh-elf): Change warning flag to -w.
9209
823ca731
AC
92102002-03-23 Andrew Cagney <cagney@redhat.com>
9211
9212 * defs.h (error): Add printf format attribute.
9213 * thread-db.c (thread_from_lwp): Fix error format string.
9214 * stack.c (parse_frame_specification): Ditto.
9215 * cli/cli-decode.c (undef_cmd_error): Ditto.
9216 * scm-lang.c (scm_lookup_name): Ditto.
9217 * tracepoint.c (trace_error): Ditto.
9218 * remote-utils.c (usage): Ditto.
9219 * remote.c (compare_sections_command): Ditto.
9220 Fix PR gdb/328.
9221
0e101458
AC
92222002-03-22 Andrew Cagney <ac131313@redhat.com>
9223
9224 * gdbtypes.c (append_composite_type_field): New function.
9225 (init_composite_type): New function.
9226 * gdbtypes.h (append_composite_type_field): Declare.
9227 (init_composite_type): Ditto.
9228
8e0662df
EZ
92292002-03-22 Elena Zannoni <ezannoni@redhat.com>
9230
9231 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
7e336ba1 9232 function.
8e0662df
EZ
9233 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9234 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9235 structure returning convention for SYSV ABI case, but not
9236 for GNU/Linux, FreeBSD, or NetBSD.
9237
3121eff0
DJ
92382002-03-22 Daniel Jacobowitz <drow@mvista.com>
9239
9240 * symtab.h (lookup_block_symbol): Add mangled_name argument
9241 to prototype.
9242
9243 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9244 with new mangled_name argument.
9245 * linespec.c (decode_line_1): Likewise.
9246 * valops (value_of_this): Likewise.
9247 * symtab.c (lookup_transparent_type): Likewise.
9248 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9249 (lookup_symbol): If we are given a mangled name, pass it down
9250 to lookup_symbol_aux.
9251 (lookup_block_symbol): If we are given a mangled name to check
9252 against, only return symbols which match it.
9253
349b409f
CF
92542002-03-22 Christopher Faylor <cgf@redhat.com>
9255
9256 * win32-nat.c (child_create_inferior): Check for proper shell to use
9257 here, in case the user changes it on the fly.
9258 (_initialize_inftarg): Remove shell path considerations.
9259
2a873819
EZ
92602002-03-21 Elena Zannoni <ezannoni@redhat.com>
9261
9262 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9263 for gdbarch_max_register_raw_size and max_register_virtual_size.
9264 Adjust copyright year.
9265
a1b9830c
DJ
92662002-03-21 Daniel Jacobowitz <drow@mvista.com>
9267
9268 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9269 in a function to cover the entire beginning of the function
9270 as well if it does not already.
9271
8b5790f2
TR
92722002-03-21 Tom Rix <trix@redhat.com>
9273
9274 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9275 (rs6000_ptrace64): Renamed from ptrace64.
9276
bdbe5747
MH
92772002-03-20 Martin M. Hunt <hunt@redhat.com>
9278
9279 * gdbserver/remote-utils.c (remote_open): Don't call
9280 getprotobyname, we're all using TCP here so just use
9281 IPPROTO_TCP.
7e336ba1 9282 * gdbserver/gdbreplay.c (remote_open): Ditto.
bdbe5747
MH
9283
92842002-03-20 Martin M. Hunt <hunt@redhat.com>
7e336ba1 9285
bdbe5747
MH
9286 * regcache.c (_initialize_regcache): No need to call
9287 build_regcache() at this time; it gets called whenever
9288 the gdbarch changes.
9289
7781cd62
DB
92902002-03-20 David O'Brien <obrien@FreeBSD.org>
9291
9292 * sparc-nat.c: Include sys/param.h where possible.
9293
f65ca430
DJ
92942002-03-20 Daniel Jacobowitz <drow@mvista.com>
9295
9296 Fix PR gdb/422.
9297 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9298 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9299 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9300 complex types.
9301 * stabsread.c (rs6000_builtin_type): Likewise.
9302 (read_sun_floating_type): Likewise.
9303
0c867556
PS
93042002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9305
9306 * stabsread.c (read_member_functions): Remove skip code for duplicate
9307 constructor/destructor methods. Use standard parsing for these
9308 methods and just do not chain them to the list of methods after
9309 parsing.
9310
12b9c64f
AO
93112002-03-19 Alexandre Oliva <aoliva@redhat.com>
9312
9313 * coffread.c: Remove redundant static declarations. Replace
9314 occurrences of `PTR' with `void *'.
9315 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9316 * top.h (quit_cover): Likewise.
9317 * defs.h (catch_errors): Likewise.
9318
349c5d5f
AC
93192002-03-18 Andrew Cagney <ac131313@redhat.com>
9320
9321 * defs.h (XMALLOC): Define.
9322 * gdb-events.sh (XMALLOC): Delete macro.
9323 * gdb-events.c, gdb-events.h: Regenerate.
9324 * gdbarch.sh (XMALLOC): Delete macro.
9325 * gdbarch.c: Regenerate.
9326 * serial.c (XMALLOC): Delete macro.
9327 * ui-file.c (XMALLOC): Ditto.
9328 * ser-unix.h (XMALLOC): Ditto.
9329 * sh-tdep.c (XMALLOC): Ditto.
9330 * ui-out.c (XMALLOC): Ditto.
9331 * utils.c (XMALLOC): Ditto.
9332 * i386-tdep.c (XMALLOC): Ditto.
9333 * gdb-events.c (XMALLOC): Ditto.
9334 * d10v-tdep.c (XMALLOC): Ditto.
9335 * cli-out.c (XMALLOC): Ditto.
9336
9337 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9338 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9339 * ui-file.c, ui-out.c: Ditto.
9340
7d0766f3
AC
93412002-03-18 Andrew Cagney <ac131313@redhat.com>
9342
9343 * command.h (struct cmd_list_element): Add field context.
9344 (set_cmd_context, get_cmd_context): Declare.
9345 * cli/cli-decode.h: Ditto.
9346 * cli/cli-decode.c (get_cmd_context): New function.
9347 (set_cmd_context): New function.
9348 (add_cmd): Initialize context.
9349 Part of fixing PR gdb/145 and PR gdb/146.
9350
5913bcb0
AC
93512002-03-17 Andrew Cagney <ac131313@redhat.com>
9352
1868c04e
AC
9353 * cli/cli-decode.c (cmd_type): New function.
9354 * command.h (cmd_type): Declare.
9355 * infrun.c (set_schedlock_func): Call function cmd_type.
9356 * kod.c (kod_set_os): Call cmd_type.
9357 * cris-tdep.c (cris_version_update): Use function cmd_type.
9358 (cris_mode_update, cris_abi_update): Ditto.
9359
5913bcb0
AC
9360 * command.h: (execute_cmd_post_hook): Declare.
9361 (execute_cmd_pre_hook): Declare.
9362 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9363 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9364 functions. Execute pre/post hook while ensuring that afterwords
9365 hook_in is cleared.
9366 * top.c (execute_command): Use execute_cmd_post_hook, and
9367 execute_cmd_pre_hook to execute pre/post commands.
9368 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9369 hook_stop_stub.
9370 (hook_stop_stub): Call execute_cmd_pre_hook.
9371
b51450c9
AC
93722002-03-17 Andrew Cagney <ac131313@redhat.com>
9373
9374 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9375 set'' and this leads to a core dump. Move xstrdup of
9376 operating_system to after check that it is not NULL.
9377
f66c9f11
AC
93782002-03-17 Andrew Cagney <ac131313@redhat.com>
9379
8e694ecf
AC
9380 * kod.c (kod_set_os): Remove unnecessary check that
9381 ``command->type'' is set_cmd.
9382
f66c9f11
AC
9383 * valprint.c (set_input_radix): Use input_radix.
9384 (set_output_radix): Use output_radix.
9385 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9386 isn't reverted.
9387
9d01611c
AC
93882002-03-16 Andrew Cagney <ac131313@redhat.com>
9389
9390 * value.h (struct value): Delete field ``substring_addr''. Change
9391 aligner fields to force_doublest_align, force_longest_align,
ee2d3b3a
AC
9392 force_core_addr_align and force_pointer_aligh.
9393
9394 * value.h (struct value): Fix typo in above change.
9d01611c 9395
4156bb53
PS
93962002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9397
9398 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9399 to fix internal_error from ``maintenance print architecture''.
9400
0e5e3ea6
PS
94012002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9402
9403 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9404 for gcc versions after gcc-2.8.1.
9405
9b013045
PS
94062002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9407
9408 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9409 for method resolution. Restore adjustment of ``this'' pointer after
9410 calling value_struct_elt, which was accidentally removed during the
9411 HP merge.
9412
376c9600
AC
94132002-03-15 Andrew Cagney <ac131313@redhat.com>
9414
9415 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9416 value_of_register.
9417 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9418 get_saved_register.
9419 * value.h (value_of_register): Update.
9420
a4db0f07
RH
94212002-03-14 Richard Henderson <rth@redhat.com>
9422
9423 * configure.in: Detect declaration for canonicalize_file_name.
9424 * utils.c (canonicalize_file_name): Declare, if needed.
9425 (gdb_realpath): Prefer realpath if available and usable.
9426 * config.in, configure: Rebuild.
9427
96383835
RH
94282002-03-14 Richard Henderson <rth@redhat.com>
9429
9430 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9431 a constant array bound.
9432
9433 * MAINTAINERS: Add myself to write-after-approval.
9434
75245b24
MS
94352002-03-14 Michael Snyder <msnyder@redhat.com>
9436
9437 * symfile.c (syms_from_objfile): Return immediately if no syms.
9438 (symbol_file_add): Return immediately if no syms.
9439 (find_sym_fns): Return immediately if no syms.
9440
e641a1ca
ML
94412002-03-13 Michal Ludvig <mludvig@suse.cz>
9442
9443 * gdbserver/remote-util.c (remote_open): Print remote-side's
9444 IP address when remote debugging over the network.
7e336ba1 9445
df08bfec
DB
94462002-03-12 David O'Brien <obrien@FreeBSD.org>
9447
9448 * config/sparc/fbsd.mh: Fix copyright.
9449 * config/sparc/fbsd.mt: Likewise.
9450
9a57864f
RE
94512002-03-11 Richard Earnshaw <rearnsha@arm.com>
9452
9453 * MAINTAINERS: Fix typo in name of gdb warnings option.
9454 (x86-64): Fix formating so that this can be parsed by awk.
9455
dd7bf85e
DJ
94562002-03-10 Daniel Jacobowitz <drow@mvista.com>
9457
9458 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9459 * defs.h: Include "gdb/signals.h".
9460 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9461
33a0a2ac
ML
94622002-03-10 Michal Ludvig <mludvig@suse.cz>
9463
9464 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
7e336ba1 9465 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
33a0a2ac
ML
9466 from x86-64-tdep.h
9467
dd824b04
DJ
94682002-03-10 Daniel Jacobowitz <drow@mvista.com>
9469 Don Howard <dhoward@redhat.com>
9470
9471 * mips-tdep.c (ST0_FR): Define.
9472 (mips2_fp_compat): New function, temporarily disabled.
9473 (mips_read_fp_register_single): New function.
9474 (mips_read_fp_register_double): New function.
9475 (mips_print_register): Use them.
9476 (do_fp_register_row): Likewise.
9477
6a41ff59
AC
94782002-03-09 Andrew Cagney <ac131313@redhat.com>
9479
9480 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9481 approval''.
9482
4ea09c10
PS
94832002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9484
9485 * stabsread.c (read_member_functions): Fix is_stub test for
9486 static member functions, improve comment.
9487
6ccc741d
RE
94882002-03-07 Richard Earnshaw <rearnsha@arm.com>
9489
9490 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9491 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9492 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9493 commands that set boolean values.
9494 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9495 (arm_rdi_resume): Always initialize PC.
9496 (arm_rdi_open): Don't use rslt as a boolean.
9497 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9498 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9499 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9500 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9501
438013df
AO
95022002-03-06 Alexandre Oliva <aoliva@redhat.com>
9503
9504 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9505 * configure: Rebuilt.
9506
70ed8774
SC
95072002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9508
9509 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9510 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9511
5ba2abeb
AC
95122002-03-06 Andrew Cagney <ac131313@redhat.com>
9513
9514 * cli/cli-decode.c (set_cmd_completer): New function.
9515 * command.h (set_cmd_completer): Declare.
9516 * cli/cli-decode.h (set_cmd_completer): Ditto.
9517
9518 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9519 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9520 * win32-nat.c (_initialize_inftarg): Ditto.
9521 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9522 * proc-api.c (_initialize_proc_api): Ditto.
9523 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9524 * source.c (_initialize_source): Ditto.
9525 * exec.c (_initialize_exec): Ditto.
9526 * solib.c (_initialize_solib): Ditto.
9527 * top.c (init_main): Ditto.
9528 * tracepoint.c (_initialize_tracepoint): Ditto.
9529 * symfile.c (_initialize_symfile): Ditto.
9530 * printcmd.c (_initialize_printcmd): Ditto.
9531 * infcmd.c (_initialize_infcmd): Ditto.
9532 * corefile.c (_initialize_core): Ditto.
9533
f779ca99
AC
95342002-03-05 Andrew Cagney <ac131313@redhat.com>
9535
9536 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9537
01a3934b
AC
95382002-03-05 Andrew Cagney <ac131313@redhat.com>
9539
9540 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9541
37057839
AC
95422002-03-05 Andrew Cagney <ac131313@redhat.com>
9543
9544 * NEWS: Update headings, 5.2 has branched.
9545
c6ecbae5
DJ
95462002-03-04 Daniel Jacobowitz <drow@mvista.com>
9547
9548 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9549 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9550 (register_addr, REGISTER_RAW_SIZE): Likewise.
9551 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9552 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9553
e9f30c21
ML
95542002-03-03 Michal Ludvig <mludvig@suse.cz>
9555
9556 * MAINTAINERS (x86-64): Add myself.
9557 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9558 changed value_ptr -> struct value *
9559
54394ac3
DB
95602002-03-01 David O'Brien <obrien@FreeBSD.org>
9561
9562 * configure.host (sparc64-*-freebsd): Add.
9563 * configure.tgt: Likewise.
9564 * config/sparc/fbsd.mh: New file.
9565 * config/sparc/fbsd.mt: Likewise.
9566 * config/sparc/nm-fbsd.h: Likewise.
9567 * config/sparc/tm-fbsd.h: Likewise.
9568
bfe95955
DJ
95692002-03-01 Daniel Jacobowitz <drow@mvista.com>
9570
9571 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9572 regformats/reg-s390x.dat.
9573
f33c6cbf
AC
95742002-03-01 Andrew Cagney <ac131313@redhat.com>
9575
9576 * utils.c: Add FIXME explaining true/false problem.
9577
5ecaa7dd
AC
95782002-02-28 Andrew Cagney <ac131313@redhat.com>
9579
9580 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9581
2a251cc2
MC
95822002-02-28 Michael Chastain <mec@shout.net>
9583
9584 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9585
6a8031a3 95862002-02-28 Daniel Jacobowitz <drow@mvista.com>
265f716b
DJ
9587
9588 * gdbserver/linux-s390-low.c: New file.
9589 * regformats/reg-s390.dat: New file.
9590 * regformats/reg-s390x.dat: New file.
9591 * gdbserver/configure.srv: Add S/390.
9592 * gdbserver/Makefile.in: Add S/390.
9593 * configure.tgt: Enable gdbserver for S/390.
9594
ac469903
EZ
95952002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9596
9597 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9598 first line of the doc string for "info dos", except at the end of
9599 the sentence, since the short help stops at the first period.
9600
985cb1a3
JM
96012002-02-28 Jason Merrill <jason@redhat.com>
9602
9603 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9604
c570663e
FF
96052002-02-27 Fred Fish <fnf@redhat.com>
9606
9607 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9608 comment (dumy -> dummy).
9609
43630227
PS
96102002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9611
9612 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9613
b84911e8
RB
96142002-02-27 Rodney Brown <rbrown64@csc.com.au>
9615
9616 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9617
58caa3dc
DJ
96182002-02-27 Daniel Jacobowitz <drow@mvista.com>
9619
9620 * gdbserver/acconfig.h: New file.
9621 * gdbserver/i387-fp.c: New file.
9622 * gdbserver/i387-fp.h: New file.
9623 * gdbserver/linux-x86-64.c: New file.
9624 * regformats/reg-x86-64.dat: New file.
9625 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9626 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9627 * gdbserver/configure.in: Add support for regsets.
9628 * gdbserver/config.in: Regenerate.
9629 * gdbserver/configure: Regenerate.
9630 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9631 * gdbserver/linux-low.h: New file.
9632 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9633 for regsets.
9634 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9635 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9636 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9637 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9638 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9639 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9640 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9641 "i387-fp.h". Add PTRACE_GETREGS and friends.
9642 * gdbserver/regcache.c (supply_register): New function.
9643 (supply_register_by_name): New function.
9644 (collect_register): New function.
9645 (collect_register_by_name): New function.
9646
93652174
DJ
96472002-02-27 Daniel Jacobowitz <drow@mvista.com>
9648
9649 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9650 (config.status): Add configure.srv dependency.
9651 (server_h): Add config.h dependency.
9652
a02e4a61
DJ
96532002-02-27 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9656 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9657 * gdbserver/configure.srv: Change i386-*-linux* to use
9658 reg-i386-linux.o.
9659
ce0eebec
AC
96602002-02-26 Andrew Cagney <ac131313@redhat.com>
9661
9662 * x86-64-tdep.c: Re-indent. Update copyright date.
9663
82dbc5f7
AC
96642002-02-26 Andrew Cagney <ac131313@redhat.com>
9665
9666 From Michal Ludvig <mludvig@suse.cz>:
9667 * x86-64-tdep.c (value.h): Delete.
9668 (gdb_assert.h): Include.
9669 (x86_64_register_convert_to_virtual,
9670 x86_64_register_convert_to_raw ): Add check which lets only
9671 floating-point values to be converted.
9672 (value_push): Delete.
9673 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9674 (i386_gdbarch_init): Number of register_bytes fixed.
9675
e4621584
AC
96762002-02-26 Andrew Cagney <ac131313@redhat.com>
9677
9678 * MAINTAINERS: Add x86-64 target.
9679
81a9a963
AC
96802002-02-26 Andrew Cagney <ac131313@redhat.com>
9681
9682 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9683 * osfsolib.c (solib_map_sections): Ditto.
9684 * irix5-nat.c (solib_map_sections): Ditto.
9685 * corelow.c (gdb_check_format): Ditto.
9686 * symfile.c (symfile_bfd_open): Ditto.
9687 * solib.c (solib_map_sections): Ditto.
9688 Fix PR gdb/354.
7e336ba1 9689
0f017ab9
AC
96902002-02-26 Andrew Cagney <ac131313@redhat.com>
9691
9692 * remote.c (_initialize_remote): By default, disable ``e'' and
9693 ``E'' step out-of-range packets.
9694
75738c29
AS
96952002-02-26 Andreas Schwab <schwab@suse.de>
9696
9697 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9698 m68k_linux_frame_saved_pc.
9699 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9700 in_sigtramp.
9701 (SIGCONTEXT_PC_OFFSET): Remove.
9702 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9703 m68k_linux_sigtramp_saved_pc): New functions.
9704 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9705 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9706 (UCONTEXT_PC_OFFSET): Define.
9707 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9708 non-RT and RT signal trampolines.
9709
7e8ed687
RE
97102002-02-26 Richard Earnshaw <rearnsha@arm.com>
9711
9712 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9713 (TARGET_NBPG, STACK_END_ADDR): Delete
9714 (VARIABLES_INSIDE_BLOCK): Delete.
9715
6972bc8b
AC
97162002-02-25 Andrew Cagney <ac131313@redhat.com>
9717
9718 * utils.c (perror_with_name): Make string parameter constant.
9719 (print_sys_errmsg): Ditto.
9720 (query): Ditto.
9721 * defs.h (perror_with_name): Update.
9722 (print_sys_errmsg): Update.
9723 (query): Update.
9724
aa32f823
DJ
97252002-02-25 Daniel Jacobowitz <drow@mvista.com>
9726
9727 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9728 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9729
19caaa45
PS
97302002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9731
9732 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9733 if it already matches the current architecture from the exec file.
9734 Include arch-utils.h for gdbarch_info_init prototype.
9735 * Makefile.in (rs6000-nat.o): Update dependencies.
9736
d951901f
EZ
97372002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9738
9739 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9740 list of exported variables.
9741
7ea81414
DJ
97422002-02-24 Daniel Jacobowitz <drow@mvista.com>
9743
9744 * gdbserver/configure.srv: New file.
9745 * gdbserver/configure.in: Use configure.srv instead
9746 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9747 from it.
9748 * gdbserver/configure: Regenerated.
9749 * gdbserver/terminal.h: New file.
9750 * gdbserver/Makefile.in: Update for configure changes. Remove
9751 more unneeded include paths.
9752
080fe24b
AC
97532002-02-24 Andrew Cagney <ac131313@redhat.com>
9754
9755 From wiz at danbala:
9756 * config/sparc/tm-sp64.h: Fix grammar and typos.
9757 Fix PR gdb/287.
9758
8605d56e
AC
97592002-02-24 Andrew Cagney <ac131313@redhat.com>
9760
9761 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
a4b6fc86
AC
9762 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9763 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9764 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
ca557f44
AC
9765 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9766 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9767 * s390-tdep.c: Ditto.
92362027
AC
9768 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9769 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9770 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9771 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9772 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9773 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9774 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9775 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9776 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9777 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
8605d56e 9778 Fix PR gdb/378.
7e336ba1 9779
8ed32cc0
AC
97802002-02-23 Andrew Cagney <ac131313@redhat.com>
9781
a3007b6f
AC
9782 * lin-thread.c: Delete file.
9783 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9784 to gdb_proc_service.h.
9785 * configure: Re-generate.
9786
50a9e2f1
AC
9787 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9788 * serial.c (serial_open): Delete check for "ocd".
9789 Fix PR gdb/349.
9790
8b6e7932
AC
9791 * Makefile.in (linux-thread.o): Delete target.
9792 * linux-thread.c: Delete file.
9793
d155c46b
AC
9794 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9795 renamed SH files to be consistent.
9796
8ed32cc0
AC
9797 * symtab.c (sort_search_symbols): Use xfree.
9798
0e18d038
RE
97992002-02-23 Richard Earnshaw <rearnsha@arm.com>
9800
9801 * arm-linux-tdep.c (arm_linux_init_abi): Register
9802 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9803 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9804 definition with undef, since we don't want the sysvr4 definition.
9805 (SKIP_TRAMPOLINE_CODE): Likewise.
9806
27aac7ff
AC
98072002-02-23 Andrew Cagney <ac131313@redhat.com>
9808
9809 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9810
9811 * configure.in: (AC_CHECK_FUNCS) Added test for
9812 canonicalize_file_name Regenerated.
9813 * config.in, configure: Regenerated.
9814 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9815 defined use canonicalize_file_name.
7e336ba1 9816
65a6e0ee
MC
98172002-02-23 Michael Chastain <mec@shout.net>
9818
9819 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9820
47b95330
AC
98212002-02-23 Andrew Cagney <ac131313@redhat.com>
9822
9823 * README: Remove references to cygnus.com.
9824 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9825 dot com'' form. Remove references to cygnus.com and sourceware.
9826
696f451b
AC
98272002-02-23 Andrew Cagney <ac131313@redhat.com>
9828
9829 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9830 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9831 1003.1-2001 no longer allows "head -1".
9832 * gdb/Makefile.in (version.c): Likewise.
9833 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9834 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9835 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9836
bbaca940
AC
98372002-02-23 Andrew Cagney <ac131313@redhat.com>
9838
9839 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9840 * command.h (cmd_cfunc_eq): Declare.
9841 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9842
9843 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9844 ``struct cmd_list_element *''.
9845 * cli/cli-cmds.c (is_complete_command): Update. Use
9846 cmd_cfunc_eq.
9847 * top.c (execute_command): Pass the command to
9848 is_complete_command.
9849 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9850
b8b8b047
AC
98512002-02-23 Andrew Cagney <ac131313@redhat.com>
9852
9853 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9854 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9855 architecture defines.
9856 * s390-tdep.c (s390_gdbarch_init): Likewise.
9857
19d3fc80
RE
98582002-02-23 Richard Earnshaw <rearnsha@arm.com>
9859
9860 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9861 (arm_linux_push_arguments): Likewise.
9862 (arm_linux_init_abi): Register them. Also register linux-specific
9863 call_dummy_words.
9864 (find_minsym_and_objfile): Use strcmp, not STREQ.
9865 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9866 (arm_linux_call_dummy_words): Delete declaration.
9867 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9868 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9869 declarations.
9870 (LOWEST_PC): Delete.
9871
3ab13650
PS
98722002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9873
9874 * maint.c (print_section_info): Do not prepend `0x' to filepos
9875 output, it will be handled by local_hex_string_custom.
9876
19d3fc80 98772002-02-23 Richard Earnshaw <rearnsha@arm.com>
85ae890c
RE
9878
9879 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9880 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9881 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9882
d85a5daf
JB
98832002-02-22 Jim Blandy <jimb@redhat.com>
9884
9885 Indicate that the bcache functions don't change the strings
9886 they're passed.
9887 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9888 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9889
eeb25b8a
PM
98902002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9891
9892 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9893
6badb179
CF
98942002-02-21 Christopher Faylor <cgf@redhat.com>
9895
9896 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9897 find the complete path to a loaded DLL.
9898
e8717518
FF
98992002-02-21 Fred Fish <fnf@redhat.com>
9900
9901 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9902 that marks the end of the range of a function, enter a line number
9903 entry that has a line number of zero and a PC offset that matches
9904 the end of the function. This starts a range of PC's for which no
9905 line number information is known.
9906 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9907 PC's for which no line number info is found (line number is zero)
9908 then we didn't find any valid line information.
9909 * symtab.h: Document use of zero line number entry.
9910
9abe5450
EZ
99112002-02-21 Elena Zannoni <ezannoni@redhat.com>
9912
9913 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9914 (have_ptrace_getvrregs): Define for run time checks.
9915 (gdb_vrregset_t): New type for Altivec register handling.
9916 (fetch_register, store_register): Fetch/store altivec register
9917 when needed.
9918 (fetch_altivec_register, store_altivec_register): New functions.
9919 (supply_vrregset, fill_vrregset): New functions.
9920 (fetch_altivec_registers, store_altivec_registers): New functions.
9921 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9922 registers as well.
9923
aaa38bb5
AJ
99242002-02-21 Jiri Smid <smid@suse.cz>
9925
9926 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9927
b34db576
RE
99282002-02-21 Richard Earnshaw <rearnsha@arm.com>
9929
9930 * Makefile.in (armnbsd-nat.o): Update dependencies.
9931 * armnbsd-nat.c (supply_gregset): New function. Common code to
9932 supply the integer register set.
9933 (supply_fparegset): New function. Similar for FPA registers.
9934 (fetch_regs, fetch_fp_regs): Use them.
9935 (fetch_core_registers): Likewise.
9936 (fetch_elfcore_registers): New function.
9937 (arm_netbsd_elfcore_fns): New core-file type specification.
9938 (_initialize_arm_netbsd_nat): Register it.
9939
3e56fc4b
RE
99402002-02-21 Richard Earnshaw <rearnsha@arm.com>
9941
9942 * armnbsd-nat.c: Include gdbcore.h.
9943 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9944 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9945 'void' to declaration, to shut up ARI.
9946 (fetch_core_registers): Make static. Rewrite using supply_register.
9947 (arm_netbsd_core_fns): New core-file type specification.
9948 (_initialize_arm_netbsd_nat): New function.
9949
097f6b0b
CF
99502002-02-21 Christopher Faylor <cgf@redhat.com>
9951
9952 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9953 value.
9954
c914e0cc
CF
99552002-02-20 Christopher Faylor <cgf@redhat.com>
9956
9957 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9958 fails.
9959
385fa495
DJ
99602002-02-20 Daniel Jacobowitz <drow@mvista.com>
9961
9962 * jv-exp.y (parse_number): Change type of implicit longs
9963 to builtin_type_uint64.
9964
e5f1222d
DJ
99652002-02-20 Daniel Jacobowitz <drow@mvista.com>
9966
9967 * gdbserver/linux-low.c (mywait): Change argument to waitpid
9968 to be an integer instead of a `union wait'.
9969
75c9abc6
DJ
99702002-02-20 Daniel Jacobowitz <drow@mvista.com>
9971
9972 * mips-linux-nat.c: Call the operating system GNU/Linux.
9973 * mips-linux-tdep.c: Likewise.
9974 * mips-tdep.c: Likewise.
9975
551792a5
DJ
99762002-02-20 Daniel Jacobowitz <drow@mvista.com>
9977
9978 Fix PR gdb/265.
9979 * jv-exp.y (parse_number): Handle 64-bit integers.
9980
ee6e2b82
DJ
99812002-02-20 Daniel Jacobowitz <drow@mvista.com>
9982
9983 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
9984 AC_STDC_HEADERS to AC_HEADER_STDC.
9985 * gdbserver/configure: Regenerated.
9986
a48442a0
RE
99872002-02-20 Richard Earnshaw <rearnsha@arm.com>
9988
9989 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
9990 is defined.
9991 * sparc-tdep.c (get_longjmp_target): Likewise.
9992
fe419ffc
RE
99932002-02-20 Richard Earnshaw <rearnsha@arm.com>
9994
9995 * News: Add news about ARM and Multi-arch. Mention the new target
9996 arm*-*-netbsd*.
9997
5832ed7e
JB
99982002-02-19 Jim Blandy <jimb@redhat.com>
9999
10000 * stabsread.c (error_type_complaint): Improve error message.
10001
84563040
DJ
100022002-02-19 Daniel Jacobowitz <drow@mvista.com>
10003
10004 * gdbserver/README: Update documentation.
10005 * gdbserver/configure.in: Update configury to match documentation.
10006 * gdbserver/Makefile.in: Likewise.
10007 * gdbserver/configure: Regenerated.
10008 * gdbserver/aclocal.m4: New file, generated by aclocal.
10009 * gdbserver/config.in: New file, generated by autoheader.
10010
375fd65b
RE
100112002-02-19 Richard Earnshaw <rearnsha@arm.com>
10012
10013 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10014 armnbsd-nat.c.
10015
08216dd7
RE
100162002-02-19 Richard Earnshaw <rearnsha@arm.com>
10017
10018 * arm-tdep.h (enum arm_float_model): New enum.
10019 (struct gdbarch_tdep): Add fp_model.
10020 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10021 up floating-point conversions until we know the floating-point model
10022 in use by the inferior. Don't complain about being unable to
10023 determine the ABI of the inferior when we don't have one.
10024 (arm_extract_return_value): Support different floating-point models.
10025 (arm_store_return_value): Likewise.
aaa38bb5 10026 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
08216dd7
RE
10027 ARM_FLOAT_SOFT.
10028 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10029
65d6d66a
PS
100302002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10031
10032 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10033 of ``current_gdbarch''.
10034
47221191
RE
100352002-02-19 Richard Earnshaw <rearnsha@arm.com>
10036
10037 * armnbsd-nat.c : ANSIfy all function declarations.
10038 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10039 (fetch_inferior_registers): Re-implement in terms of above.
10040 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10041 (store_inferior_registers): Re-implement in terms of above.
10042
fdf39c9a
RE
100432002-02-19 Richard Earnshaw <rearnsha@arm.com>
10044
aaa38bb5 10045 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
fdf39c9a
RE
10046 kernel.
10047 * arm-linux-tdep.c: Likewise.
10048 * config/arm/tm-linux.h: Likewise.
10049
93247f88
RE
100502002-02-19 Richard Earnshaw <rearnsha@arm.com>
10051
10052 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10053 * config/arm/nbsd.mt (TM_FILE): Delete.
10054 * config/arm/tm-nbsd.h: Delete.
10055
d7b486e7
RE
100562002-02-19 Richard Earnshaw <rearnsha@arm.com>
10057
10058 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10059 Initialize CALL_DUMMY_LENGTH.
10060
41d39a95
RE
100612002-02-19 Richard Earnshaw <rearnsha@arm.com>
10062
10063 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10064 function.
10065 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
aaa38bb5 10066 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
41d39a95
RE
10067 defines one thing and that is incorrect for this port.
10068 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10069
e1195560
PM
100702002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10071
10072 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10073
c1748f97
PM
100742002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10075
10076 * win32-nat.c (display_selector): New function. Displays information
10077 about the information returned by GetThreadSelectorEntry API function.
10078 (display_selectors): New function. Displays the infomation of
10079 the selector given as argument, or of CS, DS ans FS selectors
10080 if no argument is given.
10081 ( _initialize_inftarg): Add "w32" as info prefix command.
10082 Add "info w32 selector" as command calling display_selectors.
10083
e41e6bbf
PM
100842002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10085
10086 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10087 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10088 if not defined.
10089
0d3a9f48
RE
100902002-02-18 Richard Earnshaw <rearnsha@arm.com>
10091
10092 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10093
3fb4b924
RE
100942002-02-18 Richard Earnshaw <rearnsha@arm.com>
10095
10096 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10097 (arm_fix_call_dummy): Call it.
10098 (arm_call_dummy_breakpoint_offset): Delete.
10099 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10100 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10101
7f55af32
AC
101022002-02-18 Andrew Cagney <ac131313@redhat.com>
10103
10104 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10105 Default to func_frame_chain_valid.
10106 * gdbarch.h, gdbarch.c: Re-generate.
10107 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10108
05f13b9c
EZ
101092002-02-18 Elena Zannoni <ezannoni@redhat.com>
10110
10111 * ppc-linux-nat.c: Update copyright.
10112 (fetch_register, store_register): Add tid parameter, don't compute
10113 tid here.
10114 (fetch_ppc_registers, store_ppc_registers): Add tid
10115 parameter. Pass it along to callees.
10116 (fetch_inferior_registers, store_inferior_registers): Compute tid
10117 here, and pass it to calleed functions.
10118 (fill_gregset, supply_fpregset): Clean up formatting.
10119
d7afb4c9
RE
101202002-02-18 Richard Earnshaw <rearnsha@arm.com>
10121
10122 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10123 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10124
9df628e0
RE
101252002-02-18 Richard Earnshaw <rearnsha@arm.com>
10126
10127 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10128 * gdbarch.c gdbarch.h: Regenerate.
10129 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10130 function.
10131 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10132 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10133 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10134
10135 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10136 * arm-tdep.c (arm_get_longjmp_target): New function.
10137 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10138 this to a positive value register arm_get_longjmp_target as the
10139 longjmp handler.
10140 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10141 (arm_linux_init_abi): Set up longjmp description in tdep.
10142 * armnbsd-nat.c (get_longjmp_target): Delete.
10143 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10144 description in tdep.
10145 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10146 (get_longjmp_target): Delete declaration.
10147 (GET_LONGJMP_TARGET): Delete.
10148 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10149 (GET_LONGJMP_TARGET): Delete.
10150
57bc8964
KB
101512002-02-17 Kevin Buettner <kevinb@redhat.com>
10152
10153 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10154 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10155 of ``current_gdbarch''.
10156
83d31a92
TT
101572002-02-17 Tom Tromey <tromey@redhat.com>
10158
10159 * cli/cli-cmds.c (compare_strings): New function.
10160 (complete_command): Only print each unique item once.
10161 * completer.h (complete_line): Declare.
10162 * completer.c (complete_line): New function.
10163 (line_completion_function): Use it.
10164
17ef5d92
AC
101652002-02-16 Andrew Cagney <ac131313@redhat.com>
10166
10167 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10168 * gdbarch.h, gdbarch.c: Re-generate.
10169
491b8946
DJ
101702002-02-16 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10173
101742002-02-16 Daniel Jacobowitz <drow@mvista.com>
10175
10176 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10177 * valops.c (value_arg_coerce): Don't take the address of a reference
10178 to convert an argument to a reference.
10179
dfe7f3ac
CF
101802002-02-15 Christopher Faylor <cgf@redhat.com>
10181
10182 * win32-nat.c (get_image_name): New function.
10183 (handle_load_dll): Use get_image_name function.
10184 (get_child_debug_event): Avoid registering debug events until possibly
10185 execed process is started.
10186 (child_create_inferior): Allow invocation via shell so that command
10187 line redirection, etc. works ok.
10188 (_initialize_inftarg): Add new command: "set shell" to control whether
10189 a shell is used to start a process.
10190
1d33e73a
DJ
101912002-02-15 Daniel Jacobowitz <drow@mvista.com>
10192
10193 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10194 instead of find_register_by_number.
10195 (cannot_store_register): Likewise.
10196
48cd0caa
PM
101972002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10198
aaa38bb5 10199 * dwarf2read.c: Replace fprintf (stderr, ...) by
48cd0caa
PM
10200 fprintf_unfiltered (gdb_stderr, ...).
10201
8656e7d8
DJ
102022002-02-15 Daniel Jacobowitz <drow@mvista.com>
10203
10204 * gdbserver/gdbserver.1: Document --attach.
10205
66e810cd
RE
102062002-02-15 Richard Earnshaw <rearnsha@arm.com>
10207
10208 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10209 descriptions.
10210 * arm-tdep.c (arm_default_arm_le_breakpoint)
10211 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10212 (arm_default_thumb_be_breakpoint): New. Initialize them from
10213 traditional breakpoint defines.
10214 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10215 (arm_gdbarch_init): Initialize new breakpoint variables.
10216 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10217 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10218 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10219 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10220 code out to ...
10221 (arm_netbsd_init_abi_common): ... here; new function.
10222 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10223 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10224 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10225 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10226
97e03143
RE
102272002-02-15 Richard Earnshaw <rearnsha@arm.com>
10228
10229 * arm-tdep.h (enum arm_abi): New enum.
10230 (struct gdbarch_tdep): New structure.
10231 (LOWEST_PC): Provide a default.
10232 (arm_gdbarch_register_os_abi): Declare new function.
10233 * arm-tdep.c (arm_abi_names): New array.
10234 (process_note_abi_tag_sections): New function.
10235 (get_elfosabi): New function.
10236 (arm_gdbarch_register_os_abi): New function.
10237 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10238 support for that ABI has been built in, then call the appropriate
10239 configuration routine. Use gdbarch_num_regs() to get the number
10240 of registers.
10241 (arm_dump_tdep): New function.
10242 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10243 place-holder functions.
10244 (_initialize_arm_tdep): Register them.
10245 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10246
10247 * armnbsd-tdep.c: New file.
10248 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10249 * config/arm/nbsd.mt (TDEPFILES): Add it.
10250 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10251
10252 * armnbsd-nat.c: Include regcache.h.
10253 * Makefile.in (armnbsd-nat.o): Update dependency list.
10254
10255 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10256
ad68be46
DJ
102572002-02-14 Daniel Jacobowitz <drow@mvista.com>
10258
10259 * gdbserver/Makefile.in: Fix typos in target rules.
10260
003d6d1d
DJ
102612002-02-14 Daniel Jacobowitz <drow@mvista.com>
10262
aaa38bb5 10263 Fix part of PR gdb/267.
003d6d1d
DJ
10264 * linespec.c (find_methods): Handle constructors specially for now.
10265
6b230f1b
CV
102662002-02-14 Corinna Vinschen <vinschen@redhat.com>
10267
10268 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10269 handling.
10270 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10271 standard_coerce_float_to_double().
10272
1ea98d12
CF
102732002-02-14 Christopher Faylor <cgf@redhat.com>
10274
10275 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10276 GDBINIT_FILENAME.
10277
dd47e6fd
EZ
102782002-02-14 Elena Zannoni <ezannoni@redhat.com>
10279
10280 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10281 find_variant_by_name, because it confuses the multiarch
10282 framework. Return NULL if there isn't an architecture with the
10283 user supplied name, instead of forcing a different one without
10284 recording the change with the multiarch machinery.
10285 (find_variant_by_name): Delete.
10286
d7e39b9e
PS
102872002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10288
10289 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10290 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10291
76e42a4f
MH
102922002-02-13 Martin M. Hunt <hunt@redhat.com>
10293
aaa38bb5 10294 * stack.c (print_frame_info_base): When calling
76e42a4f
MH
10295 print_frame_info_listing_hook, set current_source_symtab.
10296
0a30fbc4
DJ
102972002-02-14 Daniel Jacobowitz <drow@mvista.com>
10298
10299 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10300 and remove unused $(INCLUDE_DIR).
10301 Add regcache.c to OBS.
10302 Add generated register protocol files to clean target.
10303 Update dependencies for new objects, obsolete old target code.
10304
10305 * gdbserver/linux-low.c: Remove all platform-specific code to
10306 new files. Remove various dead code. Update to use regcache
10307 functionality.
10308 * gdbserver/remote-utils.c (fromhex): Add return statement
10309 to quiet warning.
10310 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10311 constant.
10312 (input_interrupt): Add integer parameter to match prototype
10313 of a signal handler.
10314 (outreg): Use register_data ().
10315 (prepare_resume_reply): Use gdbserver_expedite_regs.
10316 * gdbserver/server.c (main): Dynamically allocate own_buf because
10317 PBUFSIZ is no longer constant. Use registers_to_string () and
10318 registers_from_string ().
10319 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10320 for error (), fatal (), and warning (). Update definition of
10321 PBUFSIZ to use regcache functionality. Add include guard.
10322 * gdbserver/utils.c (fatal): Add missing ``const''.
10323 (warning): New function.
10324
10325 * regformats/regdat.sh: Include "regcache.h" in generated files.
10326 Provide init_registers () function.
10327 * regformats/regdef.h: Add prototype for set_register_cache ().
10328 Add include guard.
10329
10330 * gdbserver/linux-arm-low.c: New file.
10331 * gdbserver/linux-i386-low.c: New file.
10332 * gdbserver/linux-ia64-low.c: New file.
10333 * gdbserver/linux-m68k-low.c: New file.
10334 * gdbserver/linux-mips-low.c: New file.
10335 * gdbserver/linux-ppc-low.c: New file.
10336 * gdbserver/linux-sh-low.c: New file.
10337
10338 * gdbserver/regcache.c: New file.
10339 * gdbserver/regcache.h: New file.
10340
10341 * gdbserver/low-linux.c: Removed obsolete file.
10342
4cc841d0
DJ
103432002-02-14 Daniel Jacobowitz <drow@mvista.com>
10344
10345 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10346 * config/i386/linux.mt: Likewise.
10347 * config/ia64/linux.mt: Likewise.
10348 * config/m68k/linux.mh: Likewise.
10349 * config/powerpc/linux.mh: Likewise.
10350 * config/mips/linux.mt: Likewise.
10351
10352 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10353
10354 * config/i386/i386lynx.mh: Mark gdbserver variables
10355 as (currently) obsolete for this target.
10356 * config/i386/nbsd.mt: Likewise.
10357 * config/i386/nbsdelf.mt: Likewise.
10358 * config/m32r/m32r.mt: Likewise.
10359 * config/m68k/m68klynx.mh: Likewise.
10360 * config/m68k/nbsd.mt: Likewise.
10361 * config/m68k/sun3os4.mh: Likewise.
10362 * config/mips/vr5000.mt: Likewise.
10363 * config/ns32k/nbsd.mt: Likewise.
10364 * config/pa/hppabsd.mh: Likewise.
10365 * config/pa/hppaosf.mh: Likewise.
10366 * config/powerpc/nbsd.mt: Likewise.
10367 * config/rs6000/rs6000lynx.mh: Likewise.
10368 * config/s390/s390.mt: Likewise.
10369 * config/s390/s390x.mt: Likewise.
10370 * config/sparc/sparclynx.mh: Likewise.
10371 * config/sparc/sun4os4.mh: Likewise.
10372 * config/i386/x86-64linux.mt: Likewise.
10373 * config/sparc/linux.mh: Likewise.
10374
a85f51e7
DJ
103752002-02-14 Daniel Jacobowitz <drow@mvista.com>
10376
10377 * configure.tgt: Configure gdbserver only for known working
10378 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10379 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10380 SUBDIRS if it is configured. Update comment for ${nativefile}.
10381 * configure: Regenerated.
10382
65554fef
MS
103832002-02-13 Michael Snyder <msnyder@redhat.com>
10384
670a52db
MS
10385 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10386
6dbdc4a3
MS
10387 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10388 (default_gcore_mach): Just return 0, work around a problem in bfd.
10389 (default_gcore_target): OK to return NULL if exec_bfd is null.
10390 (make_mem_sec): Use a cast, avoid a warning.
10391
10392 * procfs.c (find_memory_regions_callback): Use a cast instead of
aaa38bb5 10393 calling host_pointer_to_address (which complains if
6dbdc4a3
MS
10394 sizeof (host pointer) != sizeof (target pointer)).
10395 (procfs_make_note_section): Avoid overflow in psargs string.
10396
aaa38bb5 10397 * procfs.c (procfs_make_note_section): Make the default
65554fef
MS
10398 implementation return an error.
10399
104002002-02-13 Rodney Brown <rbrown64@csc.com.au>
10401
10402 * procfs.c (procfs_make_note_section): Provide a default definition
10403 (for alpha-dec-osf4.0f). Fix typos.
10404
1e4d76e7
EZ
104052002-02-13 Elena Zannoni <ezannoni@redhat.com>
10406
10407 * linux-proc.c: Add include of regcache.h.
10408 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10409
b6d1a1d5
AC
104102002-02-13 Andrew Cagney <ac131313@redhat.com>
10411
10412 From 2002-01-18 Greg McGary <greg@mcgary.org>:
aaa38bb5
AJ
10413 * memattr.c (create_mem_region): Disallow useless empty region.
10414 Regions are half-open intervals, so allow [A..B) [B..C) as
65554fef 10415 non-overlapping.
b6d1a1d5 10416
6c6ea35e
MC
104172002-02-13 Michael Chastain <mec@shout.net>
10418
10419 * defs.h: Kill CONST_PTR.
10420 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10421 * c-lang.c (c_builtin_types): Likewise.
10422 * ch-lang.c (ch_builtin_types): Likewise.
10423 * f-lang.c (f_builtin_types): Likewise.
10424 * language.c (unknown_builtin_types): Likewise.
10425 * m2-lang.c (m2_builtin_types): Likewise.
10426 * p-lang.c (pascal_builtin_types): Likewise.
10427 * scm-lang.c (c_builtin_types): Likewise.
10428
3e0b0f48
KS
104292002-02-13 Keith Seitz <keiths@redhat.com>
10430
10431 * arm-tdep.h (arm_get_next_pc): Add declaration.
10432
67255d04
RE
104332002-02-13 Richard Earnshaw <rearnsha@arm.com>
10434
10435 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10436 with other related struct-returning functions.
10437 (arm_extract_struct_value_address): New function.
10438 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10439 initialize float_format, double_format and long_double_format as
10440 appropriate to the endianness of the target.
10441 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10442 (arm_use_struct_convention): Delete declaration.
10443 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10444
079777f6
KS
104452002-02-13 Keith Seitz <keiths@redhat.com>
10446
10447 * defs.h (core_addr_to_string_nz): New function.
10448
34588f23
MK
104492002-02-13 Mark Kettenis <kettenis@gnu.org>
10450
10451 Apply missing bits of 2002-01-15 patch.
10452 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10453 (fill_fpregset): Use i387_fill_fsave.
10454
49b563f9
KS
104552002-02-12 Keith Seitz <keiths@redhat.com>
10456
49b563f9
KS
10457 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10458 (core_addr_to_string_nz): New function.
10459
aeb98c60
RE
104602002-02-11 Richard Earnshaw <rearnsha@arm.com>
10461
10462 * arm-linux-nat.c: Really include arm-tdep.h.
10463 * config/arm/tm-linux.h (struct type, struct value): Declare.
10464
65554fef
MS
104652002-02-11 Michael Snyder <msnyder@redhat.com>
10466
10467 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10468 (gcore section): Ifdef for Solaris and Unixware only.
10469 (procfs_do_thread_registers): Unixware needs one lwpstatus
10470 per thread (not one prstatus or pstatus).
10471 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10472 not over all gdb threads. For unixware, call elfcore_write_pstatus
10473 once before iterating over threads.
10474
34e8f22d
RE
104752002-02-11 Richard Earnshaw <rearnsha@arm.com>
10476
10477 * arm-tdep.h: New file.
10478 * arm-tdep.c: Include arm-tdep.h.
10479 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10480 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10481 (arm_print_float_info, arm_register_type, convert_to_extended)
10482 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10483 (arm_extract_return_value, arm_register_name): Make static.
10484 (arm_software_single_step): Similarly. Fix types in declaration.
10485 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10486 (arm_store_return_value, arm_store_struct_return): New functions.
10487 (arm_gdbarch_init): Register the above functions. Also register
10488 call_dummy_start_offset, sizeof_call_dummy_words,
10489 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10490 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
aaa38bb5 10491 max_register_virtual_size, register_size. Set up
34e8f22d
RE
10492 prologue_cache.saved_regs here, rather than ...
10493 (_initialize_arm_tdep): ... here.
10494 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10495 declarations.
10496 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10497 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10498 (arm_print_float_info, arm_register_type, convert_to_extended)
10499 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10500 (arm_extract_return_value, arm_register_name): Delete declarations.
10501 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10502 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10503 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10504 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10505 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10506 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10507 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10508 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10509 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10510 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10511 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10512 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10513 interface.
10514 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10515 * remote-rdi.c remote-rdp.c: Likewise.
10516 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10517 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10518 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10519 definition.
10520
10521 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10522 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10523 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10524 from non-ARM_ prefixed definitions.
10525 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10526 all uses of above.
10527 * remote-rdi.c remote-rdp.c: Likewise.
10528 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10529
148754e5
RE
105302002-02-11 Richard Earnshaw <rearnsha@arm.com>
10531
10532 * arm-tdep.c (arm_frameless_function_invocation)
10533 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10534 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10535 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10536 (arm_pop_frame, arm_get_next_pc): Make static.
10537 (arm_gdbarch_init): Register above in gdbarch structure.
10538 (arm_read_fp): Renamed from arm_target_read_fp.
10539 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10540 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10541 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10542 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10543 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10544 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10545 (arm_pc_is_thumb_dummy): Delete declarations.
fcfb8836
RE
10546 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10547 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10548 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10549 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
148754e5 10550
434d2d4f
DJ
105512002-02-10 Daniel Jacobowitz <drow@mvista.com>
10552
10553 * symtab.c (compare_search_syms): New function.
10554 (sort_search_symbols): New function.
10555 (search_symbols): Sort symbols after searching rather than
10556 before.
10557
55241689
AC
105582002-02-10 Andrew Cagney <ac131313@redhat.com>
10559
10560 * NEWS: Linux -> GNU/Linux.
10561
028c194b
AC
105622002-02-10 Andrew Cagney <ac131313@redhat.com>
10563
10564 * gdbarch.sh: For for level one methods, disallow a definition
10565 when partially multi-arched. Add comments explaining rationale.
10566 * gdbarch.h: Re-generate.
10567
6acf50cd
AC
105682002-02-10 Andrew Cagney <ac131313@redhat.com>
10569
10570 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10571 multi-arch partial.
aaa38bb5 10572
50248794
AC
105732002-02-10 Andrew Cagney <ac131313@redhat.com>
10574
10575 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10576 field. Use diff -u.
10577 * gdbarch.c: Re-generate.
10578
c30e0066
AC
105792002-02-10 Andrew Cagney <ac131313@redhat.com>
10580
9b56c5f3 10581 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
c30e0066
AC
10582 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10583 partial.
10584
6e6d6484
AC
105852002-02-10 Andrew Cagney <ac131313@redhat.com>
10586
10587 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10588 multi-arch partial.
10589 (PUSH_ARGUMENTS): Switch to using predefault.
10590 * gdbarch.c: Regenerate.
10591
c203844d
AC
105922002-02-10 Andrew Cagney <ac131313@redhat.com>
10593
10594 * valops.c (PUSH_ARGUMENTS): Delete definition.
10595 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10596 partial. Default to default_push_arguments.
10597 * gdbarch.h, gdbarch.c: Regenerate.
10598
b5a2688f
AC
105992002-02-09 Andrew Cagney <ac131313@redhat.com>
10600
10601 * defs.h (throw_exception): Rename return_to_top_level. Update
10602 comments.
10603 * utils.c (error_stream, internal_verror, quit): Ditto.
10604 * top.c (throw_exception, catcher): Ditto.
10605 * sparclet-rom.c (sparclet_load): Ditto.
10606 * remote.c (interrupt_query, minitelnet): Ditto.
10607 * remote-sds.c (interrupt_query): Ditto.
10608 * remote-mips.c (mips_error, mips_kill): Ditto.
10609 * ocd.c (interrupt_query): Ditto.
10610 * monitor.c (monitor_interrupt_query): Ditto.
10611 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10612 * target.h: Update comment.
aaa38bb5 10613
b5a2688f 10614 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
aaa38bb5 10615
2fa5c1e0
AC
106162002-02-09 Andrew Cagney <ac131313@redhat.com>
10617
10618 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10619 default_double_format.
10620 * gdbarch.h, gdbarch.c: Re-generate.
10621 * findvar.c (floatformat_unknown): Delete variable definition.
10622 * doublest.h (floatformat_unknown): Delete variable declaration.
10623
da966255
JB
106242002-02-09 Jim Blandy <jimb@redhat.com>
10625
10626 * stabsread.c (read_type): Add code to parse Sun's syntax for
10627 prototyped function types.
10628
123a4891
AC
106292002-02-09 Andrew Cagney <ac131313@redhat.com>
10630
10631 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10632 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10633
fb39c8f3
PS
106342002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10635
10636 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10637 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10638 now _initialize_xcoffsolib gets called again and overrides the
10639 commands from solib.c in a native configuration.
10640
0b87a11d
MK
106412002-02-09 Mark Kettenis <kettenis@gnu.org>
10642
10643 * doublest.c (store_typed_floating): Don't try to return a value.
10644 Fixes PR gdb/290.
10645
bdc2fc72
JB
106462002-02-08 Jim Blandy <jimb@redhat.com>
10647
10648 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10649 is prototyped and has no arguments, print its argument list as
10650 `(void)'.
10651
da69bbcf
CD
106522002-02-08 Chris Demetriou <cgd@broadcom.com>
10653
10654 * MAINTAINERS (write-after-approval): Add myself.
10655 (paper-trail): I've escaped!
aaa38bb5 10656
b69571f5
CF
106572002-02-08 Christopher Faylor <cgf@redhat.com>
10658
10659 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10660 changes.
10661 (_initialize_check_for_gdb_ini): Ditto.
10662
f6871398
MH
106632002-02-08 Martin M. Hunt <hunt@redhat.com>
10664
10665 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10666 xaprintf -> xasprintf.
10667
4e52d31c
PM
106682002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10669
10670 * win32-nat.c: Remove use of printf and sprintf functions.
10671
39bbf761
RE
106722002-02-08 Richard Earnshaw <rearnsha@arm.com>
10673
10674 * arm-tdep.c (arm_frame_chain_valid): Make static.
10675 (arm_push_arguments): Likewise.
10676 (arm_gdbarch_init): New function.
10677 (_initialize_arm_tdep): Call it.
10678 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10679 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10680 (FRAME_CHAIN_VALID): Delete.
10681 (arm_frame_chain_valid): Delete declaration.
10682 (PUSH_ARGUMENTS): Delete.
10683 (arm_push_arguments): Delete declaration.
10684 (CALL_DUMMY_P): Delete.
10685
9c9532c9
CV
106862002-02-08 Andrew Cagney <ac131313@redhat.com>
10687 Corinna Vinschen <vinschen@redhat.com>
10688
10689 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10690 on builtin float types.
10691
4e8f7a8b
DJ
106922002-02-08 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * utils.c: Include <curses.h> before "bfd.h".
10695 * tui/tui-hooks.c: Likewise.
10696 * tui/tui.c: Likewise.
10697 * tui/tuiCommand.c: Likewise.
10698 * tui/tuiData.c: Likewise.
10699 * tui/tuiDataWin.c: Likewise.
10700 * tui/tuiDisassem.c: Likewise.
10701 * tui/tuiGeneralWin.c: Likewise.
10702 * tui/tuiIO.c: Likewise.
10703 * tui/tuiLayout.c: Likewise.
10704 * tui/tuiRegs.c: Likewise.
10705 * tui/tuiSource.c: Likewise.
10706 * tui/tuiSourceWin.c: Likewise.
10707 * tui/tuiStack.c: Likewise.
10708 * tui/tuiWin.c: Likewise.
10709
cd4bffcf
EZ
107102002-02-07 Elena Zannoni <ezannoni@redhat.com>
10711
10712 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10713 to include space for pseudoregs as well. Update loops accordingly.
10714 (sh_fp_frame_init_saved_regs): Ditto.
10715 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10716
26806ce2
AC
107172002-02-07 Andrew Cagney <ac131313@redhat.com>
10718
10719 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10720 Add Richard Earnshaw to Arm maintainers.
10721
97fdab62
AC
107222002-02-07 Andrew Cagney <ac131313@redhat.com>
10723
a6b98203
AC
10724 * defs.h (warning_begin): Delete declaration.
10725
97fdab62
AC
10726 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10727 Delete macro.
10728
78b29b40
MS
107292002-02-07 Michael Snyder <msnyder@redhat.com>
10730
aaa38bb5 10731 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
78b29b40
MS
10732 Logic bug, remove misplaced else.
10733
d8849953
KD
107342002-02-07 Klee Dienes <klee@apple.com>
10735
10736 * fork-inferior.c (fork_inferior): Add '!' to the list of
10737 characters that need to be quoted when building a string for the
10738 shell. Quote '!' specifically with a backslash, since CSH chokes
10739 when trying to evaluate "str!str".
aaa38bb5 10740
095778a0
NC
107412002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10742
10743 * rdi-share/host.h: Only provide a typedef for bool if it is not
10744 defined.
10745
1900040c
MS
107462002-02-04 Michael Snyder <msnyder@redhat.com>
10747
10748 * breakpoint.h (enum bptype): Add new overlay event bp type.
10749 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
aaa38bb5 10750
1900040c
MS
10751 * breakpoint.c (create_internal_breakpoint): New function.
10752 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10753 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10754 (create_thread_event_breakpoint): Ditto.
10755 (create_solib_event_breakpoint): Ditto.
10756 (create_overlay_event_breakpoint): New function.
10757 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10758 (update_breakpoints_after_exec): Delete and re-initialize
10759 overlay event breakpoints after an exec. Add FIXME comment
10760 about longjmp breakpoint.
10761 (print_it_typical): Ignore overlay event breakpoints.
10762 (print_one_breakpoint): Ditto.
10763 (mention): Ditto.
10764 (bpstat_what): Do not stop for overlay event breakpoints.
10765 (delete_breakpoint): Don't delete overlay event breakpoints.
10766 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10767 (breakpoint_re_set): Re-create overlay event breakpoint.
10768
10769 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10770 (overlay_manual_command): Disable overlay breakpoints.
10771 (overlay_off_command): Disable overlay breakpoints.
10772
082fc60d
RE
107732002-02-06 Richard Earnshaw <rearnsha@arm.com>
10774
10775 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10776 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10777 to here from config/tm-arm.h.
10778 (coff_sym_is_thumb): Make static.
10779 (arm_elf_make_msymbol_special): New function.
10780 (arm_coff_make_msymbol_special): New function.
10781 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10782 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10783 (coff_sym_is_thumb): Delete declaration.
10784 (arm_elf_make_msymbol_special): Declare.
10785 (arm_coff_make_msymbol_special): Declare.
10786 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10787 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10788
039c5766
RE
107892002-02-06 Richard Earnshaw <rearnsha@arm.com>
10790
10791 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10792
107932002-02-06 Richard Earnshaw <rearnsha@arm.com>
10794
10795 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10796 * gdbarch.c gdbarch.h: Regenerate.
10797 * arch-utils.c (default_print_float_info): New function.
10798 * arch-utils.h (default_print_float_info): Prototype it.
10799 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10800 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10801 (PRINT_FLOAT_INFO): Document it.
10802
10803 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10804 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10805 (PRINT_FLOAT_INFO): Define.
10806
58fa08f0
PM
108072002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10808
aaa38bb5 10809 * win32-nat.c (_initialize_check_for_gdb_ini):
58fa08f0
PM
10810 Add typecast to sprintf argument to suppress a warning.
10811
7393af7c
PM
108122002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10813
58fa08f0 10814 * win32-nat.c (last_sig): Changed type of variable to target_signal,
7393af7c
PM
10815 to allow easier handling of pass state.
10816 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10817 that gives exception name and address.
10818 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
aaa38bb5 10819 and set last_sig value to ourstatus->value.sig. Some missing
7393af7c 10820 exceptions added.
aaa38bb5
AJ
10821 (child_continue): Correctly report continue_status.
10822 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
7393af7c 10823 TARGET_SIGNAL_0 (new default value).
aaa38bb5 10824 (child_resume): consider sig argument passed to decide if
7393af7c
PM
10825 the exception should be passed to debuggee or not.
10826
6af4589c
MS
108272002-02-05 Michael Snyder <msnyder@redhat.com>
10828
10829 * regcache.c (fetch_register): Call target_fetch_register
10830 only if we don't call FETCH_PSEUDO_REGISTER.
10831 (store_register): Call target_store_register only if we
10832 don't call STORE_PSEUDO_REGISTER.
10833
a2cf933a
EZ
108342002-02-05 Elena Zannoni <ezannoni@redhat.com>
10835
10836 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10837 ELF_MAKE_MSYMBOL_SPECIAL.
10838 * gdbarch.c, gdbarch.h: Regenerate.
10839 * arch-utils.c (default_make_msymbol_special): New function.
aaa38bb5 10840 * arch-utils.h (default_make_msymbol_special): Export.
a2cf933a
EZ
10841 * elfread.c (elf_symtab_read): Compile use of
10842 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10843 multiarched.
10844 * coffread.c (coff_symtab_read): Ditto, for
10845 COFF_MAKE_MSYMBOL_SPECIAL.
10846
6bb7be43
JB
108472002-02-05 Jim Blandy <jimb@redhat.com>
10848
10849 * solib-svr4.c (svr4_truncate_ptr): New function.
10850 (svr4_relocate_section_addresses): Do the address arithmetic with
10851 the appropriate truncation for target addresses, even when
10852 CORE_ADDR is larger than a target address.
10853
e18651ec
DJ
108542002-02-05 Daniel Jacobowitz <drow@mvista.com>
10855
10856 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10857 to (int *).
10858
6b2725be
DJ
108592002-02-05 Daniel Jacobowitz <drow@mvista.com>
10860
10861 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10862 code.
10863
fca9e603
DJ
108642002-02-05 Daniel Jacobowitz <drow@mvista.com>
10865
10866 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10867
6c537a52
DJ
108682002-02-05 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * gdbserver/linux-low.c: Remove unused include files.
10871
d844cde6
DJ
108722002-02-05 Daniel Jacobowitz <drow@mvista.com>
10873
10874 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10875 (read_inferior_memory): Use it.
10876 (write_inferior_memory): Likewise.
10877
d07c63e7
DJ
108782002-02-05 Daniel Jacobowitz <drow@mvista.com>
10879
10880 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10881 grubbing through sys_errlist.
10882
da6d8c04
DJ
108832002-02-05 Daniel Jacobowitz <drow@mvista.com>
10884
10885 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10886
5b421780
PM
108872002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10888 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10889
9f60d481
AC
108902002-02-04 Andrew Cagney <ac131313@redhat.com>
10891
10892 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10893 (do_sfunc, set_cmd_sfunc): New functions.
10894
10895 * command.h (struct cmd_list_element): Add field func.
10896 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10897 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10898 * cli/cli-decode.h: Ditto.
10899
10900 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10901 (help_all, help_cmd_list): Ditto.
10902 (find_cmd, complete_on_cmdlist): Ditto.
10903 * top.c (execute_command): Ditto.
10904
10905 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10906 function.sfunc.
10907
10908 * infcmd.c (notice_args_read): Fix function signature.
10909
10910 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10911 * cli/cli-decode.c (add_set_cmd): Ditto.
10912 * utils.c (initialize_utils): Ditto.
10913 * maint.c (_initialize_maint_cmds): Ditto.
10914 * infrun.c (_initialize_infrun): Ditto.
10915 * demangle.c (_initialize_demangler): Ditto.
10916 * remote.c (add_packet_config_cmd): Ditto.
10917 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10918 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10919 * proc-api.c (_initialize_proc_api): Ditto.
10920 * kod.c (_initialize_kod): Ditto.
10921 * valprint.c (_initialize_valprint): Ditto.
10922 * top.c (init_main): Ditto.
10923 * infcmd.c (_initialize_infcmd): Ditto.
10924 * corefile.c (_initialize_core): Ditto.
10925 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10926 * arch-utils.c (initialize_current_architecture): Ditto.
10927 (_initialize_gdbarch_utils): Ditto.
10928 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10929
10930 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10931 * wince.c (_initialize_inftarg): Ditto.
10932 * symfile.c (_initialize_symfile): Ditto.
10933 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10934 * language.c (_initialize_language): Ditto.
10935 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10936
f9ba0717
MS
109372002-02-04 Michael Snyder <msnyder@redhat.com>
10938
10939 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10940
0c74b2a7
DJ
109412002-02-04 Daniel Jacobowitz <drow@mvista.com>
10942
10943 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10944 Add rules for building the register data files.
10945
c638789f
DJ
109462002-02-04 Daniel Jacobowitz <drow@mvista.com>
10947
10948 * regformats/regdat.sh: Add braces to the definition of
10949 expedite_regs_${arch}.
10950
db253027
DJ
109512002-02-04 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * regformats/regdef.h (struct reg): Add comment describing the
10954 requirements for offset and size fields.
10955
206be19c
AS
109562002-02-04 Andreas Schwab <schwab@suse.de>
10957
10958 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10959 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10960
181c1381
RE
109612002-02-04 Richard Earnshaw <rearnsha@arm.com>
10962
10963 * gdbarch.sh (copyright): Update years in generated header.
10964 (SMASH_TEXT_ADDRESS): Add rule.
db253027 10965 * gdbarch.h, gdbarch.c: Re-generate.
181c1381
RE
10966 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
10967 * dbxread.c: Likewise.
10968 * dwarfread.c: Likewise.
10969 * elfread.c: Likewise.
10970 * somread.c: Likewise.
10971
10972 * arm-tdep.c (arm_smash_text_address): New function.
10973 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
10974
fa4ba8da
PM
109752002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10976
10977 Add support for hardware watchpoints on win32 native.
aaa38bb5 10978 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
fa4ba8da 10979 CONTEXT_DEBUG_REGISTERS.
aaa38bb5 10980 (dr variable): New variable. Static array containing a local copy
fa4ba8da
PM
10981 of debug registers.
10982 (debug_registers_changed): New variable. Reflects when debug registers
10983 are changed and need to be written to inferior.
aaa38bb5 10984 (debug_registers_used): New variable. Reflects when any debug register
fa4ba8da
PM
10985 was set, used when new threads are created.
10986 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
10987 i386-nat code.
10988 (thread_rec): Set dr array if id is the thread of current_event .
10989 (child_continue, child_resume): Change the debug registers for all
10990 threads if debug_registers_changed.
10991 (child_add_thread): Change the debug registers if debug_registers_used.
10992 * config/i386/cygwin.mh: Add use of i386-nat.o file.
10993 Link nm.h to new nm-cygwin.h file.
10994 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
10995 of hardware registers.
10996
a73c86fb
AC
109972002-02-03 Andrew Cagney <ac131313@redhat.com>
10998
10999 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11000 Restore behavour broken by 2002-01-20 Andrew Cagney
11001 <ac131313@redhat.com> IEEE_FLOAT removal.
11002
acf5ed49
DJ
110032002-02-03 Daniel Jacobowitz <drow@mvista.com>
11004
11005 * c-valprint.c (c_val_print): Pass a proper valaddr to
11006 cp_print_class_method.
11007 * valops.c (search_struct_method): If there is only one method
11008 and args is NULL, return that method.
11009
493d28d5
DJ
110102002-02-03 Daniel Jacobowitz <drow@mvista.com>
11011
11012 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11013 accessing tag_name directly.
11014
7495dfdb
DJ
110152002-02-03 Daniel Jacobowitz <drow@mvista.com>
11016
11017 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11018 of accessing tag_name directly.
11019
dd6bda65
DJ
110202002-02-03 Daniel Jacobowitz <drow@mvista.com>
11021
11022 PR gdb/280
11023 * gdbtypes.c (replace_type): New function.
11024 * gdbtypes.h (replace_type): Add prototype.
11025 * stabsread.c (read_type): Use replace_type.
11026
88fe217c
RE
110272002-02-03 Richard Earnshaw <rearnsha@arm.com>
11028
11029 * Makefile.in (memattr.o): Add missing dependencies rule.
11030
e5d66720
PS
110312002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11032
11033 * breakpoint.c (break_at_finish_command): Really export.
11034 (break_at_finish_at_depth_command): Ditto.
11035 (tbreak_at_finish_command): Ditto.
11036 * hppa-tdep.c: Include completer.h.
11037 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11038 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11039
fffee0be
AC
110402002-02-01 Andrew Cagney <ac131313@redhat.com>
11041
11042 * utils.c (do_write): New function.
11043 (error_stream): Rewrite combining the code from error_begin and
11044 verror.
11045 (verror): Rewrite using error_stream.
11046 (error_begin): Delete function.
11047
255e7dbf
AC
110482002-02-01 Andrew Cagney <ac131313@redhat.com>
11049
11050 * utils.c (error_begin): Make static.
11051 * defs.h (error_begin): Delete declaration.
11052
11053 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11054 (decode_line_1): Use cplusplus_error instead of error_begin,
11055 cplusplus_hint and return_to_top_level.
11056 * coffread.c (coff_symfile_read): Use error instead of error_begin
11057 and return_to_top_level.
11058 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11059
ddfe3c15
AC
110602002-02-01 Andrew Cagney <ac131313@redhat.com>
11061
11062 * language.h (type_error, range_error): Make string parameter
11063 constant.
11064 * language.c (warning_pre_print): Delete extern declaration.
11065 * dwarfread.c (warning_pre_print): Ditto.
11066 * language.c (type_error, range_error): Rewrite to use verror and
11067 vwarning instead of warning_begin.
11068
03ac34d5
MS
110692002-02-01 Michael Snyder <msnyder@redhat.com>
11070
261c4ca2
MS
11071 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11072 (set_ignore_count): Move misplaced comment back where it belongs.
03ac34d5 11073
e00d1dc8
AC
110742002-02-01 Andrew Cagney <ac131313@redhat.com>
11075
11076 * command.h (NO_FUNCTION): Delete macro.
11077 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11078 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11079 * tracepoint.c (_initialize_tracepoint): Ditto.
11080 * cli/cli-decode.c (add_set_cmd): Ditto.
11081 * cli/cli-cmds.c (init_cli_cmds): Ditto.
aaa38bb5 11082
76b79d6e
DJ
110832002-02-01 Daniel Jacobowitz <drow@mvista.com>
11084
11085 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11086 Update ``this'' pointer when calling virtual functions.
11087
799f9e91
MS
110882002-02-01 Michael Snyder <msnyder@redhat.com>
11089
c7bd442c 11090 * breakpoint.c (create_temp_exception_breakpoint): Delete.
799f9e91
MS
11091 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11092
3cf384d4
DJ
110932002-02-01 Daniel Jacobowitz <drow@mvista.com>
11094
11095 * regformats/reg-arm.dat: New file.
11096 * regformats/reg-i386.dat: New file.
11097 * regformats/reg-ia64.dat: New file.
11098 * regformats/reg-m68k.dat: New file.
11099 * regformats/reg-mips.dat: New file.
11100 * regformats/reg-ppc.dat: New file.
11101 * regformats/reg-sh.dat: New file.
11102 * regformats/regdef.h: New file.
11103 * regformats/regdat.sh: New file.
11104
0defa245
RE
111052002-02-01 Richard Earnshaw <reanrsha@arm.com>
11106
11107 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11108 (arm_frame_args_address, arm_frame_locals_address): New functions.
11109 (arm_frame_num_args): New function.
11110 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11111 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11112 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11113
405f26e6
MS
111142002-01-31 Michael Snyder <msnyder@redhat.com>
11115
502fd408
MS
11116 * breakpoint.c (break_at_finish_command): Export.
11117 (break_at_finish_at_depth_command): Export.
11118 (tbreak_at_finish_command): Export.
d6020d45 11119 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
502fd408 11120 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
d6020d45 11121 "txbreak" commands, which are HPPA specific.
502fd408 11122
7d35e135
MS
11123 * printcmd.c (disassemble_command): Remove an ancient
11124 artifact of an old merge.
11125
aaa38bb5 11126 * symfile.h (enum overlay_debugging_state):
d874f1e2
MS
11127 Define enum constant values for overlay mode.
11128 * symfile.c (overlay_debugging): Use enums instead of literals.
aaa38bb5
AJ
11129 (overlay_is_mapped, overlay_auto_command,
11130 overlay_manual_command): Ditto.
d874f1e2 11131
aaa38bb5
AJ
11132 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11133 breakpoint_here_p, breakpoint_inserted_here_p,
11134 breakpoint_thread_match, bpstat_stop_status,
9f04af04
MS
11135 describe_other_breakpoints, check_duplicates, clear_command):
11136 Coding standard fixes.
11137
8add0441 11138 * target.c (target_xfer_memory): Add spaces, coding standard.
9f04af04 11139 (do_xfer_memory): Add missing line to trust-readonly
405f26e6
MS
11140 code: check bfd SEC_READONLY flag for section.
11141
e351066e
AC
111422002-01-31 Andrew Cagney <ac131313@redhat.com>
11143
7d35e135 11144 * PROBLEMS: Fix typo, 5.1->5.1.1.
e351066e 11145
8a48e967
DJ
111462002-01-30 Daniel Jacobowitz <drow@mvista.com>
11147
11148 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11149 data symbols, since we search based on textlow and texthigh.
11150 (find_pc_sect_symtab): Likewise.
11151
f5a96129
AC
111522002-01-30 Andrew Cagney <ac131313@redhat.com>
11153
11154 * defs.h (vwarning): Declare.
f5a96129
AC
11155 * utils.c (vwarning): New function.
11156 (warning): Call vwarning.
11157 (warning_begin): Delete function.
11158
11159 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11160 the warning message.
11161 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11162 warning_begin.
11163
cefd4ef5
MS
111642002-01-30 Michael Snyder <msnyder@redhat.com>
11165
1a703748
MS
11166 * NEWS: Mention "set trust-readonly-sections" command.
11167 Mention generate-core-file command.
cefd4ef5 11168
3a11626d
MS
111692002-01-15 Michael Snyder <msnyder@redhat.com>
11170
11171 * target.c: New command, "set trust-readonly-sections on".
11172 (do_xfer_memory): Honor the suggestion to trust readonly sections
11173 by reading them from the object file instead of from the target.
11174 (initialize_targets): Register command "set trust-readonly-sections".
11175
d1c7e53b
AC
111762002-01-29 Andrew Cagney <ac131313@redhat.com>
11177
11178 * parse.c (target_map_name_to_register): Simplify, search regs and
11179 pseudo-regs using a single loop.
11180
e2c9a72c
AC
111812002-01-30 Andrew Cagney <ac131313@redhat.com>
11182
11183 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11184
69824b4e
MK
111852002-01-15 Rodney Brown <rbrown64@csc.com.au>
11186
11187 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11188 * config/i386/i386v42mp.mh: Add i387-nat.o .
11189 * i386v4-nat.c: Include i387-nat.h.
11190 (supply_fpregset): Use i387_supply_fsave.
11191 (fill_fpregset): Use i387_fill_fsave.
11192
6eb69eab
RE
111932002-01-30 Richard Earnshaw <rearnsha@arm.com>
11194
11195 * arm-tdep.c (arm_call_dummy_words): Define.
11196 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11197 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11198 (CALL_DUMMY_WORDS): Define.
11199 (arm_call_dummy_words): Declare.
11200 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11201 (arm_linux_call_dummy_words): Declare.
11202
9852326a
AS
112032002-01-30 Andreas Schwab <schwab@suse.de>
11204
11205 * m68klinux-nat.c: Fix last change to use regcache_collect
11206 instead of referencing registers[] directly.
11207
977a3030
AC
112082002-01-29 Andrew Cagney <ac131313@redhat.com>
11209
11210 * parse.c (target_map_name_to_register): Delete code wrapped in
11211 #ifdef REGISTER_NAME_ALIAS_HOOK.
11212
2076c72b
MS
112132002-01-28 Michael Snyder <msnyder@redhat.com>
11214
11215 * regcache.c (legacy_read_register_gen): Need to be able to
11216 read pseudo-register as well as real register.
11217 (legacy_write_register_gen): Ditto.
11218
8fcc723b
AC
112192002-01-28 Andrew Cagney <ac131313@redhat.com>
11220
11221 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11222 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11223 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11224 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11225 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11226 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11227 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11228 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11229 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11230 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11231 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11232 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11233 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11234 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11235 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11236 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11237 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11238 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11239 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11240 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11241
afe64c1a
AC
112422002-01-28 Andrew Cagney <ac131313@redhat.com>
11243
11244 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11245 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11246 (initialize_current_architecture): Update target_byte_order using
11247 information from BFD.
aaa38bb5 11248 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
afe64c1a
AC
11249 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11250
75bc7ddf
AC
112512002-01-28 Andrew Cagney <ac131313@redhat.com>
11252
11253 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11254 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11255
11256 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11257 #ifdef INVALID_FLOAT.
11258 * infcmd.c (do_registers_info): Ditto.
11259 * values.c (unpack_double): Ditto. Add comment.
11260
11261 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11262 already commented out.
11263
0280a90a
AS
112642002-01-26 Andreas Schwab <schwab@suse.de>
11265
11266 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11267 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11268 registers and add support for PTRACE_GETREGS.
11269
7072a954
AC
112702002-01-24 Andrew Cagney <ac131313@redhat.com>
11271
11272 GDB 5.1.1 released from 5.1 branch.
11273 * NEWS: Add 5.1.1 news.
11274 * README: Sync with 5.1 branch.
11275
86f902e0
FF
112762002-01-23 Fred Fish <fnf@redhat.com>
11277
11278 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11279 stabstring on initial malloc. Reallocing will copy it for us,
11280 if necessary.
11281
8af51c36
EZ
112822002-01-23 Elena Zannoni <ezannoni@redhat.com>
11283
aaa38bb5 11284 * Makefile.in (hpread_h): Delete.
8af51c36
EZ
11285 (HFILES_NO_SRCDIR): Remove hpread.h.
11286 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11287 (hpread.o): Update dependencies.
11288 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11289
11290 * hp-psymtab-read.c: Remove file.
11291 * hp-symtab-read.c: Remove file.
11292 * hpread.h: Remove file.
11293
11294 * hpread.c: Merge all contents of hp-psymtab-read.c,
11295 hp-symtab-read.c and hpread.h into this file, as it was prior to
11296 January 1999.
11297
11298 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
aaa38bb5 11299 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
8af51c36
EZ
11300 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11301 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11302
dc5cfeb6
EZ
113032002-01-23 Elena Zannoni <ezannoni@redhat.com>
11304
11305 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11306 fill_gregset): Call gdbarch_tdep() just once, assign result to
11307 variable and use that, instead of calling the function several
11308 times.
11309
ea87b71b
AO
113102002-01-24 Alexandre Oliva <aoliva@redhat.com>
11311
11312 * configure.host: Accept sparcv9 as alias for sparc64.
11313 * configure.tgt: Likewise.
11314
13fc0c2f
KB
113152002-01-22 Kevin Buettner <kevinb@redhat.com>
11316
11317 * solib-aix5.c (build_so_list_from_mapfile)
11318 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11319 arguments is not reversed.
11320 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11321 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
aaa38bb5 11322
7bd872fe
EZ
113232002-01-22 Elena Zannoni <ezannoni@redhat.com>
11324
11325 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11326 modified version of obsolete sh_fetch_pseudo_register.
11327 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11328 (sh4_register_read): New function.
11329 (sh_pseudo_register_write): New function. Renamed and modified
11330 version of obsolete sh_store_pseudo_register.
11331 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11332 (sh4_register_write): New function.
11333 (sh_gdbarch_init): Remove setting of gdbarch function
11334 fetch_pseudo_register and store_pseudo_register. Remove setting of
11335 register_convert_to_raw, register_convert_to_virtual,
11336 register_convertible.
11337 (sh_sh4_register_convertible): Delete. No longer needed. All is
11338 taken care by architecture specific functions
11339 register_read/register_write.
11340 (sh_sh4_register_convert_to_virtual): Make static.
11341 (sh_sh4_register_convert_to_raw): Ditto.
11342
069e84fd
AC
113432002-01-22 Andrew Cagney <ac131313@redhat.com>
11344
11345 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11346 (floatformat_is_nan, floatformat_mantissa): Ditto.
11347
11348 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11349 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11350 builtin_type_ieee_double_little,
11351 builtin_type_ieee_double_littlebyte_bigword,
11352 builtin_type_m68881_ext, builtin_type_i960_ext,
11353 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11354 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11355 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11356 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11357
211a4f69
CV
113582002-01-22 Corinna Vinschen <vinschen@redhat.com>
11359
11360 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11361 parameter. Set frameless flag if it exists and depended of
11362 whether the scanned function is frameless or not.
11363 (xstormy16_skip_prologue): If function is frameless, return
11364 result of xstormy16_scan_prologue().
11365 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11366 call.
11367
f81353e4
EZ
113682002-01-21 Elena Zannoni <ezannoni@redhat.com>
11369
11370 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11371 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11372 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11373 sh_sh4_register_byte, sh_sh4_register_raw_size,
11374 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11375 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11376 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11377 sh_store_pseudo_register, sh_do_pseudo_register): Call
11378 gdbarch_tdep() just once, assign result to variable and use that,
11379 instead of calling the function several times.
11380
63c73a17
MK
113812002-01-20 Mark Kettenis <kettenis@gnu.org>
11382
11383 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11384 macros instead of LAST_FPU_CTRL_REGNUM.
11385 (store_register): Likewise.
11386
39ad761d
JB
113872002-01-21 Jim Blandy <jimb@redhat.com>
11388
11389 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11390 is up-to-date before running the program, not just when a program
11391 exits.
11392
3d74b771
FF
113932002-01-21 Fred Fish <fnf@redhat.com>
11394
11395 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11396 when we have found all instructions we are looking for.
11397
966fbf70
RE
113982002-01-21 Richard Earnshaw <rearnsha@arm.com>
11399
11400 * arm-tdep.c (arm_register_name): New function.
11401 (arm_registers_names): Make static.
11402 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11403 (arm_register_name): Declare.
11404 (REGISTER_NAME): Use it.
11405
c3b4394c
RE
114062002-01-21 Richard Earnshaw <rearnsha@arm.com>
11407 Kevin Buettner <kevinb@redhat.com>
11408
11409 Convert arm targets to new FRAME interface.
11410 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11411 (arm_frame_find_save_regs): Delete.
11412 (arm_frame_init_saved_regs): New.
11413 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11414 Allocate extra_info as required. Convert all uses of fsr.regs
11415 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11416 to use extra_info.
11417 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11418 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11419 (check_prologue_cache, save_prologue_cache): Likewise.
11420 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11421 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11422 (FRAME_FIND_SAVED_REGS): Delete.
11423 (arm_frame_find_saved_regs): Delete prototype.
11424 (arm_frame_init_saved_regs): New prototype.
11425 (FRAME_INIT_SAVED_REGS): Define.
11426
61d99182
AC
114272002-01-20 Andrew Cagney <ac131313@redhat.com>
11428
11429 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11430
6aaea291
AC
114312002-01-20 Andrew Cagney <ac131313@redhat.com>
11432
11433 From Jeff Law <law@redhat.com>:
11434 * infttrace.c: Include <sys/pstat.h>.
11435 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11436 exec file if the ttrace equivalent fails.
11437
15f698d2
AC
114382002-01-20 Andrew Cagney <ac131313@redhat.com>
11439
11440 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11441 (closeLogFile): Ditto.
11442
f86ddd7c
MC
114432002-01-20 Michael Chastain <mec@shout.net>
11444
11445 * top.c (print_gdb_version): Bump copyright year to 2002.
11446
904507ce
AC
114472002-01-20 Andrew Cagney <ac131313@redhat.com>
11448
11449 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11450 Zannoni and Eli Zaretskii.
11451
d7f0b9ce
DJ
114522002-01-20 Daniel Jacobowitz <drow@mvista.com>
11453
11454 * buildsym.c: Update copyright years.
11455 * c-typeprint.c: Likewise.
11456 * dwarf2read.c: Likewise.
11457 * f-typeprint.c: Likewise.
11458 * gdbtypes.c: Likewise.
11459 * gdbtypes.h: Likewise.
11460 * hp-symtab-read.c: Likewise.
11461 * hpread.c: Likewise.
11462 * mdebugread.c: Likewise.
11463 * p-typeprint.c: Likewise.
11464
3fd3d7d2
AC
114652002-01-20 Andrew Cagney <ac131313@redhat.com>
11466
11467 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11468 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11469 byte-order selectable.
11470 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11471 * arch-utils.c: Ditto.
11472 (set_endian): Ditto.
11473 (set_endian_from_file): Ditto.
11474 * gdbserver/low-sim.c (create_inferior): Ditto.
11475 * gdbarch.sh: Ditto.
11476 * gdbarch.h: Re-generate.
aaa38bb5
AJ
11477 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11478 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11479 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11480 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11481 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11482 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11483 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
3fd3d7d2
AC
11484 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11485 macro definition.
11486 * config/mips/tm-wince.h: Remove #undef of macro
11487 TARGET_BYTE_ORDER_SELECTABLE.
11488 * config/sh/tm-wince.h: Ditto.
11489
b02dede2
DJ
114902002-01-20 Daniel Jacobowitz <drow@mvista.com>
11491
11492 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11493 member function fields. Add accessor macro
11494 TYPE_FN_FIELD_ARTIFICIAL.
11495 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11496 * c-typeprint.c (c_type_print_base): Skip artificial member
11497 functions.
11498
c3643761
DJ
114992002-01-20 Daniel Jacobowitz <drow@mvista.com>
11500
11501 * f-typeprint.c: Delete unused function f_type_print_args.
11502 * p-typeprint.c: Delete unused function pascal_type_print_args.
11503
8176bb6d
DJ
115042002-01-20 Daniel Jacobowitz <drow@mvista.com>
11505
11506 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11507 comment. Add ``artificial'' to ``union field_location''.
11508
11509 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11510
11511 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11512 * mdebugread.c (parse_symbol): Likewise.
11513 * stabsread.c (define_symbol): Likewise.
11514 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11515 initializing TYPE_FIELD_BITPOS to n (obsolete).
11516 (hpread_doc_function_type): Likewise.
11517 * hpread.c (hpread_function_type): Likewise.
11518
7fd60527
AC
115192002-01-20 Andrew Cagney <ac131313@redhat.com>
11520
11521 * configure.in (host_makefile_frag): Only require a host makefile
11522 fragment when a native build.
11523 * configure: Re-generate.
11524
c2f05ac9
AC
115252002-01-20 Andrew Cagney <ac131313@redhat.com>
11526
11527 * doublest.h (floatformat_from_type): Declare.
11528 * doublest.c (floatformat_from_type): New function.
11529 (convert_typed_floating): Use.
11530
11531 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11532 call to function floatformat_from_type.
11533
11534 * gdbarch.sh (IEEE_FLOAT): Delete.
11535 * gdbarch.h, gdbarch.c: Re-generate.
11536 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11537 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11538 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11539 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11540 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11541 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11542 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11543 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11544 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11545 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11546 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
c2f05ac9
AC
11547 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11548
11549 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11550 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11551 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11552 * sh-tdep.c (sh_gdbarch_init): Ditto.
11553 * mips-tdep.c (mips_gdbarch_init): Ditto.
11554 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11555 * cris-tdep.c (cris_gdbarch_init): Ditto.
11556
abf22e64
AJ
115572002-01-20 Jiri Smid <smid@suse.cz>
11558
11559 * configure.host, configure.tgt: Support x86-64.
11560 * NEWS: Note new target x86-64.
11561
b7c4cbf8
AJ
11562 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11563 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11564 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11565 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11566 x86-64-linux-nat.o): Fix dependencies.
11567
82600034
AC
115682002-01-19 Andrew Cagney <ac131313@redhat.com>
11569
11570 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11571 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11572 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11573 * config/sparc/xm-sun4os4.h: Delete file.
11574 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
abf22e64 11575
bbe5c628
AC
115762002-01-19 Andrew Cagney <ac131313@redhat.com>
11577
11578 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11579 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11580 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11581 * config/i386/i386lynx.mh (XM_FILE): Delete.
11582 * config/rs6000/xm-rs6000ly.h: Delete file.
11583 * config/sparc/xm-sparclynx.h: Delete file.
11584 * config/m68k/xm-m68klynx.h: Delete file.
11585 * config/i386/xm-i386lynx.h: Delete file.
11586 * config/xm-lynx.h: Delete file.
11587 * config/djgpp/fnchange.lst: Update.
11588
f8453e34
JT
115892002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11590
11591 * alpha-tdep.c (alpha_register_byte): New function.
11592 (alpha_register_raw_size): Ditto.
11593 (alpha_register_virtual_size): Ditto.
11594 (alpha_skip_prologue_internal): Renamed from
11595 alpha_skip_prologue.
11596 (alpha_skip_prologue): New version that calls
11597 alpha_skip_prologue_internal.
11598 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11599 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11600 second argument from alpha_skip_prologue.
11601 (REGISTER_BYTE): Use alpha_register_byte.
11602 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11603 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11604 (FRAMELESS_FUNCTION_INVOCATION): Use
11605 generic_frameless_function_invocation_not.
11606 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11607 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11608
52d9e613
AC
116092002-01-19 Andrew Cagney <ac131313@redhat.com>
11610
11611 * config/mips/xm-news-mips.h: Delete file.
11612 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11613
11614 * config/m88k/xm-m88k.h: Delete file.
11615 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11616 * config/m88k/xm-delta88v4.h: Ditto.
11617 * config/m88k/xm-delta88.h: Ditto.
11618
11619 * config/alpha/xm-fbsd.h: Delete file.
11620 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11621
11622 * config/sparc/xm-sparc.h: Delete file.
11623 * Makefile.in (xm-sun4os4.h): Delete dependency.
11624 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11625 * config/sparc/xm-sun4os4.h: Ditto.
11626 * config/sparc/xm-linux.h: Ditto.
11627
11628 * config/i386/xm-windows.h: Delete file.
11629
2d1b2124
AC
116302002-01-19 Andrew Cagney <ac131313@redhat.com>
11631
11632 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11633 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11634
ee1f65f0
JT
116352002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11636
11637 * alpha-tdep.c (alpha_call_dummy_words): New.
11638 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11639 (CALL_DUMMY_P): Define.
11640 (CALL_DUMMY_WORDS): Define.
11641 (SIZEOF_CALL_DUMMY_WORDS): Define.
11642
98081e55
PB
116432002-01-19 Per Bothner <per@bothner.com>
11644
11645 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11646 isn't NULL, which can happen with some gcj-3.x-produced code.
11647
0d056799
JT
116482002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11649
11650 * alpha-tdep.c (alpha_register_virtual_type): New function.
11651 (alpha_init_frame_pc_first): Ditto.
11652 (alpha_fix_call_dummy): Ditto.
11653 (alpha_store_struct_return): Ditto.
11654 (alpha_extract_struct_value_address): Ditto.
11655 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11656 alpha_register_virtual_type.
11657 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11658 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11659 alpha_extract_struct_value_address.
11660 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11661 (INIT_FRAME_PC): Use init_frame_pc_noop.
11662 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11663
4604bcad
MK
116642002-01-19 Mark Kettenis <kettenis@gnu.org>
11665
11666 * i386gnu-nat.c: Include "i386-tdep.h".
11667 (fetch_fpregs): Simplify code dealing with uninitialized floating
11668 point states such that it doesn't require FP7_REGNUM.
11669
140f9984
JT
116702002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11671
abf22e64
AJ
11672 * alpha-tdep.c (frame_extra_info): New.
11673 (alpha_find_saved_regs): Make static. Use
140f9984
JT
11674 frame->extra_info.
11675 (alpha_frame_init_saved_regs): New function.
abf22e64
AJ
11676 (alpha_frame_saved_pc): Use frame->extra_info.
11677 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11678 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
140f9984
JT
11679 (init_extra_frame_info): Rename to...
11680 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
abf22e64 11681 (alpha_print_extra_frame_info): New function.
140f9984
JT
11682 (alpha_frame_locals_address): Ditto.
11683 (alpha_frame_args_address): Ditto.
abf22e64 11684 (alpha_pop_frame): Use frame->extra_info.
140f9984
JT
11685 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11686 alpha_frame_args_address.
abf22e64 11687 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
140f9984 11688 (alpha_find_saved_regs): Remove prototype.
abf22e64
AJ
11689 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11690 (EXTRA_FRAME_INFO): Remove.
140f9984
JT
11691 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11692 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11693
d734c450
JT
116942002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11695
11696 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11697 (alpha_cannot_fetch_register): Ditto.
11698 (alpha_cannot_store_register): Ditto.
11699 (alpha_register_convertible): Ditto.
11700 (alpha_use_struct_convention): Ditto.
11701 * config/alpha/tm-alpha.h: Update copyright years.
11702 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11703 (INNER_THAN): Use core_addr_lessthan.
11704 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11705 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11706 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11707 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11708 (FRAME_CHAIN): Remove unnecessary cast.
11709
b4ceaee6
AC
117102002-01-18 Andrew Cagney <ac131313@redhat.com>
11711
11712 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11713 obsolete.
11714
0a65a603
AC
117152002-01-18 Andrew Cagney <ac131313@redhat.com>
11716
11717 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11718 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11719 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11720 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11721 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11722 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11723 * x86-64-linux-nat.c: Ditto.
11724
636a6dfc
JT
117252002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11726
abf22e64 11727 * alpha-tdep.c (alpha_register_name): New function.
636a6dfc
JT
11728 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11729 (REGISTER_NAME): Define.
11730
acceddb6
JT
117312002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11732
11733 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11734
ec32e4be
JT
117352002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11736
11737 * alpha-tdep.c: Update copyright years.
11738 (alpha_next_pc): New function.
11739 (alpha_software_single_step): Ditto.
11740 * config/alpha/tm-alpha.h: Add prototype for
11741 alpha_software_single_step.
11742
e771a871
JT
117432002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11744
11745 * alphabsd-nat.c: Update copyright years.
11746 (fill_gregset): Use regcache_collect.
11747 (fill_fpregset): Likewise.
11748 (fetch_inferior_registers): Only fetch integer registers
11749 if requested to do so.
11750 (store_inferior_registers): Only store integer registers
11751 if requested to do so.
11752
7708fa01
AC
117532002-01-17 Andrew Cagney <ac131313@redhat.com>
11754
11755 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11756 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11757 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11758 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11759 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11760 * config/arm/linux.mh (XDEPFILES): Delete.
11761 * config/arm/nbsd.mh (XDEPFILES): Delete.
11762 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11763 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11764 * config/i386/i386m3.mh (XDEPFILES): Delete.
11765 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11766 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11767 * config/i386/fbsd.mh (XDEPFILES): Delete.
11768 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11769 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11770 * config/i386/i386v4.mh (XDEPFILES): Delete.
11771 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11772 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11773 * config/i386/i386aix.mh (XDEPFILES): Delete.
11774 * config/i386/go32.mh (XDEPFILES): Delete.
11775 * config/i386/cygwin.mh (XDEPFILES): Delete.
11776 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11777 * config/i386/i386mach.mh (XDEPFILES): Delete.
11778 * config/i386/i386v32.mh (XDEPFILES): Delete.
11779 * config/i386/linux.mh (XDEPFILES): Delete.
11780 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11781 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11782 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11783 * config/i386/i386sco.mh (XDEPFILES): Delete.
11784 * config/i386/i386v.mh (XDEPFILES): Delete.
11785 * config/i386/nbsd.mh (XDEPFILES): Delete.
11786 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11787 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11788 * config/i386/symmetry.mh (XDEPFILES): Delete.
11789 * config/i386/obsd.mh (XDEPFILES): Delete.
11790 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11791 * config/ia64/linux.mh (XDEPFILES): Delete.
11792 * config/ia64/aix.mh (XDEPFILES): Delete.
11793 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11794 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11795 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11796 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11797 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11798 * config/m68k/linux.mh (XDEPFILES): Delete.
11799 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11800 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11801 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11802 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11803 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11804 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11805 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11806 * config/m88k/delta88.mh (XDEPFILES): Delete.
11807 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11808 * config/m88k/m88k.mh (XDEPFILES): Delete.
11809 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11810 * config/mips/linux.mh (XDEPFILES): Delete.
11811 * config/mips/irix6.mh (XDEPFILES): Delete.
11812 * config/mips/irix5.mh (XDEPFILES): Delete.
11813 * config/mips/irix4.mh (XDEPFILES): Delete.
11814 * config/mips/irix3.mh (XDEPFILES): Delete.
11815 * config/mips/decstation.mh (XDEPFILES): Delete.
11816 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11817 (NATDEPFILES): Move core-aout.o to here.
11818 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11819 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11820 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11821 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11822 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11823 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11824 * config/pa/hpux11.mh (XDEPFILES): Delete.
11825 * config/powerpc/aix.mh (XDEPFILES): Delete.
11826 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11827 * config/powerpc/linux.mh (XDEPFILES): Delete.
11828 * config/romp/rtbsd.mh: Rename XDEPFILES.
11829 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11830 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11831 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11832 * config/s390/s390.mh (XDEPFILES): Delete.
11833 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11834 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11835 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11836 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11837 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11838 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11839 * config/sparc/linux.mh (XDEPFILES): Delete.
11840 * config/vax/vaxult.mh (XDEPFILES): Delete.
11841 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11842 * Makefile.in (DEPFILES): Remove XDEPFILES.
11843
375fc983
AC
118442002-01-17 Andrew Cagney <ac131313@redhat.com>
11845
11846 * utils.c (internal_verror): Fix comments, default is yes not no.
11847 Update queries to match. Default to quit and dump core.
11848
8926118c
AC
118492002-01-17 Andrew Cagney <ac131313@redhat.com>
11850
11851 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11852 copyright.
11853 * defs.h, event-top.c, gdbcmd.h: Ditto.
11854 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11855 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11856 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11857 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11858 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11859 * mi/mi-main.c:Ditto.
11860
11861 * stack.c, symfile.c: Update copyright.
11862
45b7b345
DJ
118632002-01-17 Daniel Jacobowitz <drow@mvista.com>
11864
db728ff7
DJ
11865 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11866 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11867 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11868 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
45b7b345 11869
db728ff7
DJ
118702002-01-17 Daniel Jacobowitz <drow@mvista.com>
11871
11872 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11873 * gdbserver/low-lynx.c (myattach): Likewise.
11874 * gdbserver/low-nbsd.c (myattach): Likewise.
11875 * gdbserver/low-sim.c (myattach): Likewise.
11876 * gdbserver/low-sparc.c (myattach): Likewise.
11877 * gdbserver/low-sun3.c (myattach): Likewise.
11878
11879 * gdbserver/low-linux.c (myattach): New function.
45b7b345 11880
db728ff7 11881 * gdbserver/server.c (attach_inferior): New function.
45b7b345
DJ
11882 (main): Handle "--attach".
11883
8de3c354
AC
118842002-01-16 Andrew Cagney <ac131313@redhat.com>
11885
11886 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11887 maintainer.
11888
b0129042
DJ
118892002-01-15 Daniel Jacobowitz <drow@mvista.com>
11890
11891 * c-typeprint.c (is_type_conversion_operator): Add additional
11892 check for non-conversion operators.
11893
ba8679fb 118942002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
11895
11896 * linux-proc.c: Add "info proc" command, a la procfs.c.
11897 (read_mapping): New function, abstract and re-use code.
11898 (linux_find_memory_regions): Use new func read_mapping.
11899 (linux_info_proc_cmd): New function, implement "info proc".
11900 (_initialize_linux_proc): Add new command "info proc".
11901
e4f9b4d5
MS
119022002-01-15 Michael Snyder <msnyder@redhat.com>
11903
11904 * symfile.c (generic_load): Use bfd_map_over_sections method
11905 instead of manipulating bfd structure members directly.
11906 (add_section_size_callback): New function, bfd sections callback
11907 used by generic_load.
11908 (load_sections_callback): New function, bfd sections callback
11909 used by generic_load.
11910
08cf96df
EZ
119112002-01-15 Elena Zannoni <ezannoni@redhat.com>
11912
abf22e64 11913 [Based on work by Jim Blandy]
08cf96df
EZ
11914 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11915 (builtin_type_vec128): Export.
11916 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11917 types.
11918 (builtin_type_vec128): New builtin type for 128 bit vector
11919 registers.
11920 (build_gdbtypes): Initialize builtin_type_v16qi and
11921 builtin_type_v8hi. Create the vec128 register builtin type
11922 structure.
11923 (build_builtin_type_vec128): New function.
abf22e64 11924 (_initialize_gdbtypes): Register builtin_type_v16qi and
08cf96df
EZ
11925 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11926 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11927 AltiVec register to new builtin type.
11928
d7242108
DJ
119292001-01-15 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11932 to make_cv_type.
11933
4ee3352d
AC
119342002-01-14 Andrew Cagney <ac131313@redhat.com>
11935
11936 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11937 CLEAN_UP_REGISTER_VALUE.
11938 * regcache.c (supply_register): Update only call.
11939
f015b2e7
AC
119402002-01-14 Andrew Cagney <ac131313@redhat.com>
11941
11942 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11943 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11944 a29k-*-vxworks* targets as obsolete.
11945
356ae49d
MS
119462002-01-14 Michael Snyder <msnyder@redhat.com>
11947
11948 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11949 until we can resolve portability issues.
11950 * gregset.h: Remove references to fpxregs.
11951 * gcore.c (gcore_command): Initialize note_sec to NULL.
11952
ade8f45e
AC
119532002-01-13 Andrew Cagney <ac131313@redhat.com>
11954
11955 * signals.c (target_signal_to_name): Rewrite. Only use
11956 signals[].name when in bounds and non-NULL.
abf22e64 11957
89c49e7a
AC
119582002-01-13 Andrew Cagney <ac131313@redhat.com>
11959
11960 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11961 * signals.c (target_signal_to_name): Verify that SIG is within the
11962 bounds of the signals array.
11963
4daa9f9f
AC
119642002-01-13 Andrew Cagney <ac131313@redhat.com>
11965
11966 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
11967
ba4bbdcb
KS
119682002-01-13 Keith Seitz <keiths@redhat.com>
11969
11970 * stack.c (print_frame_info_base): Print the frame's pc
11971 only if when print_frame_info_listing_hook is not defined.
11972
575bbeb6
KS
119732002-01-13 Keith Seitz <keiths@redhat.com>
11974
11975 * varobj.c (varobj_set_value): Make sure that there were no
11976 errors evaluating the object before attempting to set its
11977 value.
11978 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
11979 so this offset adjustment is no longer necessary.
11980 (create_child): Don't set the error flag if the child is
11981 a CPLUS_FAKE_CHILD.
11982 (value_of_child): If value_fetch_lazy fails, return NULL
11983 so that callers will be notified that an error occurred.
11984 (c_value_of_variable): Delay check of variable's validity
11985 until later. We actually want all structs and unions to have
11986 the value "{...}".
11987 Do not return "???" for variables which could not be evaluated.
11988 This error condition must be returned to the caller so that it
11989 can get the error condition from gdb.
11990 (cplus_name_of_child): Adjust index for vptr before figuring
11991 out the name of the child.
11992 (cplus_value_of_child): If a child's (real) parent is not valid,
11993 don't even bother trying to give a value for it. Just return
11994 an error. Change all instances in this function.
11995 (cplus_type_of_child): If our parent is one of the "fake"
11996 parents, we need to get at the type of the real parent, and
11997 derive the child's true type using this information.
11998
b76898ab
AC
119992002-01-13 Andrew Cagney <ac131313@redhat.com>
12000
12001 From 2002-01-09 John Marshall <johnm@falch.net>:
12002 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12003 sources.redhat.com, and tweak some related URLs which had
12004 suffered from linkrot.
12005
b6649e88
AC
120062002-01-13 Andrew Cagney <ac131313@redhat.com>
12007
12008 From Jeff law:
12009 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12010 structures passed in registers.
12011
82cc5033
EZ
120122002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12013
12014 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12015 white space which prevented compilation. Reported by DSK
12016 <dsk@student.unsw.edu.au>.
12017
ba5f2f8a
MS
120182002-01-11 Michael Snyder <msnyder@redhat.com>
12019
fbd35540
MS
12020 * symfile.c (build_section_addr_info_from_section_tab):
12021 Use bfd access method instead of manipulating bfd directly.
12022 (syms_from_objfile): Ditto.
12023 (simple_overlay_update_1): Ditto.
12024 (simple_overlay_update): Ditto.
12025 (generic_load): Ditto.
12026 (overlay_unmapped_address): FIXME comment, bfd access methods.
12027 (sections_overlap): FIXME comment, bfd access methods.
12028 (pc_in_mapped_range): FIXME comment, bfd access methods.
12029 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12030 (section_is_mapped): FIXME comment, bfd access methods.
12031 (section_is_overlay): FIXME comment, bfd access methods.
12032
ba5f2f8a
MS
12033 * symfile.c (generic_load): Whitespace and long line cleanups.
12034 Remove duplicate variable, change several local variables to
12035 more appropriate data types.
12036 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12037
17df2af6
AC
120382002-01-12 Andrew Cagney <ac131313@redhat.com>
12039
12040 From Peter Schauer:
12041 * language.c (longest_local_hex_string_custom): Use phex_nz to
12042 convert NUM to a hex string.
12043
ec920329
EZ
120442002-01-12 Elena Zannoni <ezannoni@redhat.com>
12045
12046 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12047 the function.
538a76d6 12048 Update Copyright year.
ec920329 12049
3abd2e01
AC
120502002-01-12 Andrew Cagney <ac131313@redhat.com>
12051
12052 * language.c (longest_raw_hex_string): Delete unused function.
12053
b21b22e0
PS
120542002-01-11 Petr Sorfa <petrs@caldera.com>
12055
12056 * MAINTAINERS (write-after-approval): Add myself.
12057 * dwarf2read.c (read_tag_string_type): Handling of
12058 DW_AT_byte_size.
12059 (read_tag_string_type): FORTRAN fix to prevent propagation of
12060 first string size.
12061 (set_cu_language): Handling of DW_LANG_Fortran95
12062
747fe712
RE
120632002-01-11 Richard Earnshaw <rearnsha@arm.com>
12064
12065 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12066 GETPID(inferior_ptid).
12067 (store_inferior_registers): Likewise.
12068
f1bea926
JM
120692002-01-10 Jason Merrill <jason@redhat.com>
12070
12071 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12072 Fix DW_OP_minus.
12073
ae940673
AC
120742002-01-10 Andrew Cagney <ac131313@redhat.com>
12075
12076 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12077 and bfd/elf32-sh-nbsd.c.
12078
00546b04
MS
120792002-01-10 Michael Snyder <msnyder@redhat.com>
12080
352ed7b4
MS
12081 * NEWS: Mention --pid and corefile/proc-id behavior change.
12082
c18be923
MS
12083 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12084 * gcore.c: Include cli/cli-decode.h instead of command.h.
12085
00546b04
MS
12086 * main.c (captured_main): Add new command line option "--pid".
12087 If the second command line argument (following the symbol-file)
12088 begins with a digit, try to attach to it before trying to open
12089 it as a corefile.
12090 (print_gdb_help): Document the "--pid" argument.
12091
db60ec62
EZ
120922002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12093
12094 * completer.c (command_completer): New function.
12095
12096 * completer.h <command_completer>: Add prototype.
12097
12098 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12099 completer for the "help" command.
12100
39c22d1a
JM
121012002-01-09 Jason Merrill <jason@redhat.com>
12102
12103 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12104
c564377f
MS
121052002-01-09 Michael Snyder <msnyder@redhat.com>
12106
975aec09
MS
12107 * i386-linux-nat.c (fill_fpxregset): Make global.
12108 (store_fpxregset): Ditto.
12109
db4a10fa
MS
12110 * gregset.h (gdb_fpxregset_t): Define.
12111 (supply_fpxregset): Prototype.
12112 (fill_fpxregset): Prototype.
12113
c564377f
MS
12114 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12115
c3d45d70
RE
121162002-01-09 Richard Earnshaw <rearnsha@arm.com>
12117
12118 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12119 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12120 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12121
fcc87af1
AC
121222002-01-09 Andrew Cagney <ac131313@redhat.com>
12123
12124 * MAINTAINERS: Update target maintainer rules so that any
12125 Maintainer can approve a tested patch for a maintenance-only
12126 target.
12127
dd96c05b
RE
121282002-01-09 Richard Earnshaw <rearnsha@arm.com>
12129
d4297db9 12130 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 12131
d4297db9 12132 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
12133 IN_SIGTRAMP.
12134
145fdc6e
MS
121352002-01-08 Michael Snyder <msnyder@redhat.com>
12136
12137 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12138 real name of the executable, rather than the /proc name.
12139
be4d1333
MS
121402002-01-03 Michael Snyder <msnyder@redhat.com>
12141
12142 Implement a "generate-core-file" command in gdb, save target state.
12143 * gcore.c: New file. Implement new command 'generate-core-file'.
12144 Save a corefile image of the current state of the inferior.
12145 * linux-proc.c: Add linux-specific code for saving corefiles.
12146 * target.h (struct target_ops): Add new target vectors for saving
12147 corefiles; to_find_memory_regions and to_make_corefile_notes.
12148 (target_find_memory_regions): New macro.
12149 (target_make_corefile_notes): New macro.
12150 * target.c (update_current_target): Inherit new target methods.
12151 (dummy_find_memory_regions): New place-holder method.
12152 (dummy_make_corefile_notes): New place-holder method.
12153 (init_dummy_target): Initialize new dummy target vectors.
12154 * exec.c (exec_set_find_memory_regions): New function.
12155 Allow the exec_ops vector for memory regions to be taken over.
12156 (exec_make_note_section): New function, target vector method.
12157 * defs.h (exec_set_find_memory_regions): Export prototype.
12158 * procfs.c (proc_find_memory_regions): New function, corefile method.
12159 (procfs_make_note_section): New function, corefile method.
12160 (init_procfs_ops): Set new target vector pointers.
12161 (find_memory_regions_callback): New function.
12162 (procfs_do_thread_registers): New function.
12163 (procfs_corefile_thread_callback): New function.
12164 * sol-thread.c (sol_find_memory_regions): New function.
12165 (sol_make_note_section): New function.
12166 (init_sol_thread_ops): Initialize new target vectors.
12167 * inftarg.c (inftarg_set_find_memory_regions): New function.
12168 Allow to_find_memory_regions vector to be taken over.
12169 (inftarg_set_make_corefile_notes): New function.
12170 Allow to_make_corefile_notes vector to be taken over.
12171 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12172 interface layer if not target_has_execution (may be a corefile).
12173 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12174 * config/sparc/sun4sol2.mh: Ditto.
12175 * config/alpha/alpha-linux.mh: Ditto.
12176 * config/arm/linux.mh: Ditto.
12177 * config/i386/x86-64linux.mh: Ditto.
12178 * config/ia64/linux.mh: Ditto.
12179 * config/m68k/linux.mh: Ditto.
12180 * config/mips/linux.mh: Ditto.
12181 * config/powerpc/linux.mh: Ditto.
12182 * config/sparc/linux.mh: Ditto.
12183
c6b92abd
MS
121842002-01-07 Michael Snyder <msnyder@redhat.com>
12185
12186 * arm-linux-nat.c: Remove references to regcache.c internal data
12187 (registers[] and register_valid[]).
12188
4b09dc8c
MS
121892002-01-07 Michael Snyder <msnyder@redhat.com>
12190
abf22e64
AJ
12191 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12192 so that attaching to a pid will automatically read the process's
4b09dc8c
MS
12193 symbol file and shlibs.
12194 * Makefile.in: Add rule for linux-proc.o.
12195 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12196 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12197 * config/arm/linux.mh: Ditto.
12198 * config/i386/linux.mh: Ditto.
12199 * config/i386/x86-64linux.mh: Ditto.
12200 * config/ia64/linux.mh: Ditto.
12201 * config/m68k/linux.mh: Ditto.
12202 * config/mips/linux.mh: Ditto.
12203 * config/powerpc/linux.mh: Ditto.
12204 * config/sparc/linux.mh: Ditto.
12205
c25b74ac
PM
122062002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12207
12208 * win32-nat.c: Add i386-tdep.h dependency.
12209
94cd915f
MS
122102002-01-07 Michael Snyder <msnyder@redhat.com>
12211
c7cccb76
MS
12212 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12213 instead of bfd_get_arch_size. Don't bail out just because
12214 there's no exec_bfd.
abf22e64 12215
34c0bd93
MS
12216 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12217 * p-valprint.c (pascal_object_print_value): Ditto.
12218 * somread.c (som_symtab_read): Ditto.
12219 * symfile.c (simple_free_overlay_region_table): Ditto.
12220 * valops.c (value_assign): Ditto.
12221
21c1c920
MS
12222 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12223 use tilde_expand and strerror for opening save-tracepoints file.
12224
5bbd998e
MS
12225 * thread-db.c (thread_db_new_objfile): Indendation fix.
12226
94cd915f
MS
12227 * infptrace.c (GDB_MAX_ALLOCA): New define.
12228 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
abf22e64 12229 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
94cd915f
MS
12230 can be overridden with whatever value is appropriate to the host).
12231 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12232 alloca to allocate potentially large buffer.
12233 * rs6000-nat.c (child_xfer_memory): Ditto.
12234 * symm-nat.c (child_xfer_memory): Ditto.
12235 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12236
494e8a93
JSC
122372002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12238
12239 From Nick Clifton <nickc@redhat.com>
12240 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12241
d0e1d48e
MS
122422002-01-07 Michael Snyder <msnyder@redhat.com>
12243
abf22e64 12244 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
d0e1d48e
MS
12245 Don't use exec_bfd if it's NULL.
12246
290b2c7a
MK
122472002-01-06 Mark Kettenis <kettenis@gnu.org>
12248
abf22e64 12249 * valops.c (value_arg_coerce): Fix formatting.
290b2c7a 12250
aef21287
AC
122512002-01-06 Andrew Cagney <ac131313@redhat.com>
12252
12253 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12254 * gnu-nat.c: Ditto.
12255
30efa627
AC
122562002-01-06 Andrew Cagney <ac131313@redhat.com>
12257
12258 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12259 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12260 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12261 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12262 z8k-coff have not been multi-arched. Update z8k-coff build
12263 status.
12264
9b4ff276
AC
122652002-01-06 Andrew Cagney <ac131313@redhat.com>
12266
12267 * MAINTAINERS: Mark a29k target as obsolete.
12268 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12269 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12270 comments.
12271 * NEWS: Note that a29k targets are obsolete.
12272 * a29k-tdep.c: Mark as obsolete.
12273 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12274 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12275 a29k-*-vxworks* targets as obsolete.
12276 * remote-adapt.c: Obsolete.
12277 * remote-eb.c: Obsolete.
12278 * remote-mm.c: Obsolete.
12279 * remote-udi.c: Obsolete.
12280 * config/a29k/a29k-udi.mt: Obsolete.
12281 * config/a29k/a29k.mt: Obsolete.
12282 * config/a29k/tm-a29k.h: Obsolete.
12283 * config/a29k/tm-vx29k.h: Obsolete.
12284 * config/a29k/vx29k.mt: Obsolete.
12285
a9011d31
AC
122862002-01-05 Andrew Cagney <ac131313@redhat.com>
12287
12288 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12289 with BFD_ENDIAN_BIG.
12290
9299404e
AC
122912002-01-05 Andrew Cagney <ac131313@redhat.com>
12292
12293 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12294 * configure, config.in: Re-generate.
12295 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12296 * defs.h: Do not include <endian.h>.
12297
7e89e357
JT
122982002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12299
12300 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12301 * config.in: Regenerate.
12302 * configure.in: Update copyright years.
12303 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12304 * configure: Regenerate.
12305 * i386bsd-nat.c: Update copyright years.
12306 (fill_gregset): Use regcache_collect.
12307 (fetch_inferior_registers): Only fetch integer registers
12308 if requested to do so. Add support for XMM registers
12309 using PT_GETXMMREGS.
12310 (store_inferior_registers): Only store integer registers
12311 if requested to do so. Add support for XMM registers
12312 using PT_SETXMMREGS.
12313 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12314 (store_inferior_registers): Remove.
12315 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12316 (fetch_elfcore_registers): New function.
12317 (i386nbsd_elfcore_fns): New.
12318 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12319 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12320 i386bsd-nat.o.
12321 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12322 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12323 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12324 * config/i386/tm-nbsd.h: Update copyright years.
12325 (HAVE_SSE_REGS): Define.
12326 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12327 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12328 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12329 (SIGCONTEXT_PC_OFFSET): Remove.
12330 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12331
a752853e
AC
123322002-01-05 Andrew Cagney <ac131313@redhat.com>
12333
12334 * configure.tgt: Remove powerpc-*-macos* target.
12335 * config/m68k/xm-mpw.h: Delete file.
12336 * config/xm-mpw.h: Delete file.
12337 * ser-mac.c: Delete file.
12338 * mpw-make.sed: Delete file.
12339 * mpw-config.in: Delete file.
12340 * mac-xdep.c: Delete file.
12341 * mac-gdb.r: Delete file.
12342 * mac-defs.h: Delete file.
12343 * mac-nat.c: Delete file.
12344 * config/powerpc/macos.mh: Delete file.
12345 * config/powerpc/macos.mt: Delete file.
12346 * config/powerpc/nm-macos.h: Delete file.
12347 * config/powerpc/tm-macos.h: Delete file.
12348 * source.c (openp, open_source_file): Remove obsolete code.
12349 * top.c (gdb_readline): Ditto.
12350 * utils.c (query): Ditto.
12351 * event-top.c (display_gdb_prompt): Ditto.
12352 * Makefile.in (ser-mac.o): Delete obsolete target.
12353 * NEWS: Update.
12354
d7449b42
AC
123552002-01-04 Andrew Cagney <ac131313@redhat.com>
12356
12357 * defs.h (BIG_ENDIAN): Delete macro definition.
12358 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12359 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12360 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12361 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12362 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12363 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12364 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12365 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12366 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12367 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12368 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12369 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12370 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12371 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12372 * gdbarch.c: Re-generate.
12373
356374e8
DJ
123742002-01-04 Daniel Jacobowitz <drow@mvista.com>
12375
12376 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12377 for core files.
12378
a2b8f8f8
JT
123792002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12380
12381 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12382
12466af9
AC
123832002-01-04 Andrew Cagney <ac131313@redhat.com>
12384
12385 * value.h (value_ptr): Delete typedef.
12386
3549ab40
JT
123872002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12388
12389 * i386nbsd-nat.c: Update copyright years.
12390 Include i386-tdep.h.
12391
fedbd091
EZ
123922002-01-04 Elena Zannoni <ezannoni@redhat.com>
12393
12394 * stabsread.c: Update copyright years.
12395
12396 From Debashis Mahata <debashis.mahata@wipro.com>:
12397 (read_struct_fields): Deal with Sun C compiler erroneous stab
12398 output for structs and unions.
fec8b34f 12399 Fix PR gdb/269.
fedbd091 12400
eb43544b
DJ
124012002-01-04 Daniel Jacobowitz <drow@mvista.com>
12402
12403 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12404 prototype.
12405
1514d34e
DJ
124062002-01-04 Daniel Jacobowitz <drow@mvista.com>
12407
12408 * cp-abi.c: Fix whitespace.
12409 (baseclass_offset): New wrapper function.
12410 * cp-abi.h (baseclass_offset): Add prototype.
12411 (struct cp_abi_ops): Add baseclass_offset pointer.
12412
12413 * valops.c (vb_match): Move to...
12414 * gnu-v2-abi.c (vb_match): here.
12415 * valops.c (baseclass_offset): Move to...
12416 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12417
12418 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12419
12420 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12421 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12422 * hpacc-abi.c (init_hpacc_ops): Likewise.
12423
7f8c9282
DJ
124242002-01-04 Daniel Jacobowitz <drow@mvista.com>
12425
12426 * valops.c (find_overload_match): Accept obj as a
12427 reference parameter. Update it before returning.
12428 * value.h (find_overload_match): Update prototype.
12429 * eval.c (evaluate_subexp_standard): Pass object to
12430 find_overload_match by reference.
12431
f23631e4
AC
124322002-01-03 Andrew Cagney <ac131313@redhat.com>
12433
12434 * valarith.c: Replace value_ptr with struct value pointer. Remove
12435 register attribute from value declarations.
12436 * valops.c: Ditto.
12437 * value.h: Ditto.
12438 * scm-lang.c (scm_lookup_name): Ditto.
12439
79e10fab 124402002-01-03 Michael Snyder <msnyder@redhat.com>
abf22e64 12441
79e10fab
AC
12442 Abstract the functionality of iterating over mapped memory
12443 regions into a general purpose iterator function.
abf22e64 12444 * procfs.c (iterate_over_mappings): New function, general purpose
79e10fab
AC
12445 iterator for memory sections.
12446 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12447 (solib_mappings_callback): New function, callback for above.
12448 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12449 (info_mappings_callback): New function, callback for above.
12450
12451 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12452
c5ad026a
MK
124532002-01-01 Mark Kettenis <kettenis@gnu.org>
12454
d2a7c97a
MK
12455 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12456 * i386-tdep.c: Include "elf-bfd.h".
12457 (process_note_abi_tag_sections): New function.
12458 (i386_gdbarch_init): Add code to recognize various OS/ABI
12459 combinations.
12460
c5ad026a
MK
12461 * maint.c (_initialize_maint_cmds): Add missing \ in
12462 string-literal.
12463
a1a5b71e 12464For older changes see ChangeLog-2001
c906108c
SS
12465\f
12466Local Variables:
12467mode: change-log
12468left-margin: 8
12469fill-column: 74
12470version-control: never
12471End:
This page took 0.870719 seconds and 4 git commands to generate.