* macrotab.h (struct macro_source_file): Doc fix.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-11-06 Jim Blandy <jimb@redhat.com>
2
3 * macrotab.h (struct macro_source_file): Doc fix.
4
5 2002-11-05 Jeff Johnston <jjohnstn@redhat.com>
6
7 * varobj.c (child_exists, cplus_number_of_children): Change
8 STREQ macro references to strcmp.
9 (cplus_name_of_child): Change code to handle the fact that
10 fields are not necessarily contiguous with regards to their
11 access control. This is a fix for PR gdb/792.
12
13 2002-11-05 Andrew Cagney <ac131313@redhat.com>
14
15 * gdbarch.sh (GET_SAVED_REGISTER): Change to a predicate function.
16 * gdbarch.h, gdbarch.c: Regnerate.
17 * frame.h (frame_register): Declare.
18 * frame.c (frame_register): New function.
19 (get_saved_register): Test GET_SAVED_REGISTER_P before calling
20 GET_SAVED_REGISTER, otherwize call
21 generic_unwind_get_saved_register.
22 (frame_register_read): Use frame_register instead of
23 get_saved_register.
24
25 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
26
27 From Jim Ingham <jingham@apple.com>:
28 * event-top.c (gdb_disable_readline): New function.
29 (_initialize_event_loop): Move comment.
30
31 2002-11-05 Elena Zannoni <ezannoni@redhat.com>
32
33 * event-loop.c (start_event_loop): Add comment.
34 Update copyright.
35
36 2002-11-05 Andrew Cagney <ac131313@redhat.com>
37
38 * infcmd.c (default_print_registers_info): Do not call
39 PRINT_REGISTER_HOOK.
40
41 2002-11-05 Andrew Cagney <ac131313@redhat.com>
42
43 * sparc-tdep.c (sparc_print_register_hook): Make static.
44 (sparc_print_registers_info): New function.
45 (sparc_do_registers_info): New function.
46 (sparclet_print_registers_info): New function.
47 (sparclet_do_registers_info): New function.
48 (do_sparc_print_registers_info): New function.
49 (sparc_print_registers): New static function, clone of infcmd.c's
50 default_print_registers_info.
51 * config/sparc/tm-sparclet.h (PRINT_REGISTER_HOOK): Delete macro.
52 (sparclet_do_registers_info): Declare.
53 (DEPRECATED_DO_REGISTERS_INFO): Re-define.
54 * config/sparc/tm-sparc.h (DEPRECATED_DO_REGISTERS_INFO):
55 Re-define.
56 (sparc_do_registers_info): Declare.
57 (PRINT_REGISTER_HOOK): Delete macro.
58 (sparc_print_register_hook): Delete declaration.
59
60 2002-11-05 David Carlton <carlton@math.stanford.edu>
61
62 * symtab.c (lookup_symbol_aux): Move chunks of code into separate
63 functions.
64 (lookup_symbol_aux_local): New function.
65 (lookup_symbol_aux_symtabs): New function.
66 (lookup_symbol_aux_psymtabs): New function.
67
68 2002-11-05 David Carlton <carlton@math.stanford.edu>
69
70 * symtab.c (lookup_symbol_aux): In minsym sections, don't use the
71 previous values of 'objfile' and 'block'.
72
73 2002-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
74
75 * values.c (value_change_enclosing_type): Set
76 enclosing_type field correctly also for the case where
77 more memory needs to be allocated.
78
79 2002-11-03 Mark Kettenis <kettenis@gnu.org>
80
81 * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
82 of puts_filtered.
83
84 * i387-tdep.c (i387_print_float_info): Replace calls to
85 register_read and deprecated_read_register_gen with calls to
86 frame_register_read, and make the necessary adjustments to the
87 surrounding code.
88
89 2002-11-02 Andrew Cagney <ac131313@redhat.com>
90
91 * gdbarch.sh (register_reggroup_p): Allow default value.
92 * gdbarch.h, gdbarch.c: Regenerate.
93
94 2002-11-02 Andrew Cagney <ac131313@redhat.com>
95
96 * regcache.h: Add coment indicating replacements for deprecated
97 functions.
98
99 2002-11-02 Andrew Cagney <cagney@redhat.com>
100
101 * reggroups.h, reggroups.c: New files.
102 * regcache.c: Include "reggroups.h".
103 (enum regcache_dump_what): Add `regcache_dump_groups'.
104 (regcache_dump): Contract size of the "Type" column. When
105 specified, dump the register's groups.
106 (maintenance_print_register_groups): New function.
107 (_initialize_regcache): Add command `maint print register-groups'.
108 * Makefile.in (COMMON_OBS): Add reggroups.o
109 (SFILES): Add reggroups.c.
110 (reggroups_h): Define.
111 (regcache.o, gdbarch.o): Update dependencies.
112 (reggroups.o): Specify dependencies.
113 * gdbarch.sh (register_reggroup_p): Add pure multi-arch method.
114 Add opaque declaration for `struct reggroup' in generated .h file.
115 Include "reggroups.h" in generated .c file.
116 gdbarch.h, gdbarch.c: Re-generate.
117
118 2002-11-02 Andrew Cagney <cagney@redhat.com>
119
120 * regcache.h (deprecated_read_register_gen): Rename
121 read_register_gen.
122 (deprecated_write_register_gen): Rename write_register_gen.
123 * i387-tdep.c: Update.
124 * x86-64-linux-nat.c: Update
125 * wince.c: Update.
126 * thread-db.c: Update.
127 * win32-nat.c: Update.
128 * mips-tdep.c: Update.
129 * d10v-tdep.c: Update.
130 * cris-tdep.c: Update.
131 * remote-sim.c: Update.
132 * remote-rdi.c: Update.
133 * remote-rdp.c: Update.
134 * frame.c: Update.
135 * target.c: Update.
136 * blockframe.c: Update.
137 * x86-64-tdep.c: Update.
138 * xstormy16-tdep.c: Update.
139 * sh-tdep.c: Update.
140 * s390-tdep.c: Update.
141 * rs6000-tdep.c: Update.
142 * sparc-tdep.c: Update.
143 * i386-tdep.c: Update.
144 * dwarf2cfi.c: Update.
145 * regcache.c: Update.
146
147 2002-11-01 Joel Brobecker <brobecker@gnat.com>
148
149 New interix-specific files:
150 * config/i386/nm-interix.h: New file.
151 * config/i386/interix.mh: New file.
152 * config/i386/interix.mt: New file.
153 * i386-interix-nat.c: New file.
154 * i386-interix-tdep.c: New file.
155
156 2002-11-01 Andrew Cagney <cagney@redhat.com>
157
158 * frame.h (deprecated_generic_get_saved_register): Rename
159 generic_get_saved_register.
160 * blockframe.c (deprecated_generic_get_saved_register): Update.
161 * xstormy16-tdep.c (xstormy16_get_saved_register): Update.
162 (xstormy16_frame_saved_register): Update.
163 * sh-tdep.c (sh_gdbarch_init): Update.
164 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
165 * ia64-tdep.c (ia64_get_saved_register): Update.
166 * cris-tdep.c (cris_gdbarch_init): Update.
167 * config/m32r/tm-m32r.h (GET_SAVED_REGISTER): Update.
168 * arm-tdep.c (arm_gdbarch_init): Update.
169
170 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
171
172 * lin-lwp.c (lin_lwp_resume): Remove resume_all test for !step.
173
174 2002-10-31 Daniel Jacobowitz <drow@mvista.com>
175
176 * i386-linux-tdep.c (i386_linux_pc_in_sigtramp): Check for
177 trampolines in sigaction.
178
179 2002-10-31 Andrew Cagney <cagney@redhat.com>
180
181 * h8300-tdep.c: Include "gdb_assert.h".
182 (h8300_print_register): Add gdbarch, file and frame parameters.
183 Use frame_read_unsigned_register to read the register's value.
184 Use fprintf_filtered to display output.
185 (h8300_print_registers_info): Replace h8300_do_registers_info.
186 (h8300_gdbarch_init): Set print_registers_info.
187
188 2002-10-31 Andrew Cagney <cagney@redhat.com>
189
190 * frame.c (frame_read_unsigned_register): New function.
191 (frame_read_signed_register): New function.
192 * frame.h (frame_read_unsigned_register): Declare.
193 (frame_read_signed_register): Declare.
194
195 2002-10-31 Andrew Cagney <cagney@redhat.com>
196
197 * h8500-tdep.c (h8500_print_registers_info): New static function,
198 clone of infcmd.c's default_print_registers_info.
199 (h8500_do_registers_info): New funtion.
200 (h8500_print_register_hook): Rename print_register_hook, make
201 static.
202
203 * config/h8500/tm-h8500.h: Update copyright.
204 (DEPRECATED_DO_REGISTERS_INFO): Define.
205 (h8500_do_registers_info: Declare.
206 (PRINT_REGISTER_HOOK): Delete macro.
207 (print_register_hook): Delete function.
208
209 2002-10-31 Andrew Cagney <cagney@redhat.com>
210
211 * z8k-tdep.c (z8k_print_register_hook): Make static.
212 (z8k_print_registers_info): New static function, clone of
213 infcmd.c's default_print_registers_info.
214 (z8k_do_registers_info): New function. Wrap
215 z8k_print_registers_info.
216 * config/z8k/tm-z8k.h: Update copyright.
217 (PRINT_REGISTER_HOOK): Delete macro.
218 (z8k_print_register_hook): Delete declaration.
219 (DEPRECATED_DO_REGISTERS_INFO): Define.
220 (z8k_do_registers_info): Declare.
221
222 2002-10-30 Joel Brobecker <brobecker@gnat.com>
223
224 * hppa-tdep.c (find_function_in_inferior): Remove this extern,
225 as this is already provided by value.h, and was actually causing
226 a compilation error because of a conflict in parameter type
227 declaration due to a missing const keyword.
228 (low_text_segment_addres): Fix a compilation warning.
229
230 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
231
232 * mips-linux-nat.c (mips_linux_cannot_fetch_register): Don't fetch
233 registers without a name.
234 (mips_linux_cannot_store_register): Don't store registers without
235 a name.
236
237 2002-10-28 David Carlton <carlton@math.stanford.edu>
238
239 * symtab.c (find_addr_symbol): Delete. (It was already commented
240 out.)
241 * symtab.h: Delete prototype for find_addr_symbol.
242
243 2002-10-26 Andrew Cagney <cagney@redhat.com>
244
245 * gdbarch.sh (DEPRECATED_DO_REGISTERS_INFO): Rename
246 DO_REGISTERS_INFO.
247 gdbarch.h, gdbarch.c: Re-generate.
248 * infcmd.c (default_print_registers_info): Update reference.
249 * mips-tdep.c (mips_gdbarch_init): Set deprecated_do_registers_info.
250 (mips_dump_tdep): Do not print DO_REGISTERS_INFO.
251 * sh-tdep.c (sh_gdbarch_init): Ditto.
252 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
253 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
254
255 2002-10-26 Mark Kettenis <kettenis@gnu.org>
256
257 * x86-64-tdep.c (x86_64_init_abi): Set init_extra_frame_info to
258 cfi_init_extra_frame_info.
259 * x86-64-tdep.h (x86_64_init_extra_frame_info): Remove prototype.
260 * x86-64-linux-tdep.c (x86_64_init_extra_frame_info): Remove function.
261
262 * x86-64-tdep.c (x86_64_init_abi): Add calls to override the i386
263 target where necessary. Add more comments and remove the ones
264 that don't provide any useful information.
265
266 * i386-tdep.c (i386_frame_saved_pc): Replace call to
267 deprecated_read_register_dummy with
268 frame_unwind_unsigned_register.
269
270 * i386-tdep.c (i386_extract_struct_value_address): Use
271 regcache_raw_read_unsigned instead of
272 regcache_cooked_read_unsigned since we know that the register
273 we're reading isn't a pseudo register. Rename variable 'val' into
274 the more descriptive 'addr'.
275
276 * x86-64-tdep.c: Fix some formatting problems, mostly in comments.
277 (x86_64_push_return_address): Add comment.
278 (x86_64_pop_frame): Make static.
279 (examine_argument): Clarify comment.
280 (x86_64_skip_prologue): Make prolog_expact variable static.
281
282 * dwarf2cfi.c: Fix some formatting problems.
283 (context_cpy, read_encoded_pointer): Clarify comments.
284
285 * x86-64-tdep.c (x86_64_breakpoint_from_pc): Constify.
286 (x86_64_init_abi): Move set_gdbarch_* calls that overlap with the
287 i386 target back into x86_64_gdbarch_init. Add some comments and
288 remove meaningless ones.
289
290 2002-10-25 Andrew Cagney <cagney@redhat.com>
291
292 * complaints.h (struct deprecated_complaint): Rename `struct
293 complaint'.
294 * complaints.c (complain): Update.
295 * remote-vx68.c, remote-vxmips.c, remote-vxsparc.c: Delete
296 incorrect comment indicating that "symfile.h" was being included
297 for the `struct complaint' definition.
298 * remote-vx.c: Update.
299 * objc-lang.c: Update.
300 * xcoffread.c: Update.
301 * hpread.c: Update.
302 * mdebugread.c: Update.
303 * stabsread.c: Update.
304 * dwarf2read.c: Update.
305 * dwarfread.c: Update.
306 * elfread.c: Update.
307 * coffread.c: Update.
308 * stabsread.h: Update.
309 * dbxread.c: Update.
310 * buildsym.c: Update.
311 * gdbtypes.c: Update.
312 * macrotab.c: Update.
313
314 2002-10-25 Mark Kettenis <kettenis@gnu.org>
315
316 * x86-64-tdep.c (x86_64_gdbarch_init): Make a bit more similar to
317 the version in i386-tdep.c. Move set_gdbarch_* calls out into...
318 (x86_64_init_abi): ...new function.
319
320 * Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
321 * i386v-nat.c: Include "i386-tdep.h".
322
323 2002-10-25 Andrew Cagney <cagney@redhat.com>
324
325 * gdbtypes.c (address_space_name_to_int): Update.
326 (address_space_int_to_name): Update.
327 * gdbarch.sh (address_class_type_flags_to_name): Change to a pure
328 multi-arch predicate.
329 (address_class_name_to_type_flags): Ditto.
330 * gdbarch.h, gdbarch.c: Re-generate.
331
332 * MAINTAINERS: Check all warnings when h8300hms and alpha-elf.
333
334 2002-10-24 Martin M. Hunt <hunt@redhat.com>
335
336 * utils.c (string_to_core_addr): Revert patch from 11 Oct.
337
338 2002-10-24 Elena Zannoni <ezannoni@redhat.com>
339
340 * symtab.h (INIT_SAL): Delete macro.
341 (init_sal): Export.
342 * symtab.c (init_sal): New function.
343
344 * ada-lang.c (ada_finish_decode_line_1): Change INIT_SAL macro
345 to init_sal function call.
346 (find_sal_from_funcs_and_line): Ditto.
347 (all_sals_for_line): Ditto.
348 * breakpoint.c (create_internal_breakpoint): Ditto.
349 (create_fork_vfork_event_catchpoint): Ditto.
350 (create_exec_event_catchpoint): Ditto.
351 (parse_breakpoint_sals): Ditto.
352 (watch_command_1): Ditto.
353 (handle_gnu_4_16_catch_command): Ditto.
354 (clear_command): Ditto.
355 * hppa-tdep.c (child_enable_exception_callback): Ditto.
356 * infcmd.c (run_stack_dummy): Ditto.
357 * infrun.c (process_event_stop_test): Ditto.
358 (check_sigtramp2): Ditto.
359 (step_over_function): Ditto.
360 * linespec.c (decode_line_2): Ditto.
361 (decode_line_1): Ditto.
362 * source.c (line_info): Ditto.
363 * symtab.c (find_pc_sect_line): Ditto.
364
365 2002-10-24 Michal Ludvig <mludvig@suse.cz>
366
367 * dwarf2cfi.c (struct context)
368 (struct context_reg): Moved to dwarf2cfi.h
369 (context_alloc, frame_state_alloc, context_cpy):
370 Made extern instead of static, removed prototypes.
371 * dwarf2cfi.h (struct context)
372 (struct context_reg): New, moved from dwarf2cfi.c
373 (context_alloc, frame_state_alloc, context_cpy):
374 New prototypes.
375 * x86-64-linux-tdep.c (x86_64_linux_sigtramp_saved_pc):
376 Changed from static to extern.
377 (LINUX_SIGINFO_SIZE, LINUX_SIGCONTEXT_PC_OFFSET)
378 (LINUX_SIGCONTEXT_FP_OFFSET)
379 (LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Adjusted.
380 (x86_64_linux_in_sigtramp, x86_64_linux_frame_chain)
381 (x86_64_init_frame_pc, x86_64_init_extra_frame_info): New.
382 * x86-64-tdep.c (x86_64_gdbarch_init): Several
383 set_gdbarch_*() calls now use x86-64 specific functions
384 instead of DWARF2 CFI ones.
385 * x86-64-tdep.h (x86_64_linux_in_sigtramp)
386 (x86_64_linux_frame_chain, x86_64_init_frame_pc)
387 (x86_64_init_extra_frame_info): New prototypes.
388
389 2002-10-23 David Carlton <carlton@math.stanford.edu>
390
391 * linespec.c: #include "parser-defs.h".
392 Delete prototype for find_template_name_end.
393 * Makefile.in (linespec.o): Depend on $(parser_defs_h).
394
395 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
396
397 * NEWS: add recent mi fixes.
398 * varobj.c (struct varobj): Add new "updated" flag.
399 (new_variable): Default "updated" flag to 0.
400 (varobj_set_value): Set "updated" flag to 1 if value
401 changes.
402 (varobj_update): Check varobj "updated" flag before
403 comparing old and refreshed values. Fix for
404 PR gdb/702.
405
406 2002-10-23 David Carlton <carlton@math.stanford.edu>
407
408 * parse.c (parse_exp_1): Use BLOCK_START.
409 * x86-64-tdep.c (x86_64_skip_prologue): Use BLOCK_END,
410 SYMBOL_BLOCK_VALUE.
411 * objc-lang.c (find_methods): Use BLOCK_START, BLOCK_END.
412
413 2002-10-23 David Carlton <carlton@math.stanford.edu>
414
415 * symtab.c: Delete cplusplus_hint.
416 Delete prototype for find_template_name_end.
417
418 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
419
420 * symtab.h: Update comment.
421
422 2002-10-23 Michael Snyder <msnyder@redhat.com>
423
424 * printcmd.c (address_info): Restore quotes in output.
425 * valops.c (value_of_local): Restore quotes in error message.
426
427 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
428
429 * symtab.c (symbol_demangled_name): New function.
430 * symtab.h (SYMBOL_DEMANGLED_NAME): Simplify macro, by
431 turning most of it into a function.
432 (symbol_demangled_name): Export.
433
434 2002-10-23 Michael Snyder <msnyder@redhat.com>
435
436 * valops.c (value_of_local): Restore quotes in error message.
437
438 2002-10-23 Elena Zannoni <ezannoni@redhat.com>
439
440 * symtab.c (symbol_init_language_specific): New function.
441 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): Simplify macro, by
442 turning most of it into a function.
443 (symbol_init_language_specific): Export.
444
445 2002-10-23 David Carlton <carlton@math.stanford.edu>
446
447 * dwarf2read.c (dwarf_tag_name): Add DWARF 3 names.
448 (dwarf_attr_name): Ditto.
449 (dwarf_type_encoding_name): Ditto.
450 (scan_partial_symbols): Descend into DW_TAG_namespace entries.
451 (process_die): Handle DW_TAG_namespace,
452 DW_TAG_imported_declaration, DW_TAG_imported_module.
453 (read_namespace): New function.
454
455 2002-10-22 Joel Brobecker <brobecker@gnat.com>
456
457 * configure.in: Define NEW_PROC_API on Interix too.
458 * configure: Regenerate.
459
460 2002-10-21 Joel Brobecker <brobecker@gnat.com>
461
462 * configure: Regenerate using the proper version of autoconf.
463
464 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
465
466 * findvar.c (read_var_value): Temporarily disable TLS code, until
467 complete TLS support is added.
468
469 2002-10-21 Jim Blandy <jimb@redhat.com>
470 Elena Zannoni <ezannoni@redhat.com>
471
472 * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC
473 for thread local storage locations.
474 (struct symbol): Add objfile field.
475 (SYMBOL_OBJFILE): Define.
476 * dwarf2read.c (is_thread_local): New static variable.
477 (new_symbol): If variable is in thread local fill in address class
478 and objfile appropriately.
479 (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address
480 stack operation.
481 * printcmd.c (address_info): Print the information for thread
482 local storage variable.
483 * findvar.c (read_var_value): In case of thread local variable,
484 defer to the target vector code to compute address.
485
486 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
487
488 * solib-svr4.c (svr4_fetch_objfile_link_map): New function.
489 * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
490
491 2002-10-21 Elena Zannoni <ezannoni@redhat.com>
492
493 * symtab.h (address_class): Rename
494 LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC.
495 * hpread.c (hpread_process_one_debug_symbol): Ditto.
496 * printcmd.c (address_info): Ditto.
497 * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
498
499 2002-10-20 Mark Kettenis <kettenis@gnu.org>
500
501 * i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): Use
502 DBREG_DRX macro to acces debug registers.
503
504 * Makefile.in (i386obsd-tdep.o): New target.
505
506 * solib-sunos.c: Include "bcache.h" and "regcache.h".
507 * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
508
509 * configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
510 * config/i386/obsd.mt: New file.
511 * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
512 i386obsd_sc_pc_offset and i386obsd_sc_sp_offset;
513 * i386obsd-nat.c (_initialize_i386obsd_nat): Set
514 i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of
515 i386nbsd_sigtramp_start and i386nbsd_sigtramp_end.
516 * i386obsd-tdep.c: New file.
517
518 2002-10-19 Adam Fedor <fedor@gnu.org>
519
520 * objc-exp.y (name_not_typename): Fix invalid comment.
521
522 2002-10-20 Mark Kettenis <kettenis@gnu.org>
523
524 * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
525 to allocate partial syms and macro byte caches.
526
527 2002-10-18 David Carlton <carlton@math.stanford.edu>
528
529 * symtab.h: Delete 'struct source' and 'struct sourcevector'.
530
531 2002-10-18 Adam Fedor <fedor@gnu.org>
532
533 * stabsread.c (find_name_end): New function.
534 (define_symbol): Use it.
535
536 2002-10-18 Daniel Jacobowitz <drow@mvista.com>
537
538 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
539 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1.
540 * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.
541 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
542
543 2002-10-17 David Carlton <carlton@math.stanford.edu>
544
545 * symfile.h: Add opaque declaration for struct obstack.
546 Declare obsavestring to take a const char *.
547 * symfile.c (obsavestring): Make first argument a const char *.
548
549 2002-10-16 Adam Fedor <fedor@gnu.org>
550
551 * breakpoint.c (parse_breakpoint_sals): Ignore ObjC method
552 names when matching breakpoints in current file.
553
554 2002-10-16 Kevin Buettner <kevinb@redhat.com>
555
556 * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint.
557 (read_tag_pointer_type): Add address class support.
558 * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS)
559 (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS):
560 New methods.
561 * gdbarch.h, gdbarch.c: Regenerate.
562 * gdbtypes.c (address_space_name_to_int, address_space_int_to_name)
563 (make_type_with_address_space, recursive_type_dump): Add address
564 class support.
565 * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2)
566 (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1)
567 (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines
568
569 2002-10-16 Klee Dienes <kdienes@apple.com>
570
571 * stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2]
572 to get the last character of a char[] buffer, not
573 name[sizeof(vptr_name)-1].
574
575 2002-10-14 Adam Fedor <fedor@gnu.org>
576
577 * symtab.h: New objc_specific struct.
578 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC.
579 (SYMBOL_DEMANGLED_NAME): Likewise.
580
581 2002-10-14 Adam Fedor <fedor@gnu.org>
582
583 * symfile.c (init_filename_language_table): Add ObjC file extension.
584
585 2002-10-14 Adam Fedor <fedor@gnu.org>
586
587 * utils.c (puts_filtered_tabular): New function.
588 (fprintf_symbol_filtered): Get ObjC demangled name.
589 * defs.h (puts_filtered_tabular): Declared.
590
591 2002-10-14 Kevin Buettner <kevinb@redhat.com>
592
593 * c-lang.h (c_type_print_varspec_prefix): Delete.
594 * c-typeprint.c (c_type_print_varspec_prefix): Make static. Add
595 ``need_post_space'' parameter. Adjust all callers.
596
597 2002-10-14 Daniel Jacobowitz <drow@mvista.com>
598
599 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.
600 * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
601 * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
602 * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
603
604 2002-10-13 Adam Fedor <fedor@gnu.org>
605
606 * source.c (print_source_lines): Update comments.
607
608 2002-10-13 Adam Fedor <fedor@gnu.org>
609
610 * valops.c (value_of_local): New function.
611 (value_of_this): Use it.
612 * value.h (value_of_local): Declared.
613
614 2002-10-13 Adam Fedor <fedor@gnu.org>
615
616 * parse.c: (length_of_subexp, prefixify_subexp): Handle
617 OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
618
619 2002-10-12 Adam Fedor <fedor@gnu.org>
620
621 * language.c (binop_result_type): Add language_objc to case.
622 (integral_type): Likewise.
623 (character_type): Likewise.
624 (string_type): Likewise.
625 (boolean_type): Likewise.
626 (structured_type): Likewise.
627 (binop_type_check): Likewise.
628
629 2002-10-11 Adam Fedor <fedor@gnu.org>
630
631 * printcmd.c (address_info): Print 'self' for ObjC.
632
633 2002-10-11 Adam Fedor <fedor@gnu.org>
634
635 * expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and
636 OP_SELF.
637
638 2002-10-11 Adam Fedor <fedor@gnu.org>
639
640 * language.h (CAST_IS_CONVERSION): Add language_objc.
641
642 2002-10-11 Adam Fedor <fedor@gnu.org>
643
644 * defs.h (enum language): Add language_objc.
645
646 2002-10-11 Klee Dienes <kdienes@apple.com>
647
648 * corefile.c (read_memory_typed_address): New function.
649 * gdbcore.h (read_memory_typed_address): Add prototype.
650 * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address
651 to read a value destined for a CORE_ADDR, not read_memory_integer.
652 * f-valprint.c (f77_get_dynamic_upperbound): Ditto.
653 (f77_get_dynamic_lowerbound): Ditto.
654
655 2002-10-11 Martin M. Hunt <hunt@redhat.com>
656
657 * utils.c (string_to_core_addr): After turning string into
658 a number, convert to a CORE_ADDR using INTEGER_TO_ADDRESS
659 which will do necessary sign-extension, etc.
660
661 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
662
663 * c-exp.y (THIS): Delete token and grammar rule.
664 (yylex): Don't return THIS.
665 * cp-valprint.c (vtbl_ptr_name_old): Delete.
666 (cp_is_vtbl_ptr_type): Don't check vtbl_ptr_name_old.
667 * demangle.c (cplus_markers): Update comment. Put '$'
668 first. Remove CPLUS_MARKER.
669 (_initialize_demangler): Don't call set_cplus_marker_for_demangling.
670 * jv-exp.y (THIS): Delete token and grammar rule.
671 (yylex): Don't return THIS.
672 * mips-tdep.c (mips_dump_tdep): Don't dump CPLUS_MARKER.
673 * objc-exp.y (THIS): Delete token and grammar rule.
674 (yylex): Don't return THIS.
675 * p-exp.y (yylex): Remove reference to CPLUS_MARKER.
676 * stabsread.c (vptr_name, vb_name): Replace CPLUS_MARKER with '$'.
677 (read_member_functions): Likewise for opname.
678 (read_tilde_fields): Use is_cplus_marker.
679
680 * defs.h (CPLUS_MARKER): Don't define.
681 * config/tm-sysv4.h (CPLUS_MARKER): Likewise.
682 * config/i386/xm-i386sco.h (CPLUS_MARKER): Likewise.
683 * config/mips/tm-irix3.h (CPLUS_MARKER): Likewise.
684 * config/mips/tm-irix6.h (CPLUS_MARKER): Likewise.
685 * config/rs6000/tm-rs6000.h (CPLUS_MARKER): Likewise.
686
687 * config/i386/tm-i386v4.h: Delete file.
688 * config/djgpp/fnchange.lst: Delete tm-i386v4.h.
689 * config/i386/tm-i386sol2.h: Include "i386/tm-i386.h" instead.
690 * config/i386/tm-i386v42mp.h: Include "i386/tm-i386.h" instead.
691 * config/i386/tm-ptx.h: Include "i386/tm-i386.h" instead.
692 * config/i386/i386gnu.mt (TM_FILE): Use tm-i386.h.
693 * config/i386/i386sco5.mt (TM_FILE): Likewise.
694 * config/i386/i386v4.mt (TM_FILE): Likewise.
695 * config/i386/ncr3000.mt (TM_FILE): Likewise.
696
697 2002-10-10 Marko Mlinar <markom@opencores.org>
698
699 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C,
700 accidentially not commited 2002-10-09
701 * gdbarch.h, gdbarch.c: Re-generate.
702
703 2002-10-09 Marko Mlinar <markom@opencores.org>
704
705 * infrun.c (resume): Convert #ifdef HAVE_NONSTEPPABLE_WATCHPOINT into C.
706 * gdbarch.sh (HAVE_NONSTEPPABLE_WATCHPOINT): Add.
707 * gdbarch.h, gdbarch.c: Re-generate.
708
709 2002-10-08 Petr Sorfa <petrs@caldera.com>
710
711 Revised and re-submitted by John Wolfe <jlw@caldera.com>
712
713 Move the Dwarf 2 abbrev table to a per-compilation-unit structure,
714 so we can work on more than one compilation unit at a time. This
715 helps prepare GDB to handle inter-CU die references.
716 * dwarf2read.c (ABBREV_HASH_SIZE): moved definition forward in
717 the code to be defined before struct comp_unit_head.
718 (comp_unit_head): Added new members - offset, cu_head,
719 begin_die, next and dwarf2_abbrevs.
720 (dwarf2_abbrevs): Removed single static var; now member of
721 struct comp_unit_head.
722 dwarf2_build_psymtabs_hard): Complete new struct comp_unit_head
723 members.
724 (psymtab_to_symtab_1): Changed to work with the new
725 struct comp_unit_head.
726 (dwarf2_read_abbrevs): Now accepts a cu_header parameter and
727 constructs the dwarf2_abbrevs[] inside the cu_header.
728 (dwarf2_empty_abbrev_table): Now expects a ptr to a
729 dwarf2_abbrev table to clean up.
730 (dwarf2_lookup_abbrev): Now accepts a cu_header parameter and
731 handling of dwarf2_abbrevs inside the cu_header.
732 (read_partial_die): Now supports the call to the new
733 dwarf2_lookup_abbrev.
734 (read_full_die): Now supports the call to the new
735 dwarf2_lookup_abbrev.
736
737 2002-10-06 Christopher Faylor <cgf@redhat.com>
738
739 * Makefile.in (install-gdbtk): Add missing continuation backslash to
740 insure that shell variables, such as "transformed_name" are propagated
741 to later shell statements in rule.
742
743 2002-10-06 Mark Kettenis <kettenis@gnu.org>
744
745 * config/i386/nm-i386sco.h: Add protection against
746 multiple-inclusion. Include "i386/nm-i386v.h".
747 (REGISTER_U_ADDR): Remove define.
748 (i386_register_u_addr): Remove prototype.
749
750 2002-10-04 Michael Snyder <msnyder@redhat.com>
751
752 * m32r-stub.c (handle_exception): Make sure exception is "trap"
753 before treating it as a single-step event.
754
755 2002-10-03 Adam Fedor <fedor@gnu.org>
756
757 * objc-lang.c: ARI fixes. Change string.h to gdb_string.h.
758 (objc_demangle): Remove assignment in if statements, Replace
759 free with xfree.
760 (add_msglist): Likewise.
761 (end_msglist): Likewise.
762 (complare_selectors): Likewise.
763 (selectors_info): Likewise.
764 (compare_classes): Likewise.
765 (classes_info): Likewise.
766 (print_object_command): Likewise.
767 (find_objc_msgcall_submethod): Replace PTR with void *.
768 * objc-lang.h: Remove check for __STDC__.
769
770 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
771
772 * ui-out.h (ui_out_field_fmt_int): New prototype.
773 * ui-out.c (ui_out_field_fmt_int): New function allowing specification
774 of field width and alignment.
775 * stack.c (print_frame_info_base): When printing frame level, use
776 ui_out_field_fmt_int with a width of 2 and left alignment. Fix for
777 PR gdb/192
778
779 2002-10-03 Jeff Johnston <jjohnstn@redhat.com>
780
781 * MAINTAINERS: Add self to Write After Approval list.
782
783 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
784
785 * infcmd.c (interrupt_target_command_wrapper): Delete.
786 (interrupt_target_command): Make non static.
787 (nofp_registers_info): Make static.
788 * stack.c (return_command_wrapper): Delete.
789 (return_command): Make non static.
790
791 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
792
793 * event-top.c (gdb_setup_readline): New function. Code moved from
794 _initialize_event_loop().
795 (_initialize_event_loop): Call gdb_setup_readline().
796
797 2002-10-02 Andrew Cagney <ac131313@redhat.com>
798
799 * infrun.c (resume): Convert #ifdef CANNOT_STEP_BREAKPOINT into C.
800 * gdbarch.sh (CANNOT_STEP_BREAKPOINT): Add.
801 * gdbarch.h, gdbarch.c: Re-generate.
802
803 2002-10-02 Daniel Jacobowitz <drow@mvista.com>
804
805 Fix PR gdb/778
806 * gdbtypes.c (fill_in_vptr_fieldno): Call check_typedef
807 before recursing.
808 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Check return value
809 of fill_in_vptr_fieldno.
810
811 2002-10-02 Elena Zannoni <ezannoni@redhat.com>
812
813 * inferior.h (registers_info, stepi_command, nexti_command,
814 continue_command, interrupt_target_command): Export from infcmd.c.
815 * frame.h (args_info, selected_frame_level_changed_hook,
816 return_command): Export from stack.c.
817 * v850ice.c (stepi_command, nexti_command, continue_command): use
818 prototypes from inferior.h.
819 * tracepoint.c (registers_info, args_info, locals_info): Use
820 prototypes from frame.h and inferior.h.
821 * Makefile.in (mi-main.o): Add dependency on frame.h.
822
823 2002-10-02 Andrew Cagney <ac131313@redhat.com>
824
825 * rs6000-tdep.c (rs6000_store_struct_return): Store struct_return
826 value in register 3 adjusted by ppc_gp0_regnum.
827
828 * rs6000-tdep.c (skip_prologue): Bias alloca_reg by ppc_gp0_regnum.
829
830 2002-10-02 Marko Mlinar <markom@opencores.org>
831
832 * MAINTAINERS: Add myself to the Write After Approval list.
833
834 2002-10-01 Alexandre Oliva <aoliva@redhat.com>
835
836 * mips-tdep.c (mips_find_abi_section): .mdebug.abi64 is the name
837 of the section for the N64 ABI, fixed.
838
839 * config/mips/tm-irix6.h: Include solib.h.
840
841 2002-10-01 Elena Zannoni <ezannoni@redhat.com>
842
843 * dwarf2read.c (dwarf_stack_op_name): Recognize more dwarf3 and
844 GNU operators.
845
846 2002-10-01 Andrew Cagney <ac131313@redhat.com>
847
848 * NEWS: Mention that MI syntax, selected by "mi" changed to "mi2"
849 and that "mi0" syntax has been removed.
850
851 2002-09-30 David Carlton <carlton@math.stanford.edu>
852
853 * Makefile.in (ppc-sysv-tdep.o): Depend on gdb_string_h.
854 * ppc-sysv-tdep.c: #include "gdb_string.h".
855 * remote-sds.c (getmessage): Add semicolon after 'retry' label to
856 pacify GCC.
857
858 2002-10-01 Andrew Cagney <ac131313@redhat.com>
859
860 * rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
861 "vrsave"'s register number.
862
863 2002-09-30 Andrew Cagney <ac131313@redhat.com>
864
865 * mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
866 use frame_unwind_signed_register to obtain the PC.
867 (mips_frame_chain): Handle a generic dummy frame.
868 (mips_init_extra_frame_info): When a generic dummy frame, don't
869 re-compute the frame base.
870 (mips_pop_frame): Handle generic dummy frames.
871 (mips_gdbarch_init): When generic dummy frames, set
872 use_generic_dummy_frames, push_dummy_frame to
873 generic_push_dummy_frame, pc_in_call_dummy to
874 generic_pc_in_call_dummy, and save_dummy_frame_top_of_stack to
875 generic_save_dummy_frame_tos.
876
877 2002-09-30 Andrew Cagney <ac131313@redhat.com>
878
879 * blockframe.c (generic_find_dummy_frame): Rewrite. Only test
880 against TOP when TOP was explictly set.
881 (generic_push_dummy_frame): Set TOP to zero.
882
883 2002-09-30 Elena Zannoni <ezannoni@redhat.com>
884
885 * event-loop.c (start_event_loop): Rename variable 'result' to
886 'gdb_result', to avoid conflicts with upcoming intepreters changes.
887
888 2002-09-30 Keith Seitz <keiths@redhat.com>
889
890 * gdb-events.sh (selected_thread_changed): New event.
891 * gdb-events.c: Regenerated.
892 * gdb-events.h: Regenerated.
893
894 2002-09-30 Hans-Peter Nilsson <hp@bitrange.com>
895
896 * MAINTAINERS: Add self to Write After Approval list.
897
898 2002-09-30 Fernando Nasser <fnasser@redhat.com>
899
900 * disasm.c: New file.
901 * disasm.h: New file.
902 * mi/mi-cmd-disas.c (gdb_dis_asm_read_memory): Moved to disasm.c.
903 (compare_lines): Ditto.
904 (dump_insns): Ditto.
905 (do_mixed_source_and_assembly): Moved to disasm.c. Added uiout
906 argument.
907 (do_assembly_only): Ditto.
908 (do_disassembly): Renamed to gdb_disassembly and moved to
909 disasm.c. Sdded uiout argument.
910 * Makefile.in: Add new files. Reorder SFILES list. Update
911 dependencies. Include libgdb.a later in the insight executable.
912
913 2002-09-29 Andrew Cagney <ac131313@redhat.com>
914
915 * config/djgpp/fnchange.lst: Rename bfd/elf64-alpha.c and
916 bfd/elf64-alpha-fbsd.c.
917
918 2002-09-29 Andrew Cagney <ac131313@redhat.com>
919
920 * config/djgpp/fnchange.lst: Rename i386gnu-nat.c and
921 i386gnu-tdep.c.
922
923 2002-09-29 Andrew Cagney <ac131313@redhat.com>
924
925 * gnu-nat.h (debug): Use __FILE__ and __LINE__ instead of
926 __FUNCTION__.
927 * gnu-nat.c (do_mach_notify_no_senders): Replace __FUNCTION__ with
928 function name.
929 (do_mach_notify_port_deleted, do_mach_notify_msg_accepted): Ditto.
930 (do_mach_notify_port_destroyed, do_mach_notify_send_once): Ditto.
931 (S_proc_setmsgport_reply, S_proc_getmsgport_reply): Ditto.
932 (S_msg_sig_post_reply): Ditto.
933
934 2002-09-28 Corinna Vinschen <vinschen@redhat.com>
935
936 * sh-tdep.c (sh_use_struct_convention): Use definition according
937 to ABI.
938 (sh_push_arguments): Store in register with correct endianess.
939 (sh_default_store_return_value): Ditto.
940 (sh_gdbarch_init): Set sizeof long double to 8.
941
942 2002-09-27 Mark Kettenis <kettenis@gnu.org>
943
944 * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
945 Fix some whitespace problems.
946
947 2002-09-27 David Carlton <carlton@math.stanford.edu>
948
949 * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
950 (mcore-tdep.o): Ditto.
951 (ns32k-tdep.o): Ditto.
952 (ns32knbsd-tdep.o): Ditto.
953 (sh3-rom.o): Ditto.
954 (vax-tdep.o): Ditto.
955 * cris-tdep.c: #include "gdb_string.h"
956 * mcore-tdep.c: Ditto.
957 * ns32k-tdep.c: Ditto.
958 * ns32knbsd-tdep.c: Ditto.
959 * sh3-rom.c: Ditto.
960 * vax-tdep.c: Ditto.
961
962 2002-09-27 David Carlton <carlton@math.stanford.edu>
963
964 * config/djgpp/fnchange.lst: Add entries for
965 gdb/testsuite/gdb.c++/m-static files.
966
967 2002-09-27 Jim Wilson <wilson@redhat.com>
968
969 * MAINTAINERS: Add myself to the Write After Approval list.
970
971 2002-09-26 Martin M. Hunt <hunt@redhat.com>
972
973 * mips-tdep.c (find_proc_desc): Initialize startaddr.
974
975
976 2002-09-26 Andrew Cagney <ac131313@redhat.com>
977
978 * rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
979 frame.
980
981 2002-09-26 Andrew Cagney <ac131313@redhat.com>
982
983 * rs6000-tdep.c (rs6000_extract_struct_value_address): Return 0.
984 (rs6000_struct_return_address): Delete variable.
985 (rs6000_store_struct_return): Update.
986 (rs6000_gdbarch_init): Set extract_struct_value_address instead of
987 deprecated_extract_struct_value_address.
988 (rs6000_frame_align): New function.
989 (rs6000_gdbarch_init): Set frame_align.
990
991 2002-09-26 Andrew Cagney <ac131313@redhat.com>
992
993 From Grace Sainsbury <graces@redhat.com>:
994 * Makefile.in (gdbtk-main.o): New target.
995 (gdb.o): New target.
996 (main_h): Define.
997 (main.o): Update dependencies.
998 (gdb$(EXEEXT)): Add gdb.o.
999 (SUBDIR_GDBTK_SRCS): Add gdbtk-main.c.
1000 (SUBDIR_GDBTK_ALL, SUBDIR_GDBTK_UNINSTALL): Set.
1001 (SUBDIR_GDBTK_CLEAN): Set.
1002 (install-gdbtk): Install the insight binary.
1003 (uninstall-gdbtk): New target.
1004 (all-gdbtk, clean-gdbtk): New rule.
1005 * top.c (use_windows): Default to zero.
1006 * main.c: Include "main.h".
1007 (main): Delete.
1008 (struct captured_main_args): Delete.
1009 (gdb_main): New function.
1010 * main.h: New file.
1011 * gdb.c: New File.
1012
1013 2002-09-25 Andrew Cagney <cagney@redhat.com>
1014
1015 * frame.c: Include "gdb_string.h" and "builtin-regs.h".
1016 (frame_map_regnum_to_name): New function.
1017 (frame_map_name_to_regnum): New function.
1018 * frame.h (frame_map_name_to_regnum): Declare.
1019 (frame_map_regnum_to_name): Declare.
1020 * builtin-regs.c (builtin_reg_map_regnum_to_name): New function.
1021 * builtin-regs.h (builtin_reg_map_regnum_to_name): Declare.
1022 * parse.c: Do not include "builtin-regs.h".
1023 (target_map_name_to_register): Delete function.
1024 (write_dollar_variable): Use frame_map_name_to_regnum.
1025 * parser-defs.h (target_map_name_to_register): Delete declaration.
1026 * expprint.c: Include "frame.h".
1027 (print_subexp): Use frame_map_regnum_to_name.
1028 * eval.c (evaluate_subexp_standard): Use frame_map_regnum_to_name.
1029 * infcmd.c (registers_info): Use frame_map_name_to_regnum.
1030
1031 2002-09-25 Andrew Cagney <ac131313@redhat.com>
1032
1033 * rs6000-tdep.c (rs6000_frame_saved_pc): If the link register
1034 wasn't saved, and the next innermost frame is a dummy, return the
1035 dummy frame's link register.
1036
1037 2002-09-24 Jim Blandy <jimb@redhat.com>
1038
1039 Fix from Paul Breed:
1040 * main.c (captured_main): Add a `break' after the case for 'b'.
1041
1042 2002-09-24 Keith Seitz <keiths@redhat.com>
1043
1044 * varobj.c (c_type_of_child): Use get_target_type instead
1045 of TYPE_TARGET_TYPE.
1046
1047 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1048
1049 * source.c (get_current_or_default_source_symtab_and_line): Remove
1050 function.
1051 (set_default_source_symtab_and_line): New function. Attempts to
1052 determine a source file to list lines from if one is not currently
1053 defined.
1054 (get_current_source_symtab_and_line): Initialize sal.pc and
1055 sal.end fields.
1056 (set_current_source_symtab_and_line): Mark argument as const.
1057 * source.h: Update declarations and comments.
1058 * linespec.c (decode_line_1): Replace call to removed routine above.
1059 * stack.c (print_frame_info_base): Ditto.
1060 * cli/cli-cmds.c (edit_command): Ditto.
1061 (list_command): Ditto.
1062
1063 2002-09-22 Fernando Nasser <fnasser@redhat.com>
1064
1065 * source.c (get_current_or_default_source_symtab_and_line): Initialize
1066 sal.pc and sal.end fields.
1067 (get_current_or_default_source_symtab_and_line): Ditto.
1068 * breakpoint.c (parse_breakpoint_sals): Use correct accessor function
1069 so we do not cause a new source symtab to be searched for (reverting an
1070 unintentional change from the 2002-09-20 patch).
1071 * scm-lang.c (scm_unpac): Ditto.
1072
1073 2002-09-21 Andrew Cagney <cagney@redhat.com>
1074
1075 * complaints.c (symfile_explanations): Remove new-line from
1076 ``isolated_message''.
1077 (vcomplaint): When ISOLATED_MESSAGE, force a line break.
1078 (clear_complaints): When a SUBSEQUENT_MESSAGE, force a line break.
1079
1080 2002-09-20 Nick Clifton <nickc@redhat.com>
1081
1082 * NEWS: Announce that V850EA ISA is no longer supported.
1083 * v850-tdep.c: Remove reference to bfd_mach_v850ea.
1084
1085 2002-09-20 David Carlton <carlton@math.stanford.edu>
1086
1087 * Makefile.in (c-lang.o): Correct dependencies.
1088 (utils.o): Gather dependencies.
1089 (charset.o): Move.
1090 * c-lang.c: #include "gdb_string.h"
1091
1092 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1093
1094 From 2002-07-02 George Helffrich <george@gly.bris.ac.uk>
1095 * cli/cli-cmds.c (list_command): New function. Implements the new
1096 cli edit command.
1097 (_init_cli_cmds): Add new command definition.
1098 * gdb.1: Document edit command.
1099 * doc/gdb.texinfo: Document edit command.
1100
1101 2002-09-20 Fernando Nasser <fnasser@redhat.com>
1102
1103 * source.c: Make global variables current_source_symtab and
1104 current_source_line static.
1105 (list_command): Moved to cli/cli-cmds.c.
1106 (ambiguous_line_spec): Moved to cli/cli-cmds.c.
1107 (get_first_line_listed): New accessor function.
1108 (get_lines_to_list): New accessor function.
1109 (get_current_source_symtab_and_line): New function. Retrieves the
1110 position in the source code that we consider current.
1111 (get_current_or_default_source_symtab_and_line): New function.
1112 Like the above but attempts to determine a default position if one
1113 is not currently defined.
1114 (set_current_source_symtab_and_line): New function. Sets the source
1115 code position considered current and returns the previously set one.
1116 (clear_current_source_symtab_and_line): Reset stored information about
1117 a current source line.
1118 (_initialize_source): Remove registration for the "list" command and
1119 its alias.
1120 * source.h: Add declarations for the new functions above.
1121 * symtab.h: Remove declarations for the global variables mentioned
1122 above.
1123 * breakpoint.c (parse_breakpoint_sals): Use accessor functions to
1124 obtain current source line.
1125 * linespec.c (decode_line_1): Ditto.
1126 * macroscope.c (default_macro_scope): Ditto.
1127 * scm-lang.c (scm_unpac): Ditto.
1128 * stack.c (print_frame_info_base): Ditto.
1129 * symfile.c (clear_symtab_users): Ditto.
1130 * symtab.c (decode_line_spec): Ditto.
1131 * cli/cli-cmds.c (list_command): Moved here from source.c.
1132 (ambiguous_line_spec): Moved here from source.c.
1133 (_init_cli_cmds): Add definition for "list" and its alias.
1134 * Makefile.in: Update dependencies.
1135
1136 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1137
1138 * h8300-tdep.c (h8300_examine_prologue): Match saved regs location
1139 with what gcc thinks is correct.
1140
1141 2002-09-20 Corinna Vinschen <vinschen@redhat.com>
1142
1143 * h8300-tdep.c (h8300_examine_prologue): Fix loop for saved regs in
1144 multiple register push instruction.
1145
1146 2002-09-19 Jim Blandy <jimb@redhat.com>
1147
1148 Add support for distinct host and target character sets.
1149 * charset.c, charset.h: New files.
1150 * c-exp.y: #include "charset.h".
1151 (yylex): Convert character and string literals to the target
1152 character set, before returning them as the semantic value of the
1153 token.
1154 * c-lang.c: #include "charset.h".
1155 (c_emit_char): Use charset-specific methods to recognize
1156 characters with backslash escape forms, to decide which characters
1157 to print literally and which to print using numeric escape
1158 sequences, and to convert target characters to host characters
1159 before printing.
1160 * utils.c: #include "charset.h".
1161 (no_control_char_error): New function.
1162 (parse_escape): Use charset-specific methods to recognize
1163 backslash escapes, parse `control character' notation, and convert
1164 characters from the host character set to the target character set.
1165 * configure.in: Set the default host character set.
1166 Check where to find iconv, and what its argument types might be.
1167 * acinclude.m4 (AM_ICONV): New macro, borrowed from GCC.
1168 * Makefile.in (SFILES): List charset.c.
1169 (COMMON_OBS): List charset.o.
1170 (charset.o): New rule.
1171 (charset_h): New header dependency variable.
1172 (c-lang.o, utils.o, c-exp.tab.o): Note dependency on $(charset_h).
1173 (LIBICONV): New variable, set by configure.
1174 (CLIBS): Include $(LIBICONV) here.
1175 * aclocal.m4, config.in, configure: Regenerated.
1176
1177 2002-09-19 Joel Brobecker <brobecker@gnat.com>
1178
1179 * ada-exp.y: Add missing semicolons to end rules. Fixes a
1180 bison 1.35 warning.
1181
1182 2002-09-19 Richard Earnshaw <rearnsha@arm.com>
1183
1184 * gdb_mbuild.sh: New file.
1185
1186 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1187
1188 * objc-exp.y, objc-lang.h, objc-lang.c: Fix copyright notice.
1189
1190 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1191
1192 * breakpoint.c, c-exp.y, defs.h, elfread.c, expression.h,
1193 jv-exp.y, language.c, language.h, p-exp.y, parse.c, parser-defs.h,
1194 printcmd.c, source.c, stabsread.c, symfile.c, symtab.h, utils.c,
1195 valops.c, value.h: Revert previous change.
1196
1197 2002-09-18 Michael Snyder <msnyder@redhat.com>
1198
1199 Preliminary support for Objective-C:
1200 * defs.h (language_objc): New enum value.
1201 (puts_filtered_tabular): Declaration only, exported from utils.c.
1202 (skip_quoted): Delete, declared in completer.h.
1203 * c-exp.y: Include completer.h.
1204 * p-exp.y: Ditto.
1205 * jv-exp.y: Ditto.
1206 * expression.h (OP_MSGCALL, OP_SELECTOR, OP_SELF, OP_NSSTRING):
1207 New operator enum values.
1208 * language.h (CAST_IS_CONVERSION): Test for language_objc.
1209 * language.c (binop_result_type): Handle language_objc case.
1210 (integral_type, character_type, string_type, boolean_type,
1211 structured_type, binop_type_check): Ditto.
1212 * symtab.h (SYMBOL_OBJC_DEMANGLED_NAME): Define.
1213 (struct objc_specific): Add to general_symbol_info.
1214 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Add objc initialization.
1215 (SYMBOL_DEMANGLED_NAME): Handle objc case.
1216 * parser-defs.h (struct objc_class_str): New struct type.
1217 (start_msglist, end_msglist, add_msglist): Declaration only,
1218 exported from objc-lang.c.
1219 * value.h (value_of_local, value_nsstring,
1220 call_function_by_hand_expecting_type): Exported from valops.c.
1221 * valops.c (find_function_addr): Export.
1222 (call_function_by_hand_expecting_type): New function.
1223 (value_of_local): New function.
1224 * symfile.c (init_filename_language_table): Add ".m" extension
1225 for Objective-C.
1226 * utils.c (puts_filtered_tabular): New function.
1227 (fprintf_symbol_filtered): Add objc demangling support (disabled).
1228 (set/show demangle): Extend help-string to refer to ObjC.
1229 * elfread.c (elf_symtab_read): Skip Objective-C special symbols.
1230 * stabsread.c (symbol_reference_defined): Objective-C symbols
1231 may contain colons: make allowances when scanning stabs strings
1232 for colons.
1233 (objc_find_colon): New function.
1234 * printcmd.c (address_info): If language == objc then print
1235 "self" instead of "this".
1236 * parse.c (length_of_subexp): Handle new operators OP_MSGCALL,
1237 OP_NSSTRING, and OP_SELF.
1238 (prefixify_subexp): Ditto.
1239 * source.c (print_source_lines): Mention objc in comment.
1240 * breakpoint.c (parse_breakpoint_sals): Recognize Objective-C
1241 method names.
1242
1243 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1244
1245 * complaints.h: Update copyright.
1246 (struct complaints): Declare.
1247 (struct complaint): Make `message' constant.
1248 (internal_complaint): Declare.
1249 (complaint): Declare.
1250 (complaint_root): Delete declaration.
1251 (symfile_complaints): Delete declaration.
1252 (struct complaints): Add opaque declaration.
1253 (clear_complaints): Add a complaints parameter.
1254 * complaints.c: Update copyright.
1255 (enum complaint_series): Define.
1256 (complaint_root): Delete.
1257 (struct complaints): Define.
1258 (complaint_sentinel, symfile_complaint_book): New variables.
1259 (symfile_explanations, symfile_complaints): New variables.
1260 New variables.
1261 (get_complaints): New function.
1262 (vcomplaint): New function.
1263 (complaint): New function.
1264 (internal_complaint): New function.
1265 (complain): Call vcomplain with symfile_complaint.
1266 (clear_complaints): Rewrite.
1267 (_initialize_complaints): Use add_setshow_command.
1268 * Makefile.in (complaints.o): Update dependencies.
1269 * symfile.c (syms_from_objfile): Add symfile_complaints parameter
1270 to call to clear_complaints.
1271 (new_symfile_objfile, reread_symbols): Ditto.
1272 (oldsyms_complaint): Delete.
1273 (empty_symtab_complaint, unknown_option_complaint): Delete.
1274 (free_named_symtabs): Use complaint instead of complain.
1275
1276 2002-09-18 Michael Snyder <msnyder@redhat.com>
1277
1278 Contributed by Apple Computer, Inc. Merged with current sources
1279 by Adam Fedor <fedor@doc.com> [cagney].
1280
1281 * objc-lang.c: First clean-up round: comments, indentation.
1282 * objc-lang.h: Ditto.
1283 * objc-lang.y: Ditto.
1284
1285 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1286
1287 * maint.c (maintenance_internal_error): Print the parameter as the
1288 error message.
1289 (maintenance_internal_warning): New function.
1290 (_initialize_maint_cmds): Add command `maint internal-warning'.
1291
1292 * defs.h (internal_warning, internal_vwarning): Declare.
1293 * utils.c (struct internal_problem): Define.
1294 (internal_vproblem): New function.
1295 (internal_warning): New function.
1296 (internal_vwarning): New function.
1297 (internal_warning_problem, internal_error_problem): New variables.
1298 (internal_verror): Just call internal_vproblem.
1299
1300 2002-09-18 Michael Snyder <msnyder@redhat.com>
1301
1302 * objc-lang.c: New file, support for Objective-C.
1303 Preliminary check-in, not yet integrated into gdb.
1304 * objc-lang.h: New file.
1305 * objc-exp.y: New file.
1306
1307 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1308
1309 * infrun.c (signal_stop_update): Convert definition to ISO C.
1310 (signal_print_update): Ditto.
1311 (signal_pass_update): Ditto.
1312 * inflow.c (terminal_save_ours): Ditto.
1313
1314 * h8300-tdep.c (h8300_gdbarch_init): Use C instead of C++
1315 comments.
1316
1317 * config/djgpp/fnchange.lst: Handle name clashes between
1318 bfd/coff-tic30.c, bfd/coff-tic4x.c, bfd/coff-tic54x.c and
1319 bfd/coff-tic80.c.
1320
1321 * i386-linux-tdep.h: Fix tipo.
1322
1323 2002-09-18 Adam Fedor <fedor@gnu.org>
1324
1325 * MAINTAINERS: Add myself to the Write After Approval list.
1326
1327 2002-09-18 Jim Blandy <jimb@redhat.com>
1328
1329 * dbxread.c, mdebugread.c: Revert my change of 2001-10-23. Moving
1330 texthigh and textlow to reader-specific structs caused
1331 objfile_relocate to miss them. This is fixable, but the work that
1332 the change was supposed to prepare GDB for never got done anyway.
1333
1334 2002-09-18 David Carlton <carlton@math.stanford.edu>
1335
1336 * MAINTAINERS: Alphabetize Write After Approval list.
1337
1338 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1339
1340 Fix PR gdb/709
1341 * values.c (value_static_field): Call read_var_value.
1342
1343 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1344
1345 * valops.c (hand_function_call): Align the initial stack pointer
1346 and STRUCT_ADDR using frame_align. When STRUCT_RETURN and
1347 FRAME_ALIGN_P, use STRUCT_ADDR to obtain the called function's
1348 return value.
1349 * mips-tdep.c (mips_frame_align): New function.
1350 (mips_gdbarch_init): Set frame_align.
1351 * gdbarch.sh (FRAME_ALIGN): New method.
1352 * gdbarch.h, gdbarch.c: Re-generate.
1353
1354 2002-09-18 Michal Ludvig <mludvig@suse.cz>
1355
1356 * x86-64-linux-nat.c (x86_64_regmap): Added CS and SS
1357 registers.
1358
1359 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1360
1361 * NEWS: Mention that MIPS $fp behavior changed.
1362 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
1363 reference to FP_REGNUM.
1364 (mipsnbsd_cannot_store_register): Ditto.
1365 * mips-linux-nat.c: Update copyright.
1366 (mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
1367 (mips_linux_cannot_store_register): Ditto.
1368 * mips-linux-tdep.c (supply_gregset): Ditto. Update copyright.
1369 * config/mips/tm-mips.h: Update copyright.
1370 (FP_REGNUM): Delete macro.
1371 (MIPS_REGISTER_NAMES): Replace "fp" with "".
1372 * config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
1373 * mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
1374 (mips_r3041_reg_names, mips_r3051_reg_names)
1375 (mips_r3081_reg_names): Replace "fp" with "".
1376 Fix PR gdb/480.
1377
1378 2002-09-17 Theodore A. Roth <troth@verinet.com>
1379
1380 * gdb/avr-tdep.c(avr_scan_prologue): Fix bad call to
1381 generic_read_register_dummy() (PR gdb/703).
1382 (avr_push_return_address): #if 0 out unused vars.
1383 (avr_gdbarch_init): Enable use of avr_push_return_address().
1384
1385 2002-09-17 Michael Snyder <msnyder@redhat.com>
1386
1387 * m32r-stub.c (restore_and_return): Postpone restoring of PSW.
1388 RTE will take care of it.
1389
1390 2002-09-17 Andrew Cagney <ac131313@redhat.com>
1391
1392 * arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
1393 invalid, return SP_REGNUM.
1394
1395 2002-09-17 Michael Snyder <msnyder@redhat.com>
1396
1397 * mips-tdep.c (mips_pop_frame): Read saved values of floating
1398 point registers without sign extension.
1399
1400 2002-09-17 Andrew Cagney <cagney@redhat.com>
1401
1402 * blockframe.c (deprecated_read_register_dummy): Rename
1403 generic_read_register_dummy.
1404 * frame.c (frame_unwind_signed_register): New function.
1405 (frame_unwind_unsigned_register): New function.
1406 * frame.h (frame_unwind_signed_register): Declare.
1407 (frame_unwind_unsigned_register): Declare.
1408 (deprecated_read_register_dummy): Rename
1409 generic_read_register_dummy.
1410
1411 * h8300-tdep.c (h8300_frame_chain): Update.
1412 (h8300_frame_saved_pc): Update.
1413 * xstormy16-tdep.c (xstormy16_frame_saved_pc): Update.
1414 * rs6000-tdep.c (rs6000_frame_saved_pc): Update.
1415 * s390-tdep.c (s390_frame_saved_pc_nofix): Update.
1416 (s390_frame_chain): Update.
1417 * v850-tdep.c (v850_find_callers_reg): Update.
1418 (v850_frame_saved_pc): Update.
1419 * m32r-tdep.c (m32r_init_extra_frame_info): Update.
1420 (m32r_find_callers_reg): Update.
1421 (m32r_frame_saved_pc): Update.
1422 * sh-tdep.c (sh_find_callers_reg): Update.
1423 (sh64_get_saved_pr): Update.
1424 (sh_init_extra_frame_info): Update.
1425 (sh_init_extra_frame_info): Update.
1426 (sh64_init_extra_frame_info): Update.
1427 (sh64_init_extra_frame_info): Update.
1428 * mcore-tdep.c (mcore_find_callers_reg): Update.
1429 (mcore_frame_saved_pc): Update.
1430 (mcore_init_extra_frame_info): Update.
1431 * i386-tdep.c (i386_frame_saved_pc): Update.
1432 * ia64-tdep.c (ia64_frame_saved_pc): Update.
1433 (ia64_init_extra_frame_info): Update.
1434 (ia64_init_extra_frame_info): Update.
1435 * d10v-tdep.c (d10v_frame_saved_pc): Update.
1436 * cris-tdep.c (cris_init_extra_frame_info): Update.
1437 * avr-tdep.c (avr_frame_chain): Update.
1438 (avr_init_extra_frame_info): Update.
1439 (avr_frame_saved_pc): Update.
1440 * arm-tdep.c (arm_find_callers_reg): Update.
1441 (arm_init_extra_frame_info): Update.
1442 (arm_frame_saved_pc): Update.
1443
1444 2002-09-17 Tom Tromey <tromey@redhat.com>
1445
1446 * c-lang.c (c_emit_char): Don't treat \0 specially unless quoter
1447 is "'".
1448
1449 2002-09-17 Corinna Vinschen <vinschen@redhat.com>
1450
1451 * MAINTAINERS: Remove "non multi-arched" text from h8300.
1452 * h8300-tdep.c (h8300_next_prologue_insn) Renamed from
1453 NEXT_PROLOGUE_INSN.
1454 (h8300_examine_prologue): Call h8300_next_prologue_insn instead of
1455 NEXT_PROLOGUE_INSN.
1456
1457 2002-09-16 Joel Brobecker <brobecker@gnat.com>
1458
1459 * osfsolib.c: Remove file, replaced by solib-osf.c.
1460 * Makefile.in: Remove compilation rules for osfsolib.c.
1461
1462 2002-09-16 David Carlton <carlton@math.stanford.edu>
1463
1464 * cp-valprint.c (cp_print_class_method): Correct args to
1465 check_stub_method_group.
1466
1467 2002-09-16 Corinna Vinschen <vinschen@redhat.com>
1468
1469 * h8300-tdep.c: Multiarch. Drop `set machine' command in favor of
1470 `set architecture'. Unify naming convention of functions.
1471 (h8300_skip_prologue): Improve prologue analysis.
1472 (h8300_push_arguments): Rewritten to more closely match GCC's
1473 bizarre argument-passing behavior, along with the comment describing
1474 said behavior.
1475 * remote-hms.c (hms_regnames): Don't use NUM_REGS in definition.
1476 * config/h8300/tm-h8300.h: Multiarch. Just keep stuff needed by
1477 sim, remote-e7000.c, remote-hms.c and remote.c
1478
1479 2002-09-15 Mark Kettenis <kettenis@gnu.org>
1480
1481 * i386-tdep.c (gdb_print_insn_i386): Removed.
1482 (i386_print_insn): New function.
1483 (i386_gdbarch_init): Set print_insn to i386_print_insns.
1484 (_initialize_i386_tdep): Don't initialize tm_print_insn and
1485 tm_print_insn_info.
1486
1487 2002-09-14 Mark Kettenis <kettenis@gnu.org>
1488
1489 * gdbtypes.c (check_stub_method_group): Initialize found_stub to
1490 zero.
1491
1492 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1493
1494 * arch-utils.c (legacy_pc_in_sigtramp): Move preprocessor expression
1495 for IN_SIGTRAMP to here. Use IN_SIGTRAMP only if it's defined.
1496 Guard usage of SIGTRAMP_START() by using SIGTRAMP_START_P.
1497
1498 2002-09-13 Christopher Faylor <cgf@redhat.com>
1499
1500 * win32-nat.c (child_create_inferior): Honor 'tty' command.
1501
1502 2002-09-13 Daniel Jacobowitz <drow@mvista.com>
1503
1504 * gdbtypes.c (check_stub_method): Make static.
1505 (check_stub_method_group): New function.
1506 * gdbtypes.h: Update prototypes.
1507 * cp-support.c: New file.
1508 * cp-support.h: New file.
1509
1510 * stabsread.c: Include "cp-abi.h" and "cp-support.h".
1511 (update_method_name_from_physname): New function.
1512 (read_member_functions): Correct method names for operators
1513 and v3 constructors/destructors. Separate v2 constructors and
1514 destructors.
1515 * Makefile.in (stabsread.o): Update dependencies.
1516 (SFILES): Add cp-support.c.
1517 (COMMON_OBS): Add cp-support.o.
1518 (cp_support_h, cp-support.o): Add.
1519
1520 * cp-valprint.c (cp_print_class_method): Call
1521 check_stub_method_group instead of check_stub_method. Remove
1522 extraneous QUITs.
1523 * p-valprint.c (pascal_object_print_class_method): Likewise.
1524 * valops.c (search_struct_method): Likewise.
1525 (find_method_list, value_struct_elt_for_reference): Likewise.
1526
1527 2002-09-13 Andrew Cagney <cagney@redhat.com>
1528
1529 * gdbarch.sh (SIGTRAMP_END): Change to a predicate function.
1530 * gdbarch.h, gdbarch.c: Regenerate.
1531
1532 2002-09-13 Andrew Cagney <ac131313@redhat.com>
1533
1534 * frame.c (find_saved_register): Delete function.
1535 * frame.h (find_saved_register): Delete declaration.
1536 Fix PR gdb/631.
1537
1538 Fri Sep 13 14:59:55 2002 Andrew Cagney <cagney@redhat.com>
1539
1540 * mips-tdep.c (read_next_frame_reg): Re-hack using
1541 frame_register_unwind.
1542
1543 Fri Sep 13 07:42:09 2002 Andrew Cagney <cagney@redhat.com>
1544
1545 * mips-tdep.c (mips_get_saved_register): Re-hack using
1546 frame_register_unwind.
1547
1548 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1549
1550 * gdbarch.sh (NAME_OF_MALLOC): New variable in the architecture
1551 vector. Will be useful for Interix.
1552 * gdbarch.h, gdbarch.c: Regenerate.
1553
1554 * valops.c (value_allocate_space_in_inferior): Replace hard-coded
1555 name of the malloc function by NAME_OF_MALLOC.
1556
1557 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1558
1559 * value.h (find_function_in_inferior): Add const keyword to
1560 one of the parameters. Allows us to invoke this function with
1561 a const char *.
1562 * valops.c (find_function_in_inferior): Likewise.
1563
1564 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1565
1566 * exec.c (xfer_memory): Fix compilation warning with old versions
1567 of GCC.
1568 * tracepoint.c (trace_find_tracepoint_command): Likewise.
1569
1570 2002-09-12 David Carlton <carlton@math.stanford.edu>
1571
1572 * symtab.h: Run through gdb_indent.h.
1573 Add 2002 to Copyright year list.
1574
1575 2002-09-12 Alan Modra <amodra@bigpond.net.au>
1576
1577 * x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
1578 mach constants.
1579 * MAINTAINERS: Add myself to write after approval list.
1580
1581 2002-09-11 J. Brobecker <brobecker@gnat.com>
1582
1583 * osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
1584
1585 2002-09-11 J. Brobecker <brobecker@gnat.com>
1586
1587 * osabi.h (gdb_osabi): Add new GDB_OSABI_INTERIX enum value for
1588 Interix.
1589
1590 2002-06-05 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1591
1592 * procfs.c (do_detach): Clear current signal, not just fault.
1593 Corrects problem with breakpoint trap signal leaking to detached
1594 process on Tru64.
1595
1596 2002-09-10 Michael Snyder <msnyder@redhat.com>
1597
1598 * buildsym.c (finish_block): Protect against null pointer.
1599
1600 2002-09-10 Andrew Cagney <cagney@redhat.com>
1601
1602 * infcmd.c (default_print_registers_info): Send all output to
1603 ``file'' instead of ``gdb_stdout''.
1604
1605 2002-09-10 Michael Snyder <msnyder@redhat.com>
1606
1607 * mips-tdep.c (mips_extract_struct_value_address): Make val a
1608 LONGEST, and use signed register read (addresses are sign-
1609 extended for mips).
1610
1611 2002-09-10 Stephane Carrez <stcarrez@nerim.fr>
1612
1613 * event-loop.c (gdb_do_one_event): Make public.
1614 * event-loop.h (gdb_do_one_event): Declare.
1615
1616 2002-09-10 Jeff Law <law@redhat.com>
1617
1618 * infttrace.c (child_resume): Simplify and rework to avoid
1619 TT_PROC_CONTINUE.
1620
1621 2002-09-09 Fred Fish <fnf@intrinsity.com>
1622
1623 * printcmd.c (print_scalar_formatted): "len" is the number of
1624 target bytes, NOT the number of target bits.
1625
1626 2002-09-09 Elena Zannoni <ezannoni@redhat.com>
1627
1628 From: Emmanuel Thome' <thome@lix.polytechnique.fr>
1629 * top.c (init_main): Set rl_terminal_name.
1630
1631 2002-09-08 Aidan Skinner <aidan@velvet.net>
1632
1633 * ada-lang.c (ada_array_bound, ada_type_match,
1634 _initialize_ada_language): Fix K&R definitions.
1635 * ada-tasks.c (get_current_task): Fix K&R definitions.
1636 * ada-valprint.c (adjust_type_signedness): Fix K&R definitions.
1637
1638 2002-09-07 Christopher Faylor <cgf@redhat.com>
1639
1640 * MAINTAINERS: Remove CE from list of maintainership responsibilities.
1641 Add XP.
1642
1643 2002-09-06 Mark Kettenis <kettenis@gnu.org>
1644
1645 * i386-tdep.c (i386_register_virtual_type,
1646 i386_register_convertible, i386_register_convert_to_virtual,
1647 i386_register_comvert_to_raw): Use FP_REGNUM_P and SSE_REGNUM_P
1648 instead of IS_FP_REGNUM and IS_SSE_REGNUM.
1649 (i386_gdbarch_init): Fix comment. Add comments on calls that set
1650 sp_regnum, fp_regnum, pc_regnum, ps_regnum and fp0_regnum.
1651 Don't set push_arguments twice.
1652
1653 * i386bsd-tdep.c (i386bsd_init_abi): Set sigtramp_start and
1654 sigtramp_end to i386bsd_sigtramp_start and i386bsd_sigtramp_end.
1655 * i386nbsd-tdep.c (i386nbsd_init_abi): Set sigtramp_start and
1656 sigtramp_end to NULL.
1657 * config/i386/tm-fbsd.h (SIGTRAMP_START, SIGTRAMP_END): Remove
1658 defines.
1659 (i386bsd_sigtramp_start, i386_sigtramp_end): Remove prototypes.
1660
1661 * i386nbsd-tdep.c (i386nbsd_pc_in_sigtramp): Remove spurious
1662 whitespace.
1663
1664 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): New methods.
1665 * gdbarch.h, gdbarch.c: Re-generate.
1666 * blockframe.c (find_pc_sect_partial_function): Convert to use
1667 SIGTRAMP_START_P predicate.
1668
1669 2002-09-05 Michael Snyder <msnyder@redhat.com>
1670
1671 * arm-tdep.c (arm_init_extra_frame_info): Distinguish between
1672 generic_dummy_frame method and old method. Also distinguish
1673 between ARM_FP_REGNUM and THUMB_FP_REGNUM.
1674 (arm_extract_return_value): Use new regcache method.
1675
1676 * mips-tdep.c (mips_n32n64_push_arguments): Remove alignment
1677 adjustment that doesn't conform to the ABI.
1678 (mips_extract_struct_value_address): Retrieve V0_REGNUM from
1679 saved regcache, not from current regcache.
1680
1681 2002-09-05 Andrew Cagney <ac131313@redhat.com>
1682
1683 * NEWS: Update for 5.3. Add new section ``Changes since 5.3''.
1684 * README: Update.
1685
1686 2002-09-04 Jason Thorpe <thorpej@wasabisystems.com>
1687
1688 * arm-tdep.c (arm_addr_bits_remove): Don't check for Thumb mode
1689 if arm_apcs_32 is false.
1690
1691 2002-09-04 Andrew Cagney <ac131313@redhat.com>
1692
1693 GDB 5.3 branch created.
1694
1695 2002-09-03 Theodore A. Roth <troth@verinet.com>
1696
1697 * gdb/avr-tdep.c (avr_gdbarch_init): Use
1698 generic_unwind_get_saved_register.
1699
1700 2002-09-03 David Carlton <carlton@math.stanford.edu>
1701
1702 * dwarf2read.c (dwarf2_add_member_fn): Add the 'type'
1703 argument (PR gdb/653). Update call to smash_to_method_type.
1704 (read_structure_scope): Update call to dwarf2_add_member_fn.
1705
1706 2002-09-03 Michal Ludvig <mludvig@suse.cz>
1707
1708 * x86-64-linux-tdep.c: Include gdb_string.h
1709 * x86-64-linux-nat.c: Ditto.
1710
1711 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1712
1713 * ada-exp.y (yyname, yyrule): Remap global variables that appear
1714 when YYDEBUG is set to 1.
1715 * c-exp.y: Likewise.
1716 * f-exp.y: Likewise.
1717 * jv-exp.y: Likewise.
1718 * m2-exp.y: Likewise.
1719 * p-exp.y: Likewise.
1720
1721 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1722
1723 * Makefile.in (i386nbsd-tdep.o): Add $(solib_svr4_h) to
1724 dependency list.
1725 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Set
1726 solib_svr4_fetch_link_map_offsets to
1727 nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1728 * config/i386/nbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1729 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
1730 * config/i386/nbsdelf.mh (NATDEPFILES): Remove solib.o,
1731 solib-svr4.o, and solib-legacy.o.
1732 * config/i386/tm-nbsd.h: Include solib.h.
1733
1734 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1735
1736 * configure.tgt (i[3456]86-*-netbsdelf*): Merge with...
1737 (i[3456]86-*-netbsd*): ...this. Set gdb_target to nbsd.
1738 (i[3456]86-*-openbsd*): Make this a separate entry. Add a
1739 comment noting that this needs its own target configuration.
1740 * config/i386/nbsd.mt: New file.
1741 * config/i386/nbsdaout.mt: Remove.
1742 * config/i386/nbsdelf.mt: Ditto.
1743 * config/i386/tm-nbsdaout.h: Ditto.
1744
1745 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1746
1747 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): New function.
1748 (i386nbsd_pc_in_sigtramp): Rewrite to use i386nbsd_sigtramp_offset.
1749 (i386nbsd_init_abi): Don't initialize tdep->sigtramp_start or
1750 tdep->sigtramp_end.
1751 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end): Remove.
1752 * config/i386/tm-nbsd.h (SIGTRAMP_START, SIGTRAMP_END)
1753 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove.
1754
1755 2002-09-02 Jason Thorpe <thorpej@wasabisystems.com>
1756
1757 * Makefile.in (i386nbsd-tdep.o): Add $(arch_utils_h),
1758 $(i386_tdep_h), and $(nbsd_tdep_h) to dependency list.
1759 * i386-tdep.h (i386bsd_init_abi): New prototype.
1760 * i386bsd-tdep.c (i386bsd_init_abi): Remove "static" from
1761 function declaration.
1762 (_initialize_i386bsd_tdep): Don't register OS ABI handlers
1763 for NetBSD-a.out or NetBSD-ELF.
1764 (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end)
1765 (i386nbsd_sc_pc_offset, i386nbsd_sc_sp_offset)
1766 (i386nbsd_init_abi, i386nbsdelf_init_abi): Move to...
1767 * i386nbsd-tdep.c: ...here. Include arch-utils.h, i386-tdep.h,
1768 and nbsd-tdep.h.
1769 (i386nbsd_pc_in_sigtramp): New function.
1770 (i386nbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1771 i386nbsd_pc_in_sigtramp.
1772 (_initialize_i386nbsd_tdep): Register i386nbsd_init_abi
1773 and i386nbsdelf_init_abi OS ABI handlers.
1774 * config/i386/nbsdaout.mt (TDEPFILES): Add nbsd-tdep.o.
1775 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1776
1777 2002-09-02 Mark Kettenis <kettenis@gnu.org>
1778
1779 * i386-linux-nat.c (dummy_sse_values): Only try to fill in the SSE
1780 registers if the target really has them.
1781
1782 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1783
1784 * Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
1785 than nbsd-tdep.h.
1786
1787 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1788
1789 * Makefile.in (alphanbsd-tdep.o): Add $(frame_h) to dependency
1790 list.
1791 * alphanbsd-tdep.c (alphanbsd_sigcontext_addr)
1792 (alphanbsd_skip_sigtramp_frame): New functions.
1793 (alphanbsd_init_abi): Set tdep->skip_sigtramp_frame to
1794 alphanbsd_skip_sigtramp_frame. Set tdep->sigcontext_addr
1795 to alphanbsd_sigcontext_addr.
1796
1797 2002-08-31 Jason Thorpe <thorpej@wasabisystems.com>
1798
1799 * Makefile.in (mipsnbsd-tdep.o): Add nbsd-tdep.h to dependency
1800 list.
1801 (nbsd-tdep.o): Add $(gdb_string_h) to dependency list.
1802 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): Use
1803 nbsd_pc_in_sigtramp.
1804 * mipsnbsd-tdep.c: Include nbsd-tdep.h.
1805 (mipsnbsd_pc_in_sigtramp): Use nbsd_pc_in_sigtramp.
1806 * nbsd-tdep.c: Include gdb_string.h.
1807 (nbsd_pc_in_sigtramp): New function.
1808 * nbsd-tdep.h (nbsd_pc_in_sigtramp): New prototype.
1809 * ppcnbsd-tdep.c (ppcnbsd_pc_in_sigtramp): New function.
1810 (ppcnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1811 ppcnbsd_pc_in_sigtramp.
1812 * shnbsd-tdep.c (shnbsd_pc_in_sigtramp): New function.
1813 (shnbsd_init_abi): Set gdbarch_pc_in_sigtramp to
1814 shnbsd_pc_in_sigtramp.
1815 * sparcnbsd-tdep.c (sparcnbsd_init_abi_elf): Set
1816 gdbarch_pc_in_sigtramp to nbsd_pc_in_sigtramp.
1817 * config/mips/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
1818
1819 2002-08-30 Pierre Muller <muller@ics.u-strasbg.fr>
1820
1821 * breakpoint.c (breakpoint_init_inferior): Reset the val field of
1822 watchpoints to NULL.
1823 (insert_breakpoints): set val field of watchpoints if NULL.
1824
1825
1826 2002-08-29 Jim Blandy <jimb@redhat.com>
1827
1828 * symtab.c (lookup_symbol_aux): In the cases where we find a
1829 minimal symbol of an appropriate name and use its address to
1830 select a symtab to read and search, use `name' (as passed to us)
1831 as the demangled name when searching the symtab's global and
1832 static blocks, not the minsym's name.
1833
1834 2002-08-29 Keith Seitz <keiths@redhat.com>
1835
1836 * stack.c (print_frame_info_base): Always set current_source_symtab
1837 and current_source_line.
1838
1839 2002-08-29 Donn Terry <donnte@microsoft.com>
1840
1841 * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
1842
1843 2002-08-28 Keith Seitz <keiths@redhat.com>
1844
1845 * stack.c (select_frame): Add FIXME concerning selected-frame
1846 events.
1847 (select_frame_command): Send selected-frame-level-changed
1848 event notification, but only if the level actually changed.
1849 (up_silently_base): Add selected-frame-level-changed event
1850 notification.
1851 (down_silently_base): Likewise.
1852
1853 2002-08-28 Andrew Cagney <ac131313@redhat.com>
1854
1855 * Makefile.in: Update dependencies for all gdb/*.c files.
1856
1857 2002-08-27 Tom Tromey <tromey@redhat.com>
1858
1859 * Makefile.in (osabi.o, i387-tdep.o, i386-linux-nat.o, lin-lwp.o,
1860 ax-gdb.o, signals.o, jv-valprint.o, c-valprint.o, cp-abi.o):
1861 Update dependencies.
1862 * i387-tdep.c: Include gdb_string.h.
1863 * osabi.c: Likewise.
1864 * i386-linux-nat.c: Likewise.
1865 * lin-lwp.c: Likewise.
1866 * ax-gdb.c: Likewise.
1867 * signals/signals.c: Likewise.
1868 * jv-valprint.c: Likewise.
1869 * p-lang.c: Likewise.
1870 * c-valprint.c: Likewise.
1871 * cp-abi.c: Likewise.
1872
1873 2002-08-27 Elena Zannoni <ezannoni@redhat.com>
1874
1875 * cli/cli-script.h (copy_command_lines): Export.
1876 * breakpoint.c: Include cli/cli-script.h.
1877 * Makefile.in (breakpoint.o): Update dependencies.
1878
1879 2002-08-26 Michael Snyder <msnyder@redhat.com>
1880
1881 * breakpoint.c (insert_breakpoints): Protect all references
1882 to 'process_warning'. Shorten long lines.
1883
1884 2002-08-26 Joel Brobecker <brobecker@gnat.com>
1885
1886 * cli/cli-script.c (copy_command_lines): New function.
1887 * defs.h (copy_command_lines): Export.
1888 * testsuite/gdb.base/commands.exp: New tests for commands
1889 attached to a temporary breakpoint, and for commands that
1890 delete the breakpoint they are attached to.
1891
1892 2002-08-26 Michael Snyder <msnyder@redhat.com>
1893
1894 * breakpoint.c (bpstat_stop_status): Instead of copying the
1895 pointer to the breakpoint commands struct, make a new copy
1896 of the struct and point to that.
1897 (bpstat_clear): Free the commands struct.
1898 (bpstat_clear_actions): Free the commands struct.
1899 (bpstat_do_actions): Free the command actions. Also execute
1900 the local cleanups, instead of deleting them.
1901 (delete_breakpoint): Leave the commands field of the bpstat
1902 chain alone -- it will be freed later.
1903
1904 2002-08-26 Kevin Buettner <kevinb@redhat.com>
1905
1906 * rs6000-tdep.c (altivec_register_p): Restore function inadvertently
1907 deleted in 2002-08-20 commit. This function is still used by
1908 ppc-linux-nat.c.
1909
1910 2002-08-26 Keith Seitz <keiths@redhat.com>
1911
1912 * gdb-events.sh: Add selected-frame-level-changed event.
1913 * gdb-events.c: Regenerated.
1914 * gdb-events.h: Regenerated.
1915
1916 2002-08-26 Stephane Carrez <stcarrez@nerim.fr>
1917
1918 Fix PR gdb/393:
1919 * inflow.c (terminal_save_ours): New function to save terminal
1920 settings.
1921 * inferior.h (terminal_save_ours): Declare.
1922 * target.c (debug_to_terminal_save_ours): New function.
1923 (cleanup_target): Defaults to_terminal_save_ours.
1924 (update_current_target): Inherit to_terminal_save_ours.
1925 (setup_target_debug): Set to_terminal_save_ours.
1926 * target.h (target_terminal_save_ours): New to save terminal settings.
1927 (target_ops): New member to_terminal_save_ours.
1928 * gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
1929 * hpux-thread.c (init_hpux_thread_ops): Likewise.
1930 * inftarg.c (init_child_ops): Likewise.
1931 * m3-nat.c (init_m3_ops): Likewise.
1932 * procfs.c (init_procfs_ops): Likewise.
1933 * wince.c (init_child_ops): Likewise.
1934 * win32-nat.c (init_child_ops): Likewise.
1935 * sol-thread.c (init_sol_thread_ops): Likewise.
1936
1937 2002-08-26 Mark Kettenis <kettenis@gnu.org>
1938
1939 * i386-tdep.c (i386_store_return_value): Undeprecate. Convert to
1940 use regcache_* functions.
1941 (i386_gdbarch_init): Set store_return_value instead of
1942 deprecated_store_return_value.
1943
1944 * regcache.c (regcache_raw_write_signed,
1945 regcache_raw_write_unsigned): New functions.
1946 * regcache.h (regcache_raw_write_signed,
1947 regcache_raw_write_unsigned): New prototypes.
1948
1949 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1950
1951 * Makefile.in (c-exp.tab.o, jv-exp.tab.o, f-exp.tab.o)
1952 (m2-exp.tab.o, p-exp.tab.o, ada-exp.tab.o): Move to before the
1953 source file dependencies. Cleanup corresponding generator rules.
1954
1955 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1956
1957 * regcache.h (register_offset_hack): Declare.
1958 (regcache_cooked_read_using_offset_hack): Declare.
1959 (regcache_cooked_write_using_offset_hack): Declare.
1960
1961 * regcache.c (register_offset_hack): New function.
1962 (regcache_cooked_read_using_offset_hack): New function.
1963 (regcache_cooked_write_using_offset_hack): New function.
1964 (regcache_dump): Check that the registers, according to their
1965 offset, are packed hard against each other.
1966 (cooked_xfer_using_offset_hack): New function.
1967
1968 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1969
1970 * regcache.c (struct regcache_descr): Add field register_type.
1971 (init_legacy_regcache_descr): Pass a pre-allocated regcache_descr
1972 in as a parameter
1973 (init_regcache_descr): Initialize register_type. Pass the descr
1974 to init_legacy_regcache_descr. Use register_type instead of
1975 REGISTER_VIRTUAL_TYPE.
1976 (register_type): New function.
1977 (regcache_dump): Replace REGISTER_VIRTUAL_TYPE with register_type.
1978 * regcache.h (register_type): Declare.
1979
1980 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1981
1982 * rs6000-tdep.c (rs6000_gdbarch_init): Set store_struct_return
1983 instead of deprecated_store_return_value. Fix fallout from
1984 2002-08-23 Andrew Cagney <cagney@redhat.com>.
1985
1986 2002-08-25 Andrew Cagney <ac131313@redhat.com>
1987
1988 * regcache.c (max_register_size): New function.
1989 (init_legacy_regcache_descr): Ensure that max_register_size is
1990 large enough for REGISTER_VIRTUAL_SIZE.
1991 * regcache.h (max_register_size): Declare.
1992
1993 2002-08-24 Andrew Cagney <ac131313@redhat.com>
1994
1995 * rs6000-tdep.c (rs6000_gdbarch_init): Use deprecated version of
1996 store_return_value.
1997 (e500_extract_return_value): Change type of valbuf pointer to
1998 void.
1999
2000 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2001
2002 * PROBLEMS: Clarify problems with FreeBSD's compiler and suggest
2003 workaround.
2004
2005 * valprint.c (print_longest) [CC_HAS_LONG_LONG &&
2006 PRINTF_HAS_LONG_LONG]: Cast val_long to (long long) or (unsigned
2007 long long) to prevent compiler warning on 64-bit systems.
2008
2009 2002-08-23 Andrew Cagney <cagney@redhat.com>
2010
2011 * gdbarch.sh (STORE_RETURN_VALUE): Add regcache parameter.
2012 (DEPRECATED_STORE_RETURN_VALUE): New method.
2013 (EXTRACT_RETURN_VALUE): Make buffer parameter a void pointer.
2014 * gdbarch.h, gdbarch.c: Re-generate.
2015
2016 * values.c (set_return_value): Pass current_regcache to
2017 STORE_RETURN_VALUE.
2018 * arch-utils.h (legacy_store_return_value): Declare.
2019 * arch-utils.c (legacy_store_return_value): New function.
2020 (legacy_extract_return_value): Update parameters.
2021
2022 * config/pa/tm-hppa.h (DEPRECATED_STORE_RETURN_VALUE): Rename
2023 STORE_RETURN_VALUE.
2024 * config/pa/tm-hppa64.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2025 * config/sparc/tm-sparc.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2026 * config/z8k/tm-z8k.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2027 * config/sparc/tm-sparclet.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2028 * config/mn10200/tm-mn10200.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2029 * config/m68k/tm-linux.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2030 * config/m68k/tm-delta68.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2031 * config/m32r/tm-m32r.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2032 * config/h8500/tm-h8500.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2033 * config/h8300/tm-h8300.h (DEPRECATED_STORE_RETURN_VALUE): Ditto.
2034
2035 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2036 * i386-tdep.c (i386_extract_return_value): Update.
2037 * arch-utils.c (legacy_extract_return_value): Update.
2038 * frv-tdep.c (frv_gdbarch_init): Update.
2039 * cris-tdep.c (cris_gdbarch_init): Update.
2040 * d10v-tdep.c (d10v_gdbarch_init): Update.
2041 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
2042 * m68k-tdep.c (m68k_gdbarch_init): Update.
2043 * mcore-tdep.c (mcore_gdbarch_init): Update.
2044 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2045 * s390-tdep.c (s390_gdbarch_init): Update.
2046 * sparc-tdep.c (sparc_gdbarch_init): Update.
2047 * sh-tdep.c (sh_gdbarch_init): Update.
2048 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
2049 * v850-tdep.c (v850_gdbarch_init): Update.
2050 * avr-tdep.c (avr_gdbarch_init): Update.
2051 * ia64-tdep.c (ia64_gdbarch_init): Update.
2052 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
2053 * vax-tdep.c (vax_gdbarch_init): Update.
2054 * alpha-tdep.c (alpha_gdbarch_init): Update.
2055 * arm-tdep.c (arm_gdbarch_init): Update.
2056 * mips-tdep.c (mips_gdbarch_init): Update.
2057 * i386-tdep.c (i386_gdbarch_init): Update.
2058
2059 2002-08-23 Andrew Cagney <ac131313@redhat.com>
2060
2061 * config/djgpp/fnchange.lst: Add entries for bfd/elf32-ppcqnx.c,
2062 bfd/elf32-ppc.c, bfd/elf32-sh.c and bfd/elf32-shqnx.c.
2063
2064 2002-08-24 Mark Kettenis <kettenis@gnu.org>
2065
2066 * PROBLEMS: Refer to GDB 5.3 instead of 5.2. Mention FreeBSD
2067 problems.
2068
2069 2002-08-23 Joel Brobecker <brobecker@gnat.com>
2070
2071 * infrun.c (handle_inferior_event): Move a comment outside of a
2072 function call, in order to avoid indent reformatting this part
2073 of the code in an unreadable way.
2074
2075 2002-08-23 Grace Sainsbury <graces@redhat.com>
2076
2077 * infrun.c (normal_stop, proceed): Remove call to print_sys_errmsg
2078 when breakpoints fail. Move general breakpoint error messages to
2079 insert_breakpoints.
2080 * breakpoint.c (insert_breakpoints): Change warnings when
2081 breakpoints are nto inserted to specify the type. Remove call to
2082 memory_error when hardware breakpoints can't be inserted. Remove
2083 multiple calls to warning so all messages are sent to the user at
2084 once.
2085 (delete_breakpoints): Make insert error messsages more explicit.
2086
2087 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2088
2089 * ChangeLog: Move gdbserver entries after GDB 5.2 to
2090 gdbserver/ChangeLog.
2091
2092 2002-08-23 Mark Kettenis <kettenis@gnu.org>
2093
2094 * i386-tdep.c: Include "objfiles.h".
2095 (i386_svr4_init_abi): Set in_solib_call_trampoline and
2096 skip_trampoline_code.
2097 * config/i386/tm-i386v4.h: Don't include "config/tm-sysv4.h".
2098 (CPLUS_MARKER): Define to '.'.
2099
2100 * linux-proc.c (struct linux_corefile_thread_data): Add num_notes
2101 member.
2102 (linux_corefile_thread_callback): Increase args->num_notes.
2103 (linux_make_note_section): Initialize thread_args.num_notes, and
2104 use it to determine whether notes for any threads were created.
2105
2106 2002-08-23 Donn Terry <donnte@microsoft.com>
2107
2108 * proc-api.c (rw_table): Do not include a row for PCDSTOP if the
2109 corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
2110 and PCUNKILL.
2111 (write_with_trace): Conditionalize out the switch branch handling
2112 PCSHOLD if the corresponding macro is not defined. Likewise for
2113 PRSABORT and PRSTOP.
2114 This change will be needed by the Interix port.
2115
2116 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2117
2118 * ppc-sysv-tdep.c (ppc_sysv_abi_push_arguments): use
2119 write_register wherever possible instead of manipulating the
2120 register bytes directly.
2121 Assign VALUE_CONTENTS to a variable and use that.
2122 The GPR numbers are now dependent on the architecture.
2123
2124 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2125
2126 * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and
2127 ev_offset fields.
2128 (skip_prologue): Add support for BookE/e500 instructions.
2129 (e500_extract_return_value): New function.
2130 (frame_get_saved_regs): Add support for saving ev registers and
2131 pseudo gpr's.
2132 (e500_store_return_value): New function.
2133 (rs6000_gdbarch_init): Move up default intializations of
2134 deprecated_extract_return_value and store_return_value. Overwrite
2135 init of store_return_value with e500 specific version.
2136 Set extract_return_value for e500.
2137
2138 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2139
2140 * blockframe.c (generic_call_dummy_register_unwind): Use
2141 regcache_cooked_read to catch cases in which the variable is
2142 stored in a pseudo register.
2143
2144 2002-08-22 Andrew Cagney <cagney@redhat.com>
2145
2146 * NEWS: Mention that the i960 has been made obsolete.
2147 * Makefile.in (SFILES): Delete remote-nrom.c, remote-nindy.c and
2148 i960-tdep.c
2149 (remote-nrom.o): Obsolete target.
2150 (remote-nindy.o, i960-tdep.o): Ditto.
2151 * remote-nrom.c: Make file obsolete.
2152 * remote-nindy.c, remote-vx960.c: Ditto.
2153 * config/i960/vxworks960.mt, config/i960/nindy960.mt: Ditto.
2154 * config/i960/mon960.mt, config/i960/tm-i960.h: Ditto.
2155 * config/i960/tm-vx960.h, config/i960/tm-nindy960.h: Ditto.
2156 * config/i960/tm-mon960.h, i960-tdep.c: Ditto.
2157 * configure.tgt: Make i960-*-bout*, i960-nindy-coff*,
2158 i960-*-coff*, i960-nindy-elf*, i960-*-elf*, i960-*-nindy* and
2159 i960-*-vxworks* obsolete.
2160 * MAINTAINERS: Note that the i960 is obsolete.
2161
2162 2002-08-21 Corinna Vinschen <vinschen@redhat.com
2163
2164 * aix-thread.c (aix_thread_detach): Disable thread debugging on
2165 detach to allow reinitialization.
2166
2167 2002-08-22 Andrew Cagney <ac131313@redhat.com>
2168
2169 * MAINTAINERS: Change the s390 target to s390-linux-gnu (second
2170 attempt).
2171
2172 2002-08-22 Jim Blandy <jimb@redhat.com>
2173
2174 * coffread.c (coff_symfile_read): Don't try to read the line
2175 number table from disk if the image file doesn't have a symbol
2176 table; we'll never actually look at the info anyway, and Windows
2177 ships DLL's with bogus file offsets for the line number data.
2178
2179 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
2180
2181 * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have
2182 an e500 executable.
2183
2184 2002-08-21 Michael Snyder <msnyder@redhat.com>
2185
2186 * mips-tdep.c (MSYMBOL_IS_SPECIAL): Replace macro with function.
2187 (MSYMBOL_SIZE): Replace macro with function.
2188 (DEFAULT_MIPS_TYPE): Delete unused macro.
2189 * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2190 * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro.
2191
2192 2002-08-21 Jim Blandy <jimb@redhat.com>
2193
2194 * valops.c (value_cast): Simplify and correct logic for doing a
2195 static cast from a pointer to a base class to a pointer to a
2196 derived class.
2197
2198 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2199
2200 * infcmd.c (default_print_registers_info): Replace
2201 do_registers_info.
2202 (registers_info): Use gdbarch_print_registers_info instead of
2203 DO_REGISTERS_INFO.
2204 * inferior.h (default_print_registers_info): Replace
2205 do_registers_info.
2206 * gdbarch.sh (PRINT_REGISTERS_INFO): New method.
2207 (DO_REGISTERS_INFO): Change to a predicate function.
2208 * gdbarch.h, gdbarch.c: Regenerate.
2209
2210 2002-08-21 Keith Seitz <keiths@redhat.com>
2211
2212 * gdb-events.sh: Add target-changed event.
2213 * gdb-events.c: Regenerated.
2214 * gdb-events.c: Regenerated.
2215 * valops.c (value_assign): Add target-changed event notification
2216 to inlval_register, lval_memory, and lval_reg_frame_relative.
2217
2218 2002-08-21 Joel Brobecker <brobecker@gnat.com>
2219
2220 * NEWS: Add an entry regarding the improvement of the next/step
2221 operation on Alpha Tru64 multi-processor machines.
2222
2223 2002-08-21 Andrew Cagney <ac131313@redhat.com>
2224
2225 * Makefile.in: Update dependencies for mi/ cli/ and tui/
2226 directores.
2227 * Makefile.in: Update all _h macro definitions.
2228 * Makefile.in (install-gdbtk): Move to install section.
2229 (rdi-share/libangsd.a): Move to end of file.
2230
2231 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2232
2233 * frame.c (frame_register_unwind): When a register, set addrp to
2234 the register's byte.
2235
2236 2002-08-20 Michael Snyder <msnyder@redhat.com>
2237
2238 * mips-tdep.c (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): These are only
2239 used locally, so move them from the target machine header to here.
2240 (mips_set_processor_type, mips_register_name, mips32_next_pc,
2241 mips16_next_pc, cached_proc_desc, mips_set_processor_type):
2242 Make static.
2243 * config/mips/tm-mips.h (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Delete.
2244
2245 2002-08-20 Andrew Cagney <cagney@redhat.com>
2246
2247 * NEWS: Mention that the Apollo line was made obsolete.
2248 * configure.tgt: Make m68*-apollo*-bsd*, m68*-hp-bsd*, and
2249 m68*-hp-hpux* obsolete.
2250 * configure.host: Make m68*-apollo*-sysv*, m68*-apollo*-bsd*,
2251 m68*-hp-bsd* and m68*-hp-hpux* obsolete.
2252 * buildsym.c (make_blockvector): Make static.
2253 * buildsym.h (make_blockvector): Make extern declaration obsolete.
2254 * Makefile.in (HFILES_NO_SRCDIR): Remove dst.h
2255 (ALLDEPFILES): Remove dstread.c.
2256 (dstread.o): Obsolete make rule.
2257 * dstread.c: Makefile obsolete.
2258 * dst.h: Ditto.
2259 * config/m68k/hp300hpux.mt: Ditto.
2260 * config/m68k/hp300hpux.mh: Ditto.
2261 * config/m68k/hp300bsd.mt: Ditto.
2262 * config/m68k/hp300bsd.mh: Ditto.
2263 * config/m68k/apollo68b.mt: Ditto.
2264 * config/m68k/apollo68v.mh: Ditto.
2265 * config/m68k/apollo68b.mh: Ditto.
2266
2267 2002-08-20 Michael Snyder <msnyder@redhat.com>
2268
2269 * mips-tdep.c (mips_in_return_stub): Make static.
2270 (mips_gdbarch_init): Set in_solib_return_trampoline.
2271 * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
2272
2273 2002-08-20 Michael Snyder <msnyder@redhat.com>
2274
2275 * gdbarch.sh (IN_SOLIB_RETURN_TRAMPOLINE): Add.
2276 * gdbarch.c, gdbarch.h: Regenerate.
2277 * arch-utils.c, arch-utils.h (generic_in_solib_return_trampoline):
2278 Add.
2279 * infrun.c (IN_SOLIB_RETURN_TRAMPOLINE): Delete default definition.
2280
2281 2002-08-20 Michael Snyder <msnyder@redhat.com>
2282
2283 * mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static.
2284 (mips_gdbarch_init): Set skip_trampoline_code,
2285 in_solib_call_trampoline.
2286 * config/mips/tm-mips.h (REGISTER_NAME): Delete.
2287 (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
2288
2289 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2290
2291 * ppc-tdep.h (struct gdbarch_tdep): Add ev registers.
2292
2293 * rs6000-tdep.c (rs6000_register_virtual_type): Return 64 bit
2294 vector type for ev registers.
2295 (e500_pseudo_register_read): New function.
2296 (e500_pseudo_register_write): New function.
2297 (e500_dwarf2_reg_to_regnum): New function.
2298 (PPC_UISA_NOFP_SPRS): New macro.
2299 (PPC_EV_REGS): New macro.
2300 (PPC_GPRS_PSEUDO_REGS): New macro.
2301 (registers_e500): New register set for e500.
2302 (variants): Add e500 variant.
2303 (rs6000_gdbarch_init): Move setting of pc, sp, fp regnums to
2304 before setting architectural dependent variations. Initialize ev
2305 registers numbers. Add case for e500 architecture. Set the
2306 number of pseudo registers.
2307
2308 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2309
2310 * rs6000-tdep.c: Clean up comments.
2311
2312 2002-08-20 Andrew Cagney <cagney@redhat.com>
2313
2314 * h8300-tdep.c: Re-indent file.
2315
2316 2002-08-20 Jim Blandy <jimb@redhat.com>
2317
2318 * Makefile.in (LDFLAGS): Allow the configure script to establish a
2319 default for this.
2320
2321 2002-08-20 Keith Seitz <keiths@redhat.com>
2322
2323 * breakpoints.c (watch_command_1): Use internal breakpoint
2324 when setting a watchpoint_scope breakpoint.
2325
2326 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2327
2328 * gdbtypes.c (build_builtin_type_vec64): Add name to type.
2329 (build_builtin_type_vec64i): Ditto.
2330 (build_builtin_type_vec128): Ditto.
2331 (build_builtin_type_vec128i): Ditto.
2332
2333 2002-08-19 Michael Snyder <msnyder@redhat.com>
2334
2335 * config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
2336 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
2337 (FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
2338 POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
2339 (CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
2340 CALL_DUMMY_ADDRESS): Delete.
2341 * mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
2342 mips_msymbol_is_special, mips_fix_call_dummy): New functions.
2343 (mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
2344 push_dummy_frame, fix_call_dummy, init_extra_frame_info,
2345 push_return_address.
2346 (mips_register_raw_size, mips_eabi_use_struct_convention,
2347 mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
2348 mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
2349 mips_init_extra_frame_info, mips_eabi_push_arguments,
2350 mips_n32n64_push_arguments, mips_push_return_address,
2351 mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
2352 mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2353
2354 2002-08-19 Michael Snyder <msnyder@redhat.com>
2355
2356 * mips-tdep.c (mips_frame_num_args): New function.
2357 (mips_gdbarch_init): Set frame_chain, frameless_function_invocation,
2358 frame_saved_pc, frame_args_address, frame_locals_address,
2359 frame_num_args, and frame_args_skip.
2360 * config/mips/tm-mips.h (FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION,
2361 FRAME_SAVED_PC, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
2362 FRAME_NUM_ARGS, FRAME_ARGS_SKIP): Delete.
2363 * config/mips/tm-mipsv4.h (FRAME_CHAIN_VALID): Delete.
2364
2365 2002-08-20 Michael Snyder <msnyder@redhat.com>
2366
2367 * config/mips/tm-mips.h (STORE_STRUCT_RETURN): Delete.
2368 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
2369 * mips-tdep.c (mips_store_struct_return): New function.
2370 (mips_extract_struct_value_address): New function.
2371 (mips_gdbarch_init): Set store_struct_return and
2372 extract_struct_value_address.
2373
2374 2002-08-20 David Carlton <carlton@math.stanford.edu>
2375
2376 * dwarf2read.c (dwarf2_build_psymtabs): Check that
2377 dwarf_line_offset is nonzero before creating dwarf_line_buffer.
2378 (read_file_scope): Check that line_header is nonzero before
2379 decoding macro information.
2380
2381 2002-08-20 Mark Kettenis <kettenis@gnu.org>
2382
2383 * i386-tdep.h (FP_REGNUM_P): Change such that we don't incorrectly
2384 flag the general-purpose registers as floating-point on targets
2385 that don't support the floating-point registers.
2386
2387 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2388
2389 * rs6000-tdep.c (altivec_register_p): Delete.
2390 (rs6000_do_altivec_registers): Delete.
2391 (rs6000_altivec_registers_info): Delete.
2392 (rs6000_do_registers_info): Delete.
2393 (_initialize_rs6000_tdep): Remove command 'info powerpc altivec'.
2394 (rs6000_gdbarch_init): Remove setting of do_registers_info.
2395
2396 2002-08-20 Elena Zannoni <ezannoni@redhat.com>
2397
2398 * infcmd.c (do_registers_info): Print vector registers in hex
2399 format only.
2400 (print_vector_info): Check that printing registers
2401 makes sense.
2402 (print_float_info): Ditto.
2403
2404 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2405
2406 * mips-tdep.c (mips_gdbarch_init): Update.
2407 (mips_o32_extract_return_value): Rewrite.
2408 (mips_o32_store_return_value): Rewrite.
2409 (mips_o32_xfer_return_value): New function.
2410 (mips_xfer_register): Tweak debug print message. Allow for
2411 buf_offset when dumping the value transfered.
2412
2413 2002-08-20 Andrew Cagney <ac131313@redhat.com>
2414
2415 * config/mips/tm-nbsd.h (MIPS_DEFAULT_ABI): Delete.
2416 * config/mips/tm-linux.h (MIPS_DEFAULT_ABI): Delete.
2417 * config/mips/tm-irix5.h (MIPS_DEFAULT_ABI): Delete.
2418 * config/mips/tm-irix6.h (MIPS_DEFAULT_ABI): Delete.
2419 * mips-tdep.c (mips_gdbarch_init) [MIPS_DEFAULT_ABI]: Delete code.
2420
2421 2002-08-14 Michael Snyder <msnyder@redhat.com>
2422
2423 * mips-tdep.c (mips_frame_chain): Check for call-dummy frames.
2424
2425 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2426
2427 * rs6000-tdep.c (struct reg): Add field to indicate a pseudo
2428 register.
2429 (P): New macro to define a register as a pseudo register.
2430 (R, R4, R8, R16, FR32, R64, R0): Updated.
2431 (struct variant): Add new fields for number of pseudo registers
2432 and number of total registers.
2433 (tot_num_registers): New macro replacing....
2434 (num_registers): ...deleted macro.
2435 (num_registers): New function.
2436 (num_pseudo_registers): New function.
2437 (variants): Update all variants to intialize new fields correctly.
2438 Postpone initialization of number of pseudo regs and real regs.
2439 (init_variants): New function.
2440 (rs6000_gdbarch_init): Initialize variants. Update calculation of
2441 registers offsets.
2442
2443 2002-08-19 David Carlton <carlton@math.stanford.edu>
2444
2445 * valops.c (search_struct_field): Change error message to treat
2446 return value of 0 from value_static_field as meaning that field is
2447 optimized out.
2448 (value_struct_elt_for_reference): Ditto.
2449 * values.c (value_static_field): Treat an unresolved location the
2450 same as a nonexistent symbol. Fix PR gdb/635.
2451 * gnu-v2-abi.c (gnuv2_value_rtti_type): Eliminate test for being
2452 enclosed. Fix PR gdb/574.
2453 * MAINTAINERS: Add self to Write After Approval list.
2454
2455 2002-08-19 Andrew Cagney <ac131313@redhat.com>
2456
2457 * mips-tdep.c (mips_xfer_register): New function.
2458 (mips_n32n64_extract_return_value): Rewrite.
2459 (mips_gdbarch_init): For N32 and N64, set extract_return_value
2460 instead of deprecated_extract_return_value.
2461
2462 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
2463
2464 * rs6000-tdep.c (TDEP): Delete macro.
2465 (branch_dest): Replace use of TDEP macro with its body.
2466 (rs6000_pop_frame): Ditto.
2467 (rs6000_push_arguments): Ditto.
2468 (rs6000_skip_trampoline_code): Ditto.
2469 (rs6000_frame_saved_pc): Ditto.
2470 (rs6000_frame_chain): Ditto.
2471 (rs6000_register_name): Ditto.
2472 (rs6000_register_byte): Ditto.
2473 (rs6000_register_raw_size): Ditto.
2474 (rs6000_register_virtual_type): Ditto.
2475 (rs6000_register_convertible): Ditto.
2476 (rs6000_convert_from_func_ptr_addr): Ditto.
2477
2478 2002-08-19 Daniel Jacobowitz <drow@mvista.com>
2479
2480 * config/mips/tm-linux.h (REALTIME_LO, REALTIME_HI): Define
2481 conditionally.
2482 (JB_PC, JB_ELEMENT_SIZE): Rename to MIPS_LINUX_JB_PC and
2483 MIPS_LINUX_JB_ELEMENT_SIZE.
2484 * mips-linux-tdep.c (supply_gregset, fill_gregset): Use alloca
2485 for MAX_REGISTER_RAW_SIZE arrays.
2486 (mips_linux_get_longjmp_target): Use MIPS_LINUX_JB_PC and
2487 MIPS_LINUX_JB_ELEMENT_SIZE.
2488
2489 2002-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2490
2491 * i387-tdep.c (i387_print_float_info): Fix typo in comment.
2492
2493 2002-08-19 Aidan Skinner <aidan@velvet.net>
2494
2495 * Makefile.in (SFILES): Add ada-exp.y ada-lang.c ada-typeprint.c
2496 ada-valprint.c ada-tasks.c.
2497 (YYFILES): Add ada-exp.y.
2498 (ada-exp.tab.c ada-lex.c ada-lang.o): New target.
2499 (ada-tasks.o ada-typeprint.o ada-valprint.o): New target.
2500 (ada-exp.tab.o): New target.
2501
2502 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2503
2504 * regcache.c (regcache_xfer_part): New function.
2505 (regcache_raw_read_part): New function.
2506 (regcache_raw_write_part): New function.
2507 (regcache_cooked_read_part): New function.
2508 (regcache_cooked_write_part): New function.
2509 * regcache.h (regcache_raw_read_part): Declare.
2510 (regcache_raw_write_part): Declare.
2511 (regcache_cooked_read_part): Declare.
2512 (regcache_cooked_write_part): Declare.
2513
2514 2002-08-18 Daniel Jacobowitz <drow@mvista.com>
2515
2516 * remote.c (remote_open_1): Add async_p.
2517 (remote_async_open_1): Delete.
2518 (open_remote_target): Delete.
2519 (remote_open, extended_remote_open): Update calls to remote_open_1.
2520 (remote_async_open, extended_remote_async_open): Call
2521 remote_open_1 instead of remote_async_open_1.
2522
2523 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2524
2525 * blockframe.c: Fix a few coding standard violations.
2526
2527 2002-08-19 Mark Kettenis <kettenis@gnu.org>
2528
2529 * config/i386/nm-i386sco5.h (START_INFERIOR_TRAPS_EXPECTED): Moved
2530 here from ...
2531 * config/i386/tm-i386sco5.h: ... here. File removed.
2532 * config/i386/i386sco5.mt (TM_FILE): Set to tm-i386v4.h.
2533
2534 * config/i386/nm-i386v.h (START_INFERIOR_TRAPS_EXPECTED): New define.
2535 * config/i386/i386aout.mt (TDEPFILES): Add i387-tdep.o
2536 (TM_FILE): Set to tm-i386.h.
2537 * config/i386/i386v.mt (TM_FILE): Set to tm-i386.h.
2538 * config/i386/tm-i386v.h: Remove file.
2539 * config/i386/tm-ptx.h [!SEQUENT_PTX4]: Include "i386/tm-i386.h"
2540 instead of "i386/tm-i386v.h".
2541 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2542 * config/i386/tm-symmetry: Include "i386/tm-i386.h" instead of
2543 "i386/tm-i386v.h".
2544 (START_INFERIOR_TRAPS_EXPECTED): Remove define.
2545 * config/i386/tm-vxworks.h: Include "i386/tm-i386.h" instead of
2546 "i386/tm-i386.h".
2547
2548 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2549
2550 * config/i386/nm-i386v.h: Add protection against
2551 multiple-inclusion.
2552 (i386_register_u_addr): Remove prototype.
2553 (register_u_addr): New prototype.
2554 (REGISTER_U_ADDR): Redefine accordingly.
2555 * i386v-nat.c: Improve several comments.
2556 (i386_register_u_addr): Change signature and rename to
2557 register_u_addr. Use FP_REGNUM_P. Rewrite slightly to get rid of
2558 ubase variable.
2559
2560 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2561
2562 * config/mips/tm-mips.h (STORE_RETURN_VALUE): Delete macro.
2563 (DEPRECATED_EXTRACT_RETURN_VALUE): Delete macro.
2564 * mips-tdep.c (mips_gdbarch_init): Set store_return_value and
2565 deprecated_extract_return_value.
2566 (mips_o32_push_arguments, mips_o64_push_arguments): Clone and
2567 rename mips_o32o64_push_arguments.
2568 (mips_gdbarch_init): Update.
2569 (mips_extract_return_value): Delete.
2570 (mips_o32_extract_return_value): Clone mips_extract_return_value.
2571 (mips_o64_extract_return_value): Clone mips_extract_return_value.
2572 (mips_eabi_extract_return_value): Clone mips_extract_return_value.
2573 (mips_n32n64_extract_return_value): Clone
2574 mips_extract_return_value.
2575 (mips_store_return_value): Delete.
2576 (mips_o32_store_return_value): Clone mips_store_return_value.
2577 (mips_o64_store_return_value): Clone mips_store_return_value.
2578 (mips_eabi_store_return_value): Clone mips_store_return_value.
2579 (mips_n32n64_store_return_value): Clone mips_store_return_value.
2580
2581 2002-08-18 Aidan Skinner <aidan@velvet.net>
2582
2583 * ada-lang.c: Use gdb_string.h instead of <string.h>.
2584 * ada-typeprint.c: Use gdb_string.h instead of <string.h>.
2585
2586 2002-08-18 Aidan Skinner <aidan@velvet.net>
2587
2588 * ada-lang.c: Run through gdb_indent.sh.
2589 * ada-lang.h: Run through gdb_indent.sh.
2590 * ada-tasks.c: Run through gdb_indent.sh.
2591 * ada-typeprint.c: Run through gdb_indent.sh.
2592 * ada-valprint.c: Run through gdb_indent.sh.
2593
2594 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2595
2596 * osabi.c (gdbarch_init_osabi): Don't complain about an unknown
2597 ABI.
2598
2599 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2600
2601 * i386b-nat.c [FETCH_INFERIOR_REGISTERS]: Remove dead code.
2602
2603 * config/i386/nm-i386bsd.h (FLOAT_INFO): Remove redundant #undef.
2604 * i386b-nat.c [FLOAT_INFO]: Remove dead code.
2605
2606 * i386-tdep.c (i386_do_pop_frame, i386_store_return_value): Call
2607 write_register_gen instead of write_register_bytes.
2608
2609 * NEWS: Mention that the i[3456]-*mach3*, i[3456]-*-mach* and
2610 i[3456]-*-osf1mk* configurations have been made obsolete.
2611 * configure.host: Make i[3456]86-*-mach3*, i[3456]86-*mach* and
2612 i[3456]86-*-osf1mk* hosts obsolete.
2613 * confighure.tgt: Make i[3456]86-*-mach3*, i[3456]86-*-osf1mk*
2614 targets obsolete.
2615 * config/i386/i386mach.mh, config/i386/nm-i386mach.h,
2616 config/i386/xm-i386mach.h, config/i386/i386m3.mh,
2617 config/i386/i386m3.mt, config/i386/nm-m3.h,
2618 config/i386/tm-i386m3.h, config/i386/xm-i386m3.h,
2619 config/i386/i386mk.mh, config/i386/i386mk.mt,
2620 config/i386/tm-i386mk.h, config/i386/xm-i386mk.h: Make files
2621 obsolete.
2622 * i386mach-nat.c, i386m3-nat.c: Make files obsolete.
2623 * Makefile.in (ALLDEPFILES): Remove i386mach.c i386m3-nat.c
2624 (i386mach-nat.o, i386m3-nat.o):Make targets obsolete.
2625
2626 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2627
2628 * config/pa/tm-hppa.h (hppa_store_return_value): Declare.
2629 (hppa_value_returned_from_stack): Declare.
2630 (hppa_extract_return_value): Declare.
2631 * config/pa/hppa.mt: New file.
2632 * configure.tgt: Recognize hppa*-*-*.
2633 * MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
2634
2635 2002-08-18 Mark Kettenis <kettenis@gnu.org>
2636
2637 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Fix typo in
2638 comment.
2639
2640 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2641
2642 * top.c (gdb_rl_operate_and_get_next): Make sure
2643 operate-and-get-next functions correctly even when the history
2644 list is completely filled.
2645
2646 2002-08-18 Andrew Cagney <ac131313@redhat.com>
2647
2648 * MAINTAINERS (Target Instruction Set Architectures): Rename
2649 Target/Architectures. Replace vax-dec-vms5.5 with vax-netbsd.
2650 Replace s390-linux with s390-linux-gnu. Remove i386-aout,
2651 mcore-pe, mips64-elf, sparc64-elf. Remove i586-pc-msdosdjgpp,
2652 already listed under Host/Native.
2653
2654 * configure.tgt: Combine i[3456]86-*-coff*, i[3456]86-*-elf*,
2655 i[3456]86-*-pe*, and i[3456]86-*-aout* into i[3456]86-*-*. Add
2656 mips*-*-*.
2657
2658 2002-08-17 Andrew Cagney <ac131313@redhat.com>
2659
2660 * config/ia64/ia64.mt: New file.
2661 * config/alpha/alpha.mt: New file.
2662 * MAINTAINERS: Change the alpha target to alpha-elf and IA-64 to
2663 ia64-linux-gnu. Mention that ia64-elf is broken.
2664 * configure.tgt: Add alpha*-*-* and ia64*-*-* patterns.
2665
2666 2002-08-17 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
2667
2668 * i386-tdep.c (i386_svr4_init_abi, i386_nw_init_abi): Use
2669 generic_func_frame_valid instead of func_frame_valid.
2670
2671 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2672
2673 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Unfortunately,
2674 procfs appears to be broken when debugging on multi-processor
2675 machines. So enable software single stepping in order to avoid
2676 using the procfs interface to do next/step operations, using
2677 internal breakpoints instead.
2678
2679 * infrun.c (handle_inferior_event): Readjust the stop_pc by
2680 DECR_PC_AFTER_BREAK when hitting a single step breakpoint, to
2681 make this pc address equal to the value it would have if the
2682 system stepping capability was used. Also set a new flag used
2683 to ensure that we don't readjust the PC one more time later.
2684
2685 * breakpoint.c (bpstat_stop_status): Do not adjust the PC
2686 address by DECR_PC_AFTER_BREAK when software single step is
2687 in use for this architecture, as this has already been taken
2688 care of in handle_inferior_event().
2689
2690 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2691
2692 * infrun.c (handle_inferior_event): Minor reformatting, to make
2693 a rather long condition expression easier to read.
2694
2695 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2696
2697 * Makefile.in (gdbtk.o): Move to end of file.
2698 (gdbtk-bp.o, gdbtk-cmds.o): Ditto.
2699 (gdbtk-hooks.o, gdbtk-register.o): Ditto.
2700 (gdbtk-stack.o, gdbtk-varobj.o): Ditto.
2701 (gdbtk-wrapper.o, gdbres.o): Ditto.
2702
2703 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2704
2705 * Makefile.in (copying.o): Separate out compile rule.
2706 (hpux-thread.o, procfs.o, signals.o): Ditto.
2707 (v850ice.o, z8k-tdep.o): Ditto.
2708 (tui-file.o): Move to TUI section.
2709 (xdr_ptrace.o, xdr_rdb.o, xdr_ld.o): Move to separate section.
2710 (nindy.o, Onindy.o, ttyflush.o): Move to separate section.
2711
2712 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2713
2714 * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from
2715 skip_trampoline_code, for better namespace-proofing.
2716
2717 * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration.
2718
2719 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2720
2721 * config/i386/tm-cygwin.h: Remove some "#if 0"'ed macros.
2722
2723 2002-08-16 Joel Brobecker <brobecker@gnat.com>
2724
2725 * infrun.c (handle_inferior_event): When receiving a SIGTRAP
2726 signal, check whether we hit a breakpoint before checking for a
2727 single step breakpoint. Otherwise, GDB fails to notice that a
2728 breakpoint has been hit when stepping onto a breakpoint.
2729
2730 2002-08-16 Keith Seitz <keiths@redhat.com>
2731
2732 * gdb-events.sh (clear_gdb_event_hooks): New function.
2733 * gdb-events.c: Regenerate.
2734 * gdb-events.h: Regenerate.
2735
2736 2002-08-16 Andrew Cagney <ac131313@redhat.com>
2737
2738 * breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
2739 not_a_sw_breakpoint.
2740 * breakpoint.h (bpstat_stop_status): Add parameter names.
2741
2742 2002-08-16 Grace Sainsbury <graces@redhat.com>
2743
2744 * remote.c (remote_insert_hw_breakpoint)
2745 (remote_remove_hw_breakpoint): Fix calculation of length field
2746 for Z-packet.
2747
2748 2002-08-15 Michael Snyder <msnyder@redhat.com>
2749
2750 * irix5-nat.c (supply_gregset): Allocate plenty-big buffer
2751 (32 bytes) instead of using MAX_REGISTER_RAW_SIZE.
2752 (supply_fpregset): Ditto.
2753
2754 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_VIRTUAL,
2755 REGISTER_CONVERT_TO_RAW, REGISTER_CONVERTIBLE,
2756 MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE): Delete.
2757 (TARGET_READ_SP): Delete.
2758 (DO_REGISTERS_INFO): Delete.
2759 (FUNCTION_START_OFFSET, IN_SIGTRAMP, REGISTER_VIRTUAL_SIZE):
2760 Delete.
2761 (REGISTER_CONVERT_FROM_TYPE, REGISTER_CONVERT_TO_TYPE): Convert
2762 from macros to functions.
2763
2764 * mips-tdep.c (mips_gdbarch_init): Set the above in the gdbarch.
2765 (mips_register_convertible, mips_register_convert_to_virtual,
2766 mips_register_convert_to_raw): Make static.
2767 (mips_read_sp): New function.
2768 (mips_gdbarch_init): Set gdbarch read_sp to mips_read_sp.
2769 (mips_do_registers_info): Make static.
2770 (mips_gdbarch_init): Insert mips_do_registers_info into gdbarch.
2771 (in_sigtramp): Make static, rename to mips_pc_in_sigtramp.
2772 (mips_register_convert_from_type, mips_register_convert_to_type):
2773 New functions.
2774 (mips_gdbarch_init): Set up function_start_offset,
2775 register_virtual_size, pc_in_sigtramp.
2776
2777 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2778
2779 * infcmd.c (vector_info): New function.
2780 (_initialize_infcmd): Add command "info vector".
2781 (print_vector_info): New function.
2782
2783 * gdbarch.sh (PRINT_VECTOR_INFO): New method
2784 * gdbarch.h, gdbarch.c: Regenerate.
2785
2786 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2787
2788 * infcmd.c (do_registers_info): Rename parameter ``fpregs'' to
2789 ``print_all''. Only print vector registers when ``print_all''.
2790
2791 2002-08-15 Andrew Cagney <ac131313@redhat.com>
2792
2793 * i387-tdep.h (i387_print_float_info): Add `args' parameter.
2794 * i387-tdep.c (i387_print_float_info): Add `args' parameter.
2795
2796 * gdbarch.sh (PRINT_FLOAT_INFO): Change to a predicate method.
2797 Add `args' parameter.
2798 * gdbarch.h, gdbarch.c: Regenerate.
2799
2800 * arm-tdep.c (arm_print_float_info): Add the parameter `args'.
2801
2802 * infcmd.c (float_info): Call print_float_info.
2803 (print_float_info): New function. By default, print the
2804 floating-point registers.
2805
2806 * arch-utils.h (default_print_float_info): Delete declaration.
2807 * arch-utils.c (default_print_float_info): Delete function.
2808
2809 2002-08-16 Mark Kettenis <kettenis@gnu.org>
2810
2811 * config/i386/nm-i386v.h (FLOAT_INFO): Remove already commented
2812 out define.
2813
2814 * i387-tdep.c (i387_print_float_info): Add comment about ignoring
2815 FRAME.
2816
2817 * NEWS: Mention that the i[3456]-*-aix target has been made obsolete.
2818 * configure.host: Make i[3456]86-*-aix host obsolete.
2819 * configure.tgt: Make i[3456]86-*-aix target obsolete.
2820 * config/i386/i386aix.mh, config/i386/i386aix.mt,
2821 config/i386/nm-i386aix.h, condig/i386/tm-i386aix.h,
2822 config/i386/xm-i386aix.h: Make files obsolete.
2823 * i386aix-nat.c: Make file obsolete.
2824 * Makefile.in (ALLDEPFILES): Remove i386aix-nat.c.
2825 (i386aix-nat.o): Make target obsolete.
2826
2827 * config/i386/nm-gnu.h: Removed.
2828 * config/i386/nm-i386gnu.h: New file.
2829 (THREAD_STATE_FLAVOR, THREAD_STATE_SIZE,
2830 THREAD_STATE_SET_TRACED, THREAD_STATE_CLEAR_STATE, ATTACH_DETACH):
2831 Moved here from ...
2832 * config/i386/tm-i386gnu.h: ... here. Removed.
2833 * config/i386/xm-i386gnu.h: Removed.
2834 * config/i386/i386gnu.mh (XM_FILE): Set to xm-i386.h.
2835 (NAT_FILE): Set to nm-i386gnu.h.
2836 * config/i386/i386gnu.mt (TDEPFILES): Add i386gnu-tdep.o.
2837 * i386-tdep.c: New file.
2838 * Makefile.in (ALLDEPFILES): Add i386gnu-nat.c and i386gnu-tdep.c.
2839 (i386gnu-tdep.o): Specify dependencies.
2840
2841 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2842
2843 * config/i386/tm-i386sco5.h: Include "i386/tm-i386v4.h" instead of
2844 "i386/tm-i386.h", "i386/tm-i386v.h" and "config/tm-sysv.h".
2845 Adjust a few comments to reflect reality a bit closer.
2846 (KERNEL_U_SIZE, TARGET_HAS_HARDWARE_WATCHPOINTS,
2847 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_CONTINUEABLE_WATCHPOINT,
2848 HAVE_STEPPABLE_WATCHPOINT, STOPPED_BY_WATCHPOINT,
2849 target_insert_watchpoint, target_remove_watchpoint):
2850 Move defines to ...
2851 * config/i386/nm-i386sco5.h: ... here.
2852 (kernel_u_size): Add prototype. Improve a few comments and add
2853 protection against multiple inclusion.
2854
2855 * config/i386/nm-i386sco.h (FLOAT_INFO): Remove already commented
2856 out define.
2857
2858 * uw-thread.c (SP_ARG0): Define if not already defined.
2859 * config/i386/tm-i386.h (SO_ARG0): Remove define.
2860
2861 * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
2862
2863 * config/i386/tm-i386.h: Don't include "regcache.h".
2864
2865 * i387-tdep.h (i387_print_float_info): New prototype.
2866 * i387-tdep.c (print_i387_value, print_i387_ext,
2867 print_i387_status_word, print_i387_control_word): Add `struct
2868 ui_file *' argument and use it for output.
2869 (i387_print_float_info): Renamed from i387_float_info. Add
2870 `struct gdbarch *' and `struct ui_file *' arguments and use the
2871 latter for output.
2872 * i386-tdep.c: Include "i387-tdep.h".
2873 (i386_gdbarch_init): Set print_float_info.
2874 * config/i386/tm-i386.h (i387_float_info): Remove prototype.
2875 (FLOAT_INFO): Remove define.
2876
2877 2002-08-13 Michael Snyder <msnyder@redhat.com>
2878
2879 * mips-tdep.c (mips_push_arguments): Rename to
2880 mips_eabi_push_arguments, and tune for EABI.
2881 (MIPS_REGS_HAVE_HOME_P): Delete.
2882 (struct gdbarch_tdep): Remove mips_regs_have_home_p field.
2883 (mips_gdbarch_init): Set gdbarch push_arguments for eabi.
2884 Delete references to mips_regs_have_home_p.
2885
2886 2002-08-14 Keith Seitz <keiths@redhat.com>
2887
2888 * Makefile.in (install-gdbtk): Create insight plugin directory.
2889 Install plugins.tcl file.
2890
2891 2002-08-14 Keith Seitz <keiths@redhat.com>
2892
2893 * configure.in: Move SUBDIRS to near top of the file so that
2894 --enable options may add things to it.
2895 If gdbtk is enabled, add gdbtk directory to SUBDIRS and configdirs.
2896 * configure: Regenerate.
2897
2898 2002-08-13 Michael Snyder <msnyder@redhat.com>
2899
2900 * mips-tdep.c (mips_o32o64_push_arguments): New function,
2901 cloned from mips_push_arguments, tuned for o32/o64 ABI.
2902 (mips_gdbarch_init): Set gdbarch_push_arguments to new func.
2903
2904 2002-08-13 Andrew Cagney <ac131313@redhat.com>
2905
2906 * vax-tdep.c (vax_get_saved_register): Delete function.
2907 (vax_gdbarch_init): Update.
2908 * ns32k-tdep.c (ns32k_get_saved_register): Delete function.
2909 (ns32k_gdbarch_init): Update.
2910 * alpha-tdep.c (alpha_get_saved_register): Delete function.
2911 (alpha_gdbarch_init): Update.
2912
2913 2002-08-13 Andrew Cagney <cagney@redhat.com>
2914
2915 * regcache.c (init_regcache_descr): Overallocate the
2916 raw_register_valid_p array including space for NUM_PSEUDO_REGS.
2917 (registers_changed): Replace NUM_REGS+NUM_PSEUDO_REGS with
2918 nr_raw_registers.
2919 (set_register_cached): Add range checking assertions. Use
2920 current_regcache.
2921
2922 2002-08-13 Mark Kettenis <kettenis@gnu.org>
2923
2924 * i386-tdep.c (i386_stab_reg_to_regnum): Return correct register
2925 numbers for MMX registers.
2926
2927 2002-08-13 Andrew Cagney <cagney@redhat.com>
2928
2929 * i386-tdep.c (i386_gdbarch_init): Use
2930 generic_unwind_get_saved_register.
2931
2932 2002-08-13 Kevin Buettner <kevinb@redhat.com>
2933
2934 * procfs.c (procfs_can_use_hw_breakpoint): New function.
2935 (init_procfs_ops): Define ``to_can_use_hw_breakpoint'' for procfs
2936 target vector.
2937 * config/mips/nm-irix5.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2938 Delete. Add comment regarding this now-deleted target method.
2939
2940 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2941
2942 * m68hc11-tdep.c (M68HC12_NUM_PSEUDO_REGS): New define.
2943 (M68HC12_HARD_PC_REGNUM): Define specific PC for 68HC12 (pseudo reg).
2944 (m68hc11_pseudo_register_read): Compute the 68HC12 PC using the
2945 real PC and the page number (if it's within the memory bank window).
2946 (m68hc11_pseudo_register_write): Likewise when saving.
2947 (m68hc11_register_name): Name the virtual pc 'pc' and the real one ppc.
2948 (m68hc11_register_virtual_type): Return uint32 for virtual pc.
2949 (m68hc11_register_raw_size): And use 32-bit for it.
2950 (m68hc11_gdbarch_init): Use 32-bit address for 68HC12 if the
2951 16K memory bank is used by the prog; also use the virtual pc.
2952
2953 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2954
2955 * m68hc11-tdep.c (m68hc11_elf_make_msymbol_special): New function.
2956 (m68hc11_gdbarch_init): Install it in gdbarch.
2957 (MSYMBOL_SET_RTC, MSYMBOL_SET_RTI): New to set symbol specific flags.
2958 (MSYMBOL_IS_RTC, MSYMBOL_IS_RTI): New to test these flags.
2959 (MSYMBOL_SIZE): New for documentation.
2960 (insn_return_kind): Enum to specify how a function returns.
2961 (frame_extra_info): Cleanup and record the return mode.
2962 (gdbarch_tdep, USE_PAGE_REGISTER): New to control the use of page
2963 register in address computation.
2964 (m68hc11_get_return_insn): New to obtain the return instruction used
2965 by the function.
2966 (m68hc11_frame_init_saved_regs): Take into account the return
2967 instruction used by the function for far and interrupt functions.
2968 (m68hc11_init_extra_frame_info): Take into account page register.
2969 (m68hc11_frame_args_address): Adjust according to the return mode.
2970 (show_regs): Print page register only when it's used.
2971
2972 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
2973
2974 * m68hc11-tdep.c (HARD_PAGE_REGNUM): Define for 68HC12 page register.
2975 (M68HC11_LAST_HARD_REG, m68hc11_register_names): Update.
2976 (m68hc11_register_virtual_type): Return a 8-bit type for 8-bit
2977 registers.
2978 (m68hc11_register_raw_size): Likewise.
2979
2980 2002-08-13 Andrew Cagney <cagney@redhat.com>
2981
2982 * i386-tdep.c (i386_register_name): Handle mmx registers.
2983 (mmx_regnum_p): New function.
2984 (i386_mmx_names): New array.
2985 (mmx_num_regs): New variable.
2986 (i386_pseudo_register_read): New function.
2987 (i386_pseudo_register_write): New function.
2988 (mmx_regnum_to_fp_regnum): New function. Code from Fernando Nasser.
2989
2990 * regcache.c (regcache_raw_read_unsigned): New function.
2991 (regcache_raw_read_signed): New function.
2992 * regcache.h (regcache_raw_read_unsigned): Declare.
2993 (regcache_raw_read_signed): Declare.
2994
2995 2002-08-13 Andrew Cagney <cagney@redhat.com>
2996
2997 * regcache.c (regcache_raw_read_as_address): Delete function.
2998 (regcache_cooked_read_signed): New function.
2999 (regcache_cooked_read_unsigned): New function.
3000 * regcache.h (regcache_cooked_read_signed): Declare.
3001 (regcache_cooked_read_unsigned): Declare.
3002 (regcache_raw_read_as_address): Delete declaration.
3003
3004 * blockframe.c (generic_read_register_dummy): Use
3005 regcache_cooked_read_unsigned.
3006 * i386-tdep.c (i386_extract_struct_value_address): Use
3007 regcache_cooked_read_unsigned.
3008
3009 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3010
3011 * m68hc11-tdep.c (m68hc11_gdbarch_init): Set int, double and long
3012 double sizes according to ELF ABI flags.
3013 (gdbarch_tdep): Record elf_flags.
3014
3015 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
3016
3017 * m68hc11-tdep.c (M6812_OP_PSHX, M6812_OP_PSHY): New defines.
3018 (m6812_prolog): They can appear in 68HC12 function prologue.
3019 (m68hc11_frame_chain): Cleanup.
3020
3021 2002-08-12 Andrew Cagney <cagney@redhat.com>
3022
3023 * i386-tdep.h (i386_register_byte, i386_register_raw_size): Delete
3024 declarations.
3025 * i386-linux-tdep.c (i386_linux_register_byte): Delete function.
3026 (i386_linux_register_raw_size): Delete function.
3027 (i386_linux_init_abi): Update.
3028 * i386-tdep.c (i386_register_raw_size): Delete function.
3029 (i386_register_byte): Delete function.
3030 (i386_gdbarch_init): Update.
3031 (i386_register_size): Delete array.
3032 (i386_register_offset): Delete array.
3033
3034 * config/i386/tm-symmetry.h (REGISTER_BYTE): Delete macro.
3035 (REGISTER_RAW_SIZE): Delete macro.
3036 * config/i386/tm-ptx.h (REGISTER_RAW_SIZE): Delete macro.
3037 (REGISTER_BYTE): Delete macro.
3038
3039 2002-08-11 Aidan Skinner <aidan@velvet.net>
3040
3041 * ada-lang.c (ada_lookup_partial_symbol)
3042 (to_fixed_variant_branch_type) (find_line_in_linetable): Fix
3043 prototype names so that grep ^func works properly.
3044
3045 * ada-lang.c (ada_array_element_type)
3046 (ada_lookup_partial_symbol): Fix typos in parameter list.
3047
3048 * ada-valprint.c (val_print_packed_array_elements) (ada_val_print_1):
3049 Fix prototype names so that grep ^func works properly.
3050
3051 2002-08-10 Andrew Cagney <cagney@redhat.com>
3052 Elena Zannoni <ezannoni@redhat.com>
3053 Martin M. Hunt <hunt@redhat.com>
3054
3055 * gdbtypes.c (build_builtin_type_vec128): Set the vector bit.
3056 (build_builtin_type_vec128i): Set the vector bit.
3057 * gdbtypes.h (builtin_type_vec64, builtin_type_vec64i): Declare.
3058 * gdbtypes.c (builtin_type_vec64, builtin_type_vec64i): Define.
3059 (build_builtin_type_vec64): New function.
3060 (build_builtin_type_vec64i): New function.
3061 (build_gdbtypes): Initialize builtin_type_vec64 and
3062 builtin_type_vec64i.
3063
3064 2002-08-09 Andrew Cagney <cagney@redhat.com>
3065
3066 * regcache.c (regcache_dump): Compare the register offset
3067 with REGISTER_BYTE.
3068 * arch-utils.c (generic_register_byte): New function.
3069 * arch-utils.h (generic_register_byte): Declare.
3070 * gdbarch.sh (REGISTER_BYTE): Default to generic_register_byte.
3071 * gdbarch.h, gdbarch.c: Regenerate.
3072
3073 2002-08-09 Andrew Cagney <cagney@redhat.com>
3074
3075 * regcache.c: Include "gdbcmd.h"
3076 (_initialize_regcache): Add commands "maintenance print
3077 registers", "maintenance print raw-registers" and "maintenance
3078 print cooked-registers".
3079 (enum regcache_dump_what): Define.
3080 (dump_endian_bytes): New function.
3081 (regcache_dump): New function.
3082 (regcache_print): New function.
3083 (maintenance_print_registers): New function.
3084 (maintenance_print_raw_registers): New function.
3085 (maintenance_print_cooked_registers): New function.
3086 * Makefile.in (regcache.o): Update dependencies.
3087
3088 2002-08-09 Michael Snyder <msnyder@redhat.com>
3089
3090 * mips-tdep.c (ROUND_DOWN, ROUND_UP): Move to global scope.
3091 (mips_push_arguments): Correct some comments. Use paddr_nz
3092 for printing addresses in debug output. Replace static
3093 allocation using MAX_REGISTER_RAW_SIZE with alloca.
3094 (mips_n32n64_push_arguments): New function, cloned from
3095 mips_push_arguments and tuned for the n32/n64 ABI.
3096 (mips_push_register): Buffer needs dynamic allocation.
3097 (mips_print_register): Ditto.
3098 (do_gp_register_row): Ditto.
3099 (mips_store_return_value): Ditto.
3100 (mips_gdbarch_init): Set gdbarch_push_arguments per ABI.
3101
3102 2002-08-09 Don Howard <dhoward@redhat.com>
3103
3104 * memattr.c (mem_info_command): Print special case of upper bound
3105 as max CORE_ADDR + 1.
3106
3107 2002-08-08 Michael Snyder <msnyder@redhat.com>
3108
3109 * mips-tdep.c (mips_n32n64_use_struct_convention): N32 only
3110 returns structs by ref if they're too big to fit in two registers.
3111
3112 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3113
3114 * mips-tdep.c (mips_init_extra_frame_info): Initialize SP_REGNUM's
3115 saved regs value.
3116 (read_next_frame_reg): Call FRAME_INIT_SAVED_REGS instead of
3117 mips_find_saved_regs().
3118 (mips_pop_frame): Likewise.
3119
3120 2002-08-09 Kevin Buettner <kevinb@redhat.com>
3121
3122 * blockframe.c (frame_saved_regs_register_unwind): Revise
3123 PC_IN_CALL_DUMMY assertion to only apply when generic dummy
3124 frames are in use.
3125
3126 2002-08-09 Grace Sainsbury <graces@redhat.com>
3127
3128 * remote.c: (remote_wait, remote_async_wait): Add check for awatch
3129 T-packets; the 'a' is not taken as a register number.
3130 (remote_check_watch_resources, remote_stopped_by_watchpoint)
3131 (remote_stopped_data_address): New functions; add to target
3132 vector.
3133 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Change
3134 prototypes to match other implementations of this
3135 function. replace integer argument with pointer -- the length
3136 field in the Z-packet is the length of what is pointed to or 1 if
3137 pointer is null. Add to target vector.
3138 (remote_insert_watchpoint, remote_remove_watchpoint): Add to
3139 target vector.
3140
3141 From Mark Salter:
3142 * remote.c (remote_wait): Add support to extract optional
3143 watchpoint information from T-packet. Ignore unrecognized
3144 optional info in T-packet.
3145 (remote_async_wait): Ditto.
3146
3147 2002-08-09 Corinna Vinschen <vinschen@redhat.com>
3148
3149 * cli/cli-dump.c: Change fopen modes to use binary open modes
3150 as defined in include/fopen-bin.h throughout.
3151
3152 2002-08-08 Michael Snyder <msnyder@redhat.com>
3153
3154 * mips-tdep.c: Minor whitespace and indentation clean-ups.
3155
3156 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3157
3158 * doublest.c (store_floating): Avoid floatformat_from_doublest()
3159 assertion failure by returning early after a warning.
3160
3161 2002-08-08 Kevin Buettner <kevinb@redhat.com>
3162
3163 * mips-tdep.c (mips_find_saved_regs): Make static.
3164 (mips_frame_init_saved_regs): New function.
3165 (mips_gdbarch_init): Setup FRAME_INIT_SAVED_REGS method.
3166 * config/mips/tm-mips.h (FRAME_INIT_SAVED_REGS): Delete macro.
3167 (mips_find_saved_regs): Delete declaration.
3168
3169 2002-08-08 Grace Sainsbury <graces@redhat.com>
3170
3171 * remote.c (remote_wait, remote_async_wait): Change
3172 thread_num from int to ULONGEST.
3173 (unpack_varlen_hex): Change result parameter from
3174 int * to ULONGEST *.
3175
3176 2002-08-08 Andrew Cagney <ac131313@redhat.com>
3177
3178 * configure.tgt: Replace powerpc-*-sysv*, powerpc-*-elf*,
3179 powerpcle-*-eabi*, powerpcle-*-sysv* and powerpcle-*-elf* with
3180 powerpc*-*-*.
3181 * MAINTAINERS: Remove redundant rs6000-ibm-aix4.1 target.
3182
3183 2002-08-08 Andrew Cagney <cagney@redhat.com>
3184
3185 * gcore.c (override_derive_stack_segment): Delete variable.
3186 (preempt_derive_stack_segment): Delete function.
3187 (derive_stack_segment): Delete function.
3188 (default_derive_stack_segment): Renamed to derive_stack_segment.
3189 (override_derive_heap_segment): Delete variable.
3190 (preempt_derive_heap_segment): Delete function.
3191 (derive_heap_segment): Delete function.
3192 (default_derive_heap_segment): Rename to derive_heap_segment.
3193
3194 2002-08-06 Michael Snyder <msnyder@redhat.com>
3195
3196 * config/mips/tm-mips.h: Remove #define USE_STRUCT_CONVENTION.
3197 * mips-tdep.c (mips_EABI_use_struct_convention,
3198 mips_OABI_use_struct_convention, mips_NABI_use_struct_convention):
3199 New functions. (mips_use_struct_convention): Delete.
3200 (mips_gdbarch_init): set use_gdbarch_convention.
3201
3202 2002-08-06 Michael Snyder <msnyder@redhat.com>
3203
3204 * mips-tdep.c: gdbarch-ify reg_struct_has_addr.
3205 (mips_eabi_reg_struct_has_addr, mips_n32n64_reg_struct_has_addr,
3206 mips_o32_reg_struct_has_addr): New functions.
3207 (mips_gdbarch_init): Set gdbarch reg_struct_has_addr.
3208
3209 2002-08-07 Andrew Cagney <ac131313@redhat.com>
3210
3211 * regcache.c (pseudo_register): Delete function.
3212 (fetch_register): Delete function.
3213 (store_register): Delete function.
3214 (regcache_raw_read, legacy_read_register_gen): Use
3215 target_fetch_registers instead of fetch_register.
3216 (legacy_write_register_gen, regcache_raw_write): Use
3217 target_store_register instead of store_register.
3218 (write_register_bytes): Ditto.
3219
3220 * gdbarch.sh (FETCH_PSEUDO_REGISTER): Delete.
3221 (STORE_PSEUDO_REGISTER): Delete.
3222 * gdbarch.h, gdbarch.c: Regenerate.
3223
3224 2002-08-06 Corinna Vinschen <vinschen@redhat.com>
3225
3226 * cli/cli-dump.c (add_dump_command): Explicitely use "b" flag to
3227 write dump file binary.
3228
3229 2002-08-05 Michael Snyder <msnyder@redhat.com>
3230
3231 * mips-tdep.c (mips_find_saved_regs): Adjust stack according
3232 to MIPS_SAVED_REGSIZE, not GDB_TARGET_IS_MIPS64. Enhance comment.
3233 (mips_gdbarch_init): Set N32 target to be mips64.
3234
3235 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3236
3237 * frame.c (find_saved_register): Break out of loop once saved
3238 register address is found. Don't mention sparc in loop comment
3239 anymore.
3240
3241 2002-08-06 Kevin Buettner <kevinb@redhat.com>
3242
3243 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, set
3244 mips_default_saved_regsize to 8.
3245
3246 2002-08-06 Andrew Cagney <ac131313@redhat.com>
3247
3248 * gcore.c: Do not include <sys/procfs.h>.
3249 * Makefile.in (gcore.o): Update dependencies.
3250
3251 2002-08-06 Andrew Cagney <cagney@redhat.com>
3252
3253 * configure.tgt: Make arc-*-* obsolete.
3254 * NEWS: Mention that arc-*-* has been identifed as obsolete.
3255 * MAINTAINERS: Make arc-elf obsolete.
3256 * arc-tdep.c: Make file obsolete.
3257 * config/arc/arc.mt: Ditto.
3258 * config/arc/tm-arc.h: Ditto.
3259
3260 2002-08-05 Theodore A. Roth <troth@verinet.com>
3261
3262 * avr-tdep.c (avr_skip_prologue): Fix to return the correct pc.
3263
3264 2002-08-05 Andrew Cagney <ac131313@redhat.com>
3265
3266 * mcore-tdep.c (mcore_gdbarch_init): Use
3267 generic_unwind_get_saved_register instead of
3268 generic_get_saved_register.
3269 * v850-tdep.c (v850_gdbarch_init): Ditto.
3270 * frv-tdep.c (frv_gdbarch_init): Ditto.
3271 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3272 * s390-tdep.c (s390_gdbarch_init): Ditto.
3273 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3274 * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto.
3275 * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
3276
3277 2002-08-05 Joel Brobecker <brobecker@gnat.com>
3278
3279 * objfiles.h: Add missing #include "symfile.h"
3280
3281 * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
3282
3283 2002-08-04 Andrew Cagney <ac131313@redhat.com>
3284
3285 From 2002-08-01 david carlton <carlton@math.stanford.edu>:
3286 * hpread.c (hpread_read_struct_type): Deleted superfluous setting
3287 of FIELD_BITSIZE.
3288
3289 2002-08-04 Daniel Jacobowitz <drow@mvista.com>
3290
3291 * NEWS: Cleanup and nitpick.
3292
3293 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3294
3295 * NEWS: Cleanup. Use *-linux*-gnu*. Only use `*' for headings.
3296
3297 2002-08-03 Andrew Cagney <ac131313@redhat.com>
3298
3299 * Makefile.in (gdbtk-bp.o): Update dependencies.
3300 (gdbtk-register.o): Ditto.
3301 (gdbtk-varobj.o): Ditto.
3302
3303 2002-08-03 Andrew Cagney <cagney@redhat.com>
3304
3305 * m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace
3306 m68hc11_fetch_pseudo_register.
3307 (m68hc11_pseudo_register_write): Replace
3308 m68hc11_store_pseudo_register.
3309 (m68hc11_gdbarch_init): Update.
3310
3311 Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>
3312
3313 * gdbarch.sh: Include "gdb_string.h".
3314 * gdbarch.c: Regenerate.
3315
3316 * regcache.c: Include "gdb_string.h".
3317 * ax-general.c: Ditto.
3318 * varobj.c: Ditto.
3319 * std-regs.c: Ditto.
3320 * fbsd-proc.c: Ditto.
3321 * thread.c: Ditto.
3322
3323 * Makefile.in (regcache.o): Update dependencies.
3324 (thread.o, gdbarch.o): Ditto.
3325 (ax-general.o, gdbarch.o): Ditto.
3326 (varobj.o, std-regs.o): Ditto.
3327 (fbsd-proc.o): Specify dependencies.
3328
3329 2002-08-02 Andrew Cagney <cagney@redhat.com>
3330
3331 * regcache.c (regcache_cooked_read): Rename rawnum parameter to
3332 regnum.
3333 (regcache_cooked_write): Ditto.
3334
3335 2002-08-02 Andrew Cagney <ac131313@redhat.com>
3336
3337 * regcache.c (regcache_cooked_read): New function.
3338 (regcache_cooked_write): New function.
3339 (read_register_gen): Rewrite using regcache_cooked_read.
3340 (write_register_gen): Rewrite using regcache_cooked_write.
3341
3342 * regcache.h (regcache_cooked_read, regcache_cooked_write):
3343 Declare.
3344
3345 2002-08-02 Andrew Cagney <cagney@redhat.com>
3346
3347 * gdbarch.sh (pseudo_register_read, pseudo_register_write):
3348 Replace the architecture methods register_read and register_write.
3349 * gdbarch.h, gdbarch.c: Regenerate.
3350 * regcache.c (init_regcache_descr): Update.
3351 (read_register_gen): Update.
3352 (write_register_gen): Update.
3353 (supply_register): Update comment.
3354
3355 * sh-tdep.c (sh_gdbarch_init): Update.
3356 (sh_pseudo_register_read, sh64_pseudo_register_read): Add
3357 `regcache' and `gdbarch' parameters. Make `buffer' a void
3358 pointer. Update code.
3359 (sh_pseudo_register_write, sh64_pseudo_register_write): Add
3360 `regcache' and `gdbarch' parameters. Make `buffer' a constant
3361 void pointer. Update code.
3362 (sh64_register_write): Delete.
3363 (sh4_register_read): Delete.
3364 (sh64_register_read): Delete.
3365 (sh4_register_write): Delete.
3366 (sh_sh4_register_convert_to_raw): Make `from' parameter a constant
3367 void pointer, `to' parameter a void pointer.
3368 (sh_sh64_register_convert_to_raw): Ditto.
3369
3370 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3371
3372 * mips-tdep.c (mips_register_virtual_type): Use architecture
3373 invariant return values.
3374
3375 2002-08-01 Andrew Cagney <cagney@redhat.com>
3376
3377 * linux-proc.c: Include "gdb_string.h".
3378 * Makefile.in (linux-proc.o): Update dependency list.
3379
3380 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3381
3382 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo in
3383 comment.
3384
3385 2002-08-01 Grace Sainsbury <graces@redhat.com>
3386
3387 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3388 to_insert_watchpoint, to_remove_watchpoint,
3389 to_stopped_by_watchpoint, to_stopped_data_address,
3390 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
3391 target vecctor. Define their corresponding macros so they call
3392 them.
3393
3394 * target.c: Add default and debug versions of for
3395 to_insert_hw_breakpoint, to_remove_hw_breakpoint,
3396 to_insert_watchpoint, to_remove_watchpoint,
3397 to_stopped_by_watchpoint, to_stopped_data_address,
3398 to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
3399
3400 2002-08-01 Kevin Buettner <kevinb@redhat.com>
3401
3402 * mips-tdep.c (mips_register_virtual_type): New function.
3403 (mips_gdbarch_init): Register mips_register_virtual_type()
3404 with gdbarch machinery.
3405 * config/mips/tm-irix6.h (mips/tm-bigmips64.h): Include
3406 this file instead of tm-bigmips.h.
3407 (MIPS_REGSIZE): Delete this macro.
3408 (REGISTER_VIRTUAL_TYPE): Delete macro. Undef macro so that
3409 multiarch version in mips-tdep.c will be found.
3410
3411 2002-08-01 Andrew Cagney <cagney@redhat.com>
3412
3413 * NEWS: Menion that CHILL has been made obsolete.
3414
3415 * gdbtypes.c (chill_varying_type): Make chill references obsolete.
3416 * stabsread.c (read_range_type): Ditto.
3417 * gdbtypes.h: Ditto.
3418 * language.c (binop_type_check): Ditto.
3419 (binop_result_type): Ditto.
3420 (integral_type): Ditto.
3421 (character_type): Ditto.
3422 (string_type): Ditto.
3423 (boolean_type): Ditto.
3424 (structured_type): Ditto.
3425 (lang_bool_type): Ditto.
3426 (binop_type_check): Ditto.
3427 * language.h (_LANG_chill): Ditto.
3428 * dwarfread.c (set_cu_language): Ditto.
3429 * dwarfread.c (CHILL_PRODUCER): Ditto.
3430 * dwarfread.c (handle_producer): Ditto.
3431 * expression.h (enum exp_opcode): Ditto.
3432 * eval.c: Ditto for comments.
3433 * typeprint.c (typedef_print) [_LANG_chill]: Ditto.
3434 * expprint.c (print_subexp): Ditto.
3435 (print_subexp): Ditto.
3436 * valops.c (value_cast): Ditto.
3437 (search_struct_field): Ditto.
3438 * value.h (COERCE_VARYING_ARRAY): Ditto.
3439 * symfile.c (init_filename_language_table): Ditto.
3440 (add_psymbol_with_dem_name_to_list): Ditto.
3441 * valarith.c (value_binop): Ditto.
3442 (value_neg): Ditto.
3443 * valops.c (value_slice): Ditto.
3444 * symtab.h (union language_specific): Ditto.
3445 (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto.
3446 (SYMBOL_DEMANGLED_NAME): Ditto.
3447 (SYMBOL_CHILL_DEMANGLED_NAME): Ditto.
3448 * defs.h (enum language): Ditto.
3449 * symtab.c (got_symtab): Ditto.
3450 * utils.c (fprintf_symbol_filtered): Ditto.
3451
3452 * ch-typeprint.c: Make file obsolete.
3453 * ch-valprint.c: Make file obsolete.
3454 * ch-lang.h: Make file obsolete.
3455 * ch-exp.c: Make file obsolete.
3456 * ch-lang.c: Make file obsolete.
3457
3458 * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or
3459 CHILL_LIB.
3460 (TARGET_FLAGS_TO_PASS): Ditto.
3461 (CHILLFLAGS): Obsolete.
3462 (CHILL): Obsolete.
3463 (CHILL_FOR_TARGET): Obsolete.
3464 (CHILL_LIB): Obsolete.
3465 (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and
3466 ch-valprint.c.
3467 (HFILES_NO_SRCDIR): Remove ch-lang.h.
3468 (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and
3469 ch-lang.o.
3470 (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete
3471 targets.
3472
3473 2002-07-31 Joel Brobecker <brobecker@gnat.com>
3474
3475 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
3476 This does not change anything at the moment, but will be helpful
3477 later when full Ada support is integrated.
3478
3479 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3480
3481 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
3482 help message.
3483
3484 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3485
3486 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct
3487 and save it in a local variable. Use variable in later test.
3488
3489 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3490
3491 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognition
3492 test. (Thanks to Daniel Jacobowitz.)
3493
3494 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3495
3496 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.
3497 (mips_abi_strings): Add "n64".
3498 (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
3499
3500 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3501
3502 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.
3503 (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
3504
3505 2002-07-31 Kevin Buettner <kevinb@redhat.com>
3506
3507 * utils.c (host_pointer_to_address, address_to_host_pointer):
3508 Use gdb_assert() instead of explicit call to internal_error().
3509
3510 2002-07-30 Kevin Buettner <kevinb@redhat.com>
3511
3512 * Makefile.in (rs6000-nat.o): Update dependencies.
3513
3514 From Nicholas Duffek:
3515 * Makefile.in (ALLDEPFILES): Add aix-thread.c.
3516 (aix-thread.o): New rule.
3517 * configure.host (gdb_host): Set to aix432 on AIX 4.3.2+.
3518 * config/powerpc/aix432.mh: New file.
3519
3520 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3521
3522 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)
3523 (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
3524 (fetch_core_registers, ppc_linux_supply_gregset)
3525 (ppc_linux_supply_fpregset): New functions.
3526 (ppc_linux_regset_core_fns): New.
3527 (_initialize_ppc_linux_tdep): Call add_core_fns.
3528 * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
3529 and ppc_linux_supply_gregset.
3530 * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
3531 (supply_fpregset): Call ppc_linux_supply_fpregset.
3532 * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
3533 corelow.o.
3534 * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
3535
3536 2002-07-30 Daniel Jacobowitz <drow@mvista.com>
3537
3538 * symtab.c (lookup_symbol): Demangle before lowercasing.
3539
3540 2002-07-30 Andrew Cagney <ac131313@redhat.com>
3541
3542 * symtab.h: Replace #include "gdb_obstack.h" with opaque
3543 declaration.
3544 * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h".
3545 * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto.
3546 * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto.
3547 * arch-utils.c, cli/cli-setshow.c: Unconditionally include
3548 "gdb_string.h".
3549 * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies.
3550 (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto.
3551 (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto.
3552 (avr-tdep.o, mon960-rom.o): Ditto.
3553 (aout_stabs_gnu_h): Define.
3554 (symtab_h): Remove $(gdb_obstack_h).
3555
3556 2002-07-30 Jim Blandy <jimb@redhat.com>
3557
3558 Patch from David Carlton <carlton@math.stanford.edu>:
3559 * gdbinit.in: Move the `dir' commands that add GDB's own source
3560 directory to the search path to the end, so that the `gdb' source
3561 directory will be searched first.
3562
3563 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3564
3565 * gdb_obstack.h: New file.
3566 * symtab.h: Include "gdb_obstack.h" instead of "obstack.h".
3567 (obstack_chunk_alloc, obstack_chunk_free): Delete macros.
3568 * objfiles.h: Include "gdb_obstack.h".
3569 * Makefile.in (gdb_obstack_h): Define.
3570 (symtab_h): Add $(gdb_obstack_h).
3571 (objfiles_h): Add $(gdb_obstack_h).
3572
3573 * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h".
3574 * macrotab.c, cp-valprint.c, dbxread.c: Ditto.
3575 * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto.
3576 * macroexp.c, p-typeprint.c, stabsread.c: Ditto.
3577 * symtab.c, f-typeprint.c, mdebugread.c: Ditto.
3578 * p-valprint.c, symmisc.c, typeprint.c: Ditto.
3579 * symfile.c, coffread.c, c-typeprint.c: Ditto.
3580 * buildsym.c, bcache.c, ada-typeprint.c: Ditto.
3581
3582 * Makefile.in (bcache.o): Update dependencies.
3583 (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto.
3584 (ch-valprint.o, coffread.o, cp-valprint.o): Ditto.
3585 (dbxread.o, dstread.o, f-typeprint.o): Ditto.
3586 (objfiles.o, p-typeprint.o, p-valprint.o): Ditto.
3587 (stabsread.o, symfile.o, symmisc.o): Ditto.
3588 (symtab.o, typeprint.o, macroexp.o): Ditto.
3589 (macrotab.o, mdebugread.o): Ditto.
3590 (f_lang_h, coff_sym_h, coff_symconst_h): Define.
3591 (coff_ecoff_h, aout_aout64_h): Define.
3592 (aout_stabs_gnu_h, libaout_h): Define.
3593
3594 2002-07-29 Andrew Cagney <cagney@redhat.com>
3595
3596 * regcache.c (struct regcache_descr): Rename nr_registers to
3597 nr_cooked_registers. Revise comments describing the structure
3598 member fields.
3599 (init_regcache_descr): Update.
3600 (init_legacy_regcache_descr): Update.
3601 (read_register_gen, write_register_gen): When a cooked register in
3602 the raw register range, directly access the value from the raw
3603 register cache.
3604
3605 2002-07-29 Andrew Cagney <ac131313@redhat.com>
3606
3607 * z8k-tdep.c: Do not include "obstack.h".
3608 * h8300-tdep.c, h8500-tdep.c: Ditto.
3609 * m68hc11-tdep.c, sh-tdep.c: Ditto.
3610 * valprint.c, v850-tdep.c: Ditto.
3611 * d10v-tdep.c, mn10300-tdep.c: Ditto.
3612 * mn10200-tdep.c: Ditto.
3613
3614 * Makefile.in (z8k-tdep.o): Update dependencies.
3615 (m68hc11-tdep.o, valprint.o): Ditto.
3616 (v850-tdep.o, d10v-tdep.o): Ditto.
3617 (mn10300-tdep.o, sparc-tdep.o): Ditto.
3618 (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
3619 (m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
3620 (sh_opc_h, gdb_sim_sh_h): Define.
3621 (elf_sh_h, elf_bfd_h): Define.
3622 (opcode_m68hc11_h): Define.
3623 (OPCODES_SRC, OPCODES_DIR): define.
3624 (OPCODES): Use $(OPCODES_DIR).
3625 (gdb_sim_d10v_h): Rename sim_d10v_h.
3626 (gdb_sim_arm_h): Rename sim_arm_h.
3627
3628 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3629
3630 * utils.c (host_pointer_to_address, address_to_host_pointer):
3631 Change internal_error() message to indicate function responsible
3632 for the error.
3633
3634 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3635
3636 * ui-out.c (ui_out_field_core_addr): Remove unnecessary cast in
3637 calls to local_hex_string_custom().
3638
3639 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3640
3641 * irix5-nat.c: Move IRIX shared library support from here...
3642 * solib-irix.c: ...to here. Revised substantially to work with
3643 generic solib framework.
3644
3645 * osabi.h (gdb_osabi): Add new enum constant GDB_OSABI_IRIX.
3646 * osabi.c (gdb_osabi_names): Add corresponding string for Irix.
3647 * mips-irix-tdep.c: New file.
3648
3649 * Makefile.in (ALLDEPFILES): Add mips-irix-tdep.c and solib-irix.c.
3650 (mips-irix-tdep.o, solib-irix.o): New rules.
3651 * config/mips/irix5.mt (TDEPFILES): Add mips-irix-tdep.o, solib.o,
3652 solib-irix.o.
3653 * config/mips/irix6.mt (TDEPFILES): Likewise.
3654 * config/mips/irix6.mh (NATDEPFILES): Remove solib.o.
3655
3656 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3657
3658 * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
3659 disabled (via ``#if 0'') includes.
3660
3661 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3662
3663 * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
3664 (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
3665 (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
3666 Add support for the fpscr register.
3667 * rs6000-nat.c (regmap, fetch_inferior_registers)
3668 (store_inferior_registers, fetch_core_registers): Likewise.
3669
3670 2002-07-26 Kevin Buettner <kevinb@redhat.com>
3671
3672 * rs6000-nat.c (language.h): Include.
3673 (special_regs): Delete this array.
3674 (regmap): New function.
3675 (fetch_register, store_register): Use regmap() to map gdb
3676 register numbers to ptrace register numbers. Also, use
3677 outputs from regmap() to make decisions regarding type of
3678 ptrace() call to make. In particular, don't compare against
3679 FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3680 (fetch_inferior_registers, store_inferior_registers): Where
3681 possible, obtain register numbers from tdep struct. Don't
3682 refer to FIRST_UISA_SP_REGNUM or LAST_UISA_SP_REGNUM.
3683 * config/rs6000/tm-rs6000.h (FIRST_UISA_SP_REGNUM)
3684 (LAST_UISA_SP_REGNUM): Delete.
3685
3686 2002-07-25 Kevin Buettner <kevinb@redhat.com>
3687
3688 * rs6000-nat.c (ppc-tdep.h): Include.
3689 (fetch_registers, store_register, fetch_core_registers): Don't
3690 access registers[] directly. Instead, use supply_register() or
3691 regcache_collect() as appropriate.
3692 (find_toc_address): Format hex address with local_hex_string().
3693
3694 2002-07-25 Andrew Cagney <ac131313@redhat.com>
3695
3696 * config/djgpp/fnchange.lst: Rename bfd/elf32-fr30.c and
3697 bfd/elf32-frv.c.
3698
3699 2002-07-24 Tom Tromey <tromey@redhat.com>
3700
3701 * jv-exp.y: Marked all strings with _().
3702 (ClassInstanceCreationExpression, ArrayCreationExpression): Use
3703 internal_error.
3704 (MethodInvocation, CastExpression, parse_number, yyerror,
3705 java_type_from_name, push_expression_name, yylex): Typo fixes.
3706
3707 2002-07-24 Daniel Jacobowitz <drow@mvista.com>
3708
3709 * ui-file.c (struct tee_file, tee_file_new, tee_file_delete)
3710 (tee_file_flush, tee_file_write, tee_file_fputs)
3711 (tee_file_isatty): New.
3712 * ui-file.h (tee_file_new): Add prototype.
3713
3714 2002-07-24 Aidan Skinner <aidan@velvet.net>
3715
3716 * ada-lang.c: Change k&r style function definitions to prototyped
3717 form.
3718 * ada-typeprint.c: Change k&r style function definitions to prototyped
3719 form.
3720 * ada-valprint.c: Change k&r style function definitions to prototyped
3721 form.
3722
3723 2002-07-24 Andrew Cagney <cagney@redhat.com>
3724
3725 * README: Remove reference to remote-bug.
3726 * Makefile.in (ALLDEPFILES): Remove m88k-nat.c, m88k-tdep.c and
3727 remote-bug.c.
3728 (m88k-nat.o): Delete rule.
3729 (m88k-tdep.o): Delete rule.
3730 (remote-bug.o): Delete rule.
3731 * MAINTAINERS: Mark as obsolete.
3732 * elfread.c (elf_symtab_read): Mention that m88k is obsolete.
3733 * m88k-tdep.c: Make file obsolete.
3734 * config/m88k/m88k.mh: Ditto.
3735 * config/m88k/delta88v4.mh: Ditto.
3736 * config/m88k/delta88v4.mt: Ditto.
3737 * config/m88k/delta88.mt: Ditto.
3738 * config/m88k/delta88.mh: Ditto.
3739 * remote-bug.c: Ditto.
3740 * config/m88k/tm-delta88.h: Ditto.
3741 * config/m88k/nm-delta88v4.h: Ditto.
3742 * config/m88k/xm-delta88.h: Ditto.
3743 * config/m88k/xm-dgux.h: Ditto.
3744 * config/m88k/tm-m88k.h: Ditto.
3745 * config/m88k/nm-m88k.h: Ditto.
3746 * config/m88k/tm-delta88v4.h: Ditto.
3747 * m88k-nat.c: Ditto.
3748 * cxux-nat.c: Ditto.
3749 * configure.host: Make m88*-motorola-sysv4*, m88*-motorola-sysv*
3750 and m88*-*-* obsolete.
3751 * configure.tgt: Make m88*-motorola-sysv4*, m88*-motorola-* and
3752 m88*-*-* obsolete.
3753
3754 2002-07-24 Andrew Cagney <cagney@redhat.com>
3755
3756 * findvar.c (extract_unsigned_integer): Make `addr' parameter
3757 constant. Same for local pointer variables.
3758 (extract_signed_integer): Ditto.
3759 * defs.h (extract_unsigned_integer): Update.
3760 (extract_signed_integer): Update.
3761
3762 2002-07-24 Andrew Cagney <cagney@redhat.com>
3763
3764 * regcache.c (regcache_raw_write): Change buf parameter to a
3765 constant void pointer.
3766 (regcache_raw_read): Change buf parameter to a void pointer.
3767 (legacy_write_register_gen): Change myaddr parameter a constant
3768 void pointer.
3769 (supply_register): Change val parameter to a const void pointer.
3770 * regcache.h (regcache_raw_write): Update declaration.
3771 (regcache_raw_read): Update declaration.
3772 (supply_register): Update declaration.
3773
3774 2002-07-24 Tom Tromey <tromey@redhat.com>
3775
3776 * defs.h (gdb_readline_wrapper): Declare.
3777 * utils.c (prompt_for_continue): Use gdb_readline_wrapper.
3778 * tracepoint.c (read_actions): Use gdb_readline_wrapper.
3779 * top.c (gdb_readline_wrapper): New function.
3780 (command_line_input): Use it.
3781
3782 2002-07-24 Andrew Cagney <cagney@redhat.com>
3783
3784 * regcache.h (regcache_raw_read, regcache_raw_write): Replace
3785 regcache_read and regcache_write.
3786 (regcache_raw_read_as_address): Replace regcache_read_as_address.
3787 * regcache.c: Update.
3788 * sh-tdep.c (sh64_push_arguments): Update comment.
3789 (sh_pseudo_register_read): Update.
3790 (sh_pseudo_register_write): Update.
3791 (sh4_register_read): Update.
3792 (sh4_register_write): Update.
3793 (sh64_pseudo_register_read): Update.
3794 (sh64_pseudo_register_write): Update.
3795 (sh64_register_read): Update.
3796 (sh64_register_write): Update.
3797 * i386-tdep.c (i386_extract_return_value): Update.
3798 (i386_extract_struct_value_address): Update.
3799 (i386_extract_return_value): Update.
3800 * blockframe.c (generic_read_register_dummy): Update.
3801 (generic_call_dummy_register_unwind): Update
3802 * infrun.c (write_inferior_status_register): Update.
3803
3804 2002-07-23 Jim Blandy <jimb@redhat.com>
3805
3806 * parser-defs.h (expression_context_pc): Make this extern.
3807 (Thanks to Michael Snyder.)
3808
3809 2002-07-23 Andrew Cagney <ac131313@redhat.com>
3810
3811 GDB 5.2.1 released from 5.2 branch.
3812 * NEWS: Mention changes in 5.2.1 including addition of AVR target.
3813 * README: Update to mention 5.2.1.
3814
3815 2002-07-23 Mark Salter <msalter@redhat.com>
3816
3817 * remote.c (remote_read_bytes): Fix check for error.
3818
3819 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3820
3821 * aix-thread.c (language.h): Include.
3822 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
3823 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc):
3824 Print newlines at end of debug messages.
3825 (pdc_symbol_addrs, pdc_read_regs, pdc_write_regs, pdc_read_data)
3826 (pdc_write_data): Use local_hex_string() instead of %llx formats.
3827
3828 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3829
3830 * aix-thread.c (ppc-tdep.h): Include.
3831 (special_register_p): New function.
3832 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32)
3833 (store_regs_user_thread): Use register number information from
3834 gdbarch_tdep struct instead of hardcoded offsets relative to
3835 FIRST_UISA_SP_REGNUM.
3836 (fetch_regs_kernel_thread, store_regs_kernel_thread): Call
3837 special_register_p() instead of using FPLAST_REGNUM and
3838 LAST_UISA_SP_REGNUM as lower and upper bounds on the special
3839 register numbers. Also, don't assume that LAST_UISA_SP_REGNUM
3840 will be MQ's register number.
3841
3842 2002-07-22 Michael Snyder <msnyder@redhat.com>
3843
3844 * aix-thread.c (ops): Rename to aix_thread_ops.
3845 (base_ops): Rename to base_target.
3846 (ops_attach): Rename to aix_thread_attach.
3847 (ops_detach): Rename to aix_thread_detach.
3848 (ops_resume): Rename to aix_thread_detach.
3849 (ops_wait): Rename to aix_thread_wait.
3850 (ops_kill): Rename to aix_thread_kill.
3851 (init_ops): Rename to init_aix_thread_ops.
3852 (ops_fetch_register): Rename to aix_thread_fetch_register.
3853 (ops_store_register): Rename to aix_thread_store_register.
3854 (ops_mourn_inferior): Rename to aix_thread_mourn_inferior.
3855 (ops_thread_alive): Rename to aix_thread_thread_alive.
3856 (ops_extra_thread_info: Rename to aix_thread_extra_thread_info.
3857 (ops_pid_to_str): Rename to aix_thread_pid_to_str.
3858 (ops_xfer_memory): Rename to aix_thread_xfer_memory.
3859 (fetch_regs_lib): Rename to fetch_regs_user_thread.
3860 (fetch_regs_kern): Rename to fetch_regs_kernel_thread.
3861 (store_regs_lib): Rename to store_regs_user_thread.
3862 (store_regs_kern): Rename to store_regs_kernel_thread.
3863
3864 2002-07-22 Michael Snyder <msnyder@redhat.com>
3865
3866 * aix-thread.c (ops_prepare_to_store): Eliminate.
3867 (init_ops): Don't initialize ops.prepare_to_store.
3868 (store_regs_kern): Pre-fetch register buffers from child,
3869 because some registers may not be in the cache. Copy
3870 regs from register cache only if they are cached.
3871 (store_regs_lib): Copy regs from register cache only
3872 if they are cached.
3873 (fill_sprs32, (fill_sprs64, fill_fprs, fill_gprs32,
3874 fill_gprs64): Ditto.
3875
3876 2002-07-22 Kevin Buettner <kevinb@redhat.com>
3877
3878 * aix-thread.c (gdb_assert.h): Include.
3879 (fill_sprs64, fill_sprs32): Add selected asserts to make sure that
3880 register sizes (from register cache) match size of buffer holding
3881 register data.
3882 (fill_sprs32): Change parameter types to match those in the ptrace()
3883 buffer.
3884 (store_regs_lib): Likewise, but for 32-bit temporary variables.
3885 (ops_prepare_to_store): Rename loop variable ``i'' to ``regno''.
3886
3887 2002-07-22 Michael Snyder <msnyder@redhat.com>
3888
3889 * aix-thread.c (supply_sprs64): Cosmetic change.
3890 (supply_sprs32): Cosmetic change.
3891 (fill_gprs64, fill_gprs32, fill_fprs, fill_sprs32): New funcs.
3892 (fill_sprs64): Use regcache_collect instead of read_register.
3893 (store_regs_lib): Use regcache_collect instead of
3894 read_register. Use fill_sprs32 instead of fill_sprs64,
3895 if debugging a 32-bit architecture.
3896 (store_regs_kern): Use fill_gprs64 etc. to pull the values
3897 out of the register cache, instead of passing a pointer into
3898 the register cache directly to ptrace. Use regcache_collect
3899 insteaad of read_register.
3900 (ops_prepare_to_store): Use target_read_registers instead
3901 of read_register_bytes.
3902
3903 2002-07-20 Aidan Skinner <aidan@velvet.net>
3904
3905 * MAINTAINERS: Add self under write after approval.
3906
3907 2002-07-20 Aidan Skinner <aidan@velvet.net>
3908
3909 * ada-tasks.c: Change k&r style function definitions to prototyped
3910 form.
3911
3912 2002-07-19 Andrew Cagney <ac131313@redhat.com>
3913
3914 * Makefile.in (x86-64-tdep.o): Add $(objfiles_h).
3915 * x86-64-tdep.c: Include "objfiles.h".
3916 (x86_64_gdbarch_init): Set in_solib_call_trampoline to
3917 in_plt_section. From 2002-07-18 Michal Ludvig <mludvig@suse.cz>.
3918
3919 2002-07-17 Michal Ludvig <michal@suse.cz>
3920
3921 * dwarf2cfi.c (execute_stack_op): Complain on unknown DW_OP_ value.
3922 (update_context): Initialise cfa variable.
3923
3924 2002-07-17 Michael Snyder <msnyder@redhat.com>
3925
3926 * aix-thread.c: Shorten some long lines.
3927 Bring comments into line with code spec.
3928
3929 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3930
3931 * infrun.c: Re-indent using gdb_indent.sh.
3932
3933 2002-07-18 Joel Brobecker <brobecker@gnat.com>
3934
3935 * infrun.c (handle_inferior_event): Remove unneeded extra brace.
3936 Leave the indentation temporarily untouched, to minimize the diffs.
3937
3938 2002-07-18 Elena Zannoni <ezannoni@redhat.com>
3939
3940 * stabsread.c: Make os9k sections of the code obsolete,
3941 for real this time.
3942 * stabsread.h: Make os9k sections of the code obsolete.
3943
3944 2002-07-18 Michal Ludvig <mludvig@suse.cz>
3945
3946 * linux-low.c (regsets_store_inferior_registers): Add free()
3947 at the end of a loop to prevent memory leak.
3948 * linux-x86-64-low.c (x86_64_regmap): Add CS, SS registers.
3949 (X86_64_NUM_GREGS): Count it from the size of x86_64_regmap.
3950 * config/sparc/tm-sp64linux.h: Make the rest of #endif
3951 line a comment.
3952 * Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
3953
3954 2002-07-17 Jim Blandy <jimb@redhat.com>
3955
3956 * macrocmd.c (info_macro_command): Remove newline from error
3957 message.
3958
3959 2002-07-17 J"orn Rennecke <joern.rennecke@superh.com>
3960
3961 * sh-tdep.c (sh_dsp_register_sim_regno): New function.
3962 (sh_gdbarch_init): Use it for sh-dsp.
3963
3964 2002-07-16 Kevin Buettner <kevinb@redhat.com>
3965
3966 * dwarf2read.c (read_initial_length): Handle older, non-standard,
3967 64-bit DWARF2 format.
3968
3969 2002-07-16 Joel Brobecker <brobecker@gnat.com>
3970
3971 * proc-api.c: use HAVE_SYS_PROC_H macro to avoid including
3972 <sys/proc.h> when not available.
3973
3974 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3975
3976 * NEWS: Mention that the i[34]86-*-os9k has been made obsolete.
3977 * stabsread.c: Make os9k sections of the code obsolete.
3978 * configure.tgt: Make i[3456]86-*-os9k target obsolete.
3979 * config/i386/i386os9k.mt: Make file obsolete.
3980 * Makefile.in (ALLDEPFILES): Remove remote-os9k.c.
3981 (COMMON_OBS): Remove os9kread.o
3982 (SFILES): Remove os9kread.c.
3983 (os9kread.o, remote-os9k.o): Make target obsolete.
3984 * remote-os9k.c: Make file obsolete.
3985 * os9kread.c: Make file obsolete.
3986 * Makefile.in
3987
3988 2002-07-16 Andrew Cagney <ac131313@redhat.com>
3989
3990 * NEWS: Mention that the FR30 has been made obsolete.
3991 * fr30-tdep.c: Make file obsolete.
3992 * config/fr30/tm-fr30.h: Ditto.
3993 * config/fr30/fr30.mt: Ditto.
3994 * configure.tgt: Make fr30-*-elf obsolete.
3995 * MAINTAINERS: Make fr30-elf obsolete.
3996
3997 2002-07-16 Pierre Muller <muller@ics.u-strasbg.fr>
3998
3999 * blockframe.c (get_pc_function_start): return 0 if the minimal symbol
4000 found is not inside a section.
4001
4002 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4003
4004 * aix-thread.c (ptrace_check): Use safe_strerror() instead of
4005 strerror().
4006 (pdc_realloc): Use xrealloc() instead of realloc().
4007
4008 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4009
4010 * aix-thread.c (PD_ERROR, CALL_BASE): Delete.
4011 (ops_resume, ops_wait, fetch_regs_lib, store_regs_lib)
4012 (ops_xfer_memory, ops_kill): Don't use PD_ERROR or CALL_BASE
4013 macros.
4014
4015 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4016
4017 * aix-thread.c (ptrace_check): Eliminate goto.
4018 (sync_threadlists): Eliminate gotos. Also, fix array overrun
4019 problem.
4020
4021 2002-07-15 Kevin Buettner <kevinb@redhat.com>
4022
4023 * aix-thread.c (gdbcmd.h): Include.
4024 (DEBUG, DBG, DBG2, dbg): Eliminate.
4025 (debug_aix_thread): New static global.
4026 (ptrace_check, pdc_symbol_addrs, pdc_read_regs, pdc_write_regs)
4027 (pdc_read_data, pdc_write_data, pdc_alloc, pdc_realloc, pdc_dealloc)
4028 (fetch_regs_lib, store_regs_lib, store_regs_kern): Rewrite
4029 invocations to DBG and DBG2 macros to test against
4030 ``debug_aix_thread'' and call fprintf_unfiltered().
4031 (_initialize_aix_thread): Add new command "set debug aix-thread".
4032
4033 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4034
4035 From Gerhard Tonn <TON@de.ibm.com>:
4036 * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect
4037 instead of supply_register.
4038
4039 2002-07-15 Andrew Cagney <ac131313@redhat.com>
4040
4041 * dwarf2cfi.c: Include "gdb_assert.h".
4042 (frame_state_for): Use gdb_assert to check that fde->cie_ptr is
4043 non-NULL.
4044 (update_context): Do not use __func__. Add missing ``break''.
4045 (update_context): Do not use __func__.
4046
4047 2002-07-15 Elena Zannoni <ezannoni@redhat.com>
4048
4049 * rs6000-tdep.c (rs6000_gdbarch_init): Remove variable print_insn
4050 and its setting. Set gdbarch instruction printing functions
4051 directly. For non-rs6000 case use new function
4052 gdb_print_insn_powerpc.
4053 (gdb_print_insn_powerpc): New function.
4054
4055 2002-07-13 Andrew Cagney <ac131313@redhat.com>
4056
4057 * NEWS: Mention that the d30v has been marked obsolete.
4058 * MAINTAINERS: Note that d30v / d30v-elf has been made obsolete.
4059 * configure.tgt: Mark d30v-*-* as obsolete.
4060 * d30v-tdep.c: Mark file as obsolete.
4061 * config/d30v/d30v.mt: Ditto.
4062 * config/d30v/tm-d30v.h: Ditto.
4063
4064 2002-07-13 Aidan Skinner <aidan@velvet.net>
4065
4066 * ada-tasks.c (add_task_entry): replace calls to
4067 malloc() with xmalloc
4068 * ada-tasks.c (init_task_list): replace calls to free with xfree()
4069
4070 * ada-lang.c (replace_operator_with_call, fill_in_ada_prototype,
4071 ada_finish_decode_line_1, all_sals_for_line
4072 ada_breakpoint_rewrite): replace calls to free() with xfree()
4073
4074 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4075
4076 From Nicholas Duffek (with minor changes by Martin Hunt,
4077 Louis Hamilton, and Kevin Buettner):
4078 * aix-thread.c: New file.
4079
4080 2002-07-12 Petr Sorfa <petrs@caldera.com>
4081
4082 * dwarf2read.c (dwarf2_invalid_attrib_class): New
4083 complaint for invalid attribute class or form.
4084 (read_func_scope): DW_AT_frame_base
4085 better handling of DW_AT_block*.
4086 (dwarf2_add_member_fn): DW_AT_vtable_elem_location
4087 better handling of DW_AT_block*.
4088 (read_common_block): DW_AT_location
4089 better handling of DW_AT_block*.
4090 (read_partial_die): DW_AT_location better handling
4091 of DW_AT_block*.
4092 (new_symbol): DW_AT_external better handling of
4093 DW_AT_block*. Proper initialization of variable
4094 "addr".
4095 (attr_form_is_block): New function that returns true
4096 if the attribute's form is of DW_FORM_block*.
4097
4098 2002-07-12 Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
4099
4100 * valops.c (find_method_list): Remove comment about
4101 removed STATIC_MEMFUNCP argument.
4102 (value_find_oload_method_list): Likewise.
4103
4104 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4105
4106 From Nicholas Duffek:
4107 * rs6000-nat.c (vmap_ldinfo, xcoff_relocate_core): Call
4108 target_new_objfile_hook.
4109
4110 2002-07-12 Kevin Buettner <kevinb@redhat.com>
4111
4112 From Nicholas Duffek:
4113 * xcoffread.c (scan_xcoff_symtab): Recognize XMC_TD as a data storage
4114 csect.
4115
4116 2002-07-12 Andrew Cagney <cagney@redhat.com>
4117
4118 * MAINTAINERS: Mention --enable-sim-build-warnings.
4119 (m68hc11-elf): Disable sim build warnings.
4120 (m32r-elf): Mark as broken obsolete candidate.
4121 (x86_64-linux-gnu): Mark as buildable with -Werror.
4122 (arm-elf): Change -w to ``,'' which enables warnings but not
4123 -Werror.
4124
4125 2002-07-12 Andrew Cagney <ac131313@redhat.com>
4126
4127 * bcache.h: Update copyright.
4128 (struct bstring, struct bcache): Move definition to "bcache.c".
4129 Replaced by opaque declaration.
4130 (bcache_xfree): Replace free_bcache.
4131 (bcache_xmalloc, bcache_memory_used): Declare.
4132
4133 * bcache.c: Update copyright.
4134 (struct bstring, struct bcache): Moved to here from "bcache.h".
4135 Update comments.
4136 (bcache_xmalloc, bcache_memory_used): New functions.
4137 (bcache_xfree): Replace function free_bcache.
4138
4139 * Makefile.in (objfiles.o): Add $(bcache_h).
4140 (objfiles_h): Remove $(bcache_h).
4141 (symfile.o): Add $(bcache_h).
4142
4143 * symmisc.c: Update copyright.
4144 (print_symbol_bcache_statistics): Pass psymbol_cache by value.
4145 (print_objfile_statistics): Use bcache_memory_used.
4146
4147 * symfile.c: Include "bcache.h".
4148 (reread_symbols): Use bcache_xfree.
4149 (reread_symbols): Use bcache_xmalloc and bcache_xfree.
4150 (add_psymbol_to_list): Pass psymbol_cache by value.
4151 (add_psymbol_with_dem_name_to_list): Ditto.
4152
4153 * objfiles.h: Update copyright.
4154 (struct bcache): Declare opaque. Do not include "bcache.h".
4155 (struct objfile): Change psymbol_cache and macro_cache to ``struct
4156 bcache'' pointers.
4157 * dwarf2read.c (macro_start_file): Pass macro_cache by value.
4158
4159 * objfiles.c: Include "bcache.h". Update copyright.
4160 (allocate_objfile): Use bcache_xmalloc to create psymbol_cache and
4161 macro_cache.
4162 (free_objfile): Use bcache_xfree.
4163
4164 2002-07-11 Grace Sainsbury <graces@redhat.com>
4165
4166 * monitor.c (monitor_fetch_register): Make name a constant.
4167 (monitor_store_register): Same.
4168
4169 2002-07-11 Daniel Jacobowitz <drow@mvista.com>
4170
4171 Based on patch from Daniel Berlin <dberlin@dberlin.org>.
4172 * buildsym.c: Include "demangle.h" for SYMBOL_INIT_DEMANGLED_NAME.
4173 (finish_block) For non-function blocks, hash the symbol table. For
4174 function blocks, mark the symbol table as unhashed.
4175 * minsyms.c (msymbol_hash): Return hash value without taking modulus.
4176 (msymbol_hash_iw): Likewise.
4177 (add_minsym_to_hash_table): Take modulus of msymbol_hash's return
4178 value.
4179 (add_minsym_to_demangled_hash_table): Likewise for msymbol_hash_iw.
4180 (lookup_minimal_symbol): Likewise for both.
4181 * symtab.h (struct block): Add `hashtable' flag. Comment the
4182 hashtable.
4183 (BLOCK_HASHTABLE, BLOCK_BUCKETS, BLOCK_BUCKET): New macro.
4184 (ALL_BLOCK_SYMBOLS): Update.
4185 (BLOCK_SHOULD_SORT): Do not sort hashed blocks.
4186 (struct symbol): Add `hash_next' pointer.
4187 * symtab.c (lookup_block_symbol): Search using the hash table when
4188 possible.
4189 (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
4190 (search_symbols, find_addr_symbol): Likewise.
4191
4192 * dstread.c (process_dst_block): Clear hashtable bit for new block.
4193 (read_dst_symtab): Likewise.
4194 * jv-lang.c (get_java_class_symtab): Likewise.
4195 * mdebugread.c: Include "gdb_assert.h".
4196 (shrink_block): Assert that the block being modified is not hashed.
4197 * coffread.c (patch_opaque_types): Use ALL_BLOCK_SYMBOLS.
4198 * symmisc.c (free_symtab_block): Walk the hash table when freeing
4199 symbols.
4200 (dump_symtab): Recognize hashed blocks.
4201 * printcmd.c (print_frame_args): Assert that function blocks do not
4202 have hashed symbol tables.
4203 * ada-lang.c (symtab_for_sym): Use ALL_BLOCK_SYMBOLS.
4204 (fill_in_ada_prototype, debug_print_block): Likewise.
4205 (ada_add_block_symbols): Use ALL_BLOCK_SYMBOLS. Handle hash tables.
4206
4207 2002-07-11 Corinna Vinschen <vinschen@redhat.com>
4208
4209 * stack.c (print_frame): Use result of frame_address_in_block()
4210 instead of fi->pc when evaluating symbols.
4211 (backtrace_command_1): Ditto.
4212
4213 2002-07-11 Andrew Cagney <cagney@redhat.com>
4214
4215 * cris-tdep.c (cris_saved_pc_after_call): Fix parameter type.
4216 Make static.
4217
4218 * arm-tdep.c (arm_register_name): Make return type constant.
4219
4220 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4221
4222 * win32-nat.c (has_detach_ability): Convert to strict ISO C
4223 prototype.
4224 * top.c (gdb_rl_operate_and_get_next_completion): Ditto.
4225 * s390-tdep.c (s390_fp_regnum): Ditto.
4226 (s390_read_fp): Ditto.
4227 (s390_pop_frame): Ditto.
4228 (_initialize_s390_tdep): Ditto.
4229 * remote.c (get_remote_state): Ditto.
4230 * procfs.c (mappingflags): Ditto.
4231 * memattr.c (_initialize_mem): Ditto.
4232 * mcore-tdep.c (mcore_pop_frame): Ditto.
4233 * m68klinux-nat.c (_initialize_m68k_linux_nat): Ditto.
4234 * m68k-tdep.c (m68k_register_bytes_ok): Ditto.
4235 * language.c (set_case_str): Ditto.
4236 * gnu-v3-abi.c (vtable_address_point_offset): Ditto.
4237 * frv-tdep.c (new_variant): Ditto.
4238 (frv_stopped_data_address): Ditto.
4239 * dwarf2cfi.c (fde_chunks_need_space): Ditto.
4240 (context_alloc): Ditto.
4241 (frame_state_alloc): Ditto.
4242 (unwind_tmp_obstack_init): Ditto.
4243 (unwind_tmp_obstack_free): Ditto.
4244 (cfi_read_fp): Ditto.
4245 * cris-tdep.c (cris_saved_pc_after_call): Ditto.
4246 (cris_pop_frame): Ditto.
4247 * c-lang.c (scanning_macro_expansion): Ditto.
4248 (finished_macro_expansion): Ditto.
4249 (c_preprocess_and_parse): Ditto.
4250 * gdbarch.sh: Ditto.
4251 * gdbarch.h, gdbarch.c: Regenerate.
4252 * config/mn10200/tm-mn10200.h: Adjust indentation.
4253 * target.c: Adjust indentation.
4254 * symtab.h: Adjust indentation.
4255 * stabsread.h: Adjust indentation.
4256 * remote-es.c: Adjust indentation.
4257 * os9kread.c: Adjust indentation.
4258
4259 2002-07-10 Andrew Cagney <ac131313@redhat.com>
4260
4261 * wince.c (_initialize_wince): Rename _initialize_inftarg.
4262 * win32-nat.c (_initialize_win32_nat): Rename _initialize_inftarg.
4263
4264 2002-07-10 Grace Sainsbury <graces@redhat.com>
4265
4266 * NEWS: Mention m68k, mcore multi-arching.
4267 * MAINTAINERS: Change status of m68k, mcore to reflect
4268 multi-arching.
4269
4270 2002-07-10 Daniel Jacobowitz <drow@mvista.com>
4271
4272 * valops.c (find_overload_match): Free oload_syms.
4273
4274 2002-07-09 Joel Brobecker <brobecker@gnat.com>
4275
4276 Define HAVE_SYS_PROC_H if sys/proc.h exists
4277 * configure.in: Add check for sys/proc.h
4278 * config.in: Regenerate.
4279 * configure: Regenerate.
4280
4281 2002-07-09 Grace Sainsbury <graces@redhat.com>
4282
4283 * config/m68k/tm-m68k.h: Remove macros wrapped in
4284 #if !GDB_MULTI_ARCH.
4285
4286 2002-07-08 Andrew Cagney <ac131313@redhat.com>
4287
4288 * config.in, configure: Regenerate.
4289
4290 2002-07-08 Mark Kettenis <kettenis@gnu.org>
4291
4292 * dwarf2cfi.c: Include "gcore.h".
4293 (execute_stack_op): Fix implementation of the
4294 DW_OP_deref and DW_OP_deref_size operators by letting do their
4295 lookup in the target.
4296
4297 2002-07-07 Mark Kettenis <kettenis@gnu.org>
4298
4299 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>:
4300 * i386-sol2-tdep.c (i386_sol2_init_abi): Correct value for
4301 tdep->sc_sp_offset.
4302
4303 2002-07-05 Daniel Jacobowitz <drow@mvista.com>
4304
4305 Fix PR gdb/595, gdb/602
4306 * gnu-v3-abi.c (gnuv3_baseclass_offset): Remove unused variables.
4307 Don't call value_cast, just read the vtable pointer; update comments
4308 to match.
4309
4310 2002-07-05 Grace Sainsbury <graces@redhat.com>
4311
4312 * config/mcore/tm-mcore.h: Remove file.
4313 * config/mcore/mcore.mt: Remove definition of TM_FILE
4314 * configure.tgt: Set gdb_multi_arch to yes for the mcore target.
4315
4316 2002-07-05 Mark Kettenis <kettenis@gnu.org>
4317
4318 * i386bsd-tdep.c: Include "gdb_string.h".
4319
4320 2002-07-04 Grace Sainsbury <graces@redhat.com>
4321
4322 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Set to 2.
4323 (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG,RETVAL_REGNUM): Move to
4324 mcore-tdep.
4325 (REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER)
4326 (TARGET_VIRTUAL_FRAME_POINTER, BELIEVE_PCC_PROMOTION): Remove.
4327 * mcore-tdep.c (PR_REGNUM, FIRST_ARGREG, LAST_ARGREG)
4328 (RETVAL_REGNUM): Move macros from tm-mcore.h
4329 (mcore_reg_struct_has_addr): New function.
4330 (mcore_gdbarch_init): Added initializations for the macros removed
4331 from tm-mcore.h.
4332
4333 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4334
4335 * osabi.c (generic_elf_osabi_sniffer): Add check for FreeBSD 3.x's
4336 traditonal string branding within the ELF header.
4337
4338 2002-07-04 Daniel Jacobowitz <drow@mvista.com>
4339
4340 * symtab.c (remove_params): New function.
4341 (make_symbol_overload_list): Use it instead of cplus_demangle.
4342 (overload_list_add_symbol): Likewise. Reorder. Fix memory leak.
4343
4344 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4345
4346 * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype.
4347
4348 * i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
4349 New variables.
4350 (i386nbsd_init_abi): Use these to initialize tdep->sigtramp_start
4351 and tdep->sigtramp_end.
4352 * i386obsd-nat.c: New file.
4353 * config/i386/obsd.mh (NATDEPFILES): Add i386obsd-nat.o.
4354
4355 * dwarf2cfi.c (cfi_pop_frame): Use alloca() for regbuf.
4356 Don't call get_current_frame().
4357
4358 2002-07-04 Pierre Muller <muller@ics.u-strasbg.fr>
4359
4360 * i386-nat.c (child_post_startup_inferior): New function
4361 calling i386_cleanup_dregs if
4362 I386_USE_GENERIC_WATCHPOINTS is defined.
4363 * config/i386/nm-i386.h: define CHILD_POST_STARTUP_INFERIOR
4364 conditional to acknowledge that i386-nat.c has its
4365 own child_post_startup_inferior function.
4366
4367 2002-07-04 Mark Kettenis <kettenis@gnu.org>
4368
4369 * i386-tdep.h (I386_MAX_REGISTER_SIZE): New define.
4370 * i386-tdep.c (i386_do_pop_frame): Use I386_MAX_REGISTER_SIZE
4371 instead of MAX_REGISTER_RAW_SIZE.
4372 (i386_extract_return_value, i386_extract_struct_value_address):
4373 Convert to use regcache.
4374 (i386_gdbarch_init): Set max_register_raw_size and
4375 max_register_virtual_size to I386_MAX_REGISTER_SIZE.
4376 Set extract_return_value and extract_struct_value_address instead
4377 of their deprecated variants.
4378
4379 Convert i386 target to generic dummy frames.
4380 * i386-tdep.c: Include "symfile.h".
4381 (i386_frameless_signal_p): Consider a function to be frameless if
4382 the pc points at the first instruction of the function.
4383 (i386_frame_chain): Handle (generic) call dummies.
4384 (i386_frame_saved_pc): Likewise.
4385 (i386_frame_init_saved_regs): Remove code dealing with call
4386 dummies on the stack.
4387 (i386_push_dummy_frame): Removed.
4388 (i386_call_dummy_words): Removed.
4389 (i386_fix_call_dummy): Removed.
4390 (i386_push_return_address): New function.
4391 (i386_do_pop_frame): Renamed from i386_pop_frame. Add FRAME
4392 parameter, and don't call get_current_frame.
4393 (i386_pop_frame): New function.
4394 (i386_gdbarch_init): Set use_generic_dummy_frames to 1, set
4395 call_dummy_location to AT_ENTRY_POINT, set call_dummy_address to
4396 entry_point_address, set call_dummy_breakpoint_offset to 0, set
4397 call_dummy_length to 0, set call_dummy_words to NULL, set
4398 sizeof_call_dummy_words to 0, set fix_call_dummy to
4399 generic_fix_call_dummy, set pc_in_call_dummy to
4400 pc_in_call_dummy_at_entry_point, set push_dummy_frame to
4401 generic_push_dummy_frame, set push_return_address to
4402 i386_push_return_address and set frame_chain_valid to
4403 generic_file_frame_chain_valid.
4404
4405 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4406
4407 * gdbarch.sh (struct regcache): Add opaque declaration.
4408 (EXTRACT_RETURN_VALUE): New architecture method.
4409 (EXTRACT_STRUCT_VALUE_ADDRESS): Ditto.
4410 * gdbarch.h, gdbarch.c: Regenerate.
4411 * arch-utils.c (legacy_extract_return_value): New function.
4412 * arch-utils.h (legacy_extract_return_value): Declare.
4413 * values.c (value_being_returned): Re-enable code handling
4414 EXTRACT_STRUCT_VALUE_ADDRESS. Move
4415 deprecated_grub_regcache_for_registers call to block handling
4416 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
4417 (EXTRACT_RETURN_VALUE): Do not define.
4418
4419 2002-07-03 Grace Sainsbury <graces@redhat.com>
4420
4421 * config/mcore/tm-mcore.h (REGISTER_BYTES, NUM_REGS, PC_REGNUM)
4422 (SP_REGNUM, FP_REGNUM, FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK)
4423 (BREAKPOINT_FROM_PC, INNER_THAN, SAVED_PC_AFTER_CALL)
4424 (INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS, INIT_FRAME_PC)
4425 (FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC)
4426 (STORE_RETURN_VALUE, DEPRECATED_EXTRACT_RETURN_VALUE)
4427 (STORE_STRUCT_RETURN, DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4428 (SKIP_PROLOGUE, FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS)
4429 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, POP_FRAME)
4430 (PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME, PUSH_ARGUMENTS): Remove.
4431 * mcore-tdep.c (mcore_init_extra_frame_info): Add fromleaf
4432 argument so the function fits the prototype in the architecture
4433 vector.
4434 (mcore_pop_frame): Remove argument so the function fits the
4435 prototype. Use get_current_frame instead of the argument.
4436 (mcore_push_arguments): Change type of struct_return so the
4437 function can be used in the architecture vector.
4438 (mcore_store_struct_return): Add.
4439 (mcore_frame_init_saved_regs): Add.
4440 (mcore_gdbarch_init): Add function calls to replace the macros
4441 removed from tm-mcore.h
4442
4443 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4444
4445 * infcmd.c (print_return_value): Remove compatibility code calling
4446 deprecated_grub_regcache_for_registers.
4447
4448 * values.c: Include "regcache.h".
4449 (value_being_returned): Update. Use
4450 deprecated_grub_regcache_for_registers to extract the register
4451 buffer address.
4452 * value.h (value_being_returned): Change ``retbuf'' parameter to a
4453 ``struct regcache''.
4454 * Makefile.in (values.o): Add dependency on $(regcache_h).
4455
4456 * inferior.h (run_stack_dummy): Change type of second parameter to
4457 a ``struct regcache''.
4458 * valops.c (hand_function_call): Change type of retbuf to ``struct
4459 regcache''. Allocate using regcache_xmalloc, clean using
4460 make_cleanup_regcache_xfree.
4461 * infcmd.c (run_stack_dummy): Update. Use
4462 regcache_cpu_no_passthrough instead of memcpy to copy the buffer.
4463
4464 * regcache.c (do_regcache_xfree): New function.
4465 (make_cleanup_regcache_xfree): New function.
4466 * regcache.h (make_cleanup_regcache_xfree): Declare.
4467
4468 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4469
4470 * event-top.c (command_line_handler): Don't read past
4471 beginning of buffer.
4472
4473 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4474
4475 * varobj.c (struct varobj_root): Change frame from CORE_ADDR to
4476 struct frame_id.
4477 (varobj_create): Store frame_id for root.
4478 (varobj_gen_name): Use xasprintf.
4479 (varobj_update): Save and restore frame using get_frame_id() and
4480 frame_find_by_id().
4481 (create_child): Use xasprintf.
4482 (new_root_variable): Initialize frame_id.
4483 (c_name_of_child): Use xasprintf. Call find_frame_by_id().
4484 (c_value_of_variable): Use xasprintf. Move mem_fileopen call
4485 to prevent memory leak.
4486
4487 2002-07-03 Andrew Cagney <ac131313@redhat.com>
4488
4489 * valops.c (hand_function_call): Move declaration of retbuf to
4490 start of function, allocate using malloc, add a cleanup but before
4491 the inf_status cleanup, cleanup the buffer. Rename local variable
4492 old_chain to inf_status_cleanup.
4493
4494 2002-07-03 Martin M. Hunt <hunt@redhat.com>
4495
4496 * top.c (execute_command): Use cmd_func() and cmd_func_p().
4497
4498 * cli/cli-decode.c (cmd_func_p): New function.
4499 (cmd_func): New function.
4500
4501 * command.h: Add cmd_func() and cmd_func_p().
4502
4503 2002-07-03 Grace Sainsbury <graces@redhat.com>
4504
4505 * config/mcore/tm-mcore.h (GDB_MULTI_ARCH): Add macro. Set to 0.
4506 (REGISTER_SIZE): Remove.
4507 (MAX_REGISTER_RAW_SIZE): Remove.
4508 (REGISTER_VIRTUAL_TYPE): Remove.
4509 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
4510 (REGISTER_NAME): Remove.
4511 (USE_GENERIC_DUMMY_FRAMES): Remove.
4512 (CALL_DUMMY): Remove.
4513 (CALL_DUMMY_START_OFFSET): Remove.
4514 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
4515 (CALL_DUMMY_LOCATION): Remove.
4516 (FIX_CALL_DUMMY): Remove.
4517 (CALL_DUMMY_ADDRESS): Remove.
4518 (SIZEOF_CALL_DUMMY_WORDS): Remove.
4519 (SAVE_DUMMY_FRAME_TOS): Remove.
4520 * mcore-tdep.c (MCORE_REG_SIZE, MCORE_NUM_REGS): Add macros.
4521 (mcore_register_virtual_type): New function.
4522 (mcore_register_byte): New function.
4523 (mcore_register_size): New function.
4524 (mcore_register_name): New function.
4525 (mcore_gdbarch_init): New function. Add set_gdbarch calls for
4526 macros removed from tm-mcore.h.
4527 (mcore_dump_tdep): Add.
4528 (_initialize_mcore_tdep): Add gdbarch_register call.
4529
4530 2002-07-03 Mark Kettenis <kettenis@gnu.org>
4531
4532 * i386-tdep.c (i386_frameless_signal_p): Provide an argument in to
4533 frameless_look_for_prologue, such that we actually call this
4534 function.
4535
4536 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4537
4538 * frame.h (frame_address_in_block): New function.
4539
4540 * blockframe.c (frame_address_in_block): New function extracted
4541 from get_frame_block().
4542 (get_frame_block): Use frame_address_in_block().
4543 (block_innermost_frame): Use frame_address_in_block() to match
4544 the frame pc address against the block boundaries rather than
4545 the frame pc directly. This prevents a failure when a frame pc
4546 is actually a return-address pointing immediately after the end
4547 of the given block.
4548
4549 2002-07-02 Grace Sainsbury <graces@redhat.com>
4550
4551 * MAINTAINERS: Add self under write after approval.
4552
4553 2002-07-02 Grace Sainsbury <graces@redhat.com>
4554
4555 * m68k-tdep.c (m68k_remote_breakpoint_from_pc): Add. Currently not
4556 used in architecture vector. The default is
4557 m68k_local_breakpoint_from_pc.
4558 (m68k_local_breakpoint_from_pc): Add.
4559 (enum): Add register numbers from tm-m68k.h.
4560 (m68k_gdbarch_init): Add breakpoint_from_pc to architecture
4561 vector.
4562 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Set to
4563 GDB_MULTI_ARCH_PARTIAL.
4564 (BPT_VECTOR, REGISTER_BYTES_FP, REGISTER_BYTES_NOFP)
4565 (NUM_FREGS, SIG_PC_FP_OFFSET, SP_ARG0, REMOTE_BPT_VECTOR): Move to
4566 m68k-tdep.c.
4567 (BREAKPOINT, REMOTE_BREAKPOINT): Remove.
4568 (A1_REGNUM, FP0_REGNUM, FPC_REGNUM, FPS_REGNUM, FPI_REGNUM): Move
4569 to enum in m68k-tdep.c
4570
4571 2002-07-02 Joel Brobecker <brobecker@gnat.com>
4572
4573 * solib-osf.c (open_map): Compute the list of shared libraries
4574 loaded by the inferior, rather than the list of libraries loaded
4575 by GDB itself. Otherwise, GDB ends up reading the symbols from
4576 the wrong shared libraries...
4577
4578 2002-07-02 Mark Kettenis <kettenis@gnu.org>
4579
4580 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Make static.
4581 (LINUX_SIGCONTEXT_PC_OFFSET, LINUX_SIGCONEXT_SP_OFFSET): Remove
4582 macros.
4583 (i386_linux_sigtramp_saved_pc, i386_linux_sigtramp_saved_sp):
4584 Remove functions.
4585 (FRAMELESS_SIGNAL): Remove function.
4586 (i386_linux_frame_chain, i386_linux_frame_saved_pc,
4587 i386_linux_saved_pc_after_call): Removed.
4588 (i386_linux_init_abi): Initialize tdep->sigcontext_addr,
4589 tdep->sc_pc_offset and tdep->sc_sp_offset. Don't override
4590 frame_chain, frame_saved_pc and saved_pc_after_call any longer.
4591
4592 * i386-tdep.c (i386_frameless_signal_p): New function.
4593 (i386_frame_chain): Deal with frameless signals.
4594 (i386_sigtramp_saved_sp): New function.
4595 (i386_frame_saved_pc): Deal with frameless signals.
4596 (i386_saved_pc_after_call): Make sure the correct value is
4597 returned just after entry into a sigtramp.
4598 * i386bsd-tdep.c (i386bsd_sc_sp_offset, i386nbsd_sc_sp_offset,
4599 i386fbsd4_sc_sp_offset): New variables.
4600 (i386bsd_init_abi, i386nbsd_init_abi, i386fbsd4_init_abi): Use
4601 these variables to initialize tdep->sc_sp_offset. * i386bsd-nat.c
4602 (_initialize_i386bsd_nat): Add sanity check for sc_sp_offset
4603 similiar to what we already did for sc_pc_offset.
4604 * i386-sol2-tdep.c (i386_sol2_init_abi): Initialize
4605 tdep->sc_sp_offset.
4606
4607 * i386nbsd-tdep.c (fetch_elfcore_registers): Wrap long line.
4608
4609 2002-07-02 Michal Ludvig <mludvig@suse.cz>
4610
4611 * config/i386/tm-x86-64linux.h: New.
4612 * config/i386/x86-64linux.mt: Add GDB_MULTI_ARCH and TM_FILE
4613 definitions.
4614 * config/i386/nm-x86-64.h: Rename to ...
4615 * config/i386/nm-x86-64linux.h: ... this one.
4616 * config/i386/x86-64linux.mh: Reflect the above change.
4617
4618 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4619
4620 * i386-tdep.h (struct gdbarch_tdep): Replace sigtramp_saved_pc
4621 with sigcontext_addr. Add sc_sp_offset.
4622 (i386bsd_sigtramp_saved_pc): Remove prototype.
4623 (i386bsd_sicontext_addr): Add prototype.
4624 * i386-tdep.c (i386_sigtramp_saved_pc): New function.
4625 (i386_frame_saved_pc): Rewrite to call i386_sigtramp_saved_pc.
4626 (i386_svr4_sigtramp_saved_pc): Removed.
4627 (i386_svr4_sigcontext_addr): New function.
4628 (i386_svr4_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4629 Initialize tdep->sigcontext_addr instead. Initialize
4630 tdep->sc_pc_offset and tdep->sc_sp_offset.
4631 (i386_gdbarch_init): Likewise.
4632 * i386bsd-tdep.c (i386bsd_sigcontext_addr): Don't make it static
4633 any more.
4634 (i386bsd_sigtramp_saved_pc): Remove function.
4635 (i386bsd_init_abi): Don't initialize tdep->sigtramp_saved_pc.
4636 Initialize tdep->sigcontext_addr instead. Initialize
4637 tdep->sc_pc_offset.
4638 * i386-linux-tdep.c (i386_linux_init_abi): Remove initialization
4639 of tdep->sigtramp_saved_pc.
4640 * i386-sol2-tdep.c (i386_sol2_init_abi): Don't initialize
4641 tdep->sigtramp_saved_pc. Initialize tdep->sigcontext_addr
4642 instead.
4643
4644 * i386-tdep.c (i386_frameless_function_invocation,
4645 i386_frame_num_args, i386_frame_init_saved_regs,
4646 i386_skip_prologue, i386_push_dummy_frame, i386_fix_call_dummy,
4647 i386_pop_frame, i386_push_arguments, i386_store_struct_return,
4648 i386_extract_return_value, i386_store_return_value,
4649 i386_extract_struct_value_address, i386_register_virtual_type,
4650 i386_register_convertible, i386_register_convert_to_virtual,
4651 i386_register_convert_to_raw, i386_svr4_sigtramp_saved_pc,
4652 i386_go32_init_abi, i386_nw_init_abi, i386_gdbarch_init): Make
4653 static.
4654
4655 2002-07-01 Mark Kettenis <kettenis@gnu.org>
4656
4657 * i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
4658
4659 * config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
4660 * i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
4661 this macro. Include "value.h".
4662
4663 2002-06-30 Aidan Skinner <aidan@velvet.net>
4664
4665 * ada-exp.tab.c: remove as it's a generated file
4666 * ada-lex.c: remove as it's a generated file
4667
4668 2002-06-30 Mark Kettenis <kettenis@gnu.org>
4669
4670 * config/i386/tm-i386.h (struct frame_info, struct
4671 frame_saved_regs, struct value, struct type): Remove forward
4672 declarations.
4673
4674 * config/i386/tm-linux.h [HAVE_PTRACE_GETFPXREGS]
4675 (FILL_FPXREGSET, HAVE_SSE_REGS): Remove define.
4676 * config/i386/nm-linux.h [HAVE_PTRACE_GETFPXREGS]
4677 (FILL_FPXREGSET): Define.
4678
4679 * config/i386/tm-nbsd.h (HAVE_SSE_REGS): Remove define.
4680
4681 * configure.tgt (i[3456]86-*-openbsd*): Fold into
4682 i[3456]86-*-netbsd* case.
4683 * config/i386/tm-obsd.h: Removed.
4684 * config/i386/obsd.mt: Removed.
4685 * config/i386/obsd.mh (NATDEPFILES): Remove corelow.o and
4686 core-aout.o.
4687 (MH_CFLAGS): Add -DYYDEBUG=0.
4688
4689 * i386bsd-nat.c (_initialize_i386bsd_nat): Define SC_PC_OFFSET to
4690 i386nbsd_sc_pc_offset on OpenBSD too.
4691
4692 * config/i386/tm-fbsd.h [!SVR4_SHARED_LIBS]
4693 (IN_SOLIB_CALL_TRAMPOLINE): Remove define.
4694 * config/i386/tm-nbsdaout.h (IN_SOLIB_CALL_TRAMPOLINE): Remove
4695 define.
4696 * i386bsd-tdep.c: Include "arch-utils.h".
4697 (i386bsd_aout_in_solib_call_trampoline): New function.
4698 (i386bsd_init_abi): Set in_solib_call_trampoline to
4699 i386bsd_aout_in_solib_call_trampoline.
4700 (i386nbsdelf_init_abi, i386fbsd_init_abi): Set
4701 in_solib_call_trampoline to generic_in_solib_call_trampoline.
4702
4703 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4704
4705 * macrotab.h: Do not include "obstack.h" or "bcache.h".
4706 (struct obstack, struct bcache): Add opaque declarations.
4707 * Makefile.in (macrotab_h): Update
4708
4709 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4710
4711 * blockframe.c (generic_find_dummy_frame): Change return type to
4712 ``struct regcache''.
4713 (struct dummy_frame): Replace field ``registers'' with regcache, a
4714 struct regcache object.
4715 (generic_find_dummy_frame): Update.
4716 (generic_push_dummy_frame): Update. Use regcache_xfree,
4717 regcache_xmalloc and regcache_cpy.
4718 (generic_pop_dummy_frame): Update. Use regcache_cpy and
4719 regcache_xfree.
4720 (deprecated_generic_find_dummy_frame): Update.
4721 (generic_read_register_dummy): Update. Use
4722 regcache_read_as_address.
4723 (generic_call_dummy_register_unwind): Update. Use regcache_read.
4724 (generic_get_saved_register): Update. Use regcache_read.
4725
4726 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4727
4728 * Makefile.in (objfiles_h): Add $(bcache_h).
4729 * objfiles.h: Include "bcache.h".
4730
4731 * Makefile.in (symtab_h): Remove $(bcache_h).
4732 * symtab.h: Do not include "bcache.h".
4733
4734 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4735
4736 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
4737 generic_func_frame_chain_valid.
4738
4739 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4740
4741 * config/i386/nm-fbsd.h: Include <sys/param.h>.
4742 * config/i386/tm-fbsd.h: Likewise.
4743
4744 2002-06-28 Andrew Cagney <ac131313@redhat.com>
4745
4746 * rs6000-tdep.c (rs6000_gdbarch_init): Use
4747 generic_unwind_get_saved_register.
4748
4749 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4750
4751 From 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>:
4752 * regcache.c (supply_register): Add missing argument to
4753 register_buffer call.
4754
4755 2002-06-27 Andrew Cagney <ac131313@redhat.com>
4756
4757 * Makefile.in (init.c): Drop -e option to grep. Not necessary and
4758 Solaris /bin/grep does not not like it. From Peter Schauer.
4759
4760 2002-06-26 Tom Tromey <tromey@redhat.com>
4761
4762 * command.h (add_setshow_cmd): Declare.
4763 (add_setshow_cmd_full): Declare.
4764 * cli/cli-decode.c (add_setshow_cmd): No longer static. Now
4765 returns void. Use add_setshow_cmd_full.
4766 (add_setshow_cmd_full): New function.
4767 (add_setshow_auto_boolean_cmd): Use add_setshow_cmd_full.
4768 (add_setshow_boolean_cmd): Likewise.
4769
4770 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4771
4772 * config/vax/tm-vax.h: Protect from multiple inclusion.
4773 (TARGET_UPAGES, TARGET_NBPG, STACK_END_ADDR)
4774 (SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Move to...
4775 * config/vax/tm-vaxbsd.h: ...here. New file.
4776 * config/vax/vax.mt (TM_FILE): Set to tm-vaxbsd.h.
4777
4778 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4779
4780 * config/vax/tm-vax.h (BREAKPOINT): Remove.
4781 (BELIEVE_PCC_PROMOTION): Remove.
4782 (AP_REGNUM): Move to...
4783 * config/vax/nm-vax.h: ...here.
4784 * vax-tdep.c: Use VAX_AP_REGNUM instead of AP_REGNUM.
4785 (vax_breakpoint_from_pc): New function.
4786 (vax_gdbarch_init): Initialize gdbarch_breakpoint_from_pc
4787 and gdbarch_believe_pcc_promotion.
4788
4789 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
4790
4791 * Makefile.in (vax_tdep_h): Define.
4792 (vax-tdep.o): Use $(vax_tdep_h).
4793 * vax-tdep.c (vax_gdbarch_init): Use generic OS ABI framework.
4794 (vax_dump_tdep): New function.
4795 (_initialize_vax_tdep): Register vax_dump_tdep.
4796 * vax-tdep.h: Include osabi.h.
4797 (struct gdbarch_tdep): New.
4798
4799 2002-06-26 Andrew Cagney <cagney@redhat.com>
4800
4801 * frame.h (deprecated_generic_find_dummy_frame): Rename
4802 generic_find_dummy_frame.
4803 * blockframe.c (generic_find_dummy_frame): Make static.
4804 (deprecated_generic_find_dummy_frame): New function.
4805 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Replace
4806 generic_find_dummy_frame with deprecated_find_dummy_frame.
4807 (sh64_nofp_frame_init_saved_regs): Ditto.
4808 (sh_fp_frame_init_saved_regs): Ditto.
4809 * s390-tdep.c (s390_frame_saved_pc_nofix): Ditto.
4810 (s390_frame_chain): Ditto.
4811 * cris-tdep.c (cris_frame_init_saved_regs): Ditto.
4812
4813 2002-06-26 Grace Sainsbury <graces@redhat.com>
4814
4815 * config/m68k/tm-m68k.h: Rearrange code so macros not in the
4816 gdbarch vector are at the top.
4817 (NUM_REGS): Remove.
4818 (FP_REGNUM, SP_REGNUM, PS_REGNUM, PC_REGNUM, FP0_REGNUM): Remove.
4819 (FRAME_ARGS_ADDRESS): Remove.
4820 (FRAME_LOCALS_ADDRESS): Remove.
4821 (FRAME_NUM_ARGS): Remove.
4822 (FRAME_ARGS_SKIP): Remove.
4823 * m68k-tdep.c (enum): Add eumeration of special register numbers.
4824 (m68k_gdbarch_init): Add gdbarch initializations for macros
4825 undefined in tm-m68k.h
4826
4827 2002-06-26 Grace Sainsbury <graces@redhat.com>
4828
4829 * monitor.h: Add the function regname to monitor_ops
4830 structure. This way NUM_REGS does not have to be a constant.
4831 * monitor.c (monitor_fetch_register): Added support for regname
4832 function. The function is called if the array regnames is NULL.
4833 (monitor_store_register): Same.
4834 * cpu32bug-rom.c (cpu32bug_regname): Add function. Replaces
4835 regnames array.
4836 (init_cpu32bug_cmds): set cpu32bug_cmds.regnames to NULL,
4837 cpu32bug_cmds.regname to point to new function.
4838 * abug-rom.c (abug_regname): Same as above.
4839 (init_abug_cmds): Same.
4840 * dbug-rom.c (dbug_regname): Same as above.
4841 (init_dbug_cmds): Same.
4842 * remote-est.c (est_regname): Same.
4843 (init_est_cmds): Same.
4844 * rom68k-rom.c (rom68k_regname): Same.
4845 (init_rom68k_cmds): Same.
4846
4847 2002-06-25 Tom Tromey <tromey@redhat.com>
4848
4849 * breakpoint.c (delete_command): Don't repeat `delete' commands.
4850
4851 2002-06-25 Andrew Cagney <cagney@redhat.com>
4852
4853 * infrun.c (stop_registers): Change variable's type to ``struct
4854 regcache'''.
4855 (xmalloc_inferior_status): Delete function.
4856 (free_inferior_status): Delete function.
4857 (normal_stop): Use regcache_cpy.
4858 (struct inferior_status): Change type of fields ``stop_registers''
4859 and ``registers'' to ``struct regcache''.
4860 (write_inferior_status_register): Use regcache_write.
4861 (save_inferior_status): Instead of calling
4862 xmalloc_inferior_status, allocate the inf_status buffer directly.
4863 Use regcache_dup_no_passthrough and regcache_dup to save the
4864 buffers.
4865 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
4866 Replace the stop_registers regcache instead of overriding it. Use
4867 regcache_xfree. Instead of calling free_inferior_status, xfree
4868 the buffer directly.
4869 (discard_inferior_status): Use regcache_xfree. Instead of calling
4870 free_inferior_status, xfree the buffer directly.
4871 (build_infrun): Use regcache_xmalloc.
4872 (_initialize_infrun): Delete redundant call to build_infrun.
4873
4874 * Makefile.in (infcmd.o): Add $(regcache_h).
4875
4876 * infcmd.c: Include "regcache.h".
4877 (run_stack_dummy): Use deprecated_grub_regcache_for_registers to
4878 obtain the address of `stop_registers' register buffer.
4879 (print_return_value): Ditto.
4880
4881 * inferior.h (struct regcache): Add opaque declaration.
4882 (stop_registers): Change variable's declared type to ``struct
4883 regcache''.
4884
4885 2002-06-24 Tom Tromey <tromey@redhat.com>
4886
4887 * cli/cli-decode.c (add_show_from_set): Fixed typo in comment.
4888 * target.c (initialize_targets): Fixed typo in
4889 trust-readonly-sections `show' documentation.
4890
4891 * main.c: Marked all strings with _().
4892
4893 2002-06-24 Don Howard <dhoward@redhat.com>
4894
4895 * memattr.c (create_mem_region): Treat hi == 0 as a special case
4896 that means max CORE_ADDR+1.
4897 (lookup_mem_region): Ditto.
4898 (mem_info_command): Ditto.
4899
4900 2002-06-24 Grace Sainsbury <graces@redhat.com>
4901
4902 * config/m68k/tm-m68k.h (DECR_PC_AFTER_BREAK): Remove.
4903 (REGISTER_BYTES_OK): Remove.
4904 (REGISTER_BYTES): Remove.
4905 (STORE_STRUCT_RETURN): Remove.
4906 (DEPRECATED_EXTRACT_RETURN_VALUE): Remove.
4907 (STORE_RETURN_VALUE): Remove.
4908 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
4909 (FRAME_CHAIN): Remove.
4910 (FRAMELESS_FUNCTION_INVOCATION): Remove.
4911 (FRAME_SAVED_PC): Remove.
4912 * m68k-tdep.c (m68k_register_bytes_ok):Add.
4913 (m68k_store_struct_return): Add.
4914 (m68k_deprecated_extract_return_value): Add.
4915 (m68k_deprecated_extract_struct_value_address): Add.
4916 (m68k_store_return_value): Add.
4917 (m68k_frame_chain): Add.
4918 (m68k_frameless_function_invocation): Add.
4919 (m68k_frame_saved_pc): Add.
4920 (m68k_gdbarch_init): added set_gdbarch calls for new
4921 functions and deleted macros.
4922
4923 2002-06-23 Tom Tromey <tromey@redhat.com>
4924
4925 * Makefile.in (HFILES_NO_SRCDIR): Remove old files.
4926 (ALLDEPFILES): Likewise.
4927 (udiheaders): Removed.
4928 (udip2soc.o): Likewise.
4929 (udi2go32.o): Likewise.
4930 (udr.o): Likewise.
4931 (HFILES_WITH_SRCDIR): Don't mention udiheaders.
4932
4933 2002-06-22 Andrew Cagney <ac131313@redhat.com>
4934
4935 * infrun.c (_initialize_infrun): Delete unnecessary call to
4936 build_infrun.
4937
4938 * regcache.h: Update comments describing the regcache_cpy family
4939 of functions.
4940 (regcache_save, regcache_restore): Delete declaration.
4941 (regcache_save_no_passthrough): Delete declaration.
4942 (regcache_restore_no_passthrough): Delete declaration.
4943 * regcache.c (regcache_save): Delete function.
4944 (regcache_save_no_passthrough): Delete function.
4945 (regcache_restore): Delete function.
4946 (regcache_restore_no_passthrough): Delete function.
4947
4948 2002-06-21 Andrew Cagney <ac131313@redhat.com>
4949
4950 * config/m68k/tm-m68k.h: Fix typo.
4951 (FRAME_INIT_SAVED_REGS): Define when non-multi-arch.
4952 (m68k_frame_init_saved_regs): Declare.
4953
4954 2002-06-21 Jim Blandy <jimb@redhat.com>
4955
4956 Remove some vestiges of Harris 88k support.
4957 * dwarf2read.c (decode_locdesc): Remove `#if' block for Harris 88k
4958 register numbering quirk.
4959 * elfread.c (elf_symtab_read): Remove `#if' block for skipping
4960 odd symbols occurring in Harris 88k ELF targets.
4961
4962 2002-06-21 Tom Tromey <tromey@redhat.com>
4963
4964 * gdb_locale.h: New file.
4965 * Makefile.in (GDB_CFLAGS): Define LOCALEDIR.
4966 (defs_h): Added gdb_locale.h.
4967 * configure, config.in: Rebuilt.
4968 * configure.in (PACKAGE): Define.
4969 * defs.h: Include gdb_locale.h.
4970 * main.c (captured_main): Call setlocale, bindtextdomain,
4971 textdomain.
4972
4973 2002-06-21 Dave Brolley <brolley@redhat.com>
4974
4975 From Stan Shebs, Jim Blandy, Mark Salter, Kevin Buettner:
4976 * config/frv/frv.mt: New file.
4977 * config/frv/tm-frv.h: New file.
4978 * configure.tgt: Support frv-*-*.
4979 * Makefile.in (frv-tdep.o): New target.
4980 * frv-tdep.c: New file.
4981 * NEWS: Mention frv.
4982
4983 2002-06-21 Dave Brolley <brolley@redhat.com>
4984
4985 * MAINTAINERS: Add self to "Write After Approval" list.
4986
4987 2002-06-21 Grace Sainsbury <graces@redhat.com>
4988
4989 * config/m68k/tm-m68k.h (REGISTER_BYTE, REGISTER_RAW_SIZE)
4990 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
4991 (REGISTER_VIRTUAL_TYPE, REGISTER_NAMES, TARGET_LONG_DOUBLE_FORMAT)
4992 (FUNCTION_START_OFFSET, SKIP_PROLOGUE, SAVED_PC_AFTER_CALL)
4993 (INNER_THAN, STACK_ALIGN, REGISTER_SIZE): Remove macros.
4994
4995 * m68k-tdep.c: Include arch-utils.h
4996 (m68k_register_raw_size): Add.
4997 (m68k_register_virtual_size): Add.
4998 (m68k_register_virtual_type): Add.
4999 (m68k_register_name): Add.
5000 (m68k_stack_align): Add.
5001 (m68k_register_byte): Add.
5002 (m68k_gdbarch_init): Add set_gdbarch calls for macros removed in
5003 tm-m68k.h.
5004
5005 2002-06-21 Grace Sainsbury <graces@redhat.com>
5006
5007 * m68k-tdep.c (m68k_frame_init_saved_regs): Replace
5008 m68k_find_saved_regs.
5009 (m68k_pop_frame): Removed saved_regs structure, and replaced
5010 references to it with frame->saved_regs.
5011 (m68k_gdbarch_init): Added function calls to initialize the
5012 gdbarch structure.
5013 (m68k_fix_call_dummy): Add.
5014 * config/m68k/tm-m68k.h: (FRAME_FIND_SAVED_REGS): Remove.
5015 (CALL_DUMMY): Remove.
5016 (CALL_DUMMY_LENGTH): Remove.
5017 (CALL_DUMMY_START_OFFSET): Remove.
5018 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove.
5019 (FIX_CALL_DUMMY): Remove.
5020 (PUSH_DUMMY_FRAME): Remove.
5021 (POP_FRAME): Remove.
5022
5023 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
5024
5025 * parse.c (parse_fprintf): New function used to avoid calls to
5026 fprintf in bison parser generated debug code.
5027 * parser-defs.h: Declaration of new parse_fprintf function.
5028 * ada-exp.y, c-exp.y, f-exp.y, jv-exp.y, m2-exp.y, p-exp.y:
5029 Set YYDEBUG to 1 by default.
5030 Set YYFPRINTF as parse_fprintf.
5031
5032 2002-06-21 Michal Ludvig <mludvig@suse.cz>
5033
5034 * dwarf2cfi.c (read_encoded_pointer): Don't handle pointer
5035 encoding anymore.
5036 (pointer_encoding, enum ptr_encoding): New.
5037 (execute_cfa_program): Take care about pointer encoding.
5038 (dwarf2_build_frame_info): Only call parse_frame_info for
5039 .debug_frame and .eh_frame.
5040 (parse_frame_info): New, derived from former dwarf2_build_frame_info.
5041 fixed augmentation handling, added relative addressing,
5042 ignore duplicate FDEs. Added comments.
5043 * dwarf2cfi.c: Reindented.
5044
5045 2002-06-20 Elena Zannoni <ezannoni@redhat.com>
5046
5047 * event-top.c (command_handler): Don't use space_at_cmd_start
5048 unless there is sbrk() on the host. Assign time and space data
5049 to union fields of the appropriate length.
5050
5051 2002-06-20 Michal Ludvig <mludvig@suse.cz>
5052
5053 * x86-64-tdep.c (x86_64_register_nr2name): Rename to
5054 x86_64_register_name. Return type changed to 'const char *'.
5055 (x86_64_register_name2nr): Rename to x86_64_register_number.
5056 (x86_64_gdbarch_init): Update to reflect the change.
5057 * x86-64-tdep.h: Ditto.
5058 * x86-64-linux-nat.c (x86_64_fxsave_offset)
5059 (supply_fpregset): Ditto.
5060
5061 2002-06-19 Andrew Cagney <cagney@redhat.com>
5062
5063 * regcache.h: Update copyright.
5064 (struct regcache, struct gdbarch): Add opaque declarations.
5065 (current_regcache): Declare global variable.
5066 (regcache_read, regcache_write): Add gdbarch parameter.
5067 (regcache_save, regcache_save_no_passthrough)
5068 (regcache_restore, regcache_restore_no_passthrough)
5069 (regcache_dup, regcache_dup_no_passthrough)
5070 (regcache_cpy, regcache_cpy_no_passthrough)
5071 (deprecated_grub_regcache_for_registers)
5072 (deprecated_grub_regcache_for_register_valid)
5073 (regcache_valid_p): Add function declarations.
5074
5075 * regcache.c: Update copyright.
5076 (regcache_descr_handle): New global variable.
5077 (struct regcache_descr): Define.
5078 (init_legacy_regcache_descr, init_regcache_descr): New functions.
5079 (regcache_descr, xfree_regcache_descr): New functions.
5080 (struct regcache): Define.
5081 (regcache_xmalloc, regcache_xfree): New functions.
5082 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
5083 (regcache_dup, regcache_dup_no_passthrough): New functions.
5084 (regcache_valid_p, regcache_read_as_address): New functions.
5085 (deprecated_grub_regcache_for_registers): New function.
5086 (deprecated_grub_regcache_for_register_valid): New function.
5087 (current_regcache): New global variable.
5088 (register_buffer): Add regcache parameter. Update calls.
5089 (regcache_read, regcache_write): Add regcache parameter. Rewrite.
5090 (read_register_gen, write_register_gen): Update register_buffer
5091 call. Test for legacy_p instead of gdbarch_register_read_p or
5092 gdbarch_register_write_p.
5093 (regcache_collect): Update register_buffer call.
5094 (build_regcache): Rewrite. Use deprecated grub functions.
5095 (regcache_save, regcache_save_no_passthrough): New functions.
5096 (regcache_restore, regcache_restore_no_passthrough): New
5097 functions.
5098 (_initialize_regcache): Create the regcache_data_handle. Swap
5099 current_regcache global variable.
5100
5101 * sh-tdep.c (sh_pseudo_register_read): Add current_regcache
5102 parameter to regcache_read and regcache_write calls.
5103 (sh4_register_read): Ditto.
5104 (sh64_pseudo_register_read): Ditto.
5105 (sh64_register_read): Ditto.
5106 (sh_pseudo_register_write): Ditto.
5107 (sh4_register_write): Ditto.
5108 (sh64_pseudo_register_write): Ditto.
5109 (sh64_register_write): Ditto.
5110
5111 * defs.h (XCALLOC): Define.
5112
5113 2002-06-19 Grace Sainsbury <graces@redhat.com>
5114
5115 * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Added (set to 0).
5116 * m68k-tdep.c (m68k_gdbarch_init): Added.
5117 (m68k_dump_tdep): Added.
5118
5119 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5120
5121 * ada-lang.c (fill_in_ada_prototype): Update comment.
5122
5123 2002-06-19 Daniel Jacobowitz <drow@mvista.com>
5124
5125 * mips-tdep.c (enum mips_abi): Explicitly start at 0. Add
5126 MIPS_ABI_LAST.
5127 (mips_abi_string, mips_abi_strings): New.
5128 (struct gdbarch_tdep): Remove mips_abi_string, add found_abi.
5129 (mips_gdbarch_init): Set tdep->found_abi. Don't set
5130 tdep->mips_abi_string. Honor mips_abi_string. Default to
5131 O32 if no ABI is found.
5132 (mips_dump_tdep): Use mips_abi_strings.
5133 (mips_abi_update): New function.
5134 (_initialize_mips_tdep): Initialize mips_abi_string. Add
5135 ``set mips abi'' and ``show mips abi''. Check the size of
5136 mips_abi_strings.
5137
5138 2002-06-19 Andrew Cagney <cagney@redhat.com>
5139
5140 * i386-linux-tdep.c (i386_linux_register_name): Make return type
5141 constant.
5142
5143 2002-06-18 Joel Brobecker <brobecker@gnat.com>
5144
5145 * alpha-tdep.c (heuristic_proc_desc): Compute the size of the
5146 current frame using only the first stack size adjustment. All
5147 subsequent size adjustments are not considered to be part of
5148 the "static" part of the current frame.
5149 Compute the address of the saved registers relative to the
5150 Frame Pointer ($fp) instead of the Stack Pointer if $fp is
5151 in use in this frame.
5152
5153 2002-06-18 Don Howard <dhoward@redhat.com>
5154
5155 * valops.c (value_ind): Use value_at_lazy() when dereferencing
5156 type int expressions. Thanks to Jim Blandy <jimb@redhat.com> for
5157 suggesting this solution.
5158
5159 2002-06-18 Andrew Cagney <ac131313@redhat.com>
5160
5161 * config/romp/xm-rtbsd.h: Delete file.
5162 * config/romp/rtbsd.mh: Delete file.
5163
5164 2002-06-18 Keith Seitz <keiths@redhat.com>
5165
5166 * breakpoint.c (condition_command): Post breakpoint_modify
5167 when a condition is added to an existing breakpoint.
5168 (commands_command): Likewise for commands.
5169 (set_ignore_count): Likewise for ignore counts.
5170 If no tty, do not simply return, still need to send event
5171 notification.
5172 (ignore_command): Only print a newline if the command came
5173 from a tty.
5174 Don't call breakpoints_changed, since this is now properly
5175 handled by set_ignore_count.
5176
5177 2002-06-18 Andrew Cagney <cagney@redhat.com>
5178
5179 * MAINTAINERS: Note that cris-elf target can be compiled with
5180 -Werror.
5181 * cris-tdep.c (cris_register_name): Make return type constant.
5182 (cris_breakpoint_from_pc): Ditto.
5183
5184 2002-06-18 Michal Ludvig <mludvig@suse.cz>
5185
5186 * frame.h (struct frame_info): Change type of context to
5187 'struct context'.
5188
5189 2002-06-17 Andrew Cagney <cagney@redhat.com>
5190
5191 * gdbarch.sh (REGISTER_NAME): Change return type a constant string
5192 pointer.
5193 * gdbarch.h, gdbarch.c: Regenerate.
5194 * config/mips/tm-mips.h (mips_register_name): Update.
5195 * i386-tdep.h (i386_register_name): Update.
5196 * mips-tdep.c (mips_register_name): Update
5197 * alpha-tdep.c (alpha_register_name): Update.
5198 * arch-utils.c (legacy_register_name): Update.
5199 * arch-utils.h (legacy_register_name): Update.
5200 * avr-tdep.c (avr_register_name): Update.
5201 * ia64-tdep.c (ia64_register_name): Update.
5202 * i386-tdep.c (i386_register_name): Update.
5203 * sparc-tdep.c (sparc32_register_name): Update.
5204 (sparc64_register_name): Update.
5205 (sparclite_register_name): Update.
5206 (sparclet_register_name): Update.
5207 * sh-tdep.c (sh_generic_register_name): Update.
5208 (sh_sh_register_name): Update.
5209 (sh_sh3_register_name): Update.
5210 (sh_sh3e_register_name): Update.
5211 (sh_sh_dsp_register_name): Update.
5212 (sh_sh3_dsp_register_name): Update.
5213 (sh_sh4_register_name): Update.
5214 (sh_sh64_register_name): Update.
5215 * s390-tdep.c (s390_register_name): Update.
5216 * rs6000-tdep.c (rs6000_register_name): Update.
5217 * ns32k-tdep.c (ns32k_register_name_32082): Update.
5218 (ns32k_register_name_32382): Update.
5219 * d10v-tdep.c (d10v_ts2_register_name): Update.
5220 (d10v_ts3_register_name): Update.
5221 * xstormy16-tdep.c (xstormy16_register_name): Update.
5222 * vax-tdep.c (vax_register_name): Update.
5223 * v850-tdep.c (v850_register_name): Update.
5224 * m68hc11-tdep.c (m68hc11_register_name): Update.
5225 * mn10300-tdep.c (mn10300_generic_register_name): Update.
5226 (am33_register_name): Update.
5227
5228 2002-06-17 Grace Sainsbury <graces@redhat.com>
5229
5230 * m68k-tdep.c: Reindented.
5231
5232 2002-06-17 Andrew Cagney <ac131313@redhat.com>
5233
5234 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
5235 list of predefined types.
5236
5237 2002-06-16 Mark Kettenis <kettenis@gnu.org>
5238
5239 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
5240 REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL,
5241 REGISTER_CONVERT_TO_RAW): Remove defines.
5242 (i386_register_virtual_type, i386_register_convertible,
5243 i386_register_convert_to_virtual, i386_register_convert_to_raw):
5244 Remove prototypes.
5245 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5246 macros mentioned above.
5247
5248 * config/i386/tm-i386lynx.h (SAVED_PC_AFTER_CALL): Remove define.
5249 (i386lynx_saved_pc_after_call): Remove prototype.
5250 * i386ly-tdep.c: Include "i386-tdep.h".
5251 (i386lynx_saved_pc_after_call): Make static. Use
5252 read_memory_nobpt instead of read_memory. Use
5253 read_memory_unsigned_integer instead of read_memory_integer.
5254 (i386lynx_init_abi): New function.
5255 (i386lynx_coff_osabi_sniffer): New function.
5256 (_initialize_i386bsd_tdep): New function.
5257
5258 * config/i386/tm-i386.h (PARM_BOUNDARY, CALL_DUMMY,
5259 CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
5260 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Remove defines.
5261 (i386_fix_call_dummy): Remove prototype.
5262 * i386-tdep.c (i386_call_dummy_words): New variable.
5263 (i386_gdbarch_init): Adjust for removal of the
5264 macros mentioned above.
5265
5266 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5267
5268 * command.h (add_setshow_auto_boolean_cmd): Replace
5269 add_set_auto_boolean_cmd.
5270 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
5271 add_set_auto_boolean_cmd.
5272 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
5273 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
5274 mask-address'' command.
5275 (show_mask_address): Add cmd parameter.
5276 * remote.c (add_packet_config_cmd): Update. Change type of
5277 set_func and show_func to cmd_sfunc_ftype.
5278 (_initialize_remote): Update `set remote Z-packet'
5279 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
5280 (show_remote_protocol_e_packet_cmd): Ditto.
5281 (show_remote_protocol_E_packet_cmd): Ditto.
5282 (show_remote_protocol_P_packet_cmd): Ditto.
5283 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
5284 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
5285 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
5286 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
5287 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
5288 (show_remote_protocol_Z_packet_cmd): Ditto.
5289 (show_remote_protocol_binary_download_cmd): Ditto.
5290 (show_remote_cmd): Pass NULL to all of above.
5291
5292 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5293
5294 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
5295 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
5296 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
5297 POP_FRAME): Remove defines.
5298 (i386_push_arguments, i386_store_struct_return,
5299 i386_extract_return_value, i386_store_return_value,
5300 i386_extract_struct_value_address, i386_push_dummy_frame,
5301 i386_pop_frame): Renove prototypes.
5302 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5303 macros mentioned above.
5304
5305 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5306
5307 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
5308 add_set_boolean_cmd.
5309 (add_setshow_cmd): New function.
5310 * command.h (add_setshow_boolean_cmd): Replace
5311 add_set_boolean_cmd.
5312 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
5313 and ``set rdiromatzero''.
5314 * maint.c (_initialize_maint_cmds): Update commented out code.
5315 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
5316 * target.c (initialize_targets): Update `set
5317 trust-readonly-sections'.
5318 * remote.c (_initialize_remote): Update `set remotebreak'.
5319
5320 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5321
5322 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
5323 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
5324 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
5325 fit into multi-arch framework.
5326 (i386_breakpoint_from_pc): New function.
5327 (i386_gdbarch_init): Adjust for removal of the macros mentioned
5328 above.
5329
5330 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
5331 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
5332 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
5333 (i386_frameless_function_invocation, i386_frame_num_args,
5334 i386_frame_init_saved_regs): Remove prototypes.
5335 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
5336 macros mentioned above.
5337
5338 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5339
5340 * cli/cli-decode.c (set_cmd_cfunc): Update.
5341 (set_cmd_sfunc): Update.
5342 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
5343 (set_cmd_sfunc, set_cmd_cfunc): Update.
5344 * cli/cli-decode.h: Update.
5345
5346 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5347
5348 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
5349 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
5350
5351 2002-06-15 Andrew Cagney <ac131313@redhat.com>
5352
5353 * defs.h (auto_boolean): Declare enum.
5354 * command.h (cmd_auto_boolean): Delete enum.
5355 * mips-tdep.c (mask_address_var): Update.
5356 (mips_mask_address_p): Update.
5357 (show_mask_address): Update.
5358 * remote.c (struct packet_config): Update.
5359 (update_packet_config): Update.
5360 (show_packet_config_cmd): Update.
5361 (packet_ok): Update.
5362 (add_packet_config_cmd): Update.
5363 (_initialize_remote):
5364 * command.h: Update.
5365 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
5366 (do_setshow_command): Update.
5367 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
5368 * cli/cli-decode.h: Update.
5369
5370 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5371
5372 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
5373 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
5374 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
5375 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
5376 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
5377 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
5378
5379 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
5380 list of DJGPP COFF targets.
5381
5382 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
5383 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
5384 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
5385 (FP0_REGNUM): Remove define.
5386 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
5387 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
5388 (i386_register_virtual_size): Remove protoype.
5389 * i386-tdep.c (i386_register_virtual_size): Removed.
5390 (i386_extract_return_value, i386_store_return_value): Use
5391 FP0_REGNUM instead of NUM_FREGS to determine whether the
5392 floating-point registers are available.
5393 (i386_gdbarch_init): Tweak FIXME about FPU registers.
5394 Adjust for removal of macros mentioned above.
5395
5396 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5397
5398 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
5399 comments.
5400 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
5401 Remove prototypes.
5402 (supply_gregset, fill_gregset): Remove use of register keyword and
5403 remove declaration for regmap. Use I386_NUM_GREGS instead of
5404 NUM_REGS and NUM_FREGS.
5405 (FPREGSET_FSAVE_OFFSET): Remove.
5406 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
5407 NUM_FREGS to determine whether the floating-point registers are
5408 available.
5409
5410 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
5411 gnu_store_registers): Replace usage of NUM_GREGS with
5412 I386_NUM_GREGS.
5413
5414 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
5415 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
5416 usage of NUM_GREGS with I386_NUM_GREGS.
5417
5418 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
5419
5420 * i386bsd-nat.c: Include "i386-tdep.h".
5421 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
5422 I386_NUM_GREGS.
5423
5424 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
5425 and associated comment. They no longer make any sense, since we
5426 don't use this file anymore on Linux.
5427
5428 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
5429 * i386-tdep.c (i386_register_offset, i386_register_size): Use
5430 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
5431 elements in these arrays.
5432 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
5433 MAX_NUM_REGS.
5434
5435 2002-06-15 Mark Kettenis <kettenis@gnu.org>
5436
5437 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
5438 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
5439
5440 2002-06-14 Andrew Cagney <cagney@redhat.com>
5441
5442 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
5443 EXTRACT_RETURN_VALUE.
5444 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
5445 EXTRACT_STRUCT_VALUE_ADDRESS.
5446 * gdbarch.h, gdbarch.c: Regenerate.
5447
5448 * values.c (value_being_returned): Handle
5449 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
5450 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
5451
5452 * arm-linux-tdep.c (arm_linux_init_abi): Update.
5453 * arm-tdep.c (arm_gdbarch_init): Update.
5454 * avr-tdep.c (avr_gdbarch_init): Update.
5455 * cris-tdep.c (cris_gdbarch_init): Update.
5456 * d10v-tdep.c (d10v_gdbarch_init): Update.
5457 * ia64-tdep.c (ia64_gdbarch_init): Update.
5458 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5459 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5460 * s390-tdep.c (s390_gdbarch_init): Update.
5461 * sh-tdep.c (sh_gdbarch_init): Update.
5462 * s390-tdep.c (s390_gdbarch_init): Update.
5463 * sparc-tdep.c (sparc_gdbarch_init): Update.
5464 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
5465 * v850-tdep.c (v850_gdbarch_init): Update.
5466 * vax-tdep.c (vax_gdbarch_init): Update.
5467 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
5468 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5469
5470 * config/arc/tm-arc.h: Update.
5471 * config/d30v/tm-d30v.h: Update.
5472 * config/fr30/tm-fr30.h: Update.
5473 * config/h8300/tm-h8300.h: Update.
5474 * config/h8500/tm-h8500.h: Update.
5475 * config/i386/tm-i386.h: Update.
5476 * config/i386/tm-ptx.h: Update.
5477 * config/i386/tm-symmetry.h: Update.
5478 * config/i960/tm-i960.h: Update.
5479 * config/m32r/tm-m32r.h: Update.
5480 * config/m68k/tm-delta68.h: Update.
5481 * config/m68k/tm-linux.h: Update.
5482 * config/m68k/tm-m68k.h: Update.
5483 * config/m88k/tm-m88k.h: Update.
5484 * config/mcore/tm-mcore.h: Update.
5485 * config/mips/tm-mips.h: Update.
5486 * config/mn10200/tm-mn10200.h: Update.
5487 * config/pa/tm-hppa.h: Update.
5488 * config/pa/tm-hppa64.h: Update.
5489 * config/sparc/tm-sp64.h: Update.
5490 * config/sparc/tm-sparc.h: Update.
5491 * config/sparc/tm-sparclet.h: Update.
5492 * config/z8k/tm-z8k.h: Update.
5493
5494 2002-06-14 Andrew Cagney <cagney@redhat.com>
5495
5496 * Makefile.in (i386_linux_tdep_h): Define.
5497 (i386_tdep_h, i387_tdep_h): Define.
5498 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
5499 $(i386_tdep_h) and $(i387_tdep_h).
5500 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5501
5502 2002-06-14 Mark Kettenis <kettenis@gnu.org>
5503
5504 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
5505 Already covered by the default.
5506
5507 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
5508 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
5509 (i386_gdbarch_init): Initialize long_double_format and long_double
5510 bit.
5511
5512 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
5513 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
5514 Move these to ...
5515 * config/i386/i386sol2.mh: ... here.
5516 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
5517 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
5518 (SIGCONTEXT_PC_OFFSET): Remove define.
5519 (IN_SIGTRAMP): Remove define.
5520 * i386-sol2-tdep.c: New file.
5521
5522 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
5523 * config/i386/tm-i386nw.h: Removed.
5524
5525 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
5526 USE_STRUCT_CONVENTION): Remove defines.
5527 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5528 (get_longjmp_target): Remove prototype.
5529 (IN_SIGTRAMP): Remove define.
5530 (i386bsd_in_sigtramp): Remove prototype.
5531 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5532 function. Update comment accordingly
5533 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5534 (FRAME_SAVED_PC): Remove define.
5535 (i386bsd_frame_saved_pc): Remove prototype.
5536 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
5537 GET_LONGJMP_TARGET): Remove defines.
5538 (get_longjmp_target): Remove prototype.
5539 (IN_SIGTRAMP): Remove define.
5540 (i386bsd_in_sigtramp): Remove prototype.
5541 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
5542 function. Update comment accordingly
5543 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
5544 (FRAME_SAVED_PC): Remove define.
5545 (i386bsd_frame_saved_pc): Remove prototype.
5546 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
5547 Remove prototype.
5548 (USE_STRUCT_CONVENTION): Remove prototype.
5549 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
5550 declaration.
5551 (_initialize_i386bsd_nat): Revise logic to determine some
5552 constants at compile time when compiling a native GDB. Warn if
5553 things don't match up with what we expect.
5554 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
5555 Remove variables.
5556 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
5557 to use date stored in `struct gdbarch_tdep'.
5558 (i386bsd_sigcontext_offset): Remove varaible.
5559 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
5560 stored in `struct gdbarch_tdep'.
5561 (i386bsd_frame_saved_pc): Make static.
5562 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
5563 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
5564 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
5565 i386fbsd4_sc_pc_offset): New variables.
5566 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
5567 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
5568 functions.
5569 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
5570 functions.
5571 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
5572 Modify the value of i386fbsd_sigtramp_start and
5573 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
5574 i386fbsd_sigtramp_end.
5575 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
5576 function.
5577
5578 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
5579 define to i386-linux-tdep.h.
5580 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
5581 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
5582 defines.
5583 (i386_linux_register_name, i386_linux_register_byte,
5584 i386_linux_register_raw_size): Remove prototypes.
5585 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
5586 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
5587 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
5588 TARGET_WRITE_PC): Remove defines.
5589 (i386_linux_in_sigtramp, i386_linux_frame_chain,
5590 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
5591 i386_linux_write_pc): Remove prototypes.
5592 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5593 (get_longjmp_target): Remove prototype.
5594 * i386-linux-tdep.h: New file.
5595 * i386-linux-nat.c: Include "i386-linux-tdep.h".
5596 * i386-linux-tdep.c: Include "i386-tdep.h" and
5597 "i386-linux-tdep.h".
5598 (i386_linux_register_name, i386_linux_register_byte,
5599 i386_linux_register_raw_size, i386_linux_in_sigtramp,
5600 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
5601 Make static.
5602 (i386_linux_init_abi): New function.
5603 (_initialize_i386_linux_tdep): New function.
5604
5605 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
5606 (i386_saved_pc_after_call): Remove prototype.
5607 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
5608 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
5609 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
5610 (i386_register_name, i386_stab_reg_to_regnum,
5611 i386_dwarf_reg_to_regnum): Remove prototypes.
5612 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
5613 SIZEOF_SSE_REGS): Remove defines.
5614 (REGISTER_BYTES): Remove define.
5615 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
5616 (i386_register_byte, i386_register_raw_size): Remove prototypes.
5617 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
5618 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
5619 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
5620 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
5621 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
5622 (get_longjmp_target): Remove prototype.
5623 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
5624 (sigtramp_saved_pc): Remove define.
5625 (i386v4_sigtramp_saved_pc): Remove prototype.
5626 * config/i386/tm-go32.h (FRAME_CHAIN,
5627 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
5628 (i386go32_frame_saved_pc): Remove prototype.
5629 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
5630 (get_longjmp_target): Remove prototype.
5631 * i386-tdep.h: Include "osabi.h".
5632 (enum i386_abi): Removed.
5633 (enum struct_return): New enum.
5634 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
5635 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
5636 sc_pc_offset members.
5637 (i386_gdbarch_register_os_abi): Remove prototype.
5638 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
5639 I386_SSE_NUM_REGS): New defines.
5640 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
5641 I386_SSE_SIZEOF_REGS): New defines.
5642 (i386_register_name, i386_register_byte, i386_register_raw_size):
5643 New prototypes.
5644 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
5645 (i386bsd_sigtramp_saved_pc): New prototype.
5646 * i386-tdep.c: Don't include "elf-bfd.h".
5647 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
5648 i386_frame_chain, i386_saved_pc_after_call): Make static.
5649 (i386_frame_saved_pc): Rewrite to call architecture dependent
5650 function to deal with signal handlers. Make static.
5651 (i386go32_frame_saved_pc): Removed.
5652 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
5653 Removed.
5654 (i386_get_longjmp_target): New function.
5655 (default_struct_convention, pcc_struct_convention,
5656 reg_struct_convention, valid_conventions, struct_convention): New
5657 variables.
5658 (i386_use_struct_convention): New function.
5659 (i386v4_sigtramp_saved_pc): Renamed to
5660 i386_svr4_sigtramp_saved_pc. Made static. Moved.
5661 (i386_pc_in_sigtramp): New function.
5662 (i386_abi_names): Removed.
5663 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
5664 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
5665 Removed.
5666 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
5667 i386_gdbarch_register_os_abi): Removed.
5668 (struct i386_abi_handler): Removed.
5669 (i386_abi_handler_list): Removed.
5670 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
5671 functions.
5672 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
5673 i386_nw_init_abi): New functions.
5674 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
5675 Use set_gdbarch_xxx() calls instead of relying on macros for a
5676 number of calls.
5677 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
5678 (_initialize_i386_tdep): Add new 'struct-convcention' command.
5679 Register the various architecture variants defined in this file.
5680
5681 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
5682
5683 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
5684 (struct main_type): Remove arg_types member. Update comments for
5685 struct field.
5686 (TYPE_ARG_TYPES): Remove.
5687 (TYPE_FN_FIELD_ARGS): Update.
5688 (smash_to_method_type): Update prototype.
5689
5690 * c-typeprint.c (cp_type_print_method_args): Take method type
5691 instead of argument list. Use new argument layout. Simplify.
5692 (c_type_print_args): Use new argument layout. Simplify.
5693 (c_type_print_base): Update call to cp_type_print_method_args.
5694 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
5695 argument; use die->type instead. Update call to
5696 smash_to_method_type.
5697 (read_structure_scope): Update call to dwarf2_add_member_fn.
5698 * gdbtypes.c (allocate_stub_method): Update comment.
5699 (smash_to_method_type): Take new NARGS and VARARGS arguments.
5700 Use new argument layout.
5701 (check_stub_method): Use new argument layout. Don't count
5702 void as an argument.
5703 (print_arg_types): Update comments. Use new argument layout.
5704 (recursive_dump_type): Don't print arg_types member.
5705 * hpread.c (hpread_read_struct_type): Use new argument layout.
5706 (fixup_class_method_type): Likewise.
5707 (hpread_type_lookup): Likewise.
5708 * stabsread.c (read_type): Update calls to read_args and
5709 smash_to_method_type.
5710 (read_args): Use new argument layout. Simplify.
5711 * valops.c (typecmp): Use new argument layout. Update parameters
5712 and comments. Simplify.
5713 (hand_function_call): Use new argument layout.
5714 (search_struct_method): Update call to typecmp.
5715 (find_overload_match): Use new argument layout.
5716
5717 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * NEWS: Mention multithreaded debug support for gdbserver.
5720
5721 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5722
5723 * MAINTAINERS: Mention NEWS.
5724
5725 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
5726
5727 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
5728 (struct mips_objfile_private, compare_pdr_entries): New.
5729 (non_heuristic_proc_desc): Read the ".pdr" section if it
5730 is present.
5731
5732 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5733
5734 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
5735 (arm_debug): New static variable.
5736 (_initialize_arm_tdep): Add ``set debug arm'' command.
5737
5738 2002-06-12 Andrew Cagney <ac131313@redhat.com>
5739
5740 * Makefile.in (sim_arm_h): Define.
5741 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
5742 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
5743 (arm_register_sim_regno): New function, map an internal REGNUM
5744 onto a simulator register number.
5745 (arm_gdbarch_init): Set register_sim_regno.
5746
5747 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
5748
5749 * MAINTAINERS: Add self.
5750
5751 2002-06-11 Jim Blandy <jimb@redhat.com>
5752
5753 * source.c (source_info): Mention whether the symtab has
5754 information about preprocessor macros.
5755
5756 Call the command `info macro', not `show macro'.
5757 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
5758 Fix error message.
5759 (_initialize_macrocmd): Register `info_macro_command' in
5760 `infolist', not `showlist'.
5761
5762 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
5763
5764 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
5765 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
5766 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
5767 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
5768 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
5769 unconditionally.
5770 (set_mipsfpu_single_command, set_mipsfpu_double_command)
5771 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
5772 (_initialize_mips_tdep): Remove dead code.
5773 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
5774 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5775 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
5776 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
5777 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
5778 MIPS_LAST_FP_ARG_REGNUM): Remove.
5779
5780 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5781
5782 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
5783 (unwind_tmp_obstack_free, parse_frame_info)
5784 (update_context, cfi_read_fp, cfi_write_fp)
5785 (cfi_frame_chain, cfi_init_extra_frame_info)
5786 (cfi_virtual_frame_pointer): Use the above function.
5787 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
5788
5789 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
5790
5791 * v850-tdep.c (v850_type_is_scalar): New function.
5792 (v850_use_struct_convention): Match current gcc implementation
5793 as close as possible.
5794 (v850_push_arguments): Fix stack_offset handling. Don't write
5795 struct_addr into register. This is done by v850_store_struct_return.
5796 (v850_extract_return_value): Care for structs.
5797 (v850_store_return_value): Ditto.
5798 (v850_store_struct_return): Actually write address.
5799
5800 2002-06-11 Michal Ludvig <mludvig@suse.cz>
5801
5802 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
5803 without debug information too.
5804
5805 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5806
5807 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
5808 Make multi-arch pure.
5809 * gdbarch.h, gdbarch.c: Re-generate.
5810 * arm-tdep.c (arm_print_float_info): Update.
5811 * arch-utils.h (default_print_float_info): Update.
5812 * arch-utils.c (default_print_float_info): Update.
5813 * infcmd.c (float_info): Update call.
5814
5815 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5816
5817 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
5818 the front of the initialize list.
5819
5820 2002-06-10 Andrew Cagney <ac131313@redhat.com>
5821
5822 * infrun.c (struct inferior_status): Replace fields
5823 selected_frame_address and selected_level with field
5824 selected_frame_id.
5825 (save_inferior_status): Update. Use get_frame_id.
5826 (struct restore_selected_frame_args): Delete.
5827 (restore_selected_frame): Update. Use frame_find_by_id.
5828 (restore_inferior_status): Update.
5829
5830 * breakpoint.h (struct breakpoint): Change type of
5831 watchpoint_frame to frame_id.
5832 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
5833 call to get_current_frame.
5834 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
5835 get_current_frame.
5836 (watchpoint_check): Use frame_find_by_id.
5837
5838 * frame.h (record_selected_frame): Delete declaration.
5839 * stack.c (record_selected_frame): Delete function.
5840
5841 * frame.h (struct frame_id): Define.
5842 (get_frame_id): Declare.
5843 (frame_find_by_id): Declare.
5844 * frame.c (frame_find_by_id): New function.
5845 (get_frame_id): New function.
5846
5847 2002-06-10 Andrey Volkov <avolkov@transas.com>
5848
5849 * ser-e7kpc.c: Fix duplicated define and call of
5850 _initialize_ser_e7000pc
5851
5852 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5853
5854 * signals/signals.c (target_signal_from_host): Fix #ifdef
5855 SIGRTMIN case.
5856 (do_target_signal_to_host): Likewise.
5857
5858 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
5859
5860 * mips-tdep.c (mips_find_abi_section): New function.
5861 (mips_gdbarch_init): Call it.
5862
5863 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5864
5865 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
5866 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
5867 after Andrew's 2002-06-08 gdbarch change.
5868
5869 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5870
5871 * i386-linux-nat.c (suppy_gregset): Don't supply
5872 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
5873 register cache.
5874 (fill_gregset): Don't fetch it under the same circumstances.
5875
5876 2002-06-09 Andrew Cagney <cagney@redhat.com>
5877
5878 * Makefile.in (callback_h): Define.
5879 (remote_sim_h): Update path to remote-sim.h.
5880 (remote-rdp.o): Add $(callback_h).
5881 (remote-sim.o): Use $(callback_h).
5882 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
5883 * remote-rdp.c: Include "gdb/callback.h".
5884
5885 2002-06-09 Mark Kettenis <kettenis@gnu.org>
5886
5887 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
5888 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
5889
5890 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5891
5892 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
5893 * rdi-share/serpardr.c: Ditto.
5894 * rdi-share/unixcomm.c: Ditto.
5895 * rdi-share/serdrv.c: Ditto.
5896 * rdi-share/hostchan.h: Ditto.
5897 * rdi-share/hostchan.c: Ditto.
5898 * rdi-share/host.h: Ditto.
5899 * rdi-share/devsw.c: Ditto.
5900
5901 * objfiles.h: Change type of obj_private to void pointer.
5902 * pa64solib.c: Update copyright. Don't include "assert.h", use
5903 strcmp instead of STREQ, use LONGEST, do not use PTR
5904 * somsolib.c: Ditto.
5905
5906 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
5907 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
5908 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
5909
5910 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5911
5912 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
5913 (default_get_saved_register): Delete function.
5914 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
5915 generic_unwind_get_saved_register.
5916 * gdbarch.h, gdbarch.c: Re-generate.
5917
5918 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5919
5920 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
5921 generic_func_frame_chain_valid.
5922 * gdbarch.h, gdbarch.c: Re-generate.
5923 * blockframe.c (generic_func_frame_chain_valid): Only check
5924 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
5925 passing FP to PC_IN_CALL_DUMMY.
5926 Fix PR gdb/360.
5927
5928 2002-06-08 Andrew Cagney <ac131313@redhat.com>
5929
5930 * gdbarch.sh (struct gdbarch_data): Add field init_p.
5931 (register_gdbarch_data): Initialize init_p.
5932 (gdbarch_data): Initialize data pointer using the init function.
5933 (init_gdbarch_data): Delete function.
5934 (gdbarch_update_p): Update.
5935 (initialize_non_multiarch): Update.
5936 (struct gdbarch): Add field initialized_p.
5937 * gdbarch.h, gdbarch.c: Re-generate.
5938
5939 2002-06-07 Michal Ludvig <mludvig@suse.cz>
5940
5941 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
5942 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
5943 better do the things actually here.
5944 * x86-64-tdep.c (x86_64_register_name2nr): New.
5945 (x86_64_register_name): Renamed to x86_64_register_nr2name.
5946 (x86_64_gdbarch_init): Respect the above change.
5947 * x86-64-tdep.h (x86_64_register_name2nr)
5948 (x86_64_register_nr2name): Add prototypes.
5949 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
5950
5951 2002-06-06 Michael Snyder <msnyder@redhat.com>
5952
5953 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
5954 Delete extra braces and re-indent.
5955 (d10v_store_return_value): Char return values
5956 must be shifted over by one byte in R0.
5957 (d10v_extract_return_value): Delete extra braces, re-indent.
5958
5959 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5960
5961 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
5962 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
5963 (d10v_integer_to_address): Rewrite.
5964 (d10v_frame_init_saved_regs): When reading fp and sp registers use
5965 the d10v specific functions which take care of converting to the
5966 correct space.
5967
5968 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
5969
5970 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
5971 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
5972
5973 2002-06-02 Andrew Cagney <ac131313@redhat.com>
5974
5975 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
5976 includes.
5977 * config/tm-linux.h: Ditto.
5978 * config/alpha/tm-alphalinux.h: Ditto.
5979 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
5980 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
5981 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
5982 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
5983 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
5984 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
5985 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
5986 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
5987 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
5988 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
5989 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
5990 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
5991 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
5992 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
5993 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
5994 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
5995 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
5996 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
5997 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
5998 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
5999 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
6000 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
6001 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
6002 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
6003 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
6004 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
6005 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
6006 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
6007 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
6008 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
6009 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
6010 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
6011 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
6012 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
6013 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
6014 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
6015 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
6016
6017 2002-05-04 Aidan Skinner <aidan@velvet.net>
6018
6019 * ada-exp.tab.c: New file
6020 * ada-exp.y: New file
6021 * ada-lang.c: New file
6022 * ada-lang.h: New file
6023 * ada-lex.c: New file
6024 * ada-lex.l: New file
6025 * ada-tasks.c: New file
6026 * ada-typeprint.c: New file
6027 * ada-valprint.c: New file
6028
6029 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6030
6031 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
6032 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
6033
6034 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
6035
6036 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
6037 insetead of ppc-linux-tdep.o.
6038 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
6039 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
6040
6041 2002-06-02 Andrew Cagney <ac131313@redhat.com>
6042
6043 2002-05-07 Christian Groessler <chris@groessler.org>
6044 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
6045 bit register contents for little endian hosts.
6046
6047 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6048
6049 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
6050 any maintainer.
6051
6052 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6053
6054 * gdbarch.h: Regenerate.
6055
6056 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6057
6058 * MAINTAINERS: Add everyone to write-after-approval list.
6059
6060 2002-06-01 Andrew Cagney <ac131313@redhat.com>
6061
6062 * stack.c (frame_info): Use frame_register_unwind instead of
6063 saved_regs. Mention when the SP is on the stack or in a register.
6064
6065 * frame.h (frame_register_unwind_ftype): Define. Document.
6066 (struct frame_info): Add field register_unwind and
6067 register_unwind_cache.
6068 (frame_register_unwind): Declare.
6069 (generic_unwind_get_saved_register): Declare.
6070
6071 * frame.c (frame_register_unwind): New function.
6072 (generic_unwind_get_saved_register): New function.
6073
6074 * blockframe.c (generic_call_dummy_register_unwind): New function.
6075 (frame_saved_regs_register_unwind): New function.
6076 (set_unwind_by_pc): New function.
6077 (create_new_frame): New function.
6078 (get_prev_frame): New function.
6079
6080 2002-05-30 Andrew Cagney <ac131313@redhat.com>
6081
6082 * a29k-share/: Delete directory.
6083 * remote-vx29k.c: Delete file.
6084
6085 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6086
6087 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
6088 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6089
6090 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6091
6092 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
6093 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
6094 (sparc64nbsd-nat.o)
6095 (sparcnbsd-nat.o)
6096 (sparcnbsd-tdep.o): New dependency lists.
6097 * NEWS: Note new UltraSPARC NetBSD native configuration.
6098 * configure.host (sparc64-*-netbsd*): New host.
6099 * configure.tgt (sparc-*-netbsdelf*)
6100 (sparc-*-netbsd*): Set gdb_target to nbsd.
6101 (sparc64-*-netbsd*): New target.
6102 * sparc64nbsd-nat.c: New file.
6103 * sparcnbsd-nat.c: New file.
6104 * sparcnbsd-tdep.c: New file.
6105 * sparcnbsd-tdep.h: New file.
6106 * config/sparc/nbsd.mt: New file.
6107 * config/sparc/nbsd64.mh: New file.
6108 * config/sparc/nbsd64.mt: New file.
6109 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
6110 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6111 (HOST_IPC): Remove.
6112 * config/sparc/nbsdaout.mt: Remove.
6113 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
6114 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
6115 (HOST_IPC): Remove.
6116 * config/sparc/nbsdelf.mt: Remove.
6117 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
6118 sparc-nat.c compatiblity defines.
6119 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
6120 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
6121 * config/sparc/tm-nbsd64.h: New file.
6122 * config/sparc/tm-nbsdaout.h: Remove.
6123 * config/sparc/xm-nbsd.h: Remove.
6124
6125 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
6126
6127 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
6128 * sparc-tdep.c: Include osabi.h.
6129 (gdbarch_tdep): Add osabi member.
6130 (_initialize_sparc_tdep): Use gdbarch_register.
6131 (sparc_gdbarch_init): Use generic OS ABI framework.
6132 (sparc_dump_tdep): New function.
6133
6134 2002-05-30 Kevin Buettner <kevinb@redhat.com>
6135
6136 * corefile.c (do_captured_read_memory_integer): Return non-zero
6137 result.
6138 (safe_read_memory_integer): Copy result of memory read when
6139 status is non-zero. Also, add comments.
6140
6141 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
6142
6143 * Makefile.in (ppc_tdep_h): Define.
6144 (ppc-linux-nat.o)
6145 (ppc-linux-tdep.o)
6146 (rs6000-tdep.o): Use $(ppc_tdep_h).
6147 (ppc-sysv-tdep.o)
6148 (ppcnbsd-nat.o)
6149 (ppcnbsd-tdep.o): New dependency lists.
6150 * ppc-tdep.h: Use generic OS ABI framework.
6151 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
6152 (ppc_linux_init_abi): New functions.
6153 (ppc_sysv_abi_broken_use_struct_convention)
6154 (ppc_sysv_abi_use_struct_convention)
6155 (ppc_sysv_abi_push_arguments): Move to...
6156 * ppc-sysv-tdep.c: ...here.
6157 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
6158 * rs6000-tdep.c (process_note_abi_tag_sections)
6159 (get_elfosabi): Remove.
6160 (rs6000_gdbarch_init): Use generic OS ABI framework.
6161 (rs6000_dump_tdep): New function.
6162 (_initialize_rs6000_tdep): Use gdbarch_register.
6163 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
6164 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
6165 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
6166 of ppc-linux-tdep.o.
6167 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
6168 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
6169 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
6170 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
6171 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
6172 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
6173
6174 2002-05-29 Jim Blandy <jimb@redhat.com>
6175
6176 * macroscope.c (default_macro_scope): Put `void' in empty argument
6177 list.
6178
6179 2002-05-29 Andrew Cagney <ac131313@redhat.com>
6180
6181 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
6182 * arch-utils.c: Include "sim-regno.h".
6183 * gdbarch.sh: Don't include "sim-regno.h".
6184 * gdbarch.h, gdbarch.c: Regenerate.
6185 * sim-regno.h (legacy_register_sim_regno): Move declaration from
6186 here.
6187 * arch-utils.h (legacy_register_sim_regno): To here.
6188 * remote-sim.c (legacy_register_sim_regno): Move function from
6189 here.
6190 * arch-utils.c (legacy_register_sim_regno): To here.
6191
6192 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6193
6194 * sim-regno.h: New file.
6195 * Makefile.in (sim_regno_h): Define.
6196 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
6197 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
6198 (legacy_register_sim_regno): New function.
6199 (one2one_register_sim_regno): New function.
6200 (gdbsim_fetch_register): Rewrite.
6201 (gdbsim_store_register): Only store a register when
6202 REGISTER_SIM_REGNO is valid.
6203 * d10v-tdep.c: Include "sim-regno.h".
6204 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
6205 (d10v_ts3_register_sim_regno): Ditto.
6206 * gdbarch.sh: Include "sim-regno.h".
6207 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
6208 * gdbarch.h, gdbarch.c: Regenerate.
6209 * arch-utils.h (default_register_sim_regno): Delete declaration.
6210 * arch-utils.c (default_register_sim_regno): Delete function.
6211
6212 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
6213
6214 * ppcnbsd-nat.c: Rewrite.
6215 * ppcnbsd-tdep.c: New file.
6216 * ppcnbsd-tdep.h: New file.
6217 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
6218 solib.o, and solib-svr4.o.
6219 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
6220 nbsd-tdep.o, and corelow.o.
6221
6222 2002-05-28 Andrew Cagney <ac131313@redhat.com>
6223
6224 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
6225 `tr' and `sed'. Mention that `broken' targets are not expected to
6226 build.
6227
6228 2002-05-27 Michal Ludvig <mludvig@suse.cz>
6229
6230 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
6231 Let PC point right after the prologue before looking up symbols.
6232
6233 2002-05-27 Martin M. Hunt <hunt@redhat.com>
6234
6235 * i386-tdep.c (i386_register_virtual_type): Return
6236 builtin_type_vec128i for SSE registers.
6237
6238 * gdbtypes.h (builtin_type_vec128i): Declare.
6239
6240 * gdbtypes.c (build_builtin_type_vec128i): New function.
6241 (builtin_type_v2_double, builtin_type_v4_int64): New types.
6242 (builtin_type_vec128i): New type for SSE2 128-bit registers.
6243 (build_gdbtypes): Initialize new builtin vector types.
6244 (_initialize_gdbtypes): Register new vector types with gdbarch.
6245
6246 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6247
6248 * MAINTAINERS: ns32k is not longer an obsolete candidate,
6249 since it has been multi-arch'd.
6250 * NEWS: Note that ns32k-*-* is now partial multi-arch.
6251 Move Alpha and VAX multi-arch news entries to same section
6252 as other multi-arch news.
6253
6254 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6255
6256 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
6257 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
6258 static. Rename some register numbers to put them in ns32k-tdep
6259 private namespace.
6260 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
6261 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
6262 functions.
6263 (_initialize_ns32k_tdep): Use gdbarch_register.
6264 * ns32k-tdep.h: New file.
6265 * ns32knbsd-tdep.c: New file.
6266 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
6267 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
6268 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
6269 REGISTER_BYTES, REGISTER_BYTE): Remove.
6270 * config/ns32k/tm-ns32k.h: New file.
6271 * config/ns32k/tm-umax.h: Remove.
6272
6273 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6274
6275 * ns32k-tdep.c (ns32k_saved_pc_after_call,
6276 ns32k_store_struct_return, ns32k_extract_return_value,
6277 ns32k_store_return_value, ns32k_extract_struct_value_address): New
6278 functions.
6279 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
6280 ns32k_saved_pc_after_call.
6281 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
6282 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
6283 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
6284 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
6285 ns32k_extract_struct_value_address.
6286
6287 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6288
6289 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
6290 ns32k_fix_call_dummy): New.
6291 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
6292 ns32k_call_dummy_words.
6293 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
6294 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
6295 CALL_DUMMY_NARGS): Remove.
6296 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
6297
6298 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6299
6300 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
6301 ns32k_frame_saved_pc, ns32k_frame_args_address,
6302 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
6303 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
6304 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
6305 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
6306 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
6307 (BREAKPOINT): Remove..
6308 (FRAME_CHAIN): Define as ns32k_frame_chain.
6309 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
6310 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
6311 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
6312 (FRAME_FIND_SAVED_REGS): Remove.
6313 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
6314 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
6315 (POP_FRAME): Define as ns32k_pop_frame.
6316
6317 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6318
6319 * ns32k-tdep.c (ns32k_register_byte_32082,
6320 ns32k_register_byte_32382, ns32k_register_raw_size,
6321 ns32k_register_virtual_size, ns32k_register_virtual_type): New
6322 functions.
6323 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
6324 ns32k_register_byte_32382.
6325 * config/ns32k/tm-umax.h: Update copyright years.
6326 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
6327 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
6328 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
6329 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
6330 (ns32k_get_enter_addr): Fix prototype.
6331
6332 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
6333
6334 * ns32k-tdep.c: Update copyright years.
6335 (ns32k_register_name_32082): New function.
6336 (ns32k_register_name_32382): Ditto.
6337 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
6338 (REGISTER_NAME): Define as ns32k_register_name_32382.
6339 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
6340 (REGISTER_NAME): Define as ns32k_register_name_32082.
6341
6342 2002-05-24 Jim Blandy <jimb@redhat.com>
6343
6344 * dwarf2read.c (free_line_header): Use xfree, not free.
6345
6346 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
6347
6348 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
6349 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
6350
6351 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6352
6353 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
6354
6355 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6356
6357 From Ross Alexander at NEC Europe:
6358 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
6359
6360 2002-05-23 Michael Snyder <msnyder@redhat.com>
6361
6362 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
6363 for input, rather than parse_and_eval_address.
6364
6365 2002-05-23 Andrew Cagney <ac131313@redhat.com>
6366
6367 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
6368 * Makefile.in (sim_d10v_h): Update definition.
6369
6370 2002-05-24 Andrew Cagney <cagney@redhat.com>
6371
6372 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
6373 change `2002-05-22 Michael Snyder' below.
6374 (d10v_push_arguments): Ditto.
6375 (d10v_extract_return_value): Ditto.
6376
6377 2002-05-23 Jim Blandy <jimb@redhat.com>
6378
6379 * macrotab.c (check_for_redefinition): Don't complain if the new
6380 definition is the same as the previous one. Take more arguments
6381 to allow the comparison.
6382 (macro_define_object, macro_define_function): Pass more arguments
6383 to check_for_redefinition.
6384
6385 2002-05-22 Michael Snyder <msnyder@redhat.com>
6386
6387 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
6388 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
6389 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
6390 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
6391 Don't bail if return_pc is PC_IN_CALL_DUMMY.
6392 Add a temp variable to save a call (and a memory read).
6393 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
6394 if possible (so that PC_IN_CALL_DUMMY will work).
6395
6396 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
6397
6398 * MAINTAINERS: Remove status `OBSOLETE' from v850.
6399
6400 2002-05-22 Michal Ludvig <mludvig@suse.cz>
6401
6402 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
6403 fde->cie_ptr.
6404 (dwarf2_build_frame_info): Corrected handling of eh_frame.
6405 (dwarf2_build_frame_info): Add offset to fde->initial_location
6406 so that frames of shared libraries are mapped correctly.
6407 (execute_stack_op): Change type of 'result' from ULONGEST to
6408 CORE_ADDR.
6409
6410 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6411
6412 * config/alpha/tm-nbsd.h: Include solib.h.
6413
6414 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6415
6416 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
6417 assumptions about the host's byte order.
6418
6419 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6420
6421 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
6422 to dependency list.
6423 * alphanbsd-tdep.c: Include solib-svr4.h.
6424 * shnbsd-tdep.c: Ditto.
6425
6426 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6427
6428 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
6429 nbsd-tdep.h to dependency list.
6430 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
6431 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
6432 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
6433 nbsdaout.mh and nbsdelf.mh consistently.
6434 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
6435 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
6436 nbsdaout.mt and nbsdelf.mh consistently.
6437 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
6438 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
6439 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
6440 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
6441 a.out shared library stuff from here...
6442 * config/nm-nbsdaout.h: ...to here.
6443 * config/tm-nbsd.h: Remove.
6444 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
6445 * config/arm/nbsd.mh: Remove.
6446 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
6447 nbsd-tdep.o.
6448 * config/arm/nbsdaout.mh: New file.
6449 * config/arm/nbsdelf.mh: New file.
6450 * config/arm/nm-nbsdaout.h: New file.
6451 * config/i386/nbsd.mh: Remove.
6452 * config/i386/nbsd.mt: Remove.
6453 * config/i386/nbsdaout.mh: New file.
6454 * config/i386/nbsdaout.mt: New file.
6455 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6456 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
6457 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
6458 i386_register_u_addr): Remove.
6459 * config/i386/nm-nbsdaout.h: New file.
6460 * config/i386/nm-nbsdelf.h: Remove.
6461 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
6462 (USE_STRUCT_CONVENTION): Remove.
6463 * config/i386/tm-nbsdaout.h: New file.
6464 * config/i386/tm-nbsdelf.h: Remove.
6465 * config/m68k/nbsd.mh: Remove.
6466 * config/m68k/nbsd.mt: Remove.
6467 * config/m68k/nbsdaout.mh: New file.
6468 * config/m68k/nbsdaout.mt: New file.
6469 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
6470 * config/m68k/nm-nbsdaout.h: New file.
6471 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6472 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6473 * config/ns32k/nbsd.mh: Remove.
6474 * config/ns32k/nbsd.mt: Remove.
6475 * config/ns32k/nbsdaout.mh: New file.
6476 * config/ns32k/nbsdaout.mt: New file.
6477 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
6478 * config/ns32k/nm-nbsdaout.h: New file.
6479 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
6480 (IN_SOLIB_CALL_TRAMPOLINE): Define.
6481 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
6482 (SVR4_SHARED_LIBS): Remove.
6483 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
6484 * config/sparc/nbsd.mh: Remove.
6485 * config/sparc/nbsd.mt: Remove.
6486 * config/sparc/nbsdaout.mh: New file.
6487 * config/sparc/nbsdaout.mt: New file.
6488 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
6489 * config/sparc/nbsdelf.mt: New file.
6490 * config/sparc/nm-nbsdaout.h: New file.
6491 * config/sparc/nm-nbsdelf.h: Remove.
6492 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
6493 * config/sparc/tm-nbsdaout.h: New file.
6494
6495 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6496
6497 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
6498 mipsnbsd-tdep.c
6499 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
6500
6501 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6502
6503 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
6504 shnbsd-nat.c.
6505 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
6506
6507 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6508
6509 * NEWS: Note new MIPS NetBSD native configuration.
6510 * configure.host (mips*-*-netbsd*): New host.
6511 * configure.tgt (mips*-*-netbsd*): New target.
6512 * mipsnbsd-nat.c: New file.
6513 * mipsnbsd-tdep.c: New file.
6514 * mipsnbsd-tdep.h: New file.
6515 * config/mips/nbsd.mh: New file.
6516 * config/mips/nbsd.mt: New file.
6517 * config/mips/nm-nbsd.h: New file.
6518 * config/mips/tm-nbsd.h: New file.
6519
6520 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
6521
6522 * Makefile.in (SFILES): Add osabi.c.
6523 (COMMON_OBS): Add osabi.o.
6524 (osabi.o): New dependency list.
6525 * osabi.c: New file.
6526 * osabi.h: New file.
6527 * doc/gdbint.texinfo: Document new generic OS ABI framework.
6528
6529 * Makefile.in (alpha_tdep_h): Define and use instead of
6530 alpha-tdep.h.
6531 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
6532 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
6533 Remove.
6534 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
6535 * alpha-tdep.h: Include osabi.h.
6536 (alpha_abi): Remove.
6537 (gdbarch_tdep): Use generic OS ABI framework.
6538 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
6539 gdbarch_register_osabi.
6540 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
6541 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
6542 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
6543
6544 * Makefile.in (sh_tdep_h): Add osabi.h.
6545 * sh-tdep.h (sh_osabi): Remove.
6546 (gdbarch_tdep): Use generic OS ABI framework.
6547 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
6548 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
6549 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
6550 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
6551
6552 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
6553 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
6554 gdbarch_register_osabi.
6555 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
6556 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
6557 (get_elfosabi): Rename to...
6558 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
6559 ABI framework support routines.
6560 (arm_gdbarch_init): Use generic OS ABI framework.
6561 (arm_dump_tdep): Likewise.
6562 (_initialize_arm_tdep): Likewise.
6563 * arm-tdep.h: Include osabi.h.
6564 (arm_abi): Remove.
6565 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
6566 osabi member.
6567 (arm_gdbarch_register_os_abi): Remove prototype.
6568 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
6569 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
6570
6571 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
6572 * mips-tdep.c: Include osabi.h.
6573 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
6574 OS ABI framework.
6575
6576 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6577
6578 * h8300-tdep.c: Fix formatting.
6579
6580 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
6581
6582 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
6583 printing vector registers.
6584
6585 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6586
6587 From Fernando Nasser:
6588 * remote.c (remote_async_open_1): Re-throw the exception when the
6589 connection fails.
6590 (remote_cisco_open): Ditto.
6591 (remote_open_1): Ditto.
6592
6593 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6594
6595 * remote.c (remote_start_remote_dummy): Add uiout parameter.
6596 (remote_start_remote): Add uiout parameter. Pass through to
6597 remote_start_remote_dummy.
6598 (remote_open_1): Use catch_exception instead of catch_errors.
6599 (remote_async_open_1): Ditto.
6600 (remote_cisco_open): Ditto.
6601
6602 2002-05-19 Andrew Cagney <ac131313@redhat.com>
6603
6604 * remote.c (remote_start_remote): Replace PTR with void pointer.
6605 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
6606 static.
6607
6608 2002-05-18 Andrew Cagney <ac131313@redhat.com>
6609
6610 * gdb_indent.sh: Allow the script to be run in the sim directory.
6611
6612 2002-05-18 Mark Kettenis <kettenis@gnu.org>
6613
6614 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
6615 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
6616
6617 * corelow.c (core_open): Only call set_gdbarch_from_file if
6618 exec_bfd is NULL.
6619
6620 2002-05-17 Andrey Volkov <avolkov@transas.com>
6621
6622 * h8300-tdep.c: Add support of EXR register
6623 * config/h8300/tm-h8300.h: Ditto.
6624
6625 2002-05-17 Andrey Volkov <avolkov@transas.com>
6626
6627 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
6628
6629 2002-05-17 Andrey Volkov <avolkov@transas.com>
6630
6631 * h8300-tdep.c: Change literal regnums to REGNO.
6632
6633 2002-05-17 Jim Blandy <jimb@redhat.com>
6634
6635 * NEWS: Note addition of macro support.
6636
6637 Expand preprocessor macros in C expressions.
6638 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
6639 (scan_macro_expansion, scanning_macro_expansion,
6640 finished_macro_expansion): New function declarations.
6641 (expression_macro_lookup_func, expression_macro_lookup_baton): New
6642 variable declarations.
6643 * parser-defs.h (expression_context_pc): New declaration.
6644 * parse.c (expression_context_pc): New variable.
6645 (parse_exp_1): Set expression_context_pc, as well as
6646 expression_context_block.
6647 * c-exp.y (yylex): If we're not already reading the result of a
6648 macro expansion, try to macro-expand the next token. When we're
6649 done scanning a macro expansion, switch back to the mainline text.
6650 Commas and `if's in a macro's expansion don't terminate the input.
6651 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
6652 (macro_original_text, macro_expanded_text,
6653 expression_macro_lookup_func, expression_macro_lookup_baton): New
6654 variables.
6655 (scan_macro_expansion, scanning_macro_expansion,
6656 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
6657 c_preprocess_and_parse): New functions.
6658 (c_language_defn, cplus_language_defn, asm_language_defn): Call
6659 c_preprocess_and_parse, instead of c_parse.
6660 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
6661 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
6662
6663 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
6664
6665 * sh-tdep.c (gdb_print_insn_sh64): Delete.
6666 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
6667 (sh_gdbarch_init): Always use gdb_print_insn_sh.
6668
6669 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
6670
6671 * NEWS: Add section for multi-arched targets. Add v850 to that section.
6672
6673 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6674
6675 * Makefile.in (sh_tdep_h): Define and use.
6676 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
6677 register enum): Move to...
6678 * * sh-tdep.h: ...here.
6679 * sh-tdep.c: Include sh-tdep.h.
6680 * sh3-rom.c: Likewise.
6681 * shnbsd-tdep.c: Likewise.
6682
6683 2002-05-16 Michael Snyder <msnyder@redhat.com>
6684
6685 * arm-tdep.c: Spelling fix in comment.
6686
6687 2002-05-16 Jim Blandy <jimb@redhat.com>
6688
6689 Add commands for manually expanding macros and showing their
6690 definitions.
6691 * macrocmd.c, macroscope.c, macroscope.h: New files.
6692 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
6693 (macroscope_h): New variable.
6694 (HFILES_NO_SRCDIR): Add macroscope.h.
6695 (COMMON_OBS): Add macrocmd.o, macroscope.o.
6696 (macroscope.o, macrocmd.o): New rules.
6697
6698 Teach the Dwarf 2 reader to read macro information.
6699 * dwarf2read.c: #include "macrotab.h".
6700 (dwarf_macinfo_buffer): New variable.
6701 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
6702 dwarf_macinfo_size.
6703 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
6704 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
6705 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
6706 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
6707 dwarf2_macro_spaces_in_definition): New complaints.
6708 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
6709 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
6710 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
6711 the partial symbol table.
6712 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
6713 from what's recorded in the partial symbol table.
6714 (read_file_scope): If the compilation unit has a
6715 `DW_AT_macro_info' attribute, read its macro information.
6716 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
6717
6718 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6719
6720 Fix PR gdb/546
6721 * ser-tcp.c: Don't include <netinet/udp.h>.
6722
6723 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6724
6725 * MAINTAINERS: Update my email address.
6726
6727 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
6728
6729 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
6730 include file of the same name.
6731
6732 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6733
6734 * configure.tgt: Mark v850 as multi-arched.
6735 * config/v850/tm-v850.h: Remove file.
6736 * config/v850/v850.mt: Eliminate TM_FILE.
6737
6738 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6739
6740 * v850-tdep.c: Full multi-arch.
6741 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
6742 Define GDB_MULTI_ARCH to 2.
6743
6744 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
6745
6746 * p-exp.y (current_type): New static variable.
6747 Carries the type of the expression at the position that is parsed.
6748 (push_current_type, pop_current_type): Two new functions. Used
6749 to store/restore current_type in expression on specific tokens.
6750 (search_field): New static variable. Set to one after parsing a point
6751 as at that point only a FIELDNAME token should be searched.
6752 (FIELDNAME): New token. After a point only a token belonging to
6753 current_type type definition is allowed.
6754 (all over token rules): reset and change current_type according
6755 to rules.
6756 (exp '[' rule): insert implicit array index field if
6757 exp is a pascal string type.
6758
6759 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6760
6761 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
6762 frame info. Use frame_info's saved_regs instead of matching member
6763 in extra_frame_info throughout.
6764 (v850_frame_init_saved_regs): New function.
6765 (v850_init_extra_frame_info): Move most functionality into
6766 v850_frame_init_saved_regs().
6767 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
6768 (v850_frame_find_saved_regs): Remove declaration.
6769 (FRAME_FIND_SAVED_REGS): Remove definition.
6770 (v850_frame_init_saved_regs): Add declaration.
6771 (FRAME_INIT_SAVED_REGS): Add definition.
6772
6773 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
6774
6775 * v850-tdep.c: Begin multi-arch'ing v850.
6776 (v850_target_architecture_hook): Remove function.
6777 (v850_gdbarch_init): New function. Add code previously in
6778 v850_target_architecture_hook().
6779 (_initialize_v850_tdep): Don't set target_architecture_hook.
6780 Call register_gdbarch_init() instead.
6781
6782 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
6783
6784 * gdbtypes.h (struct cplus_struct_type): Remove args field.
6785 * hpread.c (hpread_read_struct_type): Remove assignments to args.
6786 (fixup_class_method_type): Likewise.
6787
6788 2002-05-15 Jim Blandy <jimb@redhat.com>
6789
6790 Add macro structures to GDB's symbol tables. Nobody puts anything
6791 in them yet.
6792 * symtab.h (struct symtab): New member: `macro_table'.
6793 * buildsym.h (pending_macros): New global variable.
6794 * buildsym.c: #include "macrotab.h".
6795 (buildsym_init): Initialize `pending_macros'.
6796 (end_symtab): If we found macro information while reading a CU's
6797 debugging info, do build a symtab structure for it. Make the
6798 symtab point to the macro information, and clear the
6799 `pending_macros' pointer which held it while we were reading the
6800 debug info.
6801 (really_free_pendings): Free any pending macro table.
6802 * objfiles.h (struct objfile): New member: `macro_cache'.
6803 * objfiles.c (allocate_objfile): Set allocate and free functions
6804 for the macro cache's objstack.
6805 (free_objfile): Empty the macro cache's obstack.
6806 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
6807 set new allocate and free functions for it.
6808 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
6809 free functions for the macro cache's objstack. (Why is this
6810 function building its own objfile?)
6811 * symmisc.c (print_objfile_statistics): Print statistics on the
6812 macro bcache.
6813 * Makefile.in: Note that buildsym.o depends on macrotab.h.
6814
6815 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6816
6817 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
6818 (REGISTER_U_ADDR): Delete definition.
6819 (arm_register_u_addr): Delete declaration.
6820
6821 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
6822
6823 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
6824 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
6825
6826 2002-05-14 Andrew Cagney <ac131313@redhat.com>
6827
6828 * regcache.c (register_valid): Revise comments refering to "Not
6829 available" and "unavailable".
6830 * frame.c (frame_register_read): Ditto.
6831 * findvar.c (value_of_register): Ditto.
6832
6833 2002-05-15 Andrew Cagney <cagney@redhat.com>
6834
6835 * Makefile.in (remote_sim_h): Replace remote-sim_h.
6836 (remote-sim.o): Update dependencies.
6837 (d10v-tdep.o): Specify dependencies.
6838 (sim_d10v_h): Define.
6839
6840 2002-05-14 Jim Blandy <jimb@redhat.com>
6841
6842 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
6843 * macrotab.c (macro_lookup_inclusion, find_definition,
6844 new_macro_table): Same.
6845
6846 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
6847 not `! strcmp ()'. This is a dubious improvement.
6848 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
6849
6850 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
6851 although it's not necessary, to avoid a warning.
6852
6853 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6854
6855 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
6856 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
6857 TYPE_INSTANCE_FLAGS.
6858 (struct main_type): New.
6859 (struct type): Move most members to struct main_type. Change
6860 cv_type and as_type to new type_chain member. Add instance_flags.
6861 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
6862 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
6863 (finish_cv_type): Remove prototype.
6864 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
6865 Set TYPE_CHAIN.
6866 (alloc_type_instance): New function.
6867 (smash_type): New function.
6868 (make_pointer_type, make_reference_type, make_function_type)
6869 (smash_to_member_type, smash_to_method_type): Call smash_type.
6870 (make_qualified_type): New function.
6871 (make_type_with_address_space): Call make_qualified_type.
6872 (make_cv_type): Likewise.
6873 (finish_cv_type): Remove unnecessary function.
6874 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
6875 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
6876 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
6877 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
6878 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
6879 * hpread.c (hpread_read_struct_type): Likewise.
6880 * stabsread.c (read_struct_type): Likewise.
6881
6882 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
6883
6884 * configure.tgt: Add a catch all sh* target, for cases like
6885 sh[2,3,4]-elf and sh-hms.
6886
6887 2002-05-14 Keith Seitz <keiths@redhat.com>
6888
6889 * event-loop.c (create_file_handler): Don't do anything but
6890 update data when we are given a fd which we are already
6891 monitoring.
6892
6893 2002-05-14 Michal Ludvig <mludvig@suse.cz>
6894
6895 * dwarf2cfi.c (context_cpy): Copy registers correctly.
6896 (update_context): Use __func__ in warnings.
6897
6898 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
6899
6900 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
6901 and tcp_close to net_open and net_close.
6902 (net_open): Accept "udp:" and "tcp:" specifications. Connect
6903 using UDP if requested. Don't try to disable Nagle on UDP
6904 sockets.
6905 * remote.c (remote_serial_open): New function. Warn about UDP.
6906 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
6907
6908 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6909
6910 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
6911
6912 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
6913
6914 * configure.tgt: Remove sh-hms target.
6915 * MAINTAINERS: Don't list sh-hms as a separate target.
6916
6917 2002-05-13 Jim Blandy <jimb@redhat.com>
6918
6919 Add first preprocessor macro-expansion files.
6920 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
6921 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
6922 (splay_tree_h, macroexp_h, macrotab_h): New variable.
6923 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
6924 (COMMON_OBS): Add macrotab.o, macroexp.o.
6925 (macroexp.o, macrotab.o): New rules.
6926
6927 2002-05-13 Andrew Cagney <ac131313@redhat.com>
6928
6929 * config/m88k/tm-m88k.h: Update copyright.
6930 (m88k_target_write_pc): Declare
6931 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
6932 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
6933 (SHIFT_INST_REGS): Update definition.
6934 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
6935 using old definition of TARGET_WRITE_PC.
6936 * regcache.c (generic_target_write_pc): Delete code handling
6937 NNPC_REGNUM.
6938 * gdbarch.sh (NNPC_REGNUM): Delete.
6939 * gdbarch.h, gdbarch.c: Regenerate.
6940
6941 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
6942
6943 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
6944 builtin reg number.
6945
6946 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
6947
6948 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
6949 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
6950 (gen_address_of, gen_struct_ref, gen_repeat): Use type
6951 access macros.
6952 * c-typeprint.c (cp_type_print_method_args): Likewise.
6953 (c_type_print_args): Likewise.
6954 * d10v-tdep.c (d10v_push_arguments): Likewise.
6955 (d10v_extract_return_value): Likewise.
6956 * expprint.c (print_subexp): Likewise.
6957 * gdbtypes.c (lookup_primitive_typename): Likewise.
6958 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
6959 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
6960 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
6961 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
6962 (TYPE_VECTOR): Likewise.
6963 * hpread.c (hpread_read_struct_type)
6964 (fix_static_member_physnames, fixup_class_method_type)
6965 (hpread_type_lookup): Likewise.
6966 * mdebugread.c (parse_symbol, parse_type): Likewise.
6967 * p-lang.c (is_pascal_string_type): Likewise.
6968 * valops.c (hand_function_call): Likewise.
6969 * x86-64-tdep.c (classify_argument): Likewise.
6970
6971 * hpread.c (hpread_read_function_type)
6972 (hpread_read_doc_function_type): Call replace_type.
6973 * dstread.c (create_new_type): Delete.
6974 (decode_dst_structure, process_dst_function): Call alloc_type.
6975 Use type access macros.
6976
6977 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6978
6979 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
6980 the're not supported by the current architecture.
6981 (i387_fill_fxsave): Likewise.
6982
6983 2002-05-12 Fred Fish <fnf@redhat.com>
6984
6985 * symfile.c (default_symfile_offsets): Arrange for uninitialized
6986 sect_index_xxx members to index the first slot in section_offsets
6987 if all of the section_offsets are zero.
6988
6989 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6990
6991 * configure.tgt (sparc-*openbsd): Remove entry accidentially
6992 checked in with last change.
6993
6994 2002-05-12 Mark Kettenis <kettenis@gnu.org>
6995
6996 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
6997 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
6998 config.sub.
6999
7000 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
7001
7002 * Makefile.in: Update dependencies.
7003
7004 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7005
7006 * language.c (local_hex_string_custom): Simplify. Do not depend
7007 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
7008
7009 * memattr.c (mem_info_command): Replace calls to
7010 longest_local_hex_string and longest_local_hex_string_custom.
7011 * buildsym.c (make_blockvector): Ditto.
7012 * solib.c (info_sharedlibrary_command): Ditto.
7013 * tracepoint.c (tracepoints_info): Ditto.
7014 * symtab.c (print_msymbol_info): Ditto.
7015
7016 * language.c (local_hex_string): Delete.
7017 (local_hex_string_custom): Delete.
7018 (longest_local_hex_string): Rename to local_hex_string.
7019 (longest_local_hex_string_custom): Rename to
7020 local_hex_string_custom.
7021 * language.h (local_hex_string): Change parameter type to LONGEST.
7022 (local_hex_string_custom): Ditto.
7023 (longest_local_hex_string): Delete declaration.
7024 (longest_local_hex_string_custom): Ditto.
7025
7026 * solib.c: Update copyright.
7027 * memattr.c: Update copyright.
7028
7029 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7030
7031 * arch-utils.h (legacy_register_to_value): Declare.
7032 (legacy_value_to_register): Declare.
7033 (legacy_convert_register_p): Declare.
7034 * arch-utils.c (legacy_register_to_value): New function.
7035 (legacy_value_to_register): New function.
7036 (legacy_convert_register_p): New function.
7037
7038 * gdbarch.sh (REGISTER_TO_VALUE): Define.
7039 (VALUE_TO_REGISTER): Define.
7040 (CONVERT_REGISTER_P): Define.
7041 * gdbarch.h, gdbarch.c: Regenerate.
7042
7043 * valops.c (value_assign): Use CONVERT_REGISTER_P and
7044 VALUE_TO_REGISTER.
7045 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
7046 CONVERT_REGISTER_P.
7047
7048 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
7049 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
7050
7051 * Makefile.in: Update dependencies for valops.c.
7052 * valops.c: Include "gdb_assert.h".
7053 (typecmp): Skip THIS parameter to methods.
7054 (find_method_list): Remove static_memfuncp argument,
7055 update callers. Check for stub methods.
7056 (find_value_oload_method_list): Don't set *static_memfuncp.
7057 (find_overload_match): Don't check for stub methods. Assert
7058 that methods are not stubbed. Handle static methods.
7059 (value_find_oload_method_list): Remove static_memfuncp argument.
7060 * gdbtypes.c (check_stub_method): Do not add THIS pointer
7061 to the argument list for static stub methods.
7062 * value.h (value_find_oload_method_list): Update prototype.
7063
7064 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7065
7066 * arch-utils.h (generic_register_size): Declare.
7067 (generic_register_raw_size, generic_register_virtual_size): Delete
7068 declarations.
7069 * arch-utils.c (generic_register_raw_size): Delete.
7070 (generic_register_size): New function.
7071 (generic_register_virtual_size): Delete.
7072
7073 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
7074 default generic_register_size.
7075 * gdbarch.h, gdbarch.c: Re-generate.
7076
7077 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
7078 register_virtual_size.
7079 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
7080 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7081
7082 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7083
7084 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
7085 * gdbarch.h, gdbarch.c: Regenerate.
7086 * gnu-v3-abi.c: Update copyright.
7087 (vtable_address_point_offset): Update.
7088 (gnuv3_rtti_type): Update.
7089 (gnuv3_baseclass_offset): Update.
7090 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
7091 (init_fetch_link_map_offsets): Update.
7092 * remote.c (get_remote_state): Update.
7093
7094 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7095
7096 * TODO: Remove value_headof/value_from_vtable_info comment.
7097 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
7098 * values.c (value_headof, value_from_vtable_info): Delete.
7099 * value.h (value_from_vtable_info): Delete prototype.
7100
7101 2002-05-11 Andrew Cagney <ac131313@redhat.com>
7102
7103 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
7104 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
7105 $(gdb_regex_h).
7106 (gdb_assert_h): Define.
7107 (gdb_wait_h): Define.
7108 (gdb_regex_h): Define.
7109
7110 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
7111
7112 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
7113 * linespec.c (find_methods): Handle GCC 3.x template constructors.
7114
7115 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7116
7117 * nbsd-tdep.c: Fix comment.
7118
7119 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7120
7121 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
7122 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
7123 (nbsd-tdep.o): New dependency list.
7124 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
7125 nbsd-tdep.h.
7126 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
7127 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
7128 * nbsd-tdep.c: New file.
7129 * nbsd-tdep.h: New file.
7130 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
7131 nbsd-tdep.h.
7132 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
7133 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
7134 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
7135 * config/sh/nbsd.mt (TDEPFILES): Ditto.
7136
7137 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7138
7139 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
7140 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
7141 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
7142 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
7143 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
7144 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
7145
7146 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7147
7148 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
7149 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7150 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
7151 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
7152 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
7153 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
7154 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
7155
7156 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7157
7158 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
7159 fetch_elfcore_registers to...
7160 * i386nbsd-tdep.c: ...here.
7161 (i386nbsd_use_struct_convention): Rename to...
7162 (i386nbsd_aout_use_struct_convention): ...this.
7163 (i386nbsd_supply_reg): New function.
7164 (i386nbsd_fill_reg): New function.
7165 (fetch_core_registers): Use i386nbsd_supply_reg.
7166 (fetch_elfcore_registers): Likewise.
7167 (_initialize_i386nbsd_tdep): New function.
7168 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
7169 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7170 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
7171 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
7172 (i386nbsd_aout_use_struct_convention): ...this.
7173
7174 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7175
7176 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
7177 (store_inferior_registers): Use shnbsd_fill_reg.
7178 * shnbsd-tdep.c (sh_nbsd_supply_registers,
7179 sh_nbsd_supply_register): Collapse into...
7180 (shnbsd_supply_reg): ...this.
7181 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
7182 (shnbsd_fill_reg): ...this.
7183 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
7184 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
7185 (fetch_core_registers): Use shnbsd_supply_reg.
7186 (fetch_elfcore_registers): Use shnbsd_supply_reg.
7187 (sh_nbsd_core_fns): Rename to...
7188 (shnbsd_core_fns): ...this.
7189 (sh_nbsd_elfcore_fns): Rename to...
7190 (shnbsd_elfcore_fns): ...this.
7191 (sh_nbsd_init_abi): Rename to...
7192 (shnbsd_init_abi): ...this.
7193 (_initialize_sh_nbsd_tdep): Rename to...
7194 (_initialize_shnbsd_tdep): ...this.
7195 * shnbsd-tdep.h (sh_nbsd_supply_registers,
7196 sh_nbsd_supply_register, sh_nbsd_fill_registers,
7197 sh_nbsd_fill_register): Remove prototypes.
7198 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
7199
7200 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7201
7202 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
7203 (i387-nat.o): Delete dependency list.
7204 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
7205 (x86-64-linux-nat.o): Likewise.
7206 * i387-nat.c: Delete file, moving contents to...
7207 * i387-tdep.c: ...here.
7208 * i387-nat.h: Rename...
7209 * i387-tdep.h: ...to this.
7210 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
7211 * i386-linux-nat.c: Likewise.
7212 * i386bsd-nat.c: Likewise.
7213 * i386gnu-nat.c: Likewise.
7214 * i386nbsd-nat.c: Likewise.
7215 * i386v4-nat.c: Likewise.
7216 * x86-64-linux-nat.c: Likewise.
7217 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
7218 * config/i386/go32.mh (NATDEPFILES): Likewise.
7219 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
7220 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
7221 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
7222 * config/i386/linux.mh (NATDEPFILES): Likewise.
7223 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
7224 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7225 * config/i386/obsd.mh (NATDEPFILES): Likewise.
7226 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
7227
7228 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7229
7230 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
7231 (alphanbsd-nat.o): Remove dependency list.
7232 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
7233 * alphanbsd-nat.c: Delete. Contents moved to...
7234 * alphanbsd-tdep.c: ...here.
7235 (_initialize_alphanbsd_tdep): Register core functions.
7236 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
7237
7238 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
7239
7240 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
7241 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
7242 (alphanbsd-nat.o): Likewise.
7243 (alphabsd-tdep.o): New dependency list.
7244 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
7245 (fill_gregset): Use alphabsd_fill_reg.
7246 (supply_fpregset): Use alphabsd_supply_fpreg.
7247 (fill_fpregset): Use alphabsd_fill_fpreg.
7248 (fetch_inferior_registers): Use struct reg and struct fpreg
7249 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
7250 and alphabsd_supply_fpreg.
7251 (store_inferior_registers): Use struct reg and struct fpreg
7252 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
7253 and alphabsd_fill_fpreg.
7254 * alphabsd-tdep.c: New file.
7255 * alphabsd-tdep.h: New file.
7256 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
7257 (fetch_elfcore_registers): Use alphabsd_supply_reg and
7258 alphabsd_supply_fpreg.
7259 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
7260 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
7261
7262 2002-05-11 Eric Christopher <echristo@redhat.com>
7263
7264 * mips-tdep.c (mips_double_register_type): Fix thinko.
7265 (mips_single_register_type): Ditto.
7266 * MAINTAINERS: Add self.
7267
7268 2002-05-11 Mark Kettenis <kettenis@gnu.org>
7269
7270 * i387-nat.c (i387_supply_register, i387_fill_fsave,
7271 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
7272 right thing on architectures with different endianness and/or
7273 integer sizes.
7274
7275 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
7276
7277 From Christian Limpach <chris@Pin.LU>
7278 * configure.in: Change sed expression which comments out
7279 NATDEPFILES to also comment out continuation lines.
7280 * configure: Regenerate.
7281
7282 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7283
7284 * sh-tdep.c: Clean up code erroneously reintroduced by previous
7285 big patch.
7286
7287 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7288
7289 * sh-tdep.c: Include correct file.
7290
7291 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7292
7293 New support for sh64-elf (sh5) target.
7294
7295 * configure.tgt: For sh64-elf target, default to sh-elf.
7296
7297 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
7298 (struct gdbarch_tdep): Add new fields for new registers and ABI
7299 info.
7300
7301 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
7302 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
7303 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
7304 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
7305 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
7306 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
7307 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
7308 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
7309 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
7310 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
7311 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
7312 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
7313 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
7314 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
7315 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
7316 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
7317 sh64_get_gdb_regnum, sh64_media_reg_base_num,
7318 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
7319 sign_extend, sh64_nofp_frame_init_saved_regs,
7320 sh64_init_extra_frame_info, sh64_get_saved_register,
7321 sh64_extract_struct_value_address, sh64_pop_frame,
7322 sh64_push_arguments, sh64_extract_return_value,
7323 sh64_store_return_value, sh64_show_media_regs,
7324 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
7325 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
7326 sh_sh64_register_virtual_type,
7327 sh_sh64_register_convert_to_virtual,
7328 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
7329 sh64_register_read, sh64_pseudo_register_write,
7330 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
7331 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
7332 sh64_do_pseudo_register, sh_compact_do_registers_info,
7333 sh64_do_registers_info, sh_gdbarch_init): New functions.
7334
7335 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
7336
7337 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
7338
7339 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
7340
7341 * linespec.c (decode_line_1): Check for a double quote after
7342 a filename correctly.
7343
7344 2002-05-10 Jim Blandy <jimb@redhat.com>
7345
7346 Properly track the size of the current objfile's .debug_line section.
7347 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
7348 (DWARF_LINE_SIZE): New macro.
7349 (dwarf2_build_psymtabs_hard): Record the line section's size in
7350 the partial symbol table.
7351 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
7352 symbol table.
7353
7354 2002-05-10 Petr Sorfa <petrs@caldera.com>
7355
7356 * ia64-tdep.c: Handle breakpoints on L instruction type
7357 in MLX instruction bundle by moving the breakpoint to
7358 the third slot (X instruction type) as L holds only data.
7359
7360 2002-05-10 Kevin Buettner <kevinb@redhat.com>
7361
7362 * dbxread.c (discarding_local_symbols_complaint): New complaint.
7363 (process_one_symbol): Complain about discarding local symbols
7364 due to a misplaced N_LBRAC entry.
7365
7366 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
7367
7368 From Daniel Berlin <dan@cgsoftware.com>
7369 * linespec.c (find_toplevel_char): '<' and '>' also increase and
7370 decrease the depth we are at, in the case of templates.
7371
7372 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7373
7374 * mips-tdep.c (mips_float_register_type): New function.
7375 (mips_double_register_type): New function.
7376 (mips_print_register): Use them.
7377 (do_fp_register_row): Likewise.
7378
7379 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
7380
7381 * signals/signals.c (signals): Remove conditional compilation around
7382 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
7383 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
7384
7385 2002-05-09 Michael Snyder <msnyder@redhat.com>
7386
7387 * remote-rdp.c (remote_rdp_can_run): Remove.
7388
7389 2002-05-09 Tom Tromey <tromey@redhat.com>
7390
7391 * jv-valprint.c (java_val_print): Handle `char' as a special case
7392 of TYPE_CODE_INT.
7393
7394 2002-05-09 Michael Snyder <msnyder@redhat.com>
7395
7396 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
7397 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
7398 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
7399 str r(0123),[sp,#nn].
7400 (arm_skip_prologue): Ditto. Also make disassembly
7401 order-independent by placing it in a loop.
7402
7403 2002-05-06 Michael Snyder <msnyder@redhat.com>
7404
7405 * stabsread.c (read_type): Add recognition for new attribute:
7406 "@V;" means that an array type is actually a vector.
7407 This is analogous to the vector flag that's been added to dwarf2.
7408
7409 2002-05-09 Mark Kettenis <kettenis@gnu.org>
7410
7411 * i386-tdep.h (i386_abi): New enum.
7412 (struct gdbarch_tdep): Replace os_ident member with abi.
7413 (i386_gdbarch_register_os_abi): New prototype.
7414 * i386-tdep.c (i386_abi_names): New array.
7415 (process_note_abi_tag_sections): Removed.
7416 (process_note_sections): New function.
7417 (i386_elf_abi_from_note, i386_elf_abi): New functions.
7418 (struct i386_abi_handler): New struct.
7419 (i386_abi_handler_list): New variable.
7420 (i386_gdbarch_register_os_abi): New function.
7421 (i386_gdbarch_init): Adapt for the changes given above.
7422
7423 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
7424
7425 * gregset.h: Say "GNU/Linux".
7426
7427 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
7428
7429 * gdbtypes.c : Add new builtin type for 64 bit vectors.
7430 (build_gdbtypes): Build builtin_type_v2_float.
7431 (_initialize_gdbtypes): Register new builtin type.
7432
7433 2002-05-08 Andrew Cagney <ac131313@redhat.com>
7434
7435 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
7436 (clear_gdbarch_swap): New function.
7437 (initialize_non_multiarch): Call.
7438 (gdbarch_update_p): Before calling init(), swap out and clear the
7439 existing architecture.
7440 * gdbarch.c: Regenerate.
7441
7442 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7443
7444 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
7445 alphanbsd-tdep.c.
7446
7447 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7448
7449 * sh-nbsd-nat.c: Rename to...
7450 * shnbsd-nat.c: ...this.
7451 * sh-nbsd-tdep.c: Rename to...
7452 * shnbsd-tdep.c: ...this.
7453 * sh-nbsd-tdep.h: Rename to...
7454 * shnbsd-tdep.h: ...this.
7455 * config/sh/nbsd.mh: Use shnbsd-nat.o.
7456 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
7457
7458 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
7459
7460 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
7461 concatenation for command help messages.
7462
7463 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7464
7465 * NEWS: Note new sh*-*-netbsdelf* configuration.
7466 * configure.host: Set gdb_host_cpu to sh for all sh*.
7467 (sh*-*-netbsdelf*): New host.
7468 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
7469 (sh*-*-netbsdelf*): New target.
7470 * sh-nbsd-nat.c: New file.
7471 * sh-nbsd-tdep.c: New file.
7472 * sh-nbsd-tdep.h: New file.
7473 * config/sh/nbsd.mh: New file.
7474 * config/sh/nbsd.mt: New file.
7475 * config/sh/nm-nbsd.h: New file.
7476 * config/sh/tm-nbsd.h: New file.
7477
7478 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
7479
7480 * sh-tdep.c (sh_osabi_names): Declare.
7481 (process_note_abi_tag_sections): New function.
7482 (get_elfosabi): Ditto.
7483 (sh_gdbarch_register_os_abi): Ditto.
7484 (sh_dump_tdep): Ditto.
7485 _initialize_sh_tdep): Use gdbarch_register to register
7486 sh_gdbarch_init and sh_dump_tdep.
7487 * config/sh/tm-sh.h (sh_osabi): Declare.
7488 (gdbarch_tdep): Add sh_osabi and osabi_name members.
7489
7490 2002-05-07 Andrew Cagney <ac131313@redhat.com>
7491
7492 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
7493 (thumb_scan_prologue): Ditto.
7494 (arm_find_callers_reg): Ditto.
7495 (arm_frame_chain): Ditto.
7496 (arm_init_extra_frame_info): Ditto.
7497 (arm_frame_saved_pc): Ditto.
7498 (arm_pop_frame): Ditto.
7499 (arm_push_return_address): New function.
7500 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
7501 call_dummy_location, call_dummy_breakpoint_offset_p,
7502 call_dummy_breakpoint_offset, call_dummy_p,
7503 call_dummy_stack_adjust_p, call_dummy_words,
7504 sizeof_call_dummy_words, call_dummy_start_offset,
7505 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
7506 call_dummy_address, push_return_address and push_dummy_frame for
7507 generic dummy frames.
7508
7509 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7510
7511 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
7512 size computation for alloca.
7513 (sh_fp_frame_init_saved_regs): Likewise.
7514
7515 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
7516
7517 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
7518 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
7519 * arm-tdep.c (arm_store_return_value): Use them.
7520 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
7521 * remote-rdp.c (remote_rdp_fetch_register): Use
7522 ARM_MAX_REGISTER_RAW_SIZE.
7523 (remote_rdp_store_register): Likewise.
7524
7525 2002-05-07 Michal Ludvig <mludvig@suse.cz>
7526
7527 * dwarf2cfi.c: Code cleanup, removed unused variables,
7528 added default labels to switch {} statements.
7529 * x86-64-tdep.c: Ditto.
7530 * x86-64-linux-nat.c: Ditto.
7531
7532 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
7533
7534 * solib.h: Protect against multiple inclusion.
7535
7536 2002-05-06 Jim Blandy <jimb@redhat.com>
7537
7538 Add first preprocessor macro-expansion files.
7539 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
7540 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
7541 (splay_tree_h, macroexp_h, macrotab_h): New variable.
7542 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
7543 (COMMON_OBS): Add macrotab.o, macroexp.o.
7544 (macroexp.o, macrotab.o): New rules.
7545
7546 Separate the job of reading the line number info statement program
7547 header (...expialidocious) out into its own function.
7548 * dwarf2read.c (struct line_head, struct filenames, struct
7549 directories): Replace with...
7550 (struct line_header): New structure, containing the full
7551 contents of the statement program header, including the
7552 include directory and file name tables.
7553 (read_file_scope): If we have line number info, instead of just
7554 calling dwarf_decode_lines to do all the work, call
7555 dwarf_decode_line_header first to get a `struct line_header'
7556 containing the data in the statement program header, and then
7557 pass that to dwarf_decode_lines, which will pick up where that
7558 left off. Be sure to clean up the `struct line_header' object.
7559 (dwarf_decode_line_header, free_line_header, add_include_dir,
7560 add_file_name): New functions.
7561 (dwarf_decode_lines): Move all the code to read the statement
7562 program header into dwarf_decode_line_header. Take the line
7563 header it built as the first argument, instead of the offset to
7564 the compilation unit's line number info. Use the new `struct
7565 line_header' type instead of the old structures. No need to do
7566 cleanups here now, since we don't allocate anything.
7567 (dwarf2_statement_list_fits_in_line_number_section,
7568 dwarf2_line_header_too_long): New complaints.
7569
7570 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
7571
7572 * gdbtypes.c (init_vector_type): New function.
7573 (build_builtin_type_vec128): Simplify the representation of SIMD
7574 registers.
7575 (build_gdbtypes): Initialize new builtin vector types.
7576 (_initialize_gdbtypes): Register new vector types with gdbarch.
7577 (builtin_type_v4_float, builtin_type_v4_int32,
7578 builtin_type_v8_int16, builtin_type_v16_int8,
7579 builtin_type_v2_int32, builtin_type_v4_int16,
7580 builtin_type_v8_int8): New (renamed) SIMD types.
7581
7582 2002-05-06 Mark Kettenis <kettenis@gnu.org>
7583
7584 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
7585 (i387_fill_fxsave): Likewise.
7586
7587 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7588
7589 * alpha-tdep.c (alpha_extract_return_value): Don't use
7590 non-constant array size in prototype.
7591
7592 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7593
7594 From Brian Taylor <briant at model dot com>:
7595 * ui-out.c (ui_out_field_core_addr): Use the function
7596 longest_local_hex_string_custom'to format addresses > 32 bits
7597 wide.
7598
7599 * ui-out.c (ui_out_field_core_addr): Update comment.
7600
7601 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7602
7603 * stack.c (select_and_print_frame): Make static. Delete the
7604 parameter `level'.
7605 (func_command): Update call.
7606 (select_frame_command): Delete code computing the frame level.
7607 * frame.h (select_and_print_frame): Delete declaration.
7608
7609 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7610
7611 * sparc-tdep.c (sparc_get_saved_register): Comment why
7612 get_prev_frame call is safe.
7613
7614 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7615
7616 * frame.h (select_frame): Delete level parameter.
7617 * stack.c (select_frame): Update. Use frame_relative_level to
7618 obtain the frame's level.
7619 (select_and_print_frame): Update call.
7620 (select_frame_command): Ditto.
7621 (up_silently_base): Ditto.
7622 (down_silently_base): Ditto.
7623 * ocd.c (ocd_start_remote): Ditto.
7624 * remote-rdp.c (remote_rdp_open): Ditto.
7625 * remote-mips.c (mips_initialize): Ditto.
7626 (common_open): Ditto.
7627 * remote-e7000.c (e7000_start_remote): Ditto.
7628 * m3-nat.c (select_thread): Ditto.
7629 * hppa-tdep.c (child_get_current_exception_event): Ditto.
7630 (child_get_current_exception_event): Ditto.
7631 * varobj.c (varobj_create): Ditto.
7632 (varobj_update): Ditto.
7633 (c_value_of_root): Ditto.
7634 * tracepoint.c (finish_tfind_command): Ditto.
7635 * corelow.c (core_open): Ditto.
7636 * arch-utils.c (generic_prepare_to_proceed): Ditto.
7637 * thread.c (info_threads_command): Ditto.
7638 (switch_to_thread): Ditto.
7639 * infrun.c (normal_stop): Ditto.
7640 (restore_selected_frame): Ditto.
7641 (restore_inferior_status): Ditto.
7642 * breakpoint.c (insert_breakpoints): Ditto.
7643 (watchpoint_check): Ditto.
7644 (bpstat_stop_status): Ditto.
7645 (do_enable_breakpoint): Ditto.
7646 * blockframe.c (flush_cached_frames): Ditto.
7647 (reinit_frame_cache): Ditto.
7648
7649 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7650
7651 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
7652 maintainer.
7653
7654 2002-05-04 Jim Blandy <jimb@redhat.com>
7655
7656 * gdbtypes.c (replace_type): Doc fix.
7657
7658 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7659
7660 * valprint.c (strcat_longest): Delete commented out function.
7661 Update copyright.
7662
7663 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7664
7665 * MAINTAINERS: Mark a29k as deleted.
7666 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
7667 Move new configurations to the top.
7668 * configure.tgt: Remove a29k.
7669 * config/a29k/tm-vx29k.h: Delete.
7670 * config/a29k/vx29k.mt: Delete.
7671 * config/a29k/tm-a29k.h: Delete.
7672 * config/a29k/a29k-udi.mt: Delete.
7673 * config/a29k/a29k.mt: Delete.
7674 * a29k-tdep.c: Delete.
7675 * remote-udi.c: Delete.
7676 * remote-mm.c: Delete.
7677 * remote-eb.c: Delete.
7678 * remote-adapt.c: Delete.
7679 * Makefile.in: Remove obsolete code.
7680 * config/s390/s390x.mt: Ditto.
7681 * config/s390/s390.mt: Ditto.
7682 * config/sparc/sparclynx.mh: Ditto.
7683 * config/sparc/linux.mh: Ditto.
7684 * config/pa/hppaosf.mh: Ditto.
7685 * config/pa/hppabsd.mh: Ditto.
7686 * config/ns32k/nbsd.mt: Ditto.
7687 * config/mips/vr5000.mt: Ditto.
7688 * config/m68k/sun3os4.mh: Ditto.
7689 * config/m68k/nbsd.mt: Ditto.
7690 * config/m68k/m68klynx.mh: Ditto.
7691 * config/m32r/m32r.mt: Ditto.
7692 * config/i386/x86-64linux.mt: Ditto.
7693 * config/i386/nbsdelf.mt: Ditto.
7694 * config/i386/nbsd.mt: Ditto.
7695 * config/i386/i386lynx.mh: Ditto.
7696
7697 2002-05-04 Andrew Cagney <ac131313@redhat.com>
7698
7699 * target.c (debug_print_register): New function. Handle oversize
7700 registers.
7701 (debug_to_fetch_registers): Call.
7702 (debug_to_store_registers): Call.
7703
7704 2002-05-03 Jim Blandy <jimb@redhat.com>
7705
7706 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
7707 (read_type): Doc fix.
7708 * gdbtypes.c (replace_type): Doc fix.
7709
7710 * stabsread.c (multiply_defined_struct): New complaint.
7711 (read_struct_type): If the type we were passed isn't empty, or
7712 incomplete, don't read the new struct type into it; complain,
7713 and return the original type unchanged. Take a new `type_code'
7714 argument, which is the type code for the new type.
7715 (read_type): Rather than storing the type's type code here, pass
7716 it as an argument to read_struct_type, and let that take care of
7717 storing it. That way, we don't overwrite the original type code,
7718 so read_struct_type can use it to decide whether we're overwriting
7719 something we shouldn't.
7720 (complain_about_struct_wipeout): New function.
7721
7722 2002-05-03 Andrew Cagney <ac131313@redhat.com>
7723
7724 * gdbarch.sh: Assert that gdbarch is non-NULL.
7725 * gdbarch.c: Regenerate.
7726
7727 2002-05-03 Jason Merrill <jason@redhat.com>
7728
7729 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
7730 and return NULL.
7731
7732 2002-05-03 Michal Ludvig <mludvig@suse.cz>
7733
7734 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
7735 (x86_64_dwarf2gdb_regno_map_length),
7736 (x86_64_dwarf2_reg_to_regnum): Added.
7737 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
7738 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
7739 (_initialize_x86_64_tdep): Synced with the change above.
7740 (x86_64_skip_prologue): Reformulated message.
7741
7742 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
7743
7744 * f-exp.y: Also use new prev_lexptr variable
7745 to improve error reporting. Based on Michael Snyder
7746 2002-04-24 dated patch to c-exp.y.
7747 * jv-exp.y: Likewise.
7748 * m2-exp.y: Likewise.
7749
7750 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
7751
7752 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
7753 we are dealing with vectors.
7754
7755 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7756
7757 * config/m68k/tm-nbsd.h: Obvious fix,
7758 correct machine name.
7759
7760 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7761
7762 * p-typeprint.c (pascal_type_print_base): Add support
7763 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
7764
7765 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7766
7767 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
7768 for fondamental pascal 'char' type.
7769
7770 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
7771
7772 * p-lang.h (is_pascal_string_type): Declaration changed,
7773 new sixth argument of type char ** added.
7774 * p-lang.c (is_pascal_string_type): Implementation
7775 changed. Args length_pos, length_size, string_pos, char_size
7776 can now be NULL. New argument arrayname set to the field
7777 name of the char array. Return value set to char array
7778 field index plus one.
7779 * p-valprint.c (pascal_val_print): Adapt to new declaration of
7780 is_pascal_string_type function.
7781
7782 2002-05-02 Andrew Cagney <cagney@redhat.com>
7783
7784 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
7785 <cagney@redhat.com> change.
7786 * gdbarch.c: Regenerate.
7787
7788 2002-05-02 Andrew Cagney <cagney@redhat.com>
7789
7790 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
7791 before probing for a new one. Detect errorenous gdbarch_init
7792 functions.
7793 * gdbarch.c: Regenerate.
7794
7795 2002-05-01 Andrew Cagney <cagney@redhat.com>
7796
7797 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
7798 * config/mcore/tm-mcore.h: Ditto. Update copyright.
7799 * config/v850/tm-v850.h: Ditto. Update copyright.
7800
7801 2002-04-30 Andrew Cagney <ac131313@redhat.com>
7802
7803 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
7804 current_gdbarch.
7805
7806 2002-04-30 Michael Snyder <msnyder@redhat.com>
7807
7808 * arm-tdep.c: Whitespace clean-ups.
7809 (arm_skip_prologue): Fix thinko; two lines
7810 should have been removed as part of 4/24 change.
7811
7812 2002-04-30 Kevin Buettner <kevinb@redhat.com>
7813
7814 * rs6000-tdep.c: Added comment describing how fpscr register
7815 numbers were chosen.
7816
7817 2002-04-30 Michael Snyder <msnyder@redhat.com>
7818
7819 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
7820
7821 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7822
7823 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
7824 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
7825 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
7826
7827 2002-04-29 Kevin Buettner <kevinb@redhat.com>
7828
7829 From Louis Hamilton <hamilton@redhat.com>:
7830 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
7831 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
7832 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
7833 not bfd-private xcoff data, to determine wordsize.
7834 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
7835
7836 2002-04-29 Andrew Cagney <ac131313@redhat.com>
7837
7838 GDB 5.2 released from 5.2 branch.
7839
7840 2002-04-29 Michal Ludvig <mludvig@suse.cz>
7841
7842 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
7843 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
7844 (x86_64_register_info_table): Added comments with register numbers.
7845
7846 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
7847
7848 * rs6000-tdep.c (rs6000_extract_return_value,
7849 rs6000_store_return_value): Handle returning vectors.
7850 (rs6000_gdbarch_init): Use
7851 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
7852 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
7853 New function.
7854 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
7855 vectors.
7856 (ppc_sysv_abi_push_arguments): Handle vector parameters.
7857 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
7858
7859 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7860
7861 * hpread.c (hpread_psymtab_to_symtab_1,
7862 hpread_psymtab_to_symtab): Replace fprintf tab_to_s...)
7863 with fprintf_unfiltered (gdb_stderr,...).
7864
7865 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
7866
7867 * remote-array.c (printf_monitor, write_monitor,
7868 array_insert_breakpoint, array_remove_breakpoint ):
7869 Replace fprintf (stderr,...
7870 with fprintf_unfiltered (gdb_stderr,....
7871 * remote-es.c: Likewise.
7872 * remote-os9k.c: Likewise.
7873 * remote-st.c: Likewise.
7874
7875 2002-04-28 Andreas Schwab <schwab@suse.de>
7876
7877 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
7878 linux-proc.o and gcore.o.
7879
7880 2002-04-26 Michal Ludvig <mludvig@suse.cz>
7881
7882 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
7883 code without frame pointers.
7884
7885 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7886
7887 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
7888 ON_STACK is needed.
7889
7890 2002-04-26 Ben Elliston <bje@redhat.com>
7891
7892 * target.c (do_xfer_memory): Correct reference to the new option
7893 "trust-readonly-sections".
7894
7895 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
7896
7897 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
7898 * gdbtypes.c (recursive_dump_type): Output the vector flag.
7899 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
7900 vectors.
7901 (read_array_type): Record the fact that this array type is really a
7902 vector (i.e. are passed in by value).
7903
7904 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
7905
7906 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
7907 * alpha-tdep.c (alpha_sigcontext_addr): New function.
7908 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
7909 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
7910 * alpha-linux-tdep.c: Include frame.h.
7911 (alpha_linux_sigcontext_addr): New function.
7912 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
7913 alpha_linux_sigcontext_addr.
7914 * alpha-osf1-tdep.c: Include gdbcore.h.
7915 (alpha_osf1_sigcontext_addr): New function.
7916 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
7917 alpha_osf1_sigcontext_addr.
7918 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
7919 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
7920
7921 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7922
7923 * stack.c (selected_frame_level):
7924 (select_frame): Do not set selected_frame_level.
7925 * frame.h (selected_frame_level): Delete declaration.
7926
7927 2002-04-26 Andrew Cagney <ac131313@redhat.com>
7928
7929 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
7930 convert_from_func_ptr-addr when AIX / PowerOpen.
7931
7932 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7933
7934 * valops.c (hand_function_call): Call
7935 generic_save_call_dummy_addr.
7936 * frame.h (generic_save_call_dummy_addr): Declare.
7937 * blockframe.c (struct dummy_frame): Add fields call_lo and
7938 call_hi.
7939 (generic_find_dummy_frame): Check for PC in range call_lo to
7940 call_hi instead of entry_point_address.
7941 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
7942 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
7943 (generic_save_call_dummy_addr): New function.
7944
7945 2002-04-24 David S. Miller <davem@redhat.com>
7946
7947 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
7948 sparc_skip_prologue.
7949 (sparc_skip_prologue): Kill frameless_p arg, and use line number
7950 information to find prologue when possible.
7951 (sparc_prologue_frameless_p): Call examine_prologue directly.
7952 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
7953 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
7954 second argument.
7955 (SKIP_PROLOGUE): Likewise.
7956
7957 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7958
7959 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
7960 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
7961 indicate that the condition it was testing is always true.
7962 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
7963 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7964 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
7965
7966 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
7967
7968 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
7969 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
7970 tdep->jb_pc and tdep->jb_elt_size.
7971 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
7972 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
7973 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
7974 * alpha-nat.c (get_longjmp_target): Remove.
7975 (JB_ELEMENT_SIZE): Ditto.
7976 (JB_PC): Ditto.
7977 * alpha-tdep.c (alpha_get_longjmp_target): New function.
7978 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
7979 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
7980 to alpha_get_longjmp_target.
7981 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
7982 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
7983 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
7984
7985 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7986
7987 * README: Update to GDB 5.2.
7988
7989 2002-04-25 Andrew Cagney <ac131313@redhat.com>
7990
7991 * gdbarch.sh (LC_ALL): Set to `c'.
7992
7993 2002-04-25 Theodore A. Roth <troth@verinet.com>
7994
7995 * avr-tdep.c: Ran through gdb_indent.sh.
7996
7997 2002-04-25 Theodore A. Roth <troth@verinet.com>
7998
7999 * MAINTAINERS: Add myself as AVR maintainer.
8000 * NEWS: Note new target avr.
8001
8002 2002-04-25 Theodore A. Roth <troth@verinet.com>
8003
8004 * Makefile.in: Add support for AVR target.
8005 * configure.tgt: Add support for AVR target.
8006 * avr-tdep.c: New file
8007 * config/avr/avr.mt: New file.
8008
8009 2002-04-25 Theodore A. Roth <troth@verinet.com>
8010
8011 * MAINTAINERS: Add myself to write-after-approval.
8012
8013 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
8014
8015 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
8016 with fprintf_unfiltered (gdb_stderr,....
8017
8018 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8019
8020 Fix PR gdb/508.
8021 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
8022
8023 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
8024
8025 * p-exp.y: Also use new prev_lexptr variable
8026 to improve error reporting. Based on Michael Snyder
8027 2002-04-24 dated patch to c-exp.y.
8028
8029 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8030
8031 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
8032 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
8033 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
8034 to 0.
8035 * config/alpha/tm-alpha.h: Remove forward decls of struct type
8036 and struct value.
8037 (FUNCTION_START_OFFSET): Remove.
8038 (BREAKPOINT): Ditto.
8039
8040 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
8041
8042 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
8043 * NEWS: Ditto.
8044
8045 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8046
8047 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
8048 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
8049 alpha_linux_pc_in_sigtramp.
8050 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
8051 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
8052 alpha_osf1_pc_in_sigtramp.
8053 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
8054 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
8055 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8056 alphafbsd_pc_in_sigtramp.
8057 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
8058 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
8059 alphanbsd_pc_in_sigtramp.
8060 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
8061 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
8062
8063 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8064
8065 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
8066
8067 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8068
8069 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
8070 alphanbsd-tdep.c.
8071 (alphanbsd-nat.o): New dependency list.
8072 (alphanbsd-tdep.o): Ditto.
8073 * NEWS: Note new native NetBSD/alpha configuration.
8074 * alphanbsd-nat.c: New file.
8075 * alphanbsd-tdep.c: Ditto.
8076 * configure.host (alpha*-*-netbsd*): New host.
8077 * configure.tgt (alpha*-*-netbsd*): New target.
8078 * config/alpha/nbsd.mh: New file.
8079 * config/alpha/nbsd.mt: Ditto.
8080 * config/alpha/nm-nbsd.h: Ditto.
8081 * config/alpha/tm-nbsd.h: Ditto.
8082
8083 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8084
8085 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
8086 (alpha-osf1-tdep.o): New dependency list.
8087 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
8088 and skip_sigtramp_frame members.
8089 * alpha-linux-tdep.c: Include gdbcore.h.
8090 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
8091 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
8092 * alpha-osf1-tdep.c: New file.
8093 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
8094 alpha-osf1-dep.c.
8095 (alpha_frame_past_sigtramp_frame): New function.
8096 (alpha_dynamic_sigtramp_offset): Ditto.
8097 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
8098 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
8099 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
8100 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
8101 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
8102 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
8103 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
8104 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
8105 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
8106 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
8107 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
8108 to find_solib_trampoline_target.
8109 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
8110 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
8111 (SKIP_TRAMPOLINE_CODE): Remove.
8112 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8113 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8114 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8115 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8116 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
8117 (PROC_SIGTRAMP_MAGIC): Ditto.
8118 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8119 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8120 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
8121 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
8122 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
8123
8124 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
8125
8126 * NEWS: Note that Alpha targets are now multi-arch.
8127
8128 2002-04-24 Michael Snyder <msnyder@redhat.com>
8129
8130 * parser-defs.h (prev_lexptr): New external variable.
8131 * parse.c (parse_exp_1): Set prev_lexptr to null before
8132 calling the language-specific parser.
8133 * c-exp.y (yylex): Set prev_lexptr to start of current token.
8134 (yyerror): Use prev_lexptr in error reporting.
8135
8136 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
8137
8138 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
8139 * gregset.h: If FILL_FPXREGSET is defined, provide
8140 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
8141 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
8142 is defined, call fill_fpxregset.
8143
8144 2002-04-24 Roland McGrath <roland@frob.com>
8145
8146 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
8147 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
8148 (supply_gregset, supply_fpregset): New functions.
8149
8150 * gnu-nat.c (gnu_find_memory_regions): New function.
8151 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
8152 (gnu_xfer_memory): Add a cast.
8153
8154 2002-04-24 Michael Snyder <msnyder@redhat.com>
8155
8156 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
8157 loop. Add handling for "str lr, [sp, #-4]!" and for saves
8158 of argument regs ("str r(0123), [r11, #-nn"]).
8159 (arm_skip_prologue): Better handling for frameless functions.
8160 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
8161 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
8162
8163 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
8164
8165 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
8166 NUM_PSEUDO_REGS can be used.
8167
8168 2002-04-24 Andrew Cagney <ac131313@redhat.com>
8169
8170 * arch-utils.h: Update copyright.
8171
8172 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
8173 * gdbarch.h, gdbarch.c: Re-generate.
8174
8175 * inferior.h (IN_SIGTRAMP): Delete definition.
8176 * arch-utils.c (legacy_pc_in_sigtramp): New function.
8177 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
8178
8179 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
8180 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
8181 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
8182 (find_proc_framesize): Ditto.
8183 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
8184 (alpha_init_extra_frame_info): Ditto.
8185 * infrun.c (handle_inferior_event): Ditto.
8186 (handle_inferior_event): Ditto.
8187 (check_sigtramp2): Ditto.
8188 * blockframe.c (create_new_frame): Ditto.
8189 (get_prev_frame): Ditto.
8190 * ppc-linux-tdep.c: Update comments.
8191 * i386-linux-tdep.c: Update comments.
8192 * breakpoint.c (bpstat_what): Update comment.
8193
8194 2002-04-24 David S. Miller <davem@redhat.com>
8195
8196 * i960-tdep.c (register_in_window_p): New function.
8197 (i960_find_saved_register): Use it instead of
8198 REGISTER_IN_WINDOW_P.
8199 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
8200
8201 * symtab.h (find_stab_function_addr): Kill extern.
8202 * minsyms.c (find_stab_function_addr): Remove from here...
8203 * dbxread.c: ... to here, and mark it static.
8204
8205 2002-04-20 David S. Miller <davem@redhat.com>
8206
8207 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
8208 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
8209
8210 2002-04-21 David S. Miller <davem@redhat.com>
8211
8212 * remote-vxsparc.c (vx_read_register): Fix typo, we want
8213 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
8214 (vx_write_register): Likewise.
8215
8216 2002-04-23 J. Brobecker <brobecker@gnat.com>
8217
8218 * source.c (is_regular_file): New function.
8219 (openp): Check wether file to open is a regular file
8220 to avoid opening directories.
8221
8222 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8223
8224 * findvar.c (extract_signed_integer): Cast printf argument
8225 to suppress format warning.
8226 (extract_unsigned_integer): Likewise.
8227 * infcmd.c (registers_info): Likewise.
8228 * top.c (get_prompt_1): Likewise.
8229 * valops.c (value_assign): Likewise.
8230 * valprint.c (print_decimal): Likewise.
8231
8232 2002-04-22 H.J. Lu (hjl@gnu.org)
8233
8234 * c-exp.y (typebase): Support
8235
8236 [long|long long|short] [signed|unsigned] [int|]
8237
8238 and
8239
8240 signed [long|long long|short] int
8241
8242 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8243
8244 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
8245 and vax-tdep.h.
8246 * vax-tdep.h: New file.
8247 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
8248 Make several routines static.
8249 (vax_get_saved_register): New function.
8250 (vax_gdbarch_init): New function.
8251 (_initialize_vax_tdep): Register vax_gdbarch_init.
8252 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
8253 Remove macros now under the control of gdbarch.
8254
8255 2002-04-22 Michael Snyder <msnyder@redhat.com>
8256
8257 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
8258 Some whitespace and coding standards tweaks.
8259
8260 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8261
8262 * vax-tdep.c: Include regcache.h.
8263 (vax_call_dummy_words): New.
8264 (sizeof_vax_call_dummy_words): New.
8265 (vax_fix_call_dummy): New function.
8266 (vax_saved_pc_after_call): Ditto.
8267 * config/vax/tm-vax.h: Don't include regcache.h.
8268 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
8269 (CALL_DUMMY): Remove.
8270 (CALL_DUMMY_WORDS): Define.
8271 (SIZEOF_CALL_DUMMY_WORDS): Define.
8272 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
8273
8274 2002-04-18 Michael Snyder <msnyder@redhat.com>
8275
8276 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
8277
8278 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8279
8280 * vax-tdep.c (vax_frame_chain): New function.
8281 (vax_push_dummy_frame): Ditto.
8282 (vax_pop_frame): Ditto.
8283 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
8284 (FRAMELESS_FUNCTION_INVOCATION): Use
8285 generic_frameless_function_invocation_not.
8286 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
8287 (POP_FRAME): Use vax_pop_frame.
8288
8289 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8290
8291 * vax-tdep.c (vax_store_struct_return): New function.
8292 (vax_extract_return_value): Ditto.
8293 (vax_store_return_value): Ditto.
8294 (vax_extract_struct_value_address): Ditto.
8295 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
8296 vax_store_struct_return.
8297 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
8298 (STORE_RETURN_VALUE): Use vax_store_return_value.
8299 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
8300
8301 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8302
8303 * vax-tdep.c (vax_frame_saved_pc): New function.
8304 (vax_frame_args_address_correct): Ditto.
8305 (vax_frame_args_address): Ditto.
8306 (vax_frame_locals_address): Ditto.
8307 (vax_frame_num_args): Move code to be in proximity to
8308 other frame-related functions.
8309 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
8310 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
8311 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
8312 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
8313 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
8314
8315 2002-04-22 H.J. Lu (hjl@gnu.org)
8316
8317 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
8318 includedir.
8319
8320 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8321
8322 * vax-tdep.c (vax_frame_init_saved_regs): New function.
8323 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
8324 (FRAME_INIT_SAVED_REGS): New macro.
8325
8326 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8327
8328 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
8329
8330 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8331
8332 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
8333 where needed.
8334 (fetch_osf_core_registers): Likewise.
8335 (supply_gregset): Likewise.
8336
8337 2002-04-22 J. Brobecker <brobecker@gnat.com>
8338
8339 * symfile.h (get_section_index): Define.
8340 * symfile.c (get_section_index): New function.
8341 * mdebugread.c (SC_IS_SBSS): New macro.
8342 (SC_IS_BSS): Return true for the scBss storage class only, as
8343 the scSBss storage class refers to the .sbss section.
8344 (parse_partial_symbols): Discard the symbols which associated
8345 section does not exist.
8346 Make sure to use the .sbss section index for symbols which
8347 storage class is scBss, rather than using the .bss section index.
8348
8349 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
8350
8351 * vax-tdep.c: Update copyright years.
8352 (vax_register_name): New function.
8353 (vax_register_byte): Ditto.
8354 (vax_register_raw_size): Ditto.
8355 (vax_register_virtual_size): Ditto.
8356 (vax_register_virtual_type): Ditto.
8357 * config/vax/tm-vax.h: Update copyright years.
8358 (REGISTER_NAMES): Remove.
8359 (REGISTER_NAME): Define.
8360 (REGISTER_BYTE): Use vax_register_byte.
8361 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
8362 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
8363 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
8364
8365 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8366
8367 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
8368 declaration
8369 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
8370
8371 2002-04-21 David S. Miller <davem@redhat.com>
8372
8373 * arch-utils.c (generic_prologue_frameless_p): Kill
8374 SKIP_PROLOGUE_FRAMELESS_P code.
8375 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8376 references.
8377 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
8378 * arc-tdep.c (arc_prologue_frameless_p): Implement.
8379 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
8380 references.
8381 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
8382 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
8383 (sparc_gdbarch_init): Pass it to
8384 set_gdbarch_prologue_frameless_p.
8385
8386 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8387
8388 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
8389 (alphabsd-nat.o): New dependency list.
8390
8391 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8392
8393 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
8394 alphafbsd-tdep.c.
8395 (alpha-linux-tdep.o): New dependency list.
8396 (alphafbsd-tdep.o): Likewise.
8397
8398 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8399
8400 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
8401 to here...
8402 * alpha-tdep.c: ...from here.
8403 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
8404
8405 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8406
8407 * config/alpha/tm-alpha.h: Move alpha_software_single_step
8408 prototype from here...
8409 * alpha-tdep.h: ...to here.
8410
8411 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8412
8413 * frame.h (selected_frame_level): Document as deprecated.
8414 (frame_relative_level): Declare.
8415 * stack.c (frame_relative_level): New function.
8416 (selected_frame_level): Document as deprecated.
8417 (select_frame): Do not set the selected_frame_level.
8418
8419 * stack.c (frame_info, record_selected_frame): Update.
8420 (frame_command, current_frame_command): Update.
8421 (up_silently_base, up_command, down_silently_base): Update.
8422 (down_command): Update.
8423 * inflow.c (kill_command): Update.
8424 * tracepoint.c (finish_tfind_command): Update.
8425 * corelow.c (core_open): Update.
8426 * thread.c (info_threads_command): Update.
8427 (do_captured_thread_select): Update.
8428 * infcmd.c (finish_command): Update.
8429 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
8430
8431 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8432
8433 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
8434
8435 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8436
8437 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
8438 type const.
8439
8440 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8441
8442 * alphafbsd-tdep.c: Update copyright years. Include
8443 alpha-tdep.h.
8444 (alphafbsd_use_struct_convention): Make static.
8445 (alphafbsd_init_abi): New function.
8446 (_initialize_alphafbsd_tdep): New function.
8447 * config/alpha/tm-fbsd.h: Update copyright years.
8448 (USE_STRUCT_CONVENTION): Remove.
8449
8450 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8451
8452 * alpha-tdep.c (alpha_abi_handler): New structure to describe
8453 an Alpha ABI variant.
8454 (alpha_abi_handler_list): Declare.
8455 (alpha_gdbarch_register_os_abi): New function.
8456 (alpha_gdbarch_init): Give registered ABI variant handlers a
8457 chance to tweak the gdbarch once we have set up defaults.
8458 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
8459
8460 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8461
8462 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
8463 to standard_coerce_float_to_double.
8464 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
8465
8466 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8467
8468 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
8469 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
8470 from gdbarch_tdep rather than a constant.
8471 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
8472 the default text address for all Alpha Unix ABIs.
8473 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
8474 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
8475
8476 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
8477
8478 * alpha-tdep.h: New file. Includes several Alpha target constants
8479 taken from...
8480 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
8481 let gdbarch deal with.
8482 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
8483 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
8484 to dependency list.
8485 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
8486 Alpha target register names.
8487 * alphabsd-nat.c: Likewise.
8488 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
8489 Alpha target register names. Make serveral routines static.
8490 (alpha_get_saved_register): New function.
8491 (alpha_abi_names): New.
8492 (process_note_abi_tag_sections): New function.
8493 (get_elfosabi): New function.
8494 (alpha_gdbarch_init): New function.
8495 (alpha_dump_tdep): New function.
8496 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
8497
8498 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8499
8500 * frame.c (find_saved_register): Delete #ifdef
8501 HAVE_REGISTER_WINDOWS code.
8502 * config/sparc/tm-sparc.h: Update comments.
8503 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
8504
8505 2002-04-21 Andrew Cagney <ac131313@redhat.com>
8506
8507 * i960-tdep.c (i960_find_saved_register): New function.
8508 (i960_get_saved_register): New function.
8509 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
8510 (i960_get_saved_register): Declare.
8511 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
8512
8513 2002-04-20 David S. Miller <davem@redhat.com>
8514
8515 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
8516
8517 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8518
8519 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
8520 instead of NUM_PSEUDO_REGS.
8521
8522 2002-04-20 David S. Miller <davem@redhat.com>
8523
8524 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
8525 GDB_MULTI_ARCH_PARTIAL
8526 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
8527 define, let tm-sp64.h do it.
8528
8529 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
8530
8531 * frame.c (find_saved_register): Avoid a NULL pointer
8532 dereference and actually walk the frame list.
8533
8534 2002-04-20 Andrew Cagney <ac131313@redhat.com>
8535
8536 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
8537 sorted in most most-recent-used order. Document.
8538 * gdbarch.h, gdbarch.c: Regenerate.
8539
8540 2002-04-19 Andrew Cagney <ac131313@redhat.com>
8541
8542 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
8543 instead of ->prev.
8544 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
8545 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
8546 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
8547 instead of ->prev.
8548
8549 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
8550
8551 Fix PR gdb/471.
8552 * gdbtypes.c (init_simd_type): Rewrite using new functions.
8553 (build_builtin_type_vec128): Ditto.
8554 (append_composite_type_field): Fix calculation of type length in
8555 union case.
8556
8557 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * config/djgpp/README: Update.
8560
8561 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
8562 compiler warnings.
8563
8564 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
8565
8566 * alpha-tdep.c (setup_arbitrary_frame): Rename...
8567 (alpha_setup_arbitrary_frame): ...to this.
8568 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
8569 for alpha_setup_arbitrary_frame.
8570
8571 2002-04-18 Andrew Cagney <cagney@redhat.com>
8572
8573 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
8574 * gdbarch.h, gdbarch.c: Regenerate.
8575
8576 * defs.h (breakpoint_from_pc_fn): Delete type definition.
8577 * target.h (memory_breakpoint_from_pc): Update declaration.
8578 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
8579
8580 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
8581 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
8582 * mem-break.c (memory_breakpoint_from_pc): Ditto.
8583 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
8584 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
8585 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
8586 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
8587 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
8588 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
8589 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
8590 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
8591 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
8592
8593 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
8594 const pointer.
8595 * monitor.c (monitor_insert_breakpoint): Ditto.
8596 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
8597
8598 * config/mcore/tm-mcore.h: Update copyright.
8599 * mem-break.c: Ditto.
8600 * xstormy16-tdep.c: Ditto.
8601
8602 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
8603
8604 * p-exp.y: Add precedence rule for '^' token.
8605 This removes the shift/reduce conflicts.
8606 Remove the comment concerning these shift/reduce conflicts.
8607
8608 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
8609
8610 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
8611 (registers_powerpc_nofp): New register set for processors
8612 without floating point unit.
8613
8614 2002-04-18 David S. Miller <davem@redhat.com>
8615
8616 * MAINTAINERS: Add myself to write-after-approval.
8617
8618 2002-04-17 Michael Snyder <msnyder@redhat.com>
8619
8620 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
8621
8622 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8623
8624 * rs6000-tdep.c (frame_initial_stack_address): Use
8625 frame_register_read to read the alloca_reg.
8626
8627 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8628
8629 * frame.c (find_saved_register): Find saved registers in the next
8630 not prev frame.
8631 Fix PR gdb/365.
8632
8633 2002-04-17 Andrew Cagney <ac131313@redhat.com>
8634
8635 * gdbarch.sh (LANG): Set to ``c''.
8636
8637 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8638
8639 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
8640
8641 2002-04-15 Andrew Cagney <ac131313@redhat.com>
8642
8643 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
8644 Update copyright.
8645
8646 * hpread.c (hpread_get_lntt): Add declaration.
8647 Also fix PR gdb/391.
8648
8649 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8650
8651 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
8652 * aclocal.m4, configure: Re-generate.
8653 Fix PR gdb/391.
8654
8655 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8656
8657 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
8658 instead of tm_print_insn.
8659
8660 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
8661
8662 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
8663
8664 2002-04-14 Andrew Cagney <ac131313@redhat.com>
8665
8666 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
8667 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
8668 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
8669
8670 2002-04-12 Don Howard <dhoward@redhat.com>
8671
8672 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
8673 max_user_call_depth.
8674 (init_cmd_lists): Initialize the new value;
8675 * cli/cli-script.c (execute_user_command): Limit the call depth of
8676 user defined commands. This avoids a core-dump when user commands
8677 are infinitly recursive.
8678
8679 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8680
8681 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
8682 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
8683 from tdep struct instead of DEFAULT_LR_SAVE.
8684 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
8685 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
8686 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
8687
8688 2002-04-12 Michael Snyder <msnyder@redhat.com>
8689
8690 * Remote.c: Spelling fix.
8691 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
8692 If no symbol found for "sbrk", try "_sbrk".
8693 (make_output_phdrs): Use bfd_section_name.
8694 (gcore_copy_callback): Use bfd_section_name.
8695 * eval.c: Indentation fix-ups.
8696 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
8697 in case it gets applied to an address that is already
8698 in the instruction space.
8699 * cli/cli-decode.c (help_list): Allow long lines to wrap.
8700 * symfile.c: Fix indentation, long lines.
8701 * source.c: White space fix-up.
8702
8703 2002-04-12 Andrew Cagney <cagney@redhat.com>
8704
8705 * defs.h (read_relative_register_raw_bytes): Delete declaration.
8706 * frame.c (frame_register_read): New function. Return non-zero on
8707 success.
8708 (read_relative_register_raw_bytes_for_frame): Delete.
8709 (read_relative_register_raw_bytes): Delete.
8710 * frame.h (frame_register_read): Declare.
8711 * d30v-tdep.c: Update Copyright. Use frame_register_read.
8712 * sh-tdep.c: Ditto.
8713 * infcmd.c (do_registers_info): Ditto.
8714 * hppa-tdep.c: Ditto.
8715 * rs6000-tdep.c: Ditto.
8716 * h8500-tdep.c: Ditto.
8717 * mips-tdep.c: Ditto.
8718 * h8300-tdep.c: Ditto.
8719 * z8k-tdep.c: Ditto.
8720
8721 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8722
8723 From Jimi X <jimix@watson.ibm.com>:
8724 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
8725 64-bit SysV ABI.
8726
8727 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8728
8729 From Jimi X <jimix@watson.ibm.com>:
8730 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
8731 bfd info.
8732
8733 2002-04-12 Kevin Buettner <kevinb@redhat.com>
8734
8735 From Jimi X <jimix@watson.ibm.com>:
8736 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
8737 register sets for these processor variants.
8738
8739 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
8740
8741 * regformats/reg-ppc.dat: Support FPSCR.
8742
8743 2002-04-11 Kevin Buettner <kevinb@redhat.com>
8744
8745 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
8746 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8747 Add fpscr as an invalid/unfetchable register.
8748 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
8749 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
8750 (fill_fpregset): Add support for register fpscr.
8751 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
8752 (fill_gregset): Account for the fact that register ``mq'' might
8753 not exist.
8754 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
8755 (registers_power): Add fpscr to register set at slot 71.
8756 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
8757 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
8758
8759 2002-04-11 Michael Snyder <msnyder@redhat.com>
8760
8761 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
8762 * configure: Regenerate.
8763 * config.in: Regenerate.
8764 * acconfig.h: Add define for _SYSCALL32.
8765 * core-sol2.c: Remove #define _SYSCALL32.
8766 * solib-legacy.c: Remove #define _SYSCALL32.
8767
8768 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8769
8770 * stack.c (select_frame): Cleanup internal error message, do not
8771 use %p.
8772
8773 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8774
8775 * stack.c (select_frame): Check that selected_frame and the
8776 specified level are as expected.
8777 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
8778 Update copyright.
8779 * frame.h (struct frame_info): Add field `level'. Update
8780 copyright.
8781 Work-in-progress PR gdb/464.
8782
8783 2002-04-10 Andrew Cagney <ac131313@redhat.com>
8784
8785 * maint.c (maint_print_section_info): Rename print_section_info.
8786 (print_bfd_section_info, print_objfile_section_info): Update.
8787 * inferior.h (struct gdbarch): Add opaque declaration.
8788 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
8789 * gdbarch.h: Regenerate.
8790
8791 2002-04-10 Michal Ludvig <mludvig@suse.cz>
8792
8793 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
8794 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
8795 (kernel_u_size): Added.
8796 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
8797 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
8798
8799 2002-04-04 Jim Ingham <jingham@apple.com>
8800
8801 * valarith.c (find_size_for_pointer_math): New function, either returns
8802 the size for a pointer's target, returns 1 for void *, or errors for
8803 incomplete types.
8804 (value_add, value_sub): use find_size_for_pointer_math.
8805
8806 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8807
8808 * linux-low.c (linux_look_up_symbols): New hook.
8809 (linux_target_ops): Add linux_look_up_symbols.
8810 * remote-utils.c (decode_address): New function.
8811 (look_up_one_symbol): New function.
8812 * server.c (handle_query): Call target look_up_symbols hook.
8813 * server.h (look_up_one_symbol): Add prototype.
8814 * target.h (struct target_ops): Add look_up_symbols hook.
8815
8816 2002-04-09 Andrew Cagney <ac131313@redhat.com>
8817
8818 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
8819 override FP_REGNUM with frame->fp. Update copyright.
8820 * parse.c (num_std_regs, std_regs): Delete.
8821 (target_map_name_to_register): Do not search std_regs. Update
8822 function description.
8823 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
8824 declarations. Update copyright.
8825 Fix PR gdb/251.
8826
8827 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
8828
8829 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
8830 after the last symbol in a block.
8831
8832 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
8833
8834 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
8835 is non zero as a found symbol.
8836
8837 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8838
8839 * findvar.c: Include "builtin-regs.h".
8840 (value_of_register): Call value_of_builtin_reg when applicable.
8841 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
8842 (target_map_name_to_register): Call
8843 builtin_reg_map_name_to_regnum.
8844 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
8845 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
8846 (builtin_regs_h): Define.
8847 (builtin-regs.o): New target.
8848 (findvar.o): Add $(builtin_regs_h).
8849 * builtin-regs.c, builtin-regs.h: New files.
8850 * std-regs.c: New file.
8851 Partial fix for PR gdb/251.
8852
8853 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8854
8855 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
8856 it's no longer required.
8857
8858 2002-04-08 Andrew Cagney <ac131313@redhat.com>
8859
8860 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
8861
8862 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8863
8864 From Jimi X <jimix@watson.ibm.com>:
8865 * rs6000-tdep.c (rs6000_software_single_step): Use
8866 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
8867 and size. Use target_insert_breakpoint() and
8868 target_remove_breakpoint() to insert and remove breakpoints
8869 instead of explicit memory reads and writes.
8870
8871 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8872
8873 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
8874 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
8875 ELF_OBJECT_FORMAT ifdef.
8876
8877 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8878
8879 From Jimi X <jimix@watson.ibm.com>:
8880 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
8881
8882 2002-04-08 Kevin Buettner <kevinb@redhat.com>
8883
8884 From Jimi X <jimix@watson.ibm.com>:
8885 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
8886 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
8887
8888 2002-04-07 Mark Kettenis <kettenis@gnu.org>
8889
8890 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
8891 s/asprintf/xasprintf/.
8892 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
8893
8894 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8895
8896 I believe Jeff Law denies responsability for this one:
8897 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
8898 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
8899 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
8900 Work-around for PR gdb/366.
8901
8902 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8903
8904 * remote-e7000.c (write_small, e7000_read_inferior_memory,
8905 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
8906 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
8907
8908 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
8909
8910 * sh-tdep.c (sh_fp_frame_init_saved_regs,
8911 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
8912 information.
8913
8914 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8915
8916 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
8917 maintainer.
8918
8919 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8920
8921 * README (Reporting Bugs in GDB): Document the bug web page as the
8922 prefered way of submitting bugs.
8923 Fix PR gdb/402.
8924
8925 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8926
8927 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
8928 -1. Update comment.
8929 * gdbarch.h, gdbarch.c: Re-generate.
8930
8931 2002-04-07 Andreas Schwab <schwab@suse.de>
8932
8933 * m68klinux-nat.c (fill_fpregset): Properly pass address of
8934 buffer to regcache_collect.
8935
8936 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8937
8938 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
8939 * gdbarch.c, gdbarch.h: Re-generate.
8940
8941 2002-04-06 Andrew Cagney <ac131313@redhat.com>
8942
8943 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
8944 declaration. Fix -Werror.
8945
8946 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
8947
8948 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
8949 * gdbarch.c: Regenerate.
8950
8951 2002-04-05 Michael Snyder <msnyder@redhat.com>
8952
8953 * breakpoint.c (clear_command): Rewrite middle section to
8954 combine two loops with identical control conditions.
8955 Add a cleanup to eliminate a memory leak.
8956 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
8957
8958 2002-04-05 H.J. Lu (hjl@gnu.org)
8959
8960 * solib-svr4.c (bkpt_names): Add "__start".
8961
8962 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8963
8964 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
8965 as test for 64 bit target.
8966
8967 2002-04-05 Andrew Cagney <ac131313@redhat.com>
8968
8969 * h8500-tdep.c (h8500_write_fp): Delete function.
8970 * dwarf2cfi.c (cfi_write_fp): Document as not used.
8971 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
8972 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
8973 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
8974 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
8975 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
8976 (s390_write_fp):
8977 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
8978 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
8979 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
8980 (d10v_write_fp): Delete function.
8981 * inferior.h (write_fp, generic_target_write_fp): Delete
8982 declarations.
8983 * regcache.c (generic_target_write_fp): Delete function.
8984 (write_fp): Delete function.
8985 * gdbarch.sh (TARGET_WRITE_FP): Delete.
8986 * gdbarch.h, gdbarch.c: Regenerate.
8987 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
8988 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
8989 (sparc64_write_fp): Delete declaration.
8990 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
8991 (h8500_write_fp): Delete declaration.
8992
8993 2002-04-04 Andrew Cagney <ac131313@redhat.com>
8994
8995 * sparc-tdep.c (sparc64_write_fp): Delete.
8996 (sparc_push_dummy_frame): Replace write_fp call with code to store
8997 the FP directly.
8998 (sparc_gdbarch_init): Do not initialize write_fp.
8999
9000 2002-04-05 Kevin Buettner <kevinb@redhat.com>
9001
9002 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
9003 clause.
9004
9005 2002-03-29 Jim Blandy <jimb@redhat.com>
9006
9007 * stack.c (get_selected_block): Add new argument `addr_in_block',
9008 used to return the exact code address we used to select the block,
9009 not just the block.
9010 * blockframe.c (get_frame_block, get_current_block): Same.
9011 * frame.h (get_frame_block, get_current_block,
9012 get_selected_block): Update declarations.
9013 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
9014 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
9015
9016 2002-04-05 Michael Snyder <msnyder@redhat.com>
9017
9018 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
9019 warning message.
9020
9021 2002-04-05 J. Brobecker <brobecker@gnat.com>
9022
9023 * utils.c (xfullpath): New function.
9024 * defs.h (xfullpath): Add declaration.
9025 * source.c (openp): Use xfullpath in place of gdb_realpath to
9026 avoid resolving the basename part of filenames when the
9027 associated file is a symbolic link. This fixes a potential
9028 inconsistency between the filenames known to GDB and the
9029 filenames it prints in the annotations.
9030 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
9031 to be able to match a filename with either the real filename, or
9032 the name of any symbolic link to this file.
9033 (lookup_partial_symtab): Ditto.
9034
9035 2002-04-04 Michael Snyder <msnyder@redhat.com>
9036
9037 * breakpoint.c: Add support for hardware breakpoints in overlays.
9038 (overlay_events_enabled): New state variable.
9039 (insert_breakpoints): Use overlay_events_enabled to decide
9040 whether to attempt to set a breakpoint at the overlay load addr.
9041 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9042 (remove_breakpoint): Use overlay_events_enabled to decide
9043 whether breakpoints need to be removed from overlay load addr.
9044 Handle bp_hardware_breakpoint as well as bp_breakpoint.
9045 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
9046 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
9047 disable_overlay_breakpoints): Update overlay_events_enabled.
9048
9049 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
9050
9051 * dwarf2read.c (struct function_range): New.
9052 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
9053 (check_cu_functions): New.
9054 (read_file_scope): Initialize global function lists.
9055 Call dwarf_decode_line after processing children.
9056 (read_func_scope): Add to global function list.
9057 (dwarf_decode_lines): Call check_cu_functions everywhere
9058 record_line is called. Call record_line with a linenumber
9059 of 0 to mark sequence ends.
9060
9061 2002-04-04 Michal Ludvig <mludvig@suse.cz>
9062
9063 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
9064 change sync with glibc.
9065
9066 2002-04-03 Jim Blandy <jimb@redhat.com>
9067
9068 * configure.in: Call AC_C_INLINE.
9069 * configure: Regenerated.
9070
9071 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
9072
9073 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
9074 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
9075
9076 2002-03-31 Mark Kettenis <kettenis@gnu.org>
9077
9078 * NEWS: Mention gcore support on FreeBSD/i386.
9079
9080 * fbsd-proc.c: New file.
9081 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
9082 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
9083
9084 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
9085 while statement.
9086
9087 2002-03-29 Jim Blandy <jimb@redhat.com>
9088
9089 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
9090 unescaped newlines in string literals, but newer ones don't. So
9091 escape them.
9092
9093 2002-03-26 Michael Snyder <msnyder@redhat.com>
9094 Andrew Cagney <cagney@redhat.com>
9095
9096 * cli/cli-dump.c: New file. Dump memory to file,
9097 restore file to memory.
9098 * cli/cli-dump.h: New file.
9099 * Makefile.in: Add rules, dependencies for cli-dump.o.
9100 * NEWS: Mention new commands.
9101
9102 2002-03-28 Michael Snyder <msnyder@redhat.com>
9103
9104 * symfile.c (symbol_file_add): Move test for null symbols to later.
9105
9106 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9107
9108 From veksler at il.ibm.com:
9109 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
9110 the xstrduped original path.
9111 Fix PR gdb/417.
9112
9113 2002-03-27 Michael Snyder <msnyder@redhat.com>
9114
9115 * breakpoint.c (_initialize_breakpoint): Clean up help string.
9116 * infcmd.c (_initialize_infcmd): Ditto.
9117 * language.c (_initialize_language): Ditto.
9118 * symfile.c (_initialize_symfile): Ditto.
9119 * top.c (_init_main): Ditto.
9120 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9121
9122 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
9123
9124 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
9125 vector registers handling.
9126 (skip_prologue): Handle new AltiVec instructions. Fill in new
9127 fields of frame data.
9128 (frame_get_saved_regs): Fill in information for AltiVec registers.
9129
9130 2002-03-27 Jim Blandy <jimb@redhat.com>
9131
9132 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
9133 a function; leave this macro here to invoke that function.
9134 (symbol_init_mangled_name): Declaration for that function.
9135 * symtab.c (symbol_init_mangled_name): New function.
9136
9137 2002-03-27 Andrew Cagney <ac131313@redhat.com>
9138
9139 * valarith.c: Replace strerror with safe_strerror.
9140 * tracepoint.c: Ditto.
9141 * lin-lwp.c: Ditto.
9142 * go32-nat.c: Ditto.
9143 * inflow.c: Ditto.
9144 * gnu-nat.c: Ditto.
9145
9146 2002-03-27 Andreas Schwab <schwab@suse.de>
9147
9148 * event-top.c (command_line_handler): Remove useless if.
9149
9150 2002-03-27 Andreas Jaeger <aj@suse.de>
9151
9152 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
9153 comment.
9154
9155 2002-03-27 Michal Ludvig <mludvig@suse.cz>
9156
9157 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
9158 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
9159 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
9160 (x86_64_linux_dr_get_status, supply_gregset),
9161 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
9162 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
9163 (x86_64_register_info_table): Add.
9164 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
9165 (x86_64_register_raw_size, x86_64_register_virtual_type),
9166 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
9167 general x86_64_register_info_table.
9168 (i386_gdbarch_init): gdbarch_register_bytes is now set
9169 dynamicaly during initialization.
9170 * regformats/reg-x86-64.dat: Synced with changes to registers above.
9171 * gdbserver/linux-x86-64-low.c: Ditto.
9172
9173 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9174
9175 * gdbserver/server.c (main): Call target_signal_to_host_p
9176 and target_signal_to_host on signals received from the remote.
9177 * gdbserver/remote-utils.c (prepare_resume_reply): Call
9178 target_signal_from_host on signals sent to the remote.
9179 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
9180 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
9181
9182 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9183
9184 * signals/signals.c: Include "server.h" in gdbserver build.
9185 (target_signal_from_name): Don't use STREQ.
9186 (_initialize_signals): Likewise. Don't include function in
9187 gdbserver build.
9188
9189 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
9190
9191 * signals.c: Moved to...
9192 * signals/signals.c: Here.
9193 * Makefile (signals.o): Update.
9194
9195 2002-03-26 Jeff Law (law@redhat.com)
9196
9197 * somread.c (som_symtab_read): Remove some commented out code and
9198 updated related comments. Do not set the minimal symbol table to
9199 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
9200 in a dynamic executable.
9201 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
9202 where we are unable to find the minimal symbol for the given
9203 PC value.
9204
9205 2002-03-25 Jeff Law (law@redhat.com)
9206
9207 * linux-proc.c (read_mapping): Scan up to end of line for filename.
9208
9209 2002-03-25 Michal Ludvig <mludvig@suse.cz>
9210
9211 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
9212
9213 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9214
9215 * command.h: Update copyright.
9216 (struct cmd_list_element): Replace definition with opaque
9217 declaration.
9218 (enum cmd_types): Document that it will eventually be moved to
9219 cli/cli-decode.h
9220 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
9221 (MALLOCED_REPLACEMENT): Delete macro.
9222 * Makefile.in (cli_decode_h): Add $(command_h).
9223 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
9224 * top.c: Include "cli/cli-decode.h".
9225 * completer.c: Include "cli/cli-decode.h".
9226 * maint.c: Include "cli/cli-decode.h".
9227 * cli/cli-decode.h: Include "command.h".
9228 (enum command_class): Delete.
9229 (enum cmd_types): Comment out.
9230 (enum cmd_auto_boolean): Delete.
9231 (enum var_types): Delete.
9232
9233 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9234
9235 * cli/cli-decode.c: Include "gdb_assert.h".
9236 (add_set_or_show_cmd): New static function.
9237 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
9238 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
9239 all fields, such as func, from the set command.
9240
9241 2002-03-23 Andrew Cagney <ac131313@redhat.com>
9242
9243 * MAINTAINERS (sh-elf): Change warning flag to -w.
9244
9245 2002-03-23 Andrew Cagney <cagney@redhat.com>
9246
9247 * defs.h (error): Add printf format attribute.
9248 * thread-db.c (thread_from_lwp): Fix error format string.
9249 * stack.c (parse_frame_specification): Ditto.
9250 * cli/cli-decode.c (undef_cmd_error): Ditto.
9251 * scm-lang.c (scm_lookup_name): Ditto.
9252 * tracepoint.c (trace_error): Ditto.
9253 * remote-utils.c (usage): Ditto.
9254 * remote.c (compare_sections_command): Ditto.
9255 Fix PR gdb/328.
9256
9257 2002-03-22 Andrew Cagney <ac131313@redhat.com>
9258
9259 * gdbtypes.c (append_composite_type_field): New function.
9260 (init_composite_type): New function.
9261 * gdbtypes.h (append_composite_type_field): Declare.
9262 (init_composite_type): Ditto.
9263
9264 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
9265
9266 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
9267 function.
9268 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
9269 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
9270 structure returning convention for SYSV ABI case, but not
9271 for GNU/Linux, FreeBSD, or NetBSD.
9272
9273 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
9274
9275 * symtab.h (lookup_block_symbol): Add mangled_name argument
9276 to prototype.
9277
9278 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
9279 with new mangled_name argument.
9280 * linespec.c (decode_line_1): Likewise.
9281 * valops (value_of_this): Likewise.
9282 * symtab.c (lookup_transparent_type): Likewise.
9283 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
9284 (lookup_symbol): If we are given a mangled name, pass it down
9285 to lookup_symbol_aux.
9286 (lookup_block_symbol): If we are given a mangled name to check
9287 against, only return symbols which match it.
9288
9289 2002-03-22 Christopher Faylor <cgf@redhat.com>
9290
9291 * win32-nat.c (child_create_inferior): Check for proper shell to use
9292 here, in case the user changes it on the fly.
9293 (_initialize_inftarg): Remove shell path considerations.
9294
9295 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
9296
9297 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
9298 for gdbarch_max_register_raw_size and max_register_virtual_size.
9299 Adjust copyright year.
9300
9301 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
9302
9303 * dbxread.c (process_one_symbol): Extend the first N_SLINE
9304 in a function to cover the entire beginning of the function
9305 as well if it does not already.
9306
9307 2002-03-21 Tom Rix <trix@redhat.com>
9308
9309 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
9310 (rs6000_ptrace64): Renamed from ptrace64.
9311
9312 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9313
9314 * gdbserver/remote-utils.c (remote_open): Don't call
9315 getprotobyname, we're all using TCP here so just use
9316 IPPROTO_TCP.
9317 * gdbserver/gdbreplay.c (remote_open): Ditto.
9318
9319 2002-03-20 Martin M. Hunt <hunt@redhat.com>
9320
9321 * regcache.c (_initialize_regcache): No need to call
9322 build_regcache() at this time; it gets called whenever
9323 the gdbarch changes.
9324
9325 2002-03-20 David O'Brien <obrien@FreeBSD.org>
9326
9327 * sparc-nat.c: Include sys/param.h where possible.
9328
9329 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
9330
9331 Fix PR gdb/422.
9332 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
9333 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
9334 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
9335 complex types.
9336 * stabsread.c (rs6000_builtin_type): Likewise.
9337 (read_sun_floating_type): Likewise.
9338
9339 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9340
9341 * stabsread.c (read_member_functions): Remove skip code for duplicate
9342 constructor/destructor methods. Use standard parsing for these
9343 methods and just do not chain them to the list of methods after
9344 parsing.
9345
9346 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
9347
9348 * coffread.c: Remove redundant static declarations. Replace
9349 occurrences of `PTR' with `void *'.
9350 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
9351 * top.h (quit_cover): Likewise.
9352 * defs.h (catch_errors): Likewise.
9353
9354 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9355
9356 * defs.h (XMALLOC): Define.
9357 * gdb-events.sh (XMALLOC): Delete macro.
9358 * gdb-events.c, gdb-events.h: Regenerate.
9359 * gdbarch.sh (XMALLOC): Delete macro.
9360 * gdbarch.c: Regenerate.
9361 * serial.c (XMALLOC): Delete macro.
9362 * ui-file.c (XMALLOC): Ditto.
9363 * ser-unix.h (XMALLOC): Ditto.
9364 * sh-tdep.c (XMALLOC): Ditto.
9365 * ui-out.c (XMALLOC): Ditto.
9366 * utils.c (XMALLOC): Ditto.
9367 * i386-tdep.c (XMALLOC): Ditto.
9368 * gdb-events.c (XMALLOC): Ditto.
9369 * d10v-tdep.c (XMALLOC): Ditto.
9370 * cli-out.c (XMALLOC): Ditto.
9371
9372 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
9373 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
9374 * ui-file.c, ui-out.c: Ditto.
9375
9376 2002-03-18 Andrew Cagney <ac131313@redhat.com>
9377
9378 * command.h (struct cmd_list_element): Add field context.
9379 (set_cmd_context, get_cmd_context): Declare.
9380 * cli/cli-decode.h: Ditto.
9381 * cli/cli-decode.c (get_cmd_context): New function.
9382 (set_cmd_context): New function.
9383 (add_cmd): Initialize context.
9384 Part of fixing PR gdb/145 and PR gdb/146.
9385
9386 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9387
9388 * cli/cli-decode.c (cmd_type): New function.
9389 * command.h (cmd_type): Declare.
9390 * infrun.c (set_schedlock_func): Call function cmd_type.
9391 * kod.c (kod_set_os): Call cmd_type.
9392 * cris-tdep.c (cris_version_update): Use function cmd_type.
9393 (cris_mode_update, cris_abi_update): Ditto.
9394
9395 * command.h: (execute_cmd_post_hook): Declare.
9396 (execute_cmd_pre_hook): Declare.
9397 * cli/cli-script.c (clear_hook_in_cleanup): New function.
9398 (execute_cmd_post_hook, execute_cmd_pre_hook): New
9399 functions. Execute pre/post hook while ensuring that afterwords
9400 hook_in is cleared.
9401 * top.c (execute_command): Use execute_cmd_post_hook, and
9402 execute_cmd_pre_hook to execute pre/post commands.
9403 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
9404 hook_stop_stub.
9405 (hook_stop_stub): Call execute_cmd_pre_hook.
9406
9407 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9408
9409 * kod.c (kod_set_os): Revert previous change. Is called by ``info
9410 set'' and this leads to a core dump. Move xstrdup of
9411 operating_system to after check that it is not NULL.
9412
9413 2002-03-17 Andrew Cagney <ac131313@redhat.com>
9414
9415 * kod.c (kod_set_os): Remove unnecessary check that
9416 ``command->type'' is set_cmd.
9417
9418 * valprint.c (set_input_radix): Use input_radix.
9419 (set_output_radix): Use output_radix.
9420 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
9421 isn't reverted.
9422
9423 2002-03-16 Andrew Cagney <ac131313@redhat.com>
9424
9425 * value.h (struct value): Delete field ``substring_addr''. Change
9426 aligner fields to force_doublest_align, force_longest_align,
9427 force_core_addr_align and force_pointer_aligh.
9428
9429 * value.h (struct value): Fix typo in above change.
9430
9431 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9432
9433 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
9434 to fix internal_error from ``maintenance print architecture''.
9435
9436 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9437
9438 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
9439 for gcc versions after gcc-2.8.1.
9440
9441 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9442
9443 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
9444 for method resolution. Restore adjustment of ``this'' pointer after
9445 calling value_struct_elt, which was accidentally removed during the
9446 HP merge.
9447
9448 2002-03-15 Andrew Cagney <ac131313@redhat.com>
9449
9450 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
9451 value_of_register.
9452 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
9453 get_saved_register.
9454 * value.h (value_of_register): Update.
9455
9456 2002-03-14 Richard Henderson <rth@redhat.com>
9457
9458 * configure.in: Detect declaration for canonicalize_file_name.
9459 * utils.c (canonicalize_file_name): Declare, if needed.
9460 (gdb_realpath): Prefer realpath if available and usable.
9461 * config.in, configure: Rebuild.
9462
9463 2002-03-14 Richard Henderson <rth@redhat.com>
9464
9465 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
9466 a constant array bound.
9467
9468 * MAINTAINERS: Add myself to write-after-approval.
9469
9470 2002-03-14 Michael Snyder <msnyder@redhat.com>
9471
9472 * symfile.c (syms_from_objfile): Return immediately if no syms.
9473 (symbol_file_add): Return immediately if no syms.
9474 (find_sym_fns): Return immediately if no syms.
9475
9476 2002-03-13 Michal Ludvig <mludvig@suse.cz>
9477
9478 * gdbserver/remote-util.c (remote_open): Print remote-side's
9479 IP address when remote debugging over the network.
9480
9481 2002-03-12 David O'Brien <obrien@FreeBSD.org>
9482
9483 * config/sparc/fbsd.mh: Fix copyright.
9484 * config/sparc/fbsd.mt: Likewise.
9485
9486 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
9487
9488 * MAINTAINERS: Fix typo in name of gdb warnings option.
9489 (x86-64): Fix formating so that this can be parsed by awk.
9490
9491 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9492
9493 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
9494 * defs.h: Include "gdb/signals.h".
9495 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
9496
9497 2002-03-10 Michal Ludvig <mludvig@suse.cz>
9498
9499 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
9500 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
9501 from x86-64-tdep.h
9502
9503 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
9504 Don Howard <dhoward@redhat.com>
9505
9506 * mips-tdep.c (ST0_FR): Define.
9507 (mips2_fp_compat): New function, temporarily disabled.
9508 (mips_read_fp_register_single): New function.
9509 (mips_read_fp_register_double): New function.
9510 (mips_print_register): Use them.
9511 (do_fp_register_row): Likewise.
9512
9513 2002-03-09 Andrew Cagney <ac131313@redhat.com>
9514
9515 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
9516 approval''.
9517
9518 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9519
9520 * stabsread.c (read_member_functions): Fix is_stub test for
9521 static member functions, improve comment.
9522
9523 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
9524
9525 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
9526 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
9527 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
9528 commands that set boolean values.
9529 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
9530 (arm_rdi_resume): Always initialize PC.
9531 (arm_rdi_open): Don't use rslt as a boolean.
9532 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
9533 (arm_rdi_fetch_registers, arm_rdi_store_registers)
9534 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
9535 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
9536
9537 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
9538
9539 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
9540 * configure: Rebuilt.
9541
9542 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9543
9544 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
9545 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
9546
9547 2002-03-06 Andrew Cagney <ac131313@redhat.com>
9548
9549 * cli/cli-decode.c (set_cmd_completer): New function.
9550 * command.h (set_cmd_completer): Declare.
9551 * cli/cli-decode.h (set_cmd_completer): Ditto.
9552
9553 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
9554 * cli/cli-cmds.c (init_cli_cmds): Ditto.
9555 * win32-nat.c (_initialize_inftarg): Ditto.
9556 * remote-rdi.c (_initialize_remote_rdi): Ditto.
9557 * proc-api.c (_initialize_proc_api): Ditto.
9558 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
9559 * source.c (_initialize_source): Ditto.
9560 * exec.c (_initialize_exec): Ditto.
9561 * solib.c (_initialize_solib): Ditto.
9562 * top.c (init_main): Ditto.
9563 * tracepoint.c (_initialize_tracepoint): Ditto.
9564 * symfile.c (_initialize_symfile): Ditto.
9565 * printcmd.c (_initialize_printcmd): Ditto.
9566 * infcmd.c (_initialize_infcmd): Ditto.
9567 * corefile.c (_initialize_core): Ditto.
9568
9569 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9570
9571 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
9572
9573 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9574
9575 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
9576
9577 2002-03-05 Andrew Cagney <ac131313@redhat.com>
9578
9579 * NEWS: Update headings, 5.2 has branched.
9580
9581 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
9582
9583 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
9584 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
9585 (register_addr, REGISTER_RAW_SIZE): Likewise.
9586 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
9587 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
9588
9589 2002-03-03 Michal Ludvig <mludvig@suse.cz>
9590
9591 * MAINTAINERS (x86-64): Add myself.
9592 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
9593 changed value_ptr -> struct value *
9594
9595 2002-03-01 David O'Brien <obrien@FreeBSD.org>
9596
9597 * configure.host (sparc64-*-freebsd): Add.
9598 * configure.tgt: Likewise.
9599 * config/sparc/fbsd.mh: New file.
9600 * config/sparc/fbsd.mt: Likewise.
9601 * config/sparc/nm-fbsd.h: Likewise.
9602 * config/sparc/tm-fbsd.h: Likewise.
9603
9604 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
9605
9606 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
9607 regformats/reg-s390x.dat.
9608
9609 2002-03-01 Andrew Cagney <ac131313@redhat.com>
9610
9611 * utils.c: Add FIXME explaining true/false problem.
9612
9613 2002-02-28 Andrew Cagney <ac131313@redhat.com>
9614
9615 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
9616
9617 2002-02-28 Michael Chastain <mec@shout.net>
9618
9619 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
9620
9621 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
9622
9623 * gdbserver/linux-s390-low.c: New file.
9624 * regformats/reg-s390.dat: New file.
9625 * regformats/reg-s390x.dat: New file.
9626 * gdbserver/configure.srv: Add S/390.
9627 * gdbserver/Makefile.in: Add S/390.
9628 * configure.tgt: Enable gdbserver for S/390.
9629
9630 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
9631
9632 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
9633 first line of the doc string for "info dos", except at the end of
9634 the sentence, since the short help stops at the first period.
9635
9636 2002-02-28 Jason Merrill <jason@redhat.com>
9637
9638 * dwarf2read.c (dwarf_cfi_name): Add new codes.
9639
9640 2002-02-27 Fred Fish <fnf@redhat.com>
9641
9642 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
9643 comment (dumy -> dummy).
9644
9645 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9646
9647 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
9648
9649 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
9650
9651 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
9652
9653 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9654
9655 * gdbserver/acconfig.h: New file.
9656 * gdbserver/i387-fp.c: New file.
9657 * gdbserver/i387-fp.h: New file.
9658 * gdbserver/linux-x86-64.c: New file.
9659 * regformats/reg-x86-64.dat: New file.
9660 * configure.tgt: Add x86_64-*-linux* gdbserver support.
9661 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
9662 * gdbserver/configure.in: Add support for regsets.
9663 * gdbserver/config.in: Regenerate.
9664 * gdbserver/configure: Regenerate.
9665 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
9666 * gdbserver/linux-low.h: New file.
9667 * gdbserver/linux-low.c: Include "linux-low.h". Add support
9668 for regsets.
9669 * gdbserver/linux-arm-low.c: Include "linux-low.h".
9670 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
9671 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
9672 * gdbserver/linux-mips-low.c: Include "linux-low.h".
9673 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
9674 * gdbserver/linux-sh-low.c: Include "linux-low.h".
9675 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
9676 "i387-fp.h". Add PTRACE_GETREGS and friends.
9677 * gdbserver/regcache.c (supply_register): New function.
9678 (supply_register_by_name): New function.
9679 (collect_register): New function.
9680 (collect_register_by_name): New function.
9681
9682 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9683
9684 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
9685 (config.status): Add configure.srv dependency.
9686 (server_h): Add config.h dependency.
9687
9688 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
9689
9690 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
9691 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
9692 * gdbserver/configure.srv: Change i386-*-linux* to use
9693 reg-i386-linux.o.
9694
9695 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9696
9697 * x86-64-tdep.c: Re-indent. Update copyright date.
9698
9699 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9700
9701 From Michal Ludvig <mludvig@suse.cz>:
9702 * x86-64-tdep.c (value.h): Delete.
9703 (gdb_assert.h): Include.
9704 (x86_64_register_convert_to_virtual,
9705 x86_64_register_convert_to_raw ): Add check which lets only
9706 floating-point values to be converted.
9707 (value_push): Delete.
9708 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
9709 (i386_gdbarch_init): Number of register_bytes fixed.
9710
9711 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9712
9713 * MAINTAINERS: Add x86-64 target.
9714
9715 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9716
9717 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
9718 * osfsolib.c (solib_map_sections): Ditto.
9719 * irix5-nat.c (solib_map_sections): Ditto.
9720 * corelow.c (gdb_check_format): Ditto.
9721 * symfile.c (symfile_bfd_open): Ditto.
9722 * solib.c (solib_map_sections): Ditto.
9723 Fix PR gdb/354.
9724
9725 2002-02-26 Andrew Cagney <ac131313@redhat.com>
9726
9727 * remote.c (_initialize_remote): By default, disable ``e'' and
9728 ``E'' step out-of-range packets.
9729
9730 2002-02-26 Andreas Schwab <schwab@suse.de>
9731
9732 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
9733 m68k_linux_frame_saved_pc.
9734 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
9735 in_sigtramp.
9736 (SIGCONTEXT_PC_OFFSET): Remove.
9737 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
9738 m68k_linux_sigtramp_saved_pc): New functions.
9739 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
9740 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
9741 (UCONTEXT_PC_OFFSET): Define.
9742 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
9743 non-RT and RT signal trampolines.
9744
9745 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
9746
9747 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
9748 (TARGET_NBPG, STACK_END_ADDR): Delete
9749 (VARIABLES_INSIDE_BLOCK): Delete.
9750
9751 2002-02-25 Andrew Cagney <ac131313@redhat.com>
9752
9753 * utils.c (perror_with_name): Make string parameter constant.
9754 (print_sys_errmsg): Ditto.
9755 (query): Ditto.
9756 * defs.h (perror_with_name): Update.
9757 (print_sys_errmsg): Update.
9758 (query): Update.
9759
9760 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
9761
9762 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
9763 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
9764
9765 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9766
9767 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
9768 if it already matches the current architecture from the exec file.
9769 Include arch-utils.h for gdbarch_info_init prototype.
9770 * Makefile.in (rs6000-nat.o): Update dependencies.
9771
9772 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
9773
9774 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
9775 list of exported variables.
9776
9777 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * gdbserver/configure.srv: New file.
9780 * gdbserver/configure.in: Use configure.srv instead
9781 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
9782 from it.
9783 * gdbserver/configure: Regenerated.
9784 * gdbserver/terminal.h: New file.
9785 * gdbserver/Makefile.in: Update for configure changes. Remove
9786 more unneeded include paths.
9787
9788 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9789
9790 From wiz at danbala:
9791 * config/sparc/tm-sp64.h: Fix grammar and typos.
9792 Fix PR gdb/287.
9793
9794 2002-02-24 Andrew Cagney <ac131313@redhat.com>
9795
9796 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
9797 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
9798 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
9799 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
9800 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
9801 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
9802 * s390-tdep.c: Ditto.
9803 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
9804 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
9805 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
9806 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
9807 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
9808 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
9809 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
9810 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
9811 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
9812 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
9813 Fix PR gdb/378.
9814
9815 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9816
9817 * lin-thread.c: Delete file.
9818 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
9819 to gdb_proc_service.h.
9820 * configure: Re-generate.
9821
9822 * ocd.c (ocd_open): Do not try to open the "ocd" device.
9823 * serial.c (serial_open): Delete check for "ocd".
9824 Fix PR gdb/349.
9825
9826 * Makefile.in (linux-thread.o): Delete target.
9827 * linux-thread.c: Delete file.
9828
9829 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
9830 renamed SH files to be consistent.
9831
9832 * symtab.c (sort_search_symbols): Use xfree.
9833
9834 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9835
9836 * arm-linux-tdep.c (arm_linux_init_abi): Register
9837 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
9838 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
9839 definition with undef, since we don't want the sysvr4 definition.
9840 (SKIP_TRAMPOLINE_CODE): Likewise.
9841
9842 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9843
9844 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
9845
9846 * configure.in: (AC_CHECK_FUNCS) Added test for
9847 canonicalize_file_name Regenerated.
9848 * config.in, configure: Regenerated.
9849 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
9850 defined use canonicalize_file_name.
9851
9852 2002-02-23 Michael Chastain <mec@shout.net>
9853
9854 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
9855
9856 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9857
9858 * README: Remove references to cygnus.com.
9859 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
9860 dot com'' form. Remove references to cygnus.com and sourceware.
9861
9862 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9863
9864 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
9865 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
9866 1003.1-2001 no longer allows "head -1".
9867 * gdb/Makefile.in (version.c): Likewise.
9868 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
9869 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
9870 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
9871
9872 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9873
9874 * cli/cli-decode.c (cmd_cfunc_eq): New function.
9875 * command.h (cmd_cfunc_eq): Declare.
9876 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
9877
9878 * cli/cli-cmds.h (is_complete_command): Change parameter to a
9879 ``struct cmd_list_element *''.
9880 * cli/cli-cmds.c (is_complete_command): Update. Use
9881 cmd_cfunc_eq.
9882 * top.c (execute_command): Pass the command to
9883 is_complete_command.
9884 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
9885
9886 2002-02-23 Andrew Cagney <ac131313@redhat.com>
9887
9888 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
9889 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
9890 architecture defines.
9891 * s390-tdep.c (s390_gdbarch_init): Likewise.
9892
9893 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9894
9895 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
9896 (arm_linux_push_arguments): Likewise.
9897 (arm_linux_init_abi): Register them. Also register linux-specific
9898 call_dummy_words.
9899 (find_minsym_and_objfile): Use strcmp, not STREQ.
9900 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
9901 (arm_linux_call_dummy_words): Delete declaration.
9902 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
9903 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
9904 declarations.
9905 (LOWEST_PC): Delete.
9906
9907 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9908
9909 * maint.c (print_section_info): Do not prepend `0x' to filepos
9910 output, it will be handled by local_hex_string_custom.
9911
9912 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
9913
9914 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
9915 (store_newfpe_double, store_newfpe_extended, store_fpregister)
9916 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
9917
9918 2002-02-22 Jim Blandy <jimb@redhat.com>
9919
9920 Indicate that the bcache functions don't change the strings
9921 they're passed.
9922 * bcache.h (bcache, hash): Add `const' keywords to declarations.
9923 * bcache.c (bcache, hash): Add `const' keywords to definitions.
9924
9925 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
9926
9927 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
9928
9929 2002-02-21 Christopher Faylor <cgf@redhat.com>
9930
9931 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
9932 find the complete path to a loaded DLL.
9933
9934 2002-02-21 Fred Fish <fnf@redhat.com>
9935
9936 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
9937 that marks the end of the range of a function, enter a line number
9938 entry that has a line number of zero and a PC offset that matches
9939 the end of the function. This starts a range of PC's for which no
9940 line number information is known.
9941 * symtab.c (find_pc_sect_line): If our best fit is in a range of
9942 PC's for which no line number info is found (line number is zero)
9943 then we didn't find any valid line information.
9944 * symtab.h: Document use of zero line number entry.
9945
9946 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
9947
9948 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
9949 (have_ptrace_getvrregs): Define for run time checks.
9950 (gdb_vrregset_t): New type for Altivec register handling.
9951 (fetch_register, store_register): Fetch/store altivec register
9952 when needed.
9953 (fetch_altivec_register, store_altivec_register): New functions.
9954 (supply_vrregset, fill_vrregset): New functions.
9955 (fetch_altivec_registers, store_altivec_registers): New functions.
9956 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
9957 registers as well.
9958
9959 2002-02-21 Jiri Smid <smid@suse.cz>
9960
9961 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
9962
9963 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9964
9965 * Makefile.in (armnbsd-nat.o): Update dependencies.
9966 * armnbsd-nat.c (supply_gregset): New function. Common code to
9967 supply the integer register set.
9968 (supply_fparegset): New function. Similar for FPA registers.
9969 (fetch_regs, fetch_fp_regs): Use them.
9970 (fetch_core_registers): Likewise.
9971 (fetch_elfcore_registers): New function.
9972 (arm_netbsd_elfcore_fns): New core-file type specification.
9973 (_initialize_arm_netbsd_nat): Register it.
9974
9975 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
9976
9977 * armnbsd-nat.c: Include gdbcore.h.
9978 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
9979 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
9980 'void' to declaration, to shut up ARI.
9981 (fetch_core_registers): Make static. Rewrite using supply_register.
9982 (arm_netbsd_core_fns): New core-file type specification.
9983 (_initialize_arm_netbsd_nat): New function.
9984
9985 2002-02-21 Christopher Faylor <cgf@redhat.com>
9986
9987 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
9988 value.
9989
9990 2002-02-20 Christopher Faylor <cgf@redhat.com>
9991
9992 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
9993 fails.
9994
9995 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
9996
9997 * jv-exp.y (parse_number): Change type of implicit longs
9998 to builtin_type_uint64.
9999
10000 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10001
10002 * gdbserver/linux-low.c (mywait): Change argument to waitpid
10003 to be an integer instead of a `union wait'.
10004
10005 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10006
10007 * mips-linux-nat.c: Call the operating system GNU/Linux.
10008 * mips-linux-tdep.c: Likewise.
10009 * mips-tdep.c: Likewise.
10010
10011 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10012
10013 Fix PR gdb/265.
10014 * jv-exp.y (parse_number): Handle 64-bit integers.
10015
10016 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
10017
10018 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
10019 AC_STDC_HEADERS to AC_HEADER_STDC.
10020 * gdbserver/configure: Regenerated.
10021
10022 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10023
10024 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
10025 is defined.
10026 * sparc-tdep.c (get_longjmp_target): Likewise.
10027
10028 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
10029
10030 * News: Add news about ARM and Multi-arch. Mention the new target
10031 arm*-*-netbsd*.
10032
10033 2002-02-19 Jim Blandy <jimb@redhat.com>
10034
10035 * stabsread.c (error_type_complaint): Improve error message.
10036
10037 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
10038
10039 * gdbserver/README: Update documentation.
10040 * gdbserver/configure.in: Update configury to match documentation.
10041 * gdbserver/Makefile.in: Likewise.
10042 * gdbserver/configure: Regenerated.
10043 * gdbserver/aclocal.m4: New file, generated by aclocal.
10044 * gdbserver/config.in: New file, generated by autoheader.
10045
10046 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10047
10048 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
10049 armnbsd-nat.c.
10050
10051 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10052
10053 * arm-tdep.h (enum arm_float_model): New enum.
10054 (struct gdbarch_tdep): Add fp_model.
10055 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
10056 up floating-point conversions until we know the floating-point model
10057 in use by the inferior. Don't complain about being unable to
10058 determine the ABI of the inferior when we don't have one.
10059 (arm_extract_return_value): Support different floating-point models.
10060 (arm_store_return_value): Likewise.
10061 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
10062 ARM_FLOAT_SOFT.
10063 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
10064
10065 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10066
10067 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
10068 of ``current_gdbarch''.
10069
10070 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10071
10072 * armnbsd-nat.c : ANSIfy all function declarations.
10073 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
10074 (fetch_inferior_registers): Re-implement in terms of above.
10075 (store_register, store_regs, store_fp_register, store_fp_regs): New.
10076 (store_inferior_registers): Re-implement in terms of above.
10077
10078 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10079
10080 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
10081 kernel.
10082 * arm-linux-tdep.c: Likewise.
10083 * config/arm/tm-linux.h: Likewise.
10084
10085 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10086
10087 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
10088 * config/arm/nbsd.mt (TM_FILE): Delete.
10089 * config/arm/tm-nbsd.h: Delete.
10090
10091 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10092
10093 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
10094 Initialize CALL_DUMMY_LENGTH.
10095
10096 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
10097
10098 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
10099 function.
10100 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
10101 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
10102 defines one thing and that is incorrect for this port.
10103 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
10104
10105 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10106
10107 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
10108
10109 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
10110
10111 * win32-nat.c (display_selector): New function. Displays information
10112 about the information returned by GetThreadSelectorEntry API function.
10113 (display_selectors): New function. Displays the infomation of
10114 the selector given as argument, or of CS, DS ans FS selectors
10115 if no argument is given.
10116 ( _initialize_inftarg): Add "w32" as info prefix command.
10117 Add "info w32 selector" as command calling display_selectors.
10118
10119 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
10120
10121 * i386-tdep.c (get_longjmp_target): Fix compilation failure
10122 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
10123 if not defined.
10124
10125 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10126
10127 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
10128
10129 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10130
10131 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
10132 (arm_fix_call_dummy): Call it.
10133 (arm_call_dummy_breakpoint_offset): Delete.
10134 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
10135 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
10136
10137 2002-02-18 Andrew Cagney <ac131313@redhat.com>
10138
10139 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
10140 Default to func_frame_chain_valid.
10141 * gdbarch.h, gdbarch.c: Re-generate.
10142 * frame.h (FRAME_CHAIN_VALID): Delete definition.
10143
10144 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
10145
10146 * ppc-linux-nat.c: Update copyright.
10147 (fetch_register, store_register): Add tid parameter, don't compute
10148 tid here.
10149 (fetch_ppc_registers, store_ppc_registers): Add tid
10150 parameter. Pass it along to callees.
10151 (fetch_inferior_registers, store_inferior_registers): Compute tid
10152 here, and pass it to calleed functions.
10153 (fill_gregset, supply_fpregset): Clean up formatting.
10154
10155 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10156
10157 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
10158 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
10159
10160 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
10161
10162 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
10163 * gdbarch.c gdbarch.h: Regenerate.
10164 * breakpoint.c (create_longjmp_breakpoint): Always compile this
10165 function.
10166 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
10167 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
10168 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
10169
10170 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
10171 * arm-tdep.c (arm_get_longjmp_target): New function.
10172 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
10173 this to a positive value register arm_get_longjmp_target as the
10174 longjmp handler.
10175 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
10176 (arm_linux_init_abi): Set up longjmp description in tdep.
10177 * armnbsd-nat.c (get_longjmp_target): Delete.
10178 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
10179 description in tdep.
10180 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
10181 (get_longjmp_target): Delete declaration.
10182 (GET_LONGJMP_TARGET): Delete.
10183 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
10184 (GET_LONGJMP_TARGET): Delete.
10185
10186 2002-02-17 Kevin Buettner <kevinb@redhat.com>
10187
10188 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
10189 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
10190 of ``current_gdbarch''.
10191
10192 2002-02-17 Tom Tromey <tromey@redhat.com>
10193
10194 * cli/cli-cmds.c (compare_strings): New function.
10195 (complete_command): Only print each unique item once.
10196 * completer.h (complete_line): Declare.
10197 * completer.c (complete_line): New function.
10198 (line_completion_function): Use it.
10199
10200 2002-02-16 Andrew Cagney <ac131313@redhat.com>
10201
10202 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
10203 * gdbarch.h, gdbarch.c: Re-generate.
10204
10205 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10206
10207 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
10208
10209 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
10210
10211 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
10212 * valops.c (value_arg_coerce): Don't take the address of a reference
10213 to convert an argument to a reference.
10214
10215 2002-02-15 Christopher Faylor <cgf@redhat.com>
10216
10217 * win32-nat.c (get_image_name): New function.
10218 (handle_load_dll): Use get_image_name function.
10219 (get_child_debug_event): Avoid registering debug events until possibly
10220 execed process is started.
10221 (child_create_inferior): Allow invocation via shell so that command
10222 line redirection, etc. works ok.
10223 (_initialize_inftarg): Add new command: "set shell" to control whether
10224 a shell is used to start a process.
10225
10226 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10227
10228 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
10229 instead of find_register_by_number.
10230 (cannot_store_register): Likewise.
10231
10232 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
10233
10234 * dwarf2read.c: Replace fprintf (stderr, ...) by
10235 fprintf_unfiltered (gdb_stderr, ...).
10236
10237 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
10238
10239 * gdbserver/gdbserver.1: Document --attach.
10240
10241 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10242
10243 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
10244 descriptions.
10245 * arm-tdep.c (arm_default_arm_le_breakpoint)
10246 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
10247 (arm_default_thumb_be_breakpoint): New. Initialize them from
10248 traditional breakpoint defines.
10249 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
10250 (arm_gdbarch_init): Initialize new breakpoint variables.
10251 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
10252 (arm_linux_init_abi): Initialize linux-specific breakpoint.
10253 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
10254 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
10255 code out to ...
10256 (arm_netbsd_init_abi_common): ... here; new function.
10257 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
10258 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
10259 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
10260 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
10261
10262 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
10263
10264 * arm-tdep.h (enum arm_abi): New enum.
10265 (struct gdbarch_tdep): New structure.
10266 (LOWEST_PC): Provide a default.
10267 (arm_gdbarch_register_os_abi): Declare new function.
10268 * arm-tdep.c (arm_abi_names): New array.
10269 (process_note_abi_tag_sections): New function.
10270 (get_elfosabi): New function.
10271 (arm_gdbarch_register_os_abi): New function.
10272 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
10273 support for that ABI has been built in, then call the appropriate
10274 configuration routine. Use gdbarch_num_regs() to get the number
10275 of registers.
10276 (arm_dump_tdep): New function.
10277 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
10278 place-holder functions.
10279 (_initialize_arm_tdep): Register them.
10280 * config/arm/tm-arm.h (LOWEST_PC): Delete.
10281
10282 * armnbsd-tdep.c: New file.
10283 * Makefile.in (armnbsd-tdep.o): Add dependencies.
10284 * config/arm/nbsd.mt (TDEPFILES): Add it.
10285 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
10286
10287 * armnbsd-nat.c: Include regcache.h.
10288 * Makefile.in (armnbsd-nat.o): Update dependency list.
10289
10290 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
10291
10292 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10293
10294 * gdbserver/Makefile.in: Fix typos in target rules.
10295
10296 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10297
10298 Fix part of PR gdb/267.
10299 * linespec.c (find_methods): Handle constructors specially for now.
10300
10301 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
10302
10303 * arm-tdep.c (arm_push_arguments): Eliminate special float type
10304 handling.
10305 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
10306 standard_coerce_float_to_double().
10307
10308 2002-02-14 Christopher Faylor <cgf@redhat.com>
10309
10310 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
10311 GDBINIT_FILENAME.
10312
10313 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
10314
10315 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
10316 find_variant_by_name, because it confuses the multiarch
10317 framework. Return NULL if there isn't an architecture with the
10318 user supplied name, instead of forcing a different one without
10319 recording the change with the multiarch machinery.
10320 (find_variant_by_name): Delete.
10321
10322 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10323
10324 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
10325 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
10326
10327 2002-02-13 Martin M. Hunt <hunt@redhat.com>
10328
10329 * stack.c (print_frame_info_base): When calling
10330 print_frame_info_listing_hook, set current_source_symtab.
10331
10332 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10333
10334 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
10335 and remove unused $(INCLUDE_DIR).
10336 Add regcache.c to OBS.
10337 Add generated register protocol files to clean target.
10338 Update dependencies for new objects, obsolete old target code.
10339
10340 * gdbserver/linux-low.c: Remove all platform-specific code to
10341 new files. Remove various dead code. Update to use regcache
10342 functionality.
10343 * gdbserver/remote-utils.c (fromhex): Add return statement
10344 to quiet warning.
10345 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
10346 constant.
10347 (input_interrupt): Add integer parameter to match prototype
10348 of a signal handler.
10349 (outreg): Use register_data ().
10350 (prepare_resume_reply): Use gdbserver_expedite_regs.
10351 * gdbserver/server.c (main): Dynamically allocate own_buf because
10352 PBUFSIZ is no longer constant. Use registers_to_string () and
10353 registers_from_string ().
10354 * gdbserver/server.h: No longer include "defs.h". Add prototypes
10355 for error (), fatal (), and warning (). Update definition of
10356 PBUFSIZ to use regcache functionality. Add include guard.
10357 * gdbserver/utils.c (fatal): Add missing ``const''.
10358 (warning): New function.
10359
10360 * regformats/regdat.sh: Include "regcache.h" in generated files.
10361 Provide init_registers () function.
10362 * regformats/regdef.h: Add prototype for set_register_cache ().
10363 Add include guard.
10364
10365 * gdbserver/linux-arm-low.c: New file.
10366 * gdbserver/linux-i386-low.c: New file.
10367 * gdbserver/linux-ia64-low.c: New file.
10368 * gdbserver/linux-m68k-low.c: New file.
10369 * gdbserver/linux-mips-low.c: New file.
10370 * gdbserver/linux-ppc-low.c: New file.
10371 * gdbserver/linux-sh-low.c: New file.
10372
10373 * gdbserver/regcache.c: New file.
10374 * gdbserver/regcache.h: New file.
10375
10376 * gdbserver/low-linux.c: Removed obsolete file.
10377
10378 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10379
10380 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
10381 * config/i386/linux.mt: Likewise.
10382 * config/ia64/linux.mt: Likewise.
10383 * config/m68k/linux.mh: Likewise.
10384 * config/powerpc/linux.mh: Likewise.
10385 * config/mips/linux.mt: Likewise.
10386
10387 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
10388
10389 * config/i386/i386lynx.mh: Mark gdbserver variables
10390 as (currently) obsolete for this target.
10391 * config/i386/nbsd.mt: Likewise.
10392 * config/i386/nbsdelf.mt: Likewise.
10393 * config/m32r/m32r.mt: Likewise.
10394 * config/m68k/m68klynx.mh: Likewise.
10395 * config/m68k/nbsd.mt: Likewise.
10396 * config/m68k/sun3os4.mh: Likewise.
10397 * config/mips/vr5000.mt: Likewise.
10398 * config/ns32k/nbsd.mt: Likewise.
10399 * config/pa/hppabsd.mh: Likewise.
10400 * config/pa/hppaosf.mh: Likewise.
10401 * config/powerpc/nbsd.mt: Likewise.
10402 * config/rs6000/rs6000lynx.mh: Likewise.
10403 * config/s390/s390.mt: Likewise.
10404 * config/s390/s390x.mt: Likewise.
10405 * config/sparc/sparclynx.mh: Likewise.
10406 * config/sparc/sun4os4.mh: Likewise.
10407 * config/i386/x86-64linux.mt: Likewise.
10408 * config/sparc/linux.mh: Likewise.
10409
10410 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
10411
10412 * configure.tgt: Configure gdbserver only for known working
10413 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
10414 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
10415 SUBDIRS if it is configured. Update comment for ${nativefile}.
10416 * configure: Regenerated.
10417
10418 2002-02-13 Michael Snyder <msnyder@redhat.com>
10419
10420 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
10421
10422 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
10423 (default_gcore_mach): Just return 0, work around a problem in bfd.
10424 (default_gcore_target): OK to return NULL if exec_bfd is null.
10425 (make_mem_sec): Use a cast, avoid a warning.
10426
10427 * procfs.c (find_memory_regions_callback): Use a cast instead of
10428 calling host_pointer_to_address (which complains if
10429 sizeof (host pointer) != sizeof (target pointer)).
10430 (procfs_make_note_section): Avoid overflow in psargs string.
10431
10432 * procfs.c (procfs_make_note_section): Make the default
10433 implementation return an error.
10434
10435 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
10436
10437 * procfs.c (procfs_make_note_section): Provide a default definition
10438 (for alpha-dec-osf4.0f). Fix typos.
10439
10440 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
10441
10442 * linux-proc.c: Add include of regcache.h.
10443 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
10444
10445 2002-02-13 Andrew Cagney <ac131313@redhat.com>
10446
10447 From 2002-01-18 Greg McGary <greg@mcgary.org>:
10448 * memattr.c (create_mem_region): Disallow useless empty region.
10449 Regions are half-open intervals, so allow [A..B) [B..C) as
10450 non-overlapping.
10451
10452 2002-02-13 Michael Chastain <mec@shout.net>
10453
10454 * defs.h: Kill CONST_PTR.
10455 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
10456 * c-lang.c (c_builtin_types): Likewise.
10457 * ch-lang.c (ch_builtin_types): Likewise.
10458 * f-lang.c (f_builtin_types): Likewise.
10459 * language.c (unknown_builtin_types): Likewise.
10460 * m2-lang.c (m2_builtin_types): Likewise.
10461 * p-lang.c (pascal_builtin_types): Likewise.
10462 * scm-lang.c (c_builtin_types): Likewise.
10463
10464 2002-02-13 Keith Seitz <keiths@redhat.com>
10465
10466 * arm-tdep.h (arm_get_next_pc): Add declaration.
10467
10468 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
10469
10470 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
10471 with other related struct-returning functions.
10472 (arm_extract_struct_value_address): New function.
10473 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
10474 initialize float_format, double_format and long_double_format as
10475 appropriate to the endianness of the target.
10476 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
10477 (arm_use_struct_convention): Delete declaration.
10478 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
10479
10480 2002-02-13 Keith Seitz <keiths@redhat.com>
10481
10482 * defs.h (core_addr_to_string_nz): New function.
10483
10484 2002-02-13 Mark Kettenis <kettenis@gnu.org>
10485
10486 Apply missing bits of 2002-01-15 patch.
10487 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
10488 (fill_fpregset): Use i387_fill_fsave.
10489
10490 2002-02-12 Keith Seitz <keiths@redhat.com>
10491
10492 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
10493 (core_addr_to_string_nz): New function.
10494
10495 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10496
10497 * arm-linux-nat.c: Really include arm-tdep.h.
10498 * config/arm/tm-linux.h (struct type, struct value): Declare.
10499
10500 2002-02-11 Michael Snyder <msnyder@redhat.com>
10501
10502 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
10503 (gcore section): Ifdef for Solaris and Unixware only.
10504 (procfs_do_thread_registers): Unixware needs one lwpstatus
10505 per thread (not one prstatus or pstatus).
10506 (procfs_make_note_section): Iterate only over kernel threads (lwps),
10507 not over all gdb threads. For unixware, call elfcore_write_pstatus
10508 once before iterating over threads.
10509
10510 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10511
10512 * arm-tdep.h: New file.
10513 * arm-tdep.c: Include arm-tdep.h.
10514 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10515 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10516 (arm_print_float_info, arm_register_type, convert_to_extended)
10517 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10518 (arm_extract_return_value, arm_register_name): Make static.
10519 (arm_software_single_step): Similarly. Fix types in declaration.
10520 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
10521 (arm_store_return_value, arm_store_struct_return): New functions.
10522 (arm_gdbarch_init): Register the above functions. Also register
10523 call_dummy_start_offset, sizeof_call_dummy_words,
10524 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
10525 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
10526 max_register_virtual_size, register_size. Set up
10527 prologue_cache.saved_regs here, rather than ...
10528 (_initialize_arm_tdep): ... here.
10529 * config/arm/tm-arm.h (struct type, struct value): Delete forward
10530 declarations.
10531 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
10532 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
10533 (arm_print_float_info, arm_register_type, convert_to_extended)
10534 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
10535 (arm_extract_return_value, arm_register_name): Delete declarations.
10536 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
10537 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
10538 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
10539 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
10540 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
10541 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
10542 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
10543 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
10544 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
10545 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
10546 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
10547 (arm_get_next_pc): No-longer static -- these are needed by the RDI
10548 interface.
10549 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
10550 * remote-rdi.c remote-rdp.c: Likewise.
10551 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
10552 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
10553 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
10554 definition.
10555
10556 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
10557 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
10558 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
10559 from non-ARM_ prefixed definitions.
10560 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
10561 all uses of above.
10562 * remote-rdi.c remote-rdp.c: Likewise.
10563 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
10564
10565 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
10566
10567 * arm-tdep.c (arm_frameless_function_invocation)
10568 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10569 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10570 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10571 (arm_pop_frame, arm_get_next_pc): Make static.
10572 (arm_gdbarch_init): Register above in gdbarch structure.
10573 (arm_read_fp): Renamed from arm_target_read_fp.
10574 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
10575 * config/arm/tm-arm.h (arm_frameless_function_invocation)
10576 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
10577 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
10578 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
10579 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
10580 (arm_pc_is_thumb_dummy): Delete declarations.
10581 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
10582 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
10583 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
10584 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
10585
10586 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
10587
10588 * symtab.c (compare_search_syms): New function.
10589 (sort_search_symbols): New function.
10590 (search_symbols): Sort symbols after searching rather than
10591 before.
10592
10593 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10594
10595 * NEWS: Linux -> GNU/Linux.
10596
10597 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10598
10599 * gdbarch.sh: For for level one methods, disallow a definition
10600 when partially multi-arched. Add comments explaining rationale.
10601 * gdbarch.h: Re-generate.
10602
10603 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10604
10605 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
10606 multi-arch partial.
10607
10608 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10609
10610 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
10611 field. Use diff -u.
10612 * gdbarch.c: Re-generate.
10613
10614 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10615
10616 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
10617 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
10618 partial.
10619
10620 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10621
10622 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
10623 multi-arch partial.
10624 (PUSH_ARGUMENTS): Switch to using predefault.
10625 * gdbarch.c: Regenerate.
10626
10627 2002-02-10 Andrew Cagney <ac131313@redhat.com>
10628
10629 * valops.c (PUSH_ARGUMENTS): Delete definition.
10630 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
10631 partial. Default to default_push_arguments.
10632 * gdbarch.h, gdbarch.c: Regenerate.
10633
10634 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10635
10636 * defs.h (throw_exception): Rename return_to_top_level. Update
10637 comments.
10638 * utils.c (error_stream, internal_verror, quit): Ditto.
10639 * top.c (throw_exception, catcher): Ditto.
10640 * sparclet-rom.c (sparclet_load): Ditto.
10641 * remote.c (interrupt_query, minitelnet): Ditto.
10642 * remote-sds.c (interrupt_query): Ditto.
10643 * remote-mips.c (mips_error, mips_kill): Ditto.
10644 * ocd.c (interrupt_query): Ditto.
10645 * monitor.c (monitor_interrupt_query): Ditto.
10646 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
10647 * target.h: Update comment.
10648
10649 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
10650
10651 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10652
10653 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
10654 default_double_format.
10655 * gdbarch.h, gdbarch.c: Re-generate.
10656 * findvar.c (floatformat_unknown): Delete variable definition.
10657 * doublest.h (floatformat_unknown): Delete variable declaration.
10658
10659 2002-02-09 Jim Blandy <jimb@redhat.com>
10660
10661 * stabsread.c (read_type): Add code to parse Sun's syntax for
10662 prototyped function types.
10663
10664 2002-02-09 Andrew Cagney <ac131313@redhat.com>
10665
10666 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
10667 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
10668
10669 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
10670
10671 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
10672 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
10673 now _initialize_xcoffsolib gets called again and overrides the
10674 commands from solib.c in a native configuration.
10675
10676 2002-02-09 Mark Kettenis <kettenis@gnu.org>
10677
10678 * doublest.c (store_typed_floating): Don't try to return a value.
10679 Fixes PR gdb/290.
10680
10681 2002-02-08 Jim Blandy <jimb@redhat.com>
10682
10683 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
10684 is prototyped and has no arguments, print its argument list as
10685 `(void)'.
10686
10687 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10688
10689 * MAINTAINERS (write-after-approval): Add myself.
10690 (paper-trail): I've escaped!
10691
10692 2002-02-08 Christopher Faylor <cgf@redhat.com>
10693
10694 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
10695 changes.
10696 (_initialize_check_for_gdb_ini): Ditto.
10697
10698 2002-02-08 Martin M. Hunt <hunt@redhat.com>
10699
10700 * win32-nat.c (cygwin_pid_to_str): Fix typo.
10701 xaprintf -> xasprintf.
10702
10703 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
10704
10705 * win32-nat.c: Remove use of printf and sprintf functions.
10706
10707 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
10708
10709 * arm-tdep.c (arm_frame_chain_valid): Make static.
10710 (arm_push_arguments): Likewise.
10711 (arm_gdbarch_init): New function.
10712 (_initialize_arm_tdep): Call it.
10713 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
10714 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
10715 (FRAME_CHAIN_VALID): Delete.
10716 (arm_frame_chain_valid): Delete declaration.
10717 (PUSH_ARGUMENTS): Delete.
10718 (arm_push_arguments): Delete declaration.
10719 (CALL_DUMMY_P): Delete.
10720
10721 2002-02-08 Andrew Cagney <ac131313@redhat.com>
10722 Corinna Vinschen <vinschen@redhat.com>
10723
10724 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
10725 on builtin float types.
10726
10727 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
10728
10729 * utils.c: Include <curses.h> before "bfd.h".
10730 * tui/tui-hooks.c: Likewise.
10731 * tui/tui.c: Likewise.
10732 * tui/tuiCommand.c: Likewise.
10733 * tui/tuiData.c: Likewise.
10734 * tui/tuiDataWin.c: Likewise.
10735 * tui/tuiDisassem.c: Likewise.
10736 * tui/tuiGeneralWin.c: Likewise.
10737 * tui/tuiIO.c: Likewise.
10738 * tui/tuiLayout.c: Likewise.
10739 * tui/tuiRegs.c: Likewise.
10740 * tui/tuiSource.c: Likewise.
10741 * tui/tuiSourceWin.c: Likewise.
10742 * tui/tuiStack.c: Likewise.
10743 * tui/tuiWin.c: Likewise.
10744
10745 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
10746
10747 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
10748 to include space for pseudoregs as well. Update loops accordingly.
10749 (sh_fp_frame_init_saved_regs): Ditto.
10750 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
10751
10752 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10753
10754 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
10755 Add Richard Earnshaw to Arm maintainers.
10756
10757 2002-02-07 Andrew Cagney <ac131313@redhat.com>
10758
10759 * defs.h (warning_begin): Delete declaration.
10760
10761 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
10762 Delete macro.
10763
10764 2002-02-07 Michael Snyder <msnyder@redhat.com>
10765
10766 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
10767 Logic bug, remove misplaced else.
10768
10769 2002-02-07 Klee Dienes <klee@apple.com>
10770
10771 * fork-inferior.c (fork_inferior): Add '!' to the list of
10772 characters that need to be quoted when building a string for the
10773 shell. Quote '!' specifically with a backslash, since CSH chokes
10774 when trying to evaluate "str!str".
10775
10776 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10777
10778 * rdi-share/host.h: Only provide a typedef for bool if it is not
10779 defined.
10780
10781 2002-02-04 Michael Snyder <msnyder@redhat.com>
10782
10783 * breakpoint.h (enum bptype): Add new overlay event bp type.
10784 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
10785
10786 * breakpoint.c (create_internal_breakpoint): New function.
10787 (internal_breakpoint_number): Moved into create_internal_breakpoint.
10788 (create_longjmp_breakpoint): Use create_internal_breakpoint.
10789 (create_thread_event_breakpoint): Ditto.
10790 (create_solib_event_breakpoint): Ditto.
10791 (create_overlay_event_breakpoint): New function.
10792 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
10793 (update_breakpoints_after_exec): Delete and re-initialize
10794 overlay event breakpoints after an exec. Add FIXME comment
10795 about longjmp breakpoint.
10796 (print_it_typical): Ignore overlay event breakpoints.
10797 (print_one_breakpoint): Ditto.
10798 (mention): Ditto.
10799 (bpstat_what): Do not stop for overlay event breakpoints.
10800 (delete_breakpoint): Don't delete overlay event breakpoints.
10801 (breakpoint_re_set_one): Delete the overlay event breakpoint.
10802 (breakpoint_re_set): Re-create overlay event breakpoint.
10803
10804 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
10805 (overlay_manual_command): Disable overlay breakpoints.
10806 (overlay_off_command): Disable overlay breakpoints.
10807
10808 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10809
10810 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
10811 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
10812 to here from config/tm-arm.h.
10813 (coff_sym_is_thumb): Make static.
10814 (arm_elf_make_msymbol_special): New function.
10815 (arm_coff_make_msymbol_special): New function.
10816 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
10817 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
10818 (coff_sym_is_thumb): Delete declaration.
10819 (arm_elf_make_msymbol_special): Declare.
10820 (arm_coff_make_msymbol_special): Declare.
10821 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
10822 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
10823
10824 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10825
10826 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
10827
10828 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
10829
10830 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
10831 * gdbarch.c gdbarch.h: Regenerate.
10832 * arch-utils.c (default_print_float_info): New function.
10833 * arch-utils.h (default_print_float_info): Prototype it.
10834 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
10835 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
10836 (PRINT_FLOAT_INFO): Document it.
10837
10838 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
10839 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
10840 (PRINT_FLOAT_INFO): Define.
10841
10842 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10843
10844 * win32-nat.c (_initialize_check_for_gdb_ini):
10845 Add typecast to sprintf argument to suppress a warning.
10846
10847 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
10848
10849 * win32-nat.c (last_sig): Changed type of variable to target_signal,
10850 to allow easier handling of pass state.
10851 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
10852 that gives exception name and address.
10853 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
10854 and set last_sig value to ourstatus->value.sig. Some missing
10855 exceptions added.
10856 (child_continue): Correctly report continue_status.
10857 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
10858 TARGET_SIGNAL_0 (new default value).
10859 (child_resume): consider sig argument passed to decide if
10860 the exception should be passed to debuggee or not.
10861
10862 2002-02-05 Michael Snyder <msnyder@redhat.com>
10863
10864 * regcache.c (fetch_register): Call target_fetch_register
10865 only if we don't call FETCH_PSEUDO_REGISTER.
10866 (store_register): Call target_store_register only if we
10867 don't call STORE_PSEUDO_REGISTER.
10868
10869 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
10870
10871 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
10872 ELF_MAKE_MSYMBOL_SPECIAL.
10873 * gdbarch.c, gdbarch.h: Regenerate.
10874 * arch-utils.c (default_make_msymbol_special): New function.
10875 * arch-utils.h (default_make_msymbol_special): Export.
10876 * elfread.c (elf_symtab_read): Compile use of
10877 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
10878 multiarched.
10879 * coffread.c (coff_symtab_read): Ditto, for
10880 COFF_MAKE_MSYMBOL_SPECIAL.
10881
10882 2002-02-05 Jim Blandy <jimb@redhat.com>
10883
10884 * solib-svr4.c (svr4_truncate_ptr): New function.
10885 (svr4_relocate_section_addresses): Do the address arithmetic with
10886 the appropriate truncation for target addresses, even when
10887 CORE_ADDR is larger than a target address.
10888
10889 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
10892 to (int *).
10893
10894 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10895
10896 * gdbserver/linux-low.c (kill_inferior): Remove commented out
10897 code.
10898
10899 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10900
10901 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
10902
10903 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10904
10905 * gdbserver/linux-low.c: Remove unused include files.
10906
10907 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10908
10909 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
10910 (read_inferior_memory): Use it.
10911 (write_inferior_memory): Likewise.
10912
10913 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10914
10915 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
10916 grubbing through sys_errlist.
10917
10918 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
10919
10920 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
10921
10922 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
10923 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
10924
10925 2002-02-04 Andrew Cagney <ac131313@redhat.com>
10926
10927 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
10928 (do_sfunc, set_cmd_sfunc): New functions.
10929
10930 * command.h (struct cmd_list_element): Add field func.
10931 * cli/cli-decode.h (struct cmd_list_element): Ditto.
10932 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
10933 * cli/cli-decode.h: Ditto.
10934
10935 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
10936 (help_all, help_cmd_list): Ditto.
10937 (find_cmd, complete_on_cmdlist): Ditto.
10938 * top.c (execute_command): Ditto.
10939
10940 * cli/cli-setshow.c (do_setshow_command): Call func instead of
10941 function.sfunc.
10942
10943 * infcmd.c (notice_args_read): Fix function signature.
10944
10945 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
10946 * cli/cli-decode.c (add_set_cmd): Ditto.
10947 * utils.c (initialize_utils): Ditto.
10948 * maint.c (_initialize_maint_cmds): Ditto.
10949 * infrun.c (_initialize_infrun): Ditto.
10950 * demangle.c (_initialize_demangler): Ditto.
10951 * remote.c (add_packet_config_cmd): Ditto.
10952 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10953 * cris-tdep.c (_initialize_cris_tdep): Ditto.
10954 * proc-api.c (_initialize_proc_api): Ditto.
10955 * kod.c (_initialize_kod): Ditto.
10956 * valprint.c (_initialize_valprint): Ditto.
10957 * top.c (init_main): Ditto.
10958 * infcmd.c (_initialize_infcmd): Ditto.
10959 * corefile.c (_initialize_core): Ditto.
10960 * arm-tdep.c (_initialize_arm_tdep): Ditto.
10961 * arch-utils.c (initialize_current_architecture): Ditto.
10962 (_initialize_gdbarch_utils): Ditto.
10963 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
10964
10965 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
10966 * wince.c (_initialize_inftarg): Ditto.
10967 * symfile.c (_initialize_symfile): Ditto.
10968 * mips-tdep.c (_initialize_mips_tdep): Ditto.
10969 * language.c (_initialize_language): Ditto.
10970 * arc-tdep.c (_initialize_arc_tdep): Ditto.
10971
10972 2002-02-04 Michael Snyder <msnyder@redhat.com>
10973
10974 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
10975
10976 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10977
10978 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
10979 Add rules for building the register data files.
10980
10981 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10982
10983 * regformats/regdat.sh: Add braces to the definition of
10984 expedite_regs_${arch}.
10985
10986 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
10987
10988 * regformats/regdef.h (struct reg): Add comment describing the
10989 requirements for offset and size fields.
10990
10991 2002-02-04 Andreas Schwab <schwab@suse.de>
10992
10993 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
10994 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
10995
10996 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
10997
10998 * gdbarch.sh (copyright): Update years in generated header.
10999 (SMASH_TEXT_ADDRESS): Add rule.
11000 * gdbarch.h, gdbarch.c: Re-generate.
11001 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
11002 * dbxread.c: Likewise.
11003 * dwarfread.c: Likewise.
11004 * elfread.c: Likewise.
11005 * somread.c: Likewise.
11006
11007 * arm-tdep.c (arm_smash_text_address): New function.
11008 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
11009
11010 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
11011
11012 Add support for hardware watchpoints on win32 native.
11013 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
11014 CONTEXT_DEBUG_REGISTERS.
11015 (dr variable): New variable. Static array containing a local copy
11016 of debug registers.
11017 (debug_registers_changed): New variable. Reflects when debug registers
11018 are changed and need to be written to inferior.
11019 (debug_registers_used): New variable. Reflects when any debug register
11020 was set, used when new threads are created.
11021 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
11022 i386-nat code.
11023 (thread_rec): Set dr array if id is the thread of current_event .
11024 (child_continue, child_resume): Change the debug registers for all
11025 threads if debug_registers_changed.
11026 (child_add_thread): Change the debug registers if debug_registers_used.
11027 * config/i386/cygwin.mh: Add use of i386-nat.o file.
11028 Link nm.h to new nm-cygwin.h file.
11029 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
11030 of hardware registers.
11031
11032 2002-02-03 Andrew Cagney <ac131313@redhat.com>
11033
11034 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
11035 Restore behavour broken by 2002-01-20 Andrew Cagney
11036 <ac131313@redhat.com> IEEE_FLOAT removal.
11037
11038 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11039
11040 * c-valprint.c (c_val_print): Pass a proper valaddr to
11041 cp_print_class_method.
11042 * valops.c (search_struct_method): If there is only one method
11043 and args is NULL, return that method.
11044
11045 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11046
11047 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
11048 accessing tag_name directly.
11049
11050 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11051
11052 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
11053 of accessing tag_name directly.
11054
11055 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
11056
11057 PR gdb/280
11058 * gdbtypes.c (replace_type): New function.
11059 * gdbtypes.h (replace_type): Add prototype.
11060 * stabsread.c (read_type): Use replace_type.
11061
11062 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
11063
11064 * Makefile.in (memattr.o): Add missing dependencies rule.
11065
11066 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11067
11068 * breakpoint.c (break_at_finish_command): Really export.
11069 (break_at_finish_at_depth_command): Ditto.
11070 (tbreak_at_finish_command): Ditto.
11071 * hppa-tdep.c: Include completer.h.
11072 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
11073 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
11074
11075 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11076
11077 * utils.c (do_write): New function.
11078 (error_stream): Rewrite combining the code from error_begin and
11079 verror.
11080 (verror): Rewrite using error_stream.
11081 (error_begin): Delete function.
11082
11083 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11084
11085 * utils.c (error_begin): Make static.
11086 * defs.h (error_begin): Delete declaration.
11087
11088 * linespec.c (cplusplus_error): Replace cplusplus_hint.
11089 (decode_line_1): Use cplusplus_error instead of error_begin,
11090 cplusplus_hint and return_to_top_level.
11091 * coffread.c (coff_symfile_read): Use error instead of error_begin
11092 and return_to_top_level.
11093 * infrun.c (default_skip_permanent_breakpoint): Ditto.
11094
11095 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11096
11097 * language.h (type_error, range_error): Make string parameter
11098 constant.
11099 * language.c (warning_pre_print): Delete extern declaration.
11100 * dwarfread.c (warning_pre_print): Ditto.
11101 * language.c (type_error, range_error): Rewrite to use verror and
11102 vwarning instead of warning_begin.
11103
11104 2002-02-01 Michael Snyder <msnyder@redhat.com>
11105
11106 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
11107 (set_ignore_count): Move misplaced comment back where it belongs.
11108
11109 2002-02-01 Andrew Cagney <ac131313@redhat.com>
11110
11111 * command.h (NO_FUNCTION): Delete macro.
11112 * cli/cli-decode.h (NO_FUNCTION): Ditto.
11113 * top.c (execute_command): Replace NO_FUNCTION with NULL.
11114 * tracepoint.c (_initialize_tracepoint): Ditto.
11115 * cli/cli-decode.c (add_set_cmd): Ditto.
11116 * cli/cli-cmds.c (init_cli_cmds): Ditto.
11117
11118 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11119
11120 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
11121 Update ``this'' pointer when calling virtual functions.
11122
11123 2002-02-01 Michael Snyder <msnyder@redhat.com>
11124
11125 * breakpoint.c (create_temp_exception_breakpoint): Delete.
11126 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
11127
11128 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
11129
11130 * regformats/reg-arm.dat: New file.
11131 * regformats/reg-i386.dat: New file.
11132 * regformats/reg-ia64.dat: New file.
11133 * regformats/reg-m68k.dat: New file.
11134 * regformats/reg-mips.dat: New file.
11135 * regformats/reg-ppc.dat: New file.
11136 * regformats/reg-sh.dat: New file.
11137 * regformats/regdef.h: New file.
11138 * regformats/regdat.sh: New file.
11139
11140 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
11141
11142 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
11143 (arm_frame_args_address, arm_frame_locals_address): New functions.
11144 (arm_frame_num_args): New function.
11145 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
11146 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
11147 (FRMA_NUM_ARGS): Call arm_frame_num_args.
11148
11149 2002-01-31 Michael Snyder <msnyder@redhat.com>
11150
11151 * breakpoint.c (break_at_finish_command): Export.
11152 (break_at_finish_at_depth_command): Export.
11153 (tbreak_at_finish_command): Export.
11154 (_initialize_breakpoint): Delete "xbreak" and "txbreak" commands.
11155 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
11156 "txbreak" commands, which are HPPA specific.
11157
11158 * printcmd.c (disassemble_command): Remove an ancient
11159 artifact of an old merge.
11160
11161 * symfile.h (enum overlay_debugging_state):
11162 Define enum constant values for overlay mode.
11163 * symfile.c (overlay_debugging): Use enums instead of literals.
11164 (overlay_is_mapped, overlay_auto_command,
11165 overlay_manual_command): Ditto.
11166
11167 * breakpoint.c (insert_breakpoints, remove_breakpoint,
11168 breakpoint_here_p, breakpoint_inserted_here_p,
11169 breakpoint_thread_match, bpstat_stop_status,
11170 describe_other_breakpoints, check_duplicates, clear_command):
11171 Coding standard fixes.
11172
11173 * target.c (target_xfer_memory): Add spaces, coding standard.
11174 (do_xfer_memory): Add missing line to trust-readonly
11175 code: check bfd SEC_READONLY flag for section.
11176
11177 2002-01-31 Andrew Cagney <ac131313@redhat.com>
11178
11179 * PROBLEMS: Fix typo, 5.1->5.1.1.
11180
11181 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
11182
11183 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
11184 data symbols, since we search based on textlow and texthigh.
11185 (find_pc_sect_symtab): Likewise.
11186
11187 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11188
11189 * defs.h (vwarning): Declare.
11190 * utils.c (vwarning): New function.
11191 (warning): Call vwarning.
11192 (warning_begin): Delete function.
11193
11194 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
11195 the warning message.
11196 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
11197 warning_begin.
11198
11199 2002-01-30 Michael Snyder <msnyder@redhat.com>
11200
11201 * NEWS: Mention "set trust-readonly-sections" command.
11202 Mention generate-core-file command.
11203
11204 2002-01-15 Michael Snyder <msnyder@redhat.com>
11205
11206 * target.c: New command, "set trust-readonly-sections on".
11207 (do_xfer_memory): Honor the suggestion to trust readonly sections
11208 by reading them from the object file instead of from the target.
11209 (initialize_targets): Register command "set trust-readonly-sections".
11210
11211 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11212
11213 * parse.c (target_map_name_to_register): Simplify, search regs and
11214 pseudo-regs using a single loop.
11215
11216 2002-01-30 Andrew Cagney <ac131313@redhat.com>
11217
11218 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
11219
11220 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
11221
11222 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
11223 * config/i386/i386v42mp.mh: Add i387-nat.o .
11224 * i386v4-nat.c: Include i387-nat.h.
11225 (supply_fpregset): Use i387_supply_fsave.
11226 (fill_fpregset): Use i387_fill_fsave.
11227
11228 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
11229
11230 * arm-tdep.c (arm_call_dummy_words): Define.
11231 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
11232 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
11233 (CALL_DUMMY_WORDS): Define.
11234 (arm_call_dummy_words): Declare.
11235 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
11236 (arm_linux_call_dummy_words): Declare.
11237
11238 2002-01-30 Andreas Schwab <schwab@suse.de>
11239
11240 * m68klinux-nat.c: Fix last change to use regcache_collect
11241 instead of referencing registers[] directly.
11242
11243 2002-01-29 Andrew Cagney <ac131313@redhat.com>
11244
11245 * parse.c (target_map_name_to_register): Delete code wrapped in
11246 #ifdef REGISTER_NAME_ALIAS_HOOK.
11247
11248 2002-01-28 Michael Snyder <msnyder@redhat.com>
11249
11250 * regcache.c (legacy_read_register_gen): Need to be able to
11251 read pseudo-register as well as real register.
11252 (legacy_write_register_gen): Ditto.
11253
11254 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11255
11256 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11257 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
11258 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
11259 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
11260 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
11261 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
11262 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
11263 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
11264 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
11265 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
11266 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
11267 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
11268 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
11269 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
11270 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
11271 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
11272 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
11273 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
11274 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
11275 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
11276
11277 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11278
11279 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
11280 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
11281 (initialize_current_architecture): Update target_byte_order using
11282 information from BFD.
11283 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
11284 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
11285
11286 2002-01-28 Andrew Cagney <ac131313@redhat.com>
11287
11288 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
11289 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
11290
11291 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
11292 #ifdef INVALID_FLOAT.
11293 * infcmd.c (do_registers_info): Ditto.
11294 * values.c (unpack_double): Ditto. Add comment.
11295
11296 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
11297 already commented out.
11298
11299 2002-01-26 Andreas Schwab <schwab@suse.de>
11300
11301 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
11302 * m68klinux-nat.c: Update ptrace interface for fetching/storing
11303 registers and add support for PTRACE_GETREGS.
11304
11305 2002-01-24 Andrew Cagney <ac131313@redhat.com>
11306
11307 GDB 5.1.1 released from 5.1 branch.
11308 * NEWS: Add 5.1.1 news.
11309 * README: Sync with 5.1 branch.
11310
11311 2002-01-23 Fred Fish <fnf@redhat.com>
11312
11313 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
11314 stabstring on initial malloc. Reallocing will copy it for us,
11315 if necessary.
11316
11317 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11318
11319 * Makefile.in (hpread_h): Delete.
11320 (HFILES_NO_SRCDIR): Remove hpread.h.
11321 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
11322 (hpread.o): Update dependencies.
11323 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
11324
11325 * hp-psymtab-read.c: Remove file.
11326 * hp-symtab-read.c: Remove file.
11327 * hpread.h: Remove file.
11328
11329 * hpread.c: Merge all contents of hp-psymtab-read.c,
11330 hp-symtab-read.c and hpread.h into this file, as it was prior to
11331 January 1999.
11332
11333 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
11334 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
11335 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
11336 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
11337
11338 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
11339
11340 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
11341 fill_gregset): Call gdbarch_tdep() just once, assign result to
11342 variable and use that, instead of calling the function several
11343 times.
11344
11345 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
11346
11347 * configure.host: Accept sparcv9 as alias for sparc64.
11348 * configure.tgt: Likewise.
11349
11350 2002-01-22 Kevin Buettner <kevinb@redhat.com>
11351
11352 * solib-aix5.c (build_so_list_from_mapfile)
11353 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
11354 arguments is not reversed.
11355 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
11356 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
11357
11358 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
11359
11360 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
11361 modified version of obsolete sh_fetch_pseudo_register.
11362 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
11363 (sh4_register_read): New function.
11364 (sh_pseudo_register_write): New function. Renamed and modified
11365 version of obsolete sh_store_pseudo_register.
11366 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
11367 (sh4_register_write): New function.
11368 (sh_gdbarch_init): Remove setting of gdbarch function
11369 fetch_pseudo_register and store_pseudo_register. Remove setting of
11370 register_convert_to_raw, register_convert_to_virtual,
11371 register_convertible.
11372 (sh_sh4_register_convertible): Delete. No longer needed. All is
11373 taken care by architecture specific functions
11374 register_read/register_write.
11375 (sh_sh4_register_convert_to_virtual): Make static.
11376 (sh_sh4_register_convert_to_raw): Ditto.
11377
11378 2002-01-22 Andrew Cagney <ac131313@redhat.com>
11379
11380 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
11381 (floatformat_is_nan, floatformat_mantissa): Ditto.
11382
11383 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
11384 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
11385 builtin_type_ieee_double_little,
11386 builtin_type_ieee_double_littlebyte_bigword,
11387 builtin_type_m68881_ext, builtin_type_i960_ext,
11388 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
11389 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
11390 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
11391 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
11392
11393 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
11394
11395 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
11396 parameter. Set frameless flag if it exists and depended of
11397 whether the scanned function is frameless or not.
11398 (xstormy16_skip_prologue): If function is frameless, return
11399 result of xstormy16_scan_prologue().
11400 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
11401 call.
11402
11403 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
11404
11405 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
11406 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
11407 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
11408 sh_sh4_register_byte, sh_sh4_register_raw_size,
11409 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
11410 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
11411 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
11412 sh_store_pseudo_register, sh_do_pseudo_register): Call
11413 gdbarch_tdep() just once, assign result to variable and use that,
11414 instead of calling the function several times.
11415
11416 2002-01-20 Mark Kettenis <kettenis@gnu.org>
11417
11418 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
11419 macros instead of LAST_FPU_CTRL_REGNUM.
11420 (store_register): Likewise.
11421
11422 2002-01-21 Jim Blandy <jimb@redhat.com>
11423
11424 * infcmd.c (run_command): Check that the `exec' target layer's BFD
11425 is up-to-date before running the program, not just when a program
11426 exits.
11427
11428 2002-01-21 Fred Fish <fnf@redhat.com>
11429
11430 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
11431 when we have found all instructions we are looking for.
11432
11433 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11434
11435 * arm-tdep.c (arm_register_name): New function.
11436 (arm_registers_names): Make static.
11437 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
11438 (arm_register_name): Declare.
11439 (REGISTER_NAME): Use it.
11440
11441 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
11442 Kevin Buettner <kevinb@redhat.com>
11443
11444 Convert arm targets to new FRAME interface.
11445 * arm-tdep.c (struct frame_extra_info): Remove fsr.
11446 (arm_frame_find_save_regs): Delete.
11447 (arm_frame_init_saved_regs): New.
11448 (arm_init_extra_frame_info): Alloacte saved_regs as required.
11449 Allocate extra_info as required. Convert all uses of fsr.regs
11450 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
11451 to use extra_info.
11452 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
11453 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
11454 (check_prologue_cache, save_prologue_cache): Likewise.
11455 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
11456 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
11457 (FRAME_FIND_SAVED_REGS): Delete.
11458 (arm_frame_find_saved_regs): Delete prototype.
11459 (arm_frame_init_saved_regs): New prototype.
11460 (FRAME_INIT_SAVED_REGS): Define.
11461
11462 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11463
11464 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
11465
11466 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11467
11468 From Jeff Law <law@redhat.com>:
11469 * infttrace.c: Include <sys/pstat.h>.
11470 (child_pid_to_exec_file): Revamp. Use pstat call to get the
11471 exec file if the ttrace equivalent fails.
11472
11473 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11474
11475 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
11476 (closeLogFile): Ditto.
11477
11478 2002-01-20 Michael Chastain <mec@shout.net>
11479
11480 * top.c (print_gdb_version): Bump copyright year to 2002.
11481
11482 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11483
11484 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
11485 Zannoni and Eli Zaretskii.
11486
11487 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11488
11489 * buildsym.c: Update copyright years.
11490 * c-typeprint.c: Likewise.
11491 * dwarf2read.c: Likewise.
11492 * f-typeprint.c: Likewise.
11493 * gdbtypes.c: Likewise.
11494 * gdbtypes.h: Likewise.
11495 * hp-symtab-read.c: Likewise.
11496 * hpread.c: Likewise.
11497 * mdebugread.c: Likewise.
11498 * p-typeprint.c: Likewise.
11499
11500 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11501
11502 * remote-sim.c (gdbsim_open): Simplify code testing the macro
11503 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
11504 byte-order selectable.
11505 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
11506 * arch-utils.c: Ditto.
11507 (set_endian): Ditto.
11508 (set_endian_from_file): Ditto.
11509 * gdbserver/low-sim.c (create_inferior): Ditto.
11510 * gdbarch.sh: Ditto.
11511 * gdbarch.h: Re-generate.
11512 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11513 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
11514 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
11515 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11516 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11517 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
11518 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
11519 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
11520 macro definition.
11521 * config/mips/tm-wince.h: Remove #undef of macro
11522 TARGET_BYTE_ORDER_SELECTABLE.
11523 * config/sh/tm-wince.h: Ditto.
11524
11525 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11526
11527 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
11528 member function fields. Add accessor macro
11529 TYPE_FN_FIELD_ARTIFICIAL.
11530 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
11531 * c-typeprint.c (c_type_print_base): Skip artificial member
11532 functions.
11533
11534 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11535
11536 * f-typeprint.c: Delete unused function f_type_print_args.
11537 * p-typeprint.c: Delete unused function pascal_type_print_args.
11538
11539 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
11540
11541 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
11542 comment. Add ``artificial'' to ``union field_location''.
11543
11544 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
11545
11546 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
11547 * mdebugread.c (parse_symbol): Likewise.
11548 * stabsread.c (define_symbol): Likewise.
11549 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
11550 initializing TYPE_FIELD_BITPOS to n (obsolete).
11551 (hpread_doc_function_type): Likewise.
11552 * hpread.c (hpread_function_type): Likewise.
11553
11554 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11555
11556 * configure.in (host_makefile_frag): Only require a host makefile
11557 fragment when a native build.
11558 * configure: Re-generate.
11559
11560 2002-01-20 Andrew Cagney <ac131313@redhat.com>
11561
11562 * doublest.h (floatformat_from_type): Declare.
11563 * doublest.c (floatformat_from_type): New function.
11564 (convert_typed_floating): Use.
11565
11566 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
11567 call to function floatformat_from_type.
11568
11569 * gdbarch.sh (IEEE_FLOAT): Delete.
11570 * gdbarch.h, gdbarch.c: Re-generate.
11571 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
11572 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
11573 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
11574 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
11575 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
11576 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
11577 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
11578 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
11579 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
11580 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
11581 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
11582 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
11583
11584 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
11585 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
11586 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
11587 * sh-tdep.c (sh_gdbarch_init): Ditto.
11588 * mips-tdep.c (mips_gdbarch_init): Ditto.
11589 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11590 * cris-tdep.c (cris_gdbarch_init): Ditto.
11591
11592 2002-01-20 Jiri Smid <smid@suse.cz>
11593
11594 * configure.host, configure.tgt: Support x86-64.
11595 * NEWS: Note new target x86-64.
11596
11597 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
11598 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
11599 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
11600 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
11601 x86-64-linux-nat.o): Fix dependencies.
11602
11603 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11604
11605 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
11606 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
11607 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
11608 * config/sparc/xm-sun4os4.h: Delete file.
11609 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
11610
11611 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11612
11613 * config/sparc/sparclynx.mh (XM_FILE): Delete.
11614 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
11615 * config/m68k/m68klynx.mh (XM_FILE): Delete.
11616 * config/i386/i386lynx.mh (XM_FILE): Delete.
11617 * config/rs6000/xm-rs6000ly.h: Delete file.
11618 * config/sparc/xm-sparclynx.h: Delete file.
11619 * config/m68k/xm-m68klynx.h: Delete file.
11620 * config/i386/xm-i386lynx.h: Delete file.
11621 * config/xm-lynx.h: Delete file.
11622 * config/djgpp/fnchange.lst: Update.
11623
11624 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11625
11626 * alpha-tdep.c (alpha_register_byte): New function.
11627 (alpha_register_raw_size): Ditto.
11628 (alpha_register_virtual_size): Ditto.
11629 (alpha_skip_prologue_internal): Renamed from
11630 alpha_skip_prologue.
11631 (alpha_skip_prologue): New version that calls
11632 alpha_skip_prologue_internal.
11633 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
11634 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
11635 second argument from alpha_skip_prologue.
11636 (REGISTER_BYTE): Use alpha_register_byte.
11637 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
11638 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
11639 (FRAMELESS_FUNCTION_INVOCATION): Use
11640 generic_frameless_function_invocation_not.
11641 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
11642 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
11643
11644 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11645
11646 * config/mips/xm-news-mips.h: Delete file.
11647 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
11648
11649 * config/m88k/xm-m88k.h: Delete file.
11650 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
11651 * config/m88k/xm-delta88v4.h: Ditto.
11652 * config/m88k/xm-delta88.h: Ditto.
11653
11654 * config/alpha/xm-fbsd.h: Delete file.
11655 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
11656
11657 * config/sparc/xm-sparc.h: Delete file.
11658 * Makefile.in (xm-sun4os4.h): Delete dependency.
11659 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
11660 * config/sparc/xm-sun4os4.h: Ditto.
11661 * config/sparc/xm-linux.h: Ditto.
11662
11663 * config/i386/xm-windows.h: Delete file.
11664
11665 2002-01-19 Andrew Cagney <ac131313@redhat.com>
11666
11667 * utils.c: Include <sys/param.h> for MAXPATHLEN.
11668 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
11669
11670 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11671
11672 * alpha-tdep.c (alpha_call_dummy_words): New.
11673 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
11674 (CALL_DUMMY_P): Define.
11675 (CALL_DUMMY_WORDS): Define.
11676 (SIZEOF_CALL_DUMMY_WORDS): Define.
11677
11678 2002-01-19 Per Bothner <per@bothner.com>
11679
11680 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
11681 isn't NULL, which can happen with some gcj-3.x-produced code.
11682
11683 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
11684
11685 * alpha-tdep.c (alpha_register_virtual_type): New function.
11686 (alpha_init_frame_pc_first): Ditto.
11687 (alpha_fix_call_dummy): Ditto.
11688 (alpha_store_struct_return): Ditto.
11689 (alpha_extract_struct_value_address): Ditto.
11690 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
11691 alpha_register_virtual_type.
11692 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
11693 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
11694 alpha_extract_struct_value_address.
11695 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
11696 (INIT_FRAME_PC): Use init_frame_pc_noop.
11697 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
11698
11699 2002-01-19 Mark Kettenis <kettenis@gnu.org>
11700
11701 * i386gnu-nat.c: Include "i386-tdep.h".
11702 (fetch_fpregs): Simplify code dealing with uninitialized floating
11703 point states such that it doesn't require FP7_REGNUM.
11704
11705 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11706
11707 * alpha-tdep.c (frame_extra_info): New.
11708 (alpha_find_saved_regs): Make static. Use
11709 frame->extra_info.
11710 (alpha_frame_init_saved_regs): New function.
11711 (alpha_frame_saved_pc): Use frame->extra_info.
11712 (temp_saved_regs): Don't declare as struct frame_saved_regs.
11713 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
11714 (init_extra_frame_info): Rename to...
11715 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
11716 (alpha_print_extra_frame_info): New function.
11717 (alpha_frame_locals_address): Ditto.
11718 (alpha_frame_args_address): Ditto.
11719 (alpha_pop_frame): Use frame->extra_info.
11720 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
11721 alpha_frame_args_address.
11722 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
11723 (alpha_find_saved_regs): Remove prototype.
11724 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
11725 (EXTRA_FRAME_INFO): Remove.
11726 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
11727 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
11728
11729 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11730
11731 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
11732 (alpha_cannot_fetch_register): Ditto.
11733 (alpha_cannot_store_register): Ditto.
11734 (alpha_register_convertible): Ditto.
11735 (alpha_use_struct_convention): Ditto.
11736 * config/alpha/tm-alpha.h: Update copyright years.
11737 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
11738 (INNER_THAN): Use core_addr_lessthan.
11739 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
11740 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
11741 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
11742 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
11743 (FRAME_CHAIN): Remove unnecessary cast.
11744
11745 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11746
11747 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
11748 obsolete.
11749
11750 2002-01-18 Andrew Cagney <ac131313@redhat.com>
11751
11752 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
11753 * monitor.c, remote-array.c, remote-bug.c: Ditto.
11754 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
11755 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
11756 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
11757 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
11758 * x86-64-linux-nat.c: Ditto.
11759
11760 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11761
11762 * alpha-tdep.c (alpha_register_name): New function.
11763 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
11764 (REGISTER_NAME): Define.
11765
11766 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11767
11768 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
11769
11770 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11771
11772 * alpha-tdep.c: Update copyright years.
11773 (alpha_next_pc): New function.
11774 (alpha_software_single_step): Ditto.
11775 * config/alpha/tm-alpha.h: Add prototype for
11776 alpha_software_single_step.
11777
11778 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
11779
11780 * alphabsd-nat.c: Update copyright years.
11781 (fill_gregset): Use regcache_collect.
11782 (fill_fpregset): Likewise.
11783 (fetch_inferior_registers): Only fetch integer registers
11784 if requested to do so.
11785 (store_inferior_registers): Only store integer registers
11786 if requested to do so.
11787
11788 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11789
11790 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
11791 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
11792 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
11793 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
11794 * config/alpha/fbsd.mh (XDEPFILES): Delete.
11795 * config/arm/linux.mh (XDEPFILES): Delete.
11796 * config/arm/nbsd.mh (XDEPFILES): Delete.
11797 * config/i386/i386dgux.mh (XDEPFILES): Delete.
11798 * config/i386/i386sol2.mh (XDEPFILES): Delete.
11799 * config/i386/i386m3.mh (XDEPFILES): Delete.
11800 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
11801 * config/i386/i386gnu.mh (XDEPFILES): Delete.
11802 * config/i386/fbsd.mh (XDEPFILES): Delete.
11803 * config/i386/i386bsd.mh (XDEPFILES): Delete.
11804 * config/i386/i386sco5.mh (XDEPFILES): Delete.
11805 * config/i386/i386v4.mh (XDEPFILES): Delete.
11806 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
11807 * config/i386/i386sco4.mh (XDEPFILES): Delete.
11808 * config/i386/i386aix.mh (XDEPFILES): Delete.
11809 * config/i386/go32.mh (XDEPFILES): Delete.
11810 * config/i386/cygwin.mh (XDEPFILES): Delete.
11811 * config/i386/i386lynx.mh (XDEPFILES): Delete.
11812 * config/i386/i386mach.mh (XDEPFILES): Delete.
11813 * config/i386/i386v32.mh (XDEPFILES): Delete.
11814 * config/i386/linux.mh (XDEPFILES): Delete.
11815 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
11816 * config/i386/ncr3000.mh (XDEPFILES): Delete.
11817 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
11818 * config/i386/i386sco.mh (XDEPFILES): Delete.
11819 * config/i386/i386v.mh (XDEPFILES): Delete.
11820 * config/i386/nbsd.mh (XDEPFILES): Delete.
11821 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
11822 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
11823 * config/i386/symmetry.mh (XDEPFILES): Delete.
11824 * config/i386/obsd.mh (XDEPFILES): Delete.
11825 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
11826 * config/ia64/linux.mh (XDEPFILES): Delete.
11827 * config/ia64/aix.mh (XDEPFILES): Delete.
11828 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
11829 * config/m68k/dpx2.mh (XDEPFILES): Delete.
11830 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
11831 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
11832 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
11833 * config/m68k/linux.mh (XDEPFILES): Delete.
11834 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
11835 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
11836 * config/m68k/nbsd.mh (XDEPFILES): Delete.
11837 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
11838 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
11839 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
11840 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
11841 * config/m88k/delta88.mh (XDEPFILES): Delete.
11842 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
11843 * config/m88k/m88k.mh (XDEPFILES): Delete.
11844 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
11845 * config/mips/linux.mh (XDEPFILES): Delete.
11846 * config/mips/irix6.mh (XDEPFILES): Delete.
11847 * config/mips/irix5.mh (XDEPFILES): Delete.
11848 * config/mips/irix4.mh (XDEPFILES): Delete.
11849 * config/mips/irix3.mh (XDEPFILES): Delete.
11850 * config/mips/decstation.mh (XDEPFILES): Delete.
11851 * config/mips/mipsm3.mh (XDEPFILES): Delete.
11852 (NATDEPFILES): Move core-aout.o to here.
11853 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
11854 * config/pa/hpux1020.mh (XDEPFILES): Delete.
11855 * config/pa/hppabsd.mh (XDEPFILES): Delete.
11856 * config/pa/hppahpux.mh (XDEPFILES): Delete.
11857 * config/pa/hpux11w.mh (XDEPFILES): Delete.
11858 * config/pa/hppaosf.mh (XDEPFILES): Delete.
11859 * config/pa/hpux11.mh (XDEPFILES): Delete.
11860 * config/powerpc/aix.mh (XDEPFILES): Delete.
11861 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
11862 * config/powerpc/linux.mh (XDEPFILES): Delete.
11863 * config/romp/rtbsd.mh: Rename XDEPFILES.
11864 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
11865 * config/rs6000/aix4.mh (XDEPFILES): Delete.
11866 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
11867 * config/s390/s390.mh (XDEPFILES): Delete.
11868 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
11869 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
11870 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
11871 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
11872 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
11873 * config/sparc/nbsd.mh (XDEPFILES): Delete.
11874 * config/sparc/linux.mh (XDEPFILES): Delete.
11875 * config/vax/vaxult.mh (XDEPFILES): Delete.
11876 * config/vax/vaxult2.mh (XDEPFILES): Delete.
11877 * Makefile.in (DEPFILES): Remove XDEPFILES.
11878
11879 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11880
11881 * utils.c (internal_verror): Fix comments, default is yes not no.
11882 Update queries to match. Default to quit and dump core.
11883
11884 2002-01-17 Andrew Cagney <ac131313@redhat.com>
11885
11886 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
11887 copyright.
11888 * defs.h, event-top.c, gdbcmd.h: Ditto.
11889 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
11890 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
11891 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
11892 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
11893 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
11894 * mi/mi-main.c:Ditto.
11895
11896 * stack.c, symfile.c: Update copyright.
11897
11898 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11899
11900 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
11901 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
11902 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
11903 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
11904
11905 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
11906
11907 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
11908 * gdbserver/low-lynx.c (myattach): Likewise.
11909 * gdbserver/low-nbsd.c (myattach): Likewise.
11910 * gdbserver/low-sim.c (myattach): Likewise.
11911 * gdbserver/low-sparc.c (myattach): Likewise.
11912 * gdbserver/low-sun3.c (myattach): Likewise.
11913
11914 * gdbserver/low-linux.c (myattach): New function.
11915
11916 * gdbserver/server.c (attach_inferior): New function.
11917 (main): Handle "--attach".
11918
11919 2002-01-16 Andrew Cagney <ac131313@redhat.com>
11920
11921 * MAINTAINERS (language support): Daniel Jacobwitz is C++
11922 maintainer.
11923
11924 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * c-typeprint.c (is_type_conversion_operator): Add additional
11927 check for non-conversion operators.
11928
11929 2002-01-15 Michael Snyder <msnyder@redhat.com>
11930
11931 * linux-proc.c: Add "info proc" command, a la procfs.c.
11932 (read_mapping): New function, abstract and re-use code.
11933 (linux_find_memory_regions): Use new func read_mapping.
11934 (linux_info_proc_cmd): New function, implement "info proc".
11935 (_initialize_linux_proc): Add new command "info proc".
11936
11937 2002-01-15 Michael Snyder <msnyder@redhat.com>
11938
11939 * symfile.c (generic_load): Use bfd_map_over_sections method
11940 instead of manipulating bfd structure members directly.
11941 (add_section_size_callback): New function, bfd sections callback
11942 used by generic_load.
11943 (load_sections_callback): New function, bfd sections callback
11944 used by generic_load.
11945
11946 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
11947
11948 [Based on work by Jim Blandy]
11949 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
11950 (builtin_type_vec128): Export.
11951 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
11952 types.
11953 (builtin_type_vec128): New builtin type for 128 bit vector
11954 registers.
11955 (build_gdbtypes): Initialize builtin_type_v16qi and
11956 builtin_type_v8hi. Create the vec128 register builtin type
11957 structure.
11958 (build_builtin_type_vec128): New function.
11959 (_initialize_gdbtypes): Register builtin_type_v16qi and
11960 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
11961 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
11962 AltiVec register to new builtin type.
11963
11964 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
11965
11966 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
11967 to make_cv_type.
11968
11969 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11970
11971 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
11972 CLEAN_UP_REGISTER_VALUE.
11973 * regcache.c (supply_register): Update only call.
11974
11975 2002-01-14 Andrew Cagney <ac131313@redhat.com>
11976
11977 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
11978 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
11979 a29k-*-vxworks* targets as obsolete.
11980
11981 2002-01-14 Michael Snyder <msnyder@redhat.com>
11982
11983 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
11984 until we can resolve portability issues.
11985 * gregset.h: Remove references to fpxregs.
11986 * gcore.c (gcore_command): Initialize note_sec to NULL.
11987
11988 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11989
11990 * signals.c (target_signal_to_name): Rewrite. Only use
11991 signals[].name when in bounds and non-NULL.
11992
11993 2002-01-13 Andrew Cagney <ac131313@redhat.com>
11994
11995 From Petr Ledvina <ledvinap@kae.zcu.cz>:
11996 * signals.c (target_signal_to_name): Verify that SIG is within the
11997 bounds of the signals array.
11998
11999 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12000
12001 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
12002
12003 2002-01-13 Keith Seitz <keiths@redhat.com>
12004
12005 * stack.c (print_frame_info_base): Print the frame's pc
12006 only if when print_frame_info_listing_hook is not defined.
12007
12008 2002-01-13 Keith Seitz <keiths@redhat.com>
12009
12010 * varobj.c (varobj_set_value): Make sure that there were no
12011 errors evaluating the object before attempting to set its
12012 value.
12013 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
12014 so this offset adjustment is no longer necessary.
12015 (create_child): Don't set the error flag if the child is
12016 a CPLUS_FAKE_CHILD.
12017 (value_of_child): If value_fetch_lazy fails, return NULL
12018 so that callers will be notified that an error occurred.
12019 (c_value_of_variable): Delay check of variable's validity
12020 until later. We actually want all structs and unions to have
12021 the value "{...}".
12022 Do not return "???" for variables which could not be evaluated.
12023 This error condition must be returned to the caller so that it
12024 can get the error condition from gdb.
12025 (cplus_name_of_child): Adjust index for vptr before figuring
12026 out the name of the child.
12027 (cplus_value_of_child): If a child's (real) parent is not valid,
12028 don't even bother trying to give a value for it. Just return
12029 an error. Change all instances in this function.
12030 (cplus_type_of_child): If our parent is one of the "fake"
12031 parents, we need to get at the type of the real parent, and
12032 derive the child's true type using this information.
12033
12034 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12035
12036 From 2002-01-09 John Marshall <johnm@falch.net>:
12037 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
12038 sources.redhat.com, and tweak some related URLs which had
12039 suffered from linkrot.
12040
12041 2002-01-13 Andrew Cagney <ac131313@redhat.com>
12042
12043 From Jeff law:
12044 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
12045 structures passed in registers.
12046
12047 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
12050 white space which prevented compilation. Reported by DSK
12051 <dsk@student.unsw.edu.au>.
12052
12053 2002-01-11 Michael Snyder <msnyder@redhat.com>
12054
12055 * symfile.c (build_section_addr_info_from_section_tab):
12056 Use bfd access method instead of manipulating bfd directly.
12057 (syms_from_objfile): Ditto.
12058 (simple_overlay_update_1): Ditto.
12059 (simple_overlay_update): Ditto.
12060 (generic_load): Ditto.
12061 (overlay_unmapped_address): FIXME comment, bfd access methods.
12062 (sections_overlap): FIXME comment, bfd access methods.
12063 (pc_in_mapped_range): FIXME comment, bfd access methods.
12064 (pc_in_unmapped_range): FIXME comment, bfd access methods.
12065 (section_is_mapped): FIXME comment, bfd access methods.
12066 (section_is_overlay): FIXME comment, bfd access methods.
12067
12068 * symfile.c (generic_load): Whitespace and long line cleanups.
12069 Remove duplicate variable, change several local variables to
12070 more appropriate data types.
12071 (print_transfer_performance): Use %lu instead of %ld for ulongs.
12072
12073 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12074
12075 From Peter Schauer:
12076 * language.c (longest_local_hex_string_custom): Use phex_nz to
12077 convert NUM to a hex string.
12078
12079 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
12080
12081 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
12082 the function.
12083 Update Copyright year.
12084
12085 2002-01-12 Andrew Cagney <ac131313@redhat.com>
12086
12087 * language.c (longest_raw_hex_string): Delete unused function.
12088
12089 2002-01-11 Petr Sorfa <petrs@caldera.com>
12090
12091 * MAINTAINERS (write-after-approval): Add myself.
12092 * dwarf2read.c (read_tag_string_type): Handling of
12093 DW_AT_byte_size.
12094 (read_tag_string_type): FORTRAN fix to prevent propagation of
12095 first string size.
12096 (set_cu_language): Handling of DW_LANG_Fortran95
12097
12098 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
12099
12100 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
12101 GETPID(inferior_ptid).
12102 (store_inferior_registers): Likewise.
12103
12104 2002-01-10 Jason Merrill <jason@redhat.com>
12105
12106 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
12107 Fix DW_OP_minus.
12108
12109 2002-01-10 Andrew Cagney <ac131313@redhat.com>
12110
12111 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
12112 and bfd/elf32-sh-nbsd.c.
12113
12114 2002-01-10 Michael Snyder <msnyder@redhat.com>
12115
12116 * NEWS: Mention --pid and corefile/proc-id behavior change.
12117
12118 * Makefile.in: Add rules for gcore.o and linux-proc.o.
12119 * gcore.c: Include cli/cli-decode.h instead of command.h.
12120
12121 * main.c (captured_main): Add new command line option "--pid".
12122 If the second command line argument (following the symbol-file)
12123 begins with a digit, try to attach to it before trying to open
12124 it as a corefile.
12125 (print_gdb_help): Document the "--pid" argument.
12126
12127 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
12128
12129 * completer.c (command_completer): New function.
12130
12131 * completer.h <command_completer>: Add prototype.
12132
12133 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
12134 completer for the "help" command.
12135
12136 2002-01-09 Jason Merrill <jason@redhat.com>
12137
12138 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
12139
12140 2002-01-09 Michael Snyder <msnyder@redhat.com>
12141
12142 * i386-linux-nat.c (fill_fpxregset): Make global.
12143 (store_fpxregset): Ditto.
12144
12145 * gregset.h (gdb_fpxregset_t): Define.
12146 (supply_fpxregset): Prototype.
12147 (fill_fpxregset): Prototype.
12148
12149 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
12150
12151 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12152
12153 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
12154 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
12155 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
12156
12157 2002-01-09 Andrew Cagney <ac131313@redhat.com>
12158
12159 * MAINTAINERS: Update target maintainer rules so that any
12160 Maintainer can approve a tested patch for a maintenance-only
12161 target.
12162
12163 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
12164
12165 * MAINTAINERS (write-after-approval): Add myself.
12166
12167 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
12168 IN_SIGTRAMP.
12169
12170 2002-01-08 Michael Snyder <msnyder@redhat.com>
12171
12172 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
12173 real name of the executable, rather than the /proc name.
12174
12175 2002-01-03 Michael Snyder <msnyder@redhat.com>
12176
12177 Implement a "generate-core-file" command in gdb, save target state.
12178 * gcore.c: New file. Implement new command 'generate-core-file'.
12179 Save a corefile image of the current state of the inferior.
12180 * linux-proc.c: Add linux-specific code for saving corefiles.
12181 * target.h (struct target_ops): Add new target vectors for saving
12182 corefiles; to_find_memory_regions and to_make_corefile_notes.
12183 (target_find_memory_regions): New macro.
12184 (target_make_corefile_notes): New macro.
12185 * target.c (update_current_target): Inherit new target methods.
12186 (dummy_find_memory_regions): New place-holder method.
12187 (dummy_make_corefile_notes): New place-holder method.
12188 (init_dummy_target): Initialize new dummy target vectors.
12189 * exec.c (exec_set_find_memory_regions): New function.
12190 Allow the exec_ops vector for memory regions to be taken over.
12191 (exec_make_note_section): New function, target vector method.
12192 * defs.h (exec_set_find_memory_regions): Export prototype.
12193 * procfs.c (proc_find_memory_regions): New function, corefile method.
12194 (procfs_make_note_section): New function, corefile method.
12195 (init_procfs_ops): Set new target vector pointers.
12196 (find_memory_regions_callback): New function.
12197 (procfs_do_thread_registers): New function.
12198 (procfs_corefile_thread_callback): New function.
12199 * sol-thread.c (sol_find_memory_regions): New function.
12200 (sol_make_note_section): New function.
12201 (init_sol_thread_ops): Initialize new target vectors.
12202 * inftarg.c (inftarg_set_find_memory_regions): New function.
12203 Allow to_find_memory_regions vector to be taken over.
12204 (inftarg_set_make_corefile_notes): New function.
12205 Allow to_make_corefile_notes vector to be taken over.
12206 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
12207 interface layer if not target_has_execution (may be a corefile).
12208 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
12209 * config/sparc/sun4sol2.mh: Ditto.
12210 * config/alpha/alpha-linux.mh: Ditto.
12211 * config/arm/linux.mh: Ditto.
12212 * config/i386/x86-64linux.mh: Ditto.
12213 * config/ia64/linux.mh: Ditto.
12214 * config/m68k/linux.mh: Ditto.
12215 * config/mips/linux.mh: Ditto.
12216 * config/powerpc/linux.mh: Ditto.
12217 * config/sparc/linux.mh: Ditto.
12218
12219 2002-01-07 Michael Snyder <msnyder@redhat.com>
12220
12221 * arm-linux-nat.c: Remove references to regcache.c internal data
12222 (registers[] and register_valid[]).
12223
12224 2002-01-07 Michael Snyder <msnyder@redhat.com>
12225
12226 * linux-proc.c: New file. Implement child_pid_to_exec_file,
12227 so that attaching to a pid will automatically read the process's
12228 symbol file and shlibs.
12229 * Makefile.in: Add rule for linux-proc.o.
12230 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
12231 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
12232 * config/arm/linux.mh: Ditto.
12233 * config/i386/linux.mh: Ditto.
12234 * config/i386/x86-64linux.mh: Ditto.
12235 * config/ia64/linux.mh: Ditto.
12236 * config/m68k/linux.mh: Ditto.
12237 * config/mips/linux.mh: Ditto.
12238 * config/powerpc/linux.mh: Ditto.
12239 * config/sparc/linux.mh: Ditto.
12240
12241 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
12242
12243 * win32-nat.c: Add i386-tdep.h dependency.
12244
12245 2002-01-07 Michael Snyder <msnyder@redhat.com>
12246
12247 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
12248 instead of bfd_get_arch_size. Don't bail out just because
12249 there's no exec_bfd.
12250
12251 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12252 * p-valprint.c (pascal_object_print_value): Ditto.
12253 * somread.c (som_symtab_read): Ditto.
12254 * symfile.c (simple_free_overlay_region_table): Ditto.
12255 * valops.c (value_assign): Ditto.
12256
12257 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
12258 use tilde_expand and strerror for opening save-tracepoints file.
12259
12260 * thread-db.c (thread_db_new_objfile): Indendation fix.
12261
12262 * infptrace.c (GDB_MAX_ALLOCA): New define.
12263 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
12264 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
12265 can be overridden with whatever value is appropriate to the host).
12266 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
12267 alloca to allocate potentially large buffer.
12268 * rs6000-nat.c (child_xfer_memory): Ditto.
12269 * symm-nat.c (child_xfer_memory): Ditto.
12270 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
12271
12272 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
12273
12274 From Nick Clifton <nickc@redhat.com>
12275 * d10v-tdep.c: Set STACK_START to 0x200bffe.
12276
12277 2002-01-07 Michael Snyder <msnyder@redhat.com>
12278
12279 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
12280 Don't use exec_bfd if it's NULL.
12281
12282 2002-01-06 Mark Kettenis <kettenis@gnu.org>
12283
12284 * valops.c (value_arg_coerce): Fix formatting.
12285
12286 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12287
12288 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
12289 * gnu-nat.c: Ditto.
12290
12291 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12292
12293 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
12294 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
12295 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
12296 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
12297 z8k-coff have not been multi-arched. Update z8k-coff build
12298 status.
12299
12300 2002-01-06 Andrew Cagney <ac131313@redhat.com>
12301
12302 * MAINTAINERS: Mark a29k target as obsolete.
12303 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
12304 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
12305 comments.
12306 * NEWS: Note that a29k targets are obsolete.
12307 * a29k-tdep.c: Mark as obsolete.
12308 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
12309 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
12310 a29k-*-vxworks* targets as obsolete.
12311 * remote-adapt.c: Obsolete.
12312 * remote-eb.c: Obsolete.
12313 * remote-mm.c: Obsolete.
12314 * remote-udi.c: Obsolete.
12315 * config/a29k/a29k-udi.mt: Obsolete.
12316 * config/a29k/a29k.mt: Obsolete.
12317 * config/a29k/tm-a29k.h: Obsolete.
12318 * config/a29k/tm-vx29k.h: Obsolete.
12319 * config/a29k/vx29k.mt: Obsolete.
12320
12321 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12322
12323 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
12324 with BFD_ENDIAN_BIG.
12325
12326 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12327
12328 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
12329 * configure, config.in: Re-generate.
12330 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
12331 * defs.h: Do not include <endian.h>.
12332
12333 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
12334
12335 * acconfig.h (HAVE_PT_GETXMMREGS): New.
12336 * config.in: Regenerate.
12337 * configure.in: Update copyright years.
12338 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
12339 * configure: Regenerate.
12340 * i386bsd-nat.c: Update copyright years.
12341 (fill_gregset): Use regcache_collect.
12342 (fetch_inferior_registers): Only fetch integer registers
12343 if requested to do so. Add support for XMM registers
12344 using PT_GETXMMREGS.
12345 (store_inferior_registers): Only store integer registers
12346 if requested to do so. Add support for XMM registers
12347 using PT_SETXMMREGS.
12348 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
12349 (store_inferior_registers): Remove.
12350 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
12351 (fetch_elfcore_registers): New function.
12352 (i386nbsd_elfcore_fns): New.
12353 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
12354 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
12355 i386bsd-nat.o.
12356 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
12357 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
12358 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
12359 * config/i386/tm-nbsd.h: Update copyright years.
12360 (HAVE_SSE_REGS): Define.
12361 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
12362 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
12363 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
12364 (SIGCONTEXT_PC_OFFSET): Remove.
12365 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
12366
12367 2002-01-05 Andrew Cagney <ac131313@redhat.com>
12368
12369 * configure.tgt: Remove powerpc-*-macos* target.
12370 * config/m68k/xm-mpw.h: Delete file.
12371 * config/xm-mpw.h: Delete file.
12372 * ser-mac.c: Delete file.
12373 * mpw-make.sed: Delete file.
12374 * mpw-config.in: Delete file.
12375 * mac-xdep.c: Delete file.
12376 * mac-gdb.r: Delete file.
12377 * mac-defs.h: Delete file.
12378 * mac-nat.c: Delete file.
12379 * config/powerpc/macos.mh: Delete file.
12380 * config/powerpc/macos.mt: Delete file.
12381 * config/powerpc/nm-macos.h: Delete file.
12382 * config/powerpc/tm-macos.h: Delete file.
12383 * source.c (openp, open_source_file): Remove obsolete code.
12384 * top.c (gdb_readline): Ditto.
12385 * utils.c (query): Ditto.
12386 * event-top.c (display_gdb_prompt): Ditto.
12387 * Makefile.in (ser-mac.o): Delete obsolete target.
12388 * NEWS: Update.
12389
12390 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12391
12392 * defs.h (BIG_ENDIAN): Delete macro definition.
12393 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
12394 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
12395 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
12396 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
12397 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
12398 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
12399 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
12400 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
12401 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
12402 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
12403 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
12404 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
12405 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12406 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
12407 * gdbarch.c: Re-generate.
12408
12409 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12410
12411 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
12412 for core files.
12413
12414 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12415
12416 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
12417
12418 2002-01-04 Andrew Cagney <ac131313@redhat.com>
12419
12420 * value.h (value_ptr): Delete typedef.
12421
12422 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
12423
12424 * i386nbsd-nat.c: Update copyright years.
12425 Include i386-tdep.h.
12426
12427 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
12428
12429 * stabsread.c: Update copyright years.
12430
12431 From Debashis Mahata <debashis.mahata@wipro.com>:
12432 (read_struct_fields): Deal with Sun C compiler erroneous stab
12433 output for structs and unions.
12434 Fix PR gdb/269.
12435
12436 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12437
12438 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
12439 prototype.
12440
12441 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12442
12443 * cp-abi.c: Fix whitespace.
12444 (baseclass_offset): New wrapper function.
12445 * cp-abi.h (baseclass_offset): Add prototype.
12446 (struct cp_abi_ops): Add baseclass_offset pointer.
12447
12448 * valops.c (vb_match): Move to...
12449 * gnu-v2-abi.c (vb_match): here.
12450 * valops.c (baseclass_offset): Move to...
12451 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12452
12453 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
12454
12455 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
12456 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
12457 * hpacc-abi.c (init_hpacc_ops): Likewise.
12458
12459 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
12460
12461 * valops.c (find_overload_match): Accept obj as a
12462 reference parameter. Update it before returning.
12463 * value.h (find_overload_match): Update prototype.
12464 * eval.c (evaluate_subexp_standard): Pass object to
12465 find_overload_match by reference.
12466
12467 2002-01-03 Andrew Cagney <ac131313@redhat.com>
12468
12469 * valarith.c: Replace value_ptr with struct value pointer. Remove
12470 register attribute from value declarations.
12471 * valops.c: Ditto.
12472 * value.h: Ditto.
12473 * scm-lang.c (scm_lookup_name): Ditto.
12474
12475 2002-01-03 Michael Snyder <msnyder@redhat.com>
12476
12477 Abstract the functionality of iterating over mapped memory
12478 regions into a general purpose iterator function.
12479 * procfs.c (iterate_over_mappings): New function, general purpose
12480 iterator for memory sections.
12481 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
12482 (solib_mappings_callback): New function, callback for above.
12483 (info_proc_mappings): Reimpliment using iterate_over_mappings.
12484 (info_mappings_callback): New function, callback for above.
12485
12486 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
12487
12488 2002-01-01 Mark Kettenis <kettenis@gnu.org>
12489
12490 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
12491 * i386-tdep.c: Include "elf-bfd.h".
12492 (process_note_abi_tag_sections): New function.
12493 (i386_gdbarch_init): Add code to recognize various OS/ABI
12494 combinations.
12495
12496 * maint.c (_initialize_maint_cmds): Add missing \ in
12497 string-literal.
12498
12499 For older changes see ChangeLog-2001
12500 \f
12501 Local Variables:
12502 mode: change-log
12503 left-margin: 8
12504 fill-column: 74
12505 version-control: never
12506 End:
This page took 0.277797 seconds and 5 git commands to generate.